diff --git a/.swagger-codegen-ignore b/.swagger-codegen-ignore index 36c1f5413f..90cb363b0f 100644 --- a/.swagger-codegen-ignore +++ b/.swagger-codegen-ignore @@ -1,2 +1,5 @@ .gitignore git_push.sh +test/* +requirements.txt +setup.py diff --git a/GEN_README.md b/GEN_README.md deleted file mode 100644 index c796fd0050..0000000000 --- a/GEN_README.md +++ /dev/null @@ -1,846 +0,0 @@ -# k8sclient -No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - -This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - -- API version: unversioned -- Package version: 1.0.0 -- Build package: class io.swagger.codegen.languages.PythonClientCodegen - -## Requirements. - -Python 2.7 and 3.4+ - -## Installation & Usage -### pip install - -If the python package is hosted on Github, you can install directly from Github - -```sh -pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git -``` -(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`) - -Then import the package: -```python -import k8sclient -``` - -### Setuptools - -Install via [Setuptools](http://pypi.python.org/pypi/setuptools). - -```sh -python setup.py install --user -``` -(or `sudo python setup.py install` to install the package for all users) - -Then import the package: -```python -import k8sclient -``` - -## Getting Started - -Please follow the [installation procedure](#installation--usage) and then run the following: - -```python -from __future__ import print_function -import time -import k8sclient -from k8sclient.rest import ApiException -from pprint import pprint - -# Configure API key authorization: BearerToken -k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' -# create an instance of the API class -api_instance = k8sclient.ApisApi() - -try: - api_response = api_instance.get_api_versions() - pprint(api_response) -except ApiException as e: - print("Exception when calling ApisApi->get_api_versions: %s\n" % e) - -``` - -## Documentation for API Endpoints - -All URIs are relative to *https://localhost* - -Class | Method | HTTP request | Description ------------- | ------------- | ------------- | ------------- -*ApisApi* | [**get_api_versions**](docs/ApisApi.md#get_api_versions) | **GET** /apis/ | -*AppsApi* | [**get_apps_api_group**](docs/AppsApi.md#get_apps_api_group) | **GET** /apis/apps/ | -*AppsV1alpha1Api* | [**create_apps_v1alpha1_namespaced_stateful_set**](docs/AppsV1alpha1Api.md#create_apps_v1alpha1_namespaced_stateful_set) | **POST** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets | -*AppsV1alpha1Api* | [**delete_apps_v1alpha1_collection_namespaced_stateful_set**](docs/AppsV1alpha1Api.md#delete_apps_v1alpha1_collection_namespaced_stateful_set) | **DELETE** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets | -*AppsV1alpha1Api* | [**delete_apps_v1alpha1_namespaced_stateful_set**](docs/AppsV1alpha1Api.md#delete_apps_v1alpha1_namespaced_stateful_set) | **DELETE** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name} | -*AppsV1alpha1Api* | [**get_apps_v1alpha1_api_resources**](docs/AppsV1alpha1Api.md#get_apps_v1alpha1_api_resources) | **GET** /apis/apps/v1alpha1/ | -*AppsV1alpha1Api* | [**list_apps_v1alpha1_namespaced_stateful_set**](docs/AppsV1alpha1Api.md#list_apps_v1alpha1_namespaced_stateful_set) | **GET** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets | -*AppsV1alpha1Api* | [**list_apps_v1alpha1_stateful_set_for_all_namespaces**](docs/AppsV1alpha1Api.md#list_apps_v1alpha1_stateful_set_for_all_namespaces) | **GET** /apis/apps/v1alpha1/statefulsets | -*AppsV1alpha1Api* | [**patch_apps_v1alpha1_namespaced_stateful_set**](docs/AppsV1alpha1Api.md#patch_apps_v1alpha1_namespaced_stateful_set) | **PATCH** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name} | -*AppsV1alpha1Api* | [**patch_apps_v1alpha1_namespaced_stateful_set_status**](docs/AppsV1alpha1Api.md#patch_apps_v1alpha1_namespaced_stateful_set_status) | **PATCH** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name}/status | -*AppsV1alpha1Api* | [**read_apps_v1alpha1_namespaced_stateful_set**](docs/AppsV1alpha1Api.md#read_apps_v1alpha1_namespaced_stateful_set) | **GET** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name} | -*AppsV1alpha1Api* | [**read_apps_v1alpha1_namespaced_stateful_set_status**](docs/AppsV1alpha1Api.md#read_apps_v1alpha1_namespaced_stateful_set_status) | **GET** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name}/status | -*AppsV1alpha1Api* | [**replace_apps_v1alpha1_namespaced_stateful_set**](docs/AppsV1alpha1Api.md#replace_apps_v1alpha1_namespaced_stateful_set) | **PUT** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name} | -*AppsV1alpha1Api* | [**replace_apps_v1alpha1_namespaced_stateful_set_status**](docs/AppsV1alpha1Api.md#replace_apps_v1alpha1_namespaced_stateful_set_status) | **PUT** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name}/status | -*AppsV1alpha1Api* | [**watch_apps_v1alpha1_namespaced_stateful_set**](docs/AppsV1alpha1Api.md#watch_apps_v1alpha1_namespaced_stateful_set) | **GET** /apis/apps/v1alpha1/watch/namespaces/{namespace}/statefulsets/{name} | -*AppsV1alpha1Api* | [**watch_apps_v1alpha1_namespaced_stateful_set_list**](docs/AppsV1alpha1Api.md#watch_apps_v1alpha1_namespaced_stateful_set_list) | **GET** /apis/apps/v1alpha1/watch/namespaces/{namespace}/statefulsets | -*AppsV1alpha1Api* | [**watch_apps_v1alpha1_stateful_set_list_for_all_namespaces**](docs/AppsV1alpha1Api.md#watch_apps_v1alpha1_stateful_set_list_for_all_namespaces) | **GET** /apis/apps/v1alpha1/watch/statefulsets | -*AuthenticationApi* | [**get_authentication_api_group**](docs/AuthenticationApi.md#get_authentication_api_group) | **GET** /apis/authentication.k8s.io/ | -*AuthenticationV1beta1Api* | [**create_authentication_v1beta1_token_review**](docs/AuthenticationV1beta1Api.md#create_authentication_v1beta1_token_review) | **POST** /apis/authentication.k8s.io/v1beta1/tokenreviews | -*AuthenticationV1beta1Api* | [**get_authentication_v1beta1_api_resources**](docs/AuthenticationV1beta1Api.md#get_authentication_v1beta1_api_resources) | **GET** /apis/authentication.k8s.io/v1beta1/ | -*AuthorizationApi* | [**get_authorization_api_group**](docs/AuthorizationApi.md#get_authorization_api_group) | **GET** /apis/authorization.k8s.io/ | -*AuthorizationV1beta1Api* | [**create_authorization_v1beta1_namespaced_local_subject_access_review**](docs/AuthorizationV1beta1Api.md#create_authorization_v1beta1_namespaced_local_subject_access_review) | **POST** /apis/authorization.k8s.io/v1beta1/namespaces/{namespace}/localsubjectaccessreviews | -*AuthorizationV1beta1Api* | [**create_authorization_v1beta1_self_subject_access_review**](docs/AuthorizationV1beta1Api.md#create_authorization_v1beta1_self_subject_access_review) | **POST** /apis/authorization.k8s.io/v1beta1/selfsubjectaccessreviews | -*AuthorizationV1beta1Api* | [**create_authorization_v1beta1_subject_access_review**](docs/AuthorizationV1beta1Api.md#create_authorization_v1beta1_subject_access_review) | **POST** /apis/authorization.k8s.io/v1beta1/subjectaccessreviews | -*AuthorizationV1beta1Api* | [**get_authorization_v1beta1_api_resources**](docs/AuthorizationV1beta1Api.md#get_authorization_v1beta1_api_resources) | **GET** /apis/authorization.k8s.io/v1beta1/ | -*AutoscalingApi* | [**get_autoscaling_api_group**](docs/AutoscalingApi.md#get_autoscaling_api_group) | **GET** /apis/autoscaling/ | -*AutoscalingV1Api* | [**create_autoscaling_v1_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#create_autoscaling_v1_namespaced_horizontal_pod_autoscaler) | **POST** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers | -*AutoscalingV1Api* | [**delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers | -*AutoscalingV1Api* | [**delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -*AutoscalingV1Api* | [**get_autoscaling_v1_api_resources**](docs/AutoscalingV1Api.md#get_autoscaling_v1_api_resources) | **GET** /apis/autoscaling/v1/ | -*AutoscalingV1Api* | [**list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces**](docs/AutoscalingV1Api.md#list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces) | **GET** /apis/autoscaling/v1/horizontalpodautoscalers | -*AutoscalingV1Api* | [**list_autoscaling_v1_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#list_autoscaling_v1_namespaced_horizontal_pod_autoscaler) | **GET** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers | -*AutoscalingV1Api* | [**patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler) | **PATCH** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -*AutoscalingV1Api* | [**patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status**](docs/AutoscalingV1Api.md#patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status) | **PATCH** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | -*AutoscalingV1Api* | [**read_autoscaling_v1_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#read_autoscaling_v1_namespaced_horizontal_pod_autoscaler) | **GET** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -*AutoscalingV1Api* | [**read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status**](docs/AutoscalingV1Api.md#read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status) | **GET** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | -*AutoscalingV1Api* | [**replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler) | **PUT** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -*AutoscalingV1Api* | [**replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status**](docs/AutoscalingV1Api.md#replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status) | **PUT** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | -*AutoscalingV1Api* | [**watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces**](docs/AutoscalingV1Api.md#watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces) | **GET** /apis/autoscaling/v1/watch/horizontalpodautoscalers | -*AutoscalingV1Api* | [**watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler) | **GET** /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name} | -*AutoscalingV1Api* | [**watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list**](docs/AutoscalingV1Api.md#watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list) | **GET** /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers | -*BatchApi* | [**get_batch_api_group**](docs/BatchApi.md#get_batch_api_group) | **GET** /apis/batch/ | -*BatchV1Api* | [**create_batch_v1_namespaced_job**](docs/BatchV1Api.md#create_batch_v1_namespaced_job) | **POST** /apis/batch/v1/namespaces/{namespace}/jobs | -*BatchV1Api* | [**delete_batch_v1_collection_namespaced_job**](docs/BatchV1Api.md#delete_batch_v1_collection_namespaced_job) | **DELETE** /apis/batch/v1/namespaces/{namespace}/jobs | -*BatchV1Api* | [**delete_batch_v1_namespaced_job**](docs/BatchV1Api.md#delete_batch_v1_namespaced_job) | **DELETE** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | -*BatchV1Api* | [**get_batch_v1_api_resources**](docs/BatchV1Api.md#get_batch_v1_api_resources) | **GET** /apis/batch/v1/ | -*BatchV1Api* | [**list_batch_v1_job_for_all_namespaces**](docs/BatchV1Api.md#list_batch_v1_job_for_all_namespaces) | **GET** /apis/batch/v1/jobs | -*BatchV1Api* | [**list_batch_v1_namespaced_job**](docs/BatchV1Api.md#list_batch_v1_namespaced_job) | **GET** /apis/batch/v1/namespaces/{namespace}/jobs | -*BatchV1Api* | [**patch_batch_v1_namespaced_job**](docs/BatchV1Api.md#patch_batch_v1_namespaced_job) | **PATCH** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | -*BatchV1Api* | [**patch_batch_v1_namespaced_job_status**](docs/BatchV1Api.md#patch_batch_v1_namespaced_job_status) | **PATCH** /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status | -*BatchV1Api* | [**read_batch_v1_namespaced_job**](docs/BatchV1Api.md#read_batch_v1_namespaced_job) | **GET** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | -*BatchV1Api* | [**read_batch_v1_namespaced_job_status**](docs/BatchV1Api.md#read_batch_v1_namespaced_job_status) | **GET** /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status | -*BatchV1Api* | [**replace_batch_v1_namespaced_job**](docs/BatchV1Api.md#replace_batch_v1_namespaced_job) | **PUT** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | -*BatchV1Api* | [**replace_batch_v1_namespaced_job_status**](docs/BatchV1Api.md#replace_batch_v1_namespaced_job_status) | **PUT** /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status | -*BatchV1Api* | [**watch_batch_v1_job_list_for_all_namespaces**](docs/BatchV1Api.md#watch_batch_v1_job_list_for_all_namespaces) | **GET** /apis/batch/v1/watch/jobs | -*BatchV1Api* | [**watch_batch_v1_namespaced_job**](docs/BatchV1Api.md#watch_batch_v1_namespaced_job) | **GET** /apis/batch/v1/watch/namespaces/{namespace}/jobs/{name} | -*BatchV1Api* | [**watch_batch_v1_namespaced_job_list**](docs/BatchV1Api.md#watch_batch_v1_namespaced_job_list) | **GET** /apis/batch/v1/watch/namespaces/{namespace}/jobs | -*BatchV2alpha1Api* | [**get_batch_v2alpha1_api_resources**](docs/BatchV2alpha1Api.md#get_batch_v2alpha1_api_resources) | **GET** /apis/batch/v2alpha1/ | -*CertificatesApi* | [**get_certificates_api_group**](docs/CertificatesApi.md#get_certificates_api_group) | **GET** /apis/certificates.k8s.io/ | -*CertificatesV1alpha1Api* | [**create_certificates_v1alpha1_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#create_certificates_v1alpha1_certificate_signing_request) | **POST** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests | -*CertificatesV1alpha1Api* | [**delete_certificates_v1alpha1_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#delete_certificates_v1alpha1_certificate_signing_request) | **DELETE** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | -*CertificatesV1alpha1Api* | [**delete_certificates_v1alpha1_collection_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#delete_certificates_v1alpha1_collection_certificate_signing_request) | **DELETE** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests | -*CertificatesV1alpha1Api* | [**get_certificates_v1alpha1_api_resources**](docs/CertificatesV1alpha1Api.md#get_certificates_v1alpha1_api_resources) | **GET** /apis/certificates.k8s.io/v1alpha1/ | -*CertificatesV1alpha1Api* | [**list_certificates_v1alpha1_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#list_certificates_v1alpha1_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests | -*CertificatesV1alpha1Api* | [**patch_certificates_v1alpha1_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#patch_certificates_v1alpha1_certificate_signing_request) | **PATCH** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | -*CertificatesV1alpha1Api* | [**read_certificates_v1alpha1_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#read_certificates_v1alpha1_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | -*CertificatesV1alpha1Api* | [**replace_certificates_v1alpha1_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#replace_certificates_v1alpha1_certificate_signing_request) | **PUT** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | -*CertificatesV1alpha1Api* | [**replace_certificates_v1alpha1_certificate_signing_request_approval**](docs/CertificatesV1alpha1Api.md#replace_certificates_v1alpha1_certificate_signing_request_approval) | **PUT** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name}/approval | -*CertificatesV1alpha1Api* | [**replace_certificates_v1alpha1_certificate_signing_request_status**](docs/CertificatesV1alpha1Api.md#replace_certificates_v1alpha1_certificate_signing_request_status) | **PUT** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name}/status | -*CertificatesV1alpha1Api* | [**watch_certificates_v1alpha1_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#watch_certificates_v1alpha1_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1alpha1/watch/certificatesigningrequests/{name} | -*CertificatesV1alpha1Api* | [**watch_certificates_v1alpha1_certificate_signing_request_list**](docs/CertificatesV1alpha1Api.md#watch_certificates_v1alpha1_certificate_signing_request_list) | **GET** /apis/certificates.k8s.io/v1alpha1/watch/certificatesigningrequests | -*CoreApi* | [**get_core_api_versions**](docs/CoreApi.md#get_core_api_versions) | **GET** /api/ | -*CoreV1Api* | [**connect_core_v1_delete_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_core_v1_delete_namespaced_pod_proxy) | **DELETE** /api/v1/namespaces/{namespace}/pods/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_delete_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_delete_namespaced_pod_proxy_with_path) | **DELETE** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_delete_namespaced_service_proxy**](docs/CoreV1Api.md#connect_core_v1_delete_namespaced_service_proxy) | **DELETE** /api/v1/namespaces/{namespace}/services/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_delete_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_delete_namespaced_service_proxy_with_path) | **DELETE** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_delete_node_proxy**](docs/CoreV1Api.md#connect_core_v1_delete_node_proxy) | **DELETE** /api/v1/nodes/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_delete_node_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_delete_node_proxy_with_path) | **DELETE** /api/v1/nodes/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_get_namespaced_pod_attach**](docs/CoreV1Api.md#connect_core_v1_get_namespaced_pod_attach) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/attach | -*CoreV1Api* | [**connect_core_v1_get_namespaced_pod_exec**](docs/CoreV1Api.md#connect_core_v1_get_namespaced_pod_exec) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/exec | -*CoreV1Api* | [**connect_core_v1_get_namespaced_pod_portforward**](docs/CoreV1Api.md#connect_core_v1_get_namespaced_pod_portforward) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/portforward | -*CoreV1Api* | [**connect_core_v1_get_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_core_v1_get_namespaced_pod_proxy) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_get_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_get_namespaced_pod_proxy_with_path) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_get_namespaced_service_proxy**](docs/CoreV1Api.md#connect_core_v1_get_namespaced_service_proxy) | **GET** /api/v1/namespaces/{namespace}/services/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_get_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_get_namespaced_service_proxy_with_path) | **GET** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_get_node_proxy**](docs/CoreV1Api.md#connect_core_v1_get_node_proxy) | **GET** /api/v1/nodes/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_get_node_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_get_node_proxy_with_path) | **GET** /api/v1/nodes/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_head_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_core_v1_head_namespaced_pod_proxy) | **HEAD** /api/v1/namespaces/{namespace}/pods/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_head_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_head_namespaced_pod_proxy_with_path) | **HEAD** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_head_namespaced_service_proxy**](docs/CoreV1Api.md#connect_core_v1_head_namespaced_service_proxy) | **HEAD** /api/v1/namespaces/{namespace}/services/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_head_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_head_namespaced_service_proxy_with_path) | **HEAD** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_head_node_proxy**](docs/CoreV1Api.md#connect_core_v1_head_node_proxy) | **HEAD** /api/v1/nodes/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_head_node_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_head_node_proxy_with_path) | **HEAD** /api/v1/nodes/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_options_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_core_v1_options_namespaced_pod_proxy) | **OPTIONS** /api/v1/namespaces/{namespace}/pods/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_options_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_options_namespaced_pod_proxy_with_path) | **OPTIONS** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_options_namespaced_service_proxy**](docs/CoreV1Api.md#connect_core_v1_options_namespaced_service_proxy) | **OPTIONS** /api/v1/namespaces/{namespace}/services/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_options_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_options_namespaced_service_proxy_with_path) | **OPTIONS** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_options_node_proxy**](docs/CoreV1Api.md#connect_core_v1_options_node_proxy) | **OPTIONS** /api/v1/nodes/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_options_node_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_options_node_proxy_with_path) | **OPTIONS** /api/v1/nodes/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_post_namespaced_pod_attach**](docs/CoreV1Api.md#connect_core_v1_post_namespaced_pod_attach) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/attach | -*CoreV1Api* | [**connect_core_v1_post_namespaced_pod_exec**](docs/CoreV1Api.md#connect_core_v1_post_namespaced_pod_exec) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/exec | -*CoreV1Api* | [**connect_core_v1_post_namespaced_pod_portforward**](docs/CoreV1Api.md#connect_core_v1_post_namespaced_pod_portforward) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/portforward | -*CoreV1Api* | [**connect_core_v1_post_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_core_v1_post_namespaced_pod_proxy) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_post_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_post_namespaced_pod_proxy_with_path) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_post_namespaced_service_proxy**](docs/CoreV1Api.md#connect_core_v1_post_namespaced_service_proxy) | **POST** /api/v1/namespaces/{namespace}/services/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_post_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_post_namespaced_service_proxy_with_path) | **POST** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_post_node_proxy**](docs/CoreV1Api.md#connect_core_v1_post_node_proxy) | **POST** /api/v1/nodes/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_post_node_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_post_node_proxy_with_path) | **POST** /api/v1/nodes/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_put_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_core_v1_put_namespaced_pod_proxy) | **PUT** /api/v1/namespaces/{namespace}/pods/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_put_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_put_namespaced_pod_proxy_with_path) | **PUT** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_put_namespaced_service_proxy**](docs/CoreV1Api.md#connect_core_v1_put_namespaced_service_proxy) | **PUT** /api/v1/namespaces/{namespace}/services/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_put_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_put_namespaced_service_proxy_with_path) | **PUT** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | -*CoreV1Api* | [**connect_core_v1_put_node_proxy**](docs/CoreV1Api.md#connect_core_v1_put_node_proxy) | **PUT** /api/v1/nodes/{name}/proxy | -*CoreV1Api* | [**connect_core_v1_put_node_proxy_with_path**](docs/CoreV1Api.md#connect_core_v1_put_node_proxy_with_path) | **PUT** /api/v1/nodes/{name}/proxy/{path} | -*CoreV1Api* | [**create_core_v1_namespace**](docs/CoreV1Api.md#create_core_v1_namespace) | **POST** /api/v1/namespaces | -*CoreV1Api* | [**create_core_v1_namespaced_binding**](docs/CoreV1Api.md#create_core_v1_namespaced_binding) | **POST** /api/v1/namespaces/{namespace}/bindings | -*CoreV1Api* | [**create_core_v1_namespaced_binding_binding**](docs/CoreV1Api.md#create_core_v1_namespaced_binding_binding) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/binding | -*CoreV1Api* | [**create_core_v1_namespaced_config_map**](docs/CoreV1Api.md#create_core_v1_namespaced_config_map) | **POST** /api/v1/namespaces/{namespace}/configmaps | -*CoreV1Api* | [**create_core_v1_namespaced_endpoints**](docs/CoreV1Api.md#create_core_v1_namespaced_endpoints) | **POST** /api/v1/namespaces/{namespace}/endpoints | -*CoreV1Api* | [**create_core_v1_namespaced_event**](docs/CoreV1Api.md#create_core_v1_namespaced_event) | **POST** /api/v1/namespaces/{namespace}/events | -*CoreV1Api* | [**create_core_v1_namespaced_eviction_eviction**](docs/CoreV1Api.md#create_core_v1_namespaced_eviction_eviction) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/eviction | -*CoreV1Api* | [**create_core_v1_namespaced_limit_range**](docs/CoreV1Api.md#create_core_v1_namespaced_limit_range) | **POST** /api/v1/namespaces/{namespace}/limitranges | -*CoreV1Api* | [**create_core_v1_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#create_core_v1_namespaced_persistent_volume_claim) | **POST** /api/v1/namespaces/{namespace}/persistentvolumeclaims | -*CoreV1Api* | [**create_core_v1_namespaced_pod**](docs/CoreV1Api.md#create_core_v1_namespaced_pod) | **POST** /api/v1/namespaces/{namespace}/pods | -*CoreV1Api* | [**create_core_v1_namespaced_pod_template**](docs/CoreV1Api.md#create_core_v1_namespaced_pod_template) | **POST** /api/v1/namespaces/{namespace}/podtemplates | -*CoreV1Api* | [**create_core_v1_namespaced_replication_controller**](docs/CoreV1Api.md#create_core_v1_namespaced_replication_controller) | **POST** /api/v1/namespaces/{namespace}/replicationcontrollers | -*CoreV1Api* | [**create_core_v1_namespaced_resource_quota**](docs/CoreV1Api.md#create_core_v1_namespaced_resource_quota) | **POST** /api/v1/namespaces/{namespace}/resourcequotas | -*CoreV1Api* | [**create_core_v1_namespaced_secret**](docs/CoreV1Api.md#create_core_v1_namespaced_secret) | **POST** /api/v1/namespaces/{namespace}/secrets | -*CoreV1Api* | [**create_core_v1_namespaced_service**](docs/CoreV1Api.md#create_core_v1_namespaced_service) | **POST** /api/v1/namespaces/{namespace}/services | -*CoreV1Api* | [**create_core_v1_namespaced_service_account**](docs/CoreV1Api.md#create_core_v1_namespaced_service_account) | **POST** /api/v1/namespaces/{namespace}/serviceaccounts | -*CoreV1Api* | [**create_core_v1_node**](docs/CoreV1Api.md#create_core_v1_node) | **POST** /api/v1/nodes | -*CoreV1Api* | [**create_core_v1_persistent_volume**](docs/CoreV1Api.md#create_core_v1_persistent_volume) | **POST** /api/v1/persistentvolumes | -*CoreV1Api* | [**delete_core_v1_collection_namespace**](docs/CoreV1Api.md#delete_core_v1_collection_namespace) | **DELETE** /api/v1/namespaces | -*CoreV1Api* | [**delete_core_v1_collection_namespaced_config_map**](docs/CoreV1Api.md#delete_core_v1_collection_namespaced_config_map) | **DELETE** /api/v1/namespaces/{namespace}/configmaps | -*CoreV1Api* | [**delete_core_v1_collection_namespaced_endpoints**](docs/CoreV1Api.md#delete_core_v1_collection_namespaced_endpoints) | **DELETE** /api/v1/namespaces/{namespace}/endpoints | -*CoreV1Api* | [**delete_core_v1_collection_namespaced_event**](docs/CoreV1Api.md#delete_core_v1_collection_namespaced_event) | **DELETE** /api/v1/namespaces/{namespace}/events | -*CoreV1Api* | [**delete_core_v1_collection_namespaced_limit_range**](docs/CoreV1Api.md#delete_core_v1_collection_namespaced_limit_range) | **DELETE** /api/v1/namespaces/{namespace}/limitranges | -*CoreV1Api* | [**delete_core_v1_collection_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#delete_core_v1_collection_namespaced_persistent_volume_claim) | **DELETE** /api/v1/namespaces/{namespace}/persistentvolumeclaims | -*CoreV1Api* | [**delete_core_v1_collection_namespaced_pod**](docs/CoreV1Api.md#delete_core_v1_collection_namespaced_pod) | **DELETE** /api/v1/namespaces/{namespace}/pods | -*CoreV1Api* | [**delete_core_v1_collection_namespaced_pod_template**](docs/CoreV1Api.md#delete_core_v1_collection_namespaced_pod_template) | **DELETE** /api/v1/namespaces/{namespace}/podtemplates | -*CoreV1Api* | [**delete_core_v1_collection_namespaced_replication_controller**](docs/CoreV1Api.md#delete_core_v1_collection_namespaced_replication_controller) | **DELETE** /api/v1/namespaces/{namespace}/replicationcontrollers | -*CoreV1Api* | [**delete_core_v1_collection_namespaced_resource_quota**](docs/CoreV1Api.md#delete_core_v1_collection_namespaced_resource_quota) | **DELETE** /api/v1/namespaces/{namespace}/resourcequotas | -*CoreV1Api* | [**delete_core_v1_collection_namespaced_secret**](docs/CoreV1Api.md#delete_core_v1_collection_namespaced_secret) | **DELETE** /api/v1/namespaces/{namespace}/secrets | -*CoreV1Api* | [**delete_core_v1_collection_namespaced_service_account**](docs/CoreV1Api.md#delete_core_v1_collection_namespaced_service_account) | **DELETE** /api/v1/namespaces/{namespace}/serviceaccounts | -*CoreV1Api* | [**delete_core_v1_collection_node**](docs/CoreV1Api.md#delete_core_v1_collection_node) | **DELETE** /api/v1/nodes | -*CoreV1Api* | [**delete_core_v1_collection_persistent_volume**](docs/CoreV1Api.md#delete_core_v1_collection_persistent_volume) | **DELETE** /api/v1/persistentvolumes | -*CoreV1Api* | [**delete_core_v1_namespace**](docs/CoreV1Api.md#delete_core_v1_namespace) | **DELETE** /api/v1/namespaces/{name} | -*CoreV1Api* | [**delete_core_v1_namespaced_config_map**](docs/CoreV1Api.md#delete_core_v1_namespaced_config_map) | **DELETE** /api/v1/namespaces/{namespace}/configmaps/{name} | -*CoreV1Api* | [**delete_core_v1_namespaced_endpoints**](docs/CoreV1Api.md#delete_core_v1_namespaced_endpoints) | **DELETE** /api/v1/namespaces/{namespace}/endpoints/{name} | -*CoreV1Api* | [**delete_core_v1_namespaced_event**](docs/CoreV1Api.md#delete_core_v1_namespaced_event) | **DELETE** /api/v1/namespaces/{namespace}/events/{name} | -*CoreV1Api* | [**delete_core_v1_namespaced_limit_range**](docs/CoreV1Api.md#delete_core_v1_namespaced_limit_range) | **DELETE** /api/v1/namespaces/{namespace}/limitranges/{name} | -*CoreV1Api* | [**delete_core_v1_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#delete_core_v1_namespaced_persistent_volume_claim) | **DELETE** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | -*CoreV1Api* | [**delete_core_v1_namespaced_pod**](docs/CoreV1Api.md#delete_core_v1_namespaced_pod) | **DELETE** /api/v1/namespaces/{namespace}/pods/{name} | -*CoreV1Api* | [**delete_core_v1_namespaced_pod_template**](docs/CoreV1Api.md#delete_core_v1_namespaced_pod_template) | **DELETE** /api/v1/namespaces/{namespace}/podtemplates/{name} | -*CoreV1Api* | [**delete_core_v1_namespaced_replication_controller**](docs/CoreV1Api.md#delete_core_v1_namespaced_replication_controller) | **DELETE** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | -*CoreV1Api* | [**delete_core_v1_namespaced_resource_quota**](docs/CoreV1Api.md#delete_core_v1_namespaced_resource_quota) | **DELETE** /api/v1/namespaces/{namespace}/resourcequotas/{name} | -*CoreV1Api* | [**delete_core_v1_namespaced_secret**](docs/CoreV1Api.md#delete_core_v1_namespaced_secret) | **DELETE** /api/v1/namespaces/{namespace}/secrets/{name} | -*CoreV1Api* | [**delete_core_v1_namespaced_service**](docs/CoreV1Api.md#delete_core_v1_namespaced_service) | **DELETE** /api/v1/namespaces/{namespace}/services/{name} | -*CoreV1Api* | [**delete_core_v1_namespaced_service_account**](docs/CoreV1Api.md#delete_core_v1_namespaced_service_account) | **DELETE** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | -*CoreV1Api* | [**delete_core_v1_node**](docs/CoreV1Api.md#delete_core_v1_node) | **DELETE** /api/v1/nodes/{name} | -*CoreV1Api* | [**delete_core_v1_persistent_volume**](docs/CoreV1Api.md#delete_core_v1_persistent_volume) | **DELETE** /api/v1/persistentvolumes/{name} | -*CoreV1Api* | [**get_core_v1_api_resources**](docs/CoreV1Api.md#get_core_v1_api_resources) | **GET** /api/v1/ | -*CoreV1Api* | [**list_core_v1_component_status**](docs/CoreV1Api.md#list_core_v1_component_status) | **GET** /api/v1/componentstatuses | -*CoreV1Api* | [**list_core_v1_config_map_for_all_namespaces**](docs/CoreV1Api.md#list_core_v1_config_map_for_all_namespaces) | **GET** /api/v1/configmaps | -*CoreV1Api* | [**list_core_v1_endpoints_for_all_namespaces**](docs/CoreV1Api.md#list_core_v1_endpoints_for_all_namespaces) | **GET** /api/v1/endpoints | -*CoreV1Api* | [**list_core_v1_event_for_all_namespaces**](docs/CoreV1Api.md#list_core_v1_event_for_all_namespaces) | **GET** /api/v1/events | -*CoreV1Api* | [**list_core_v1_limit_range_for_all_namespaces**](docs/CoreV1Api.md#list_core_v1_limit_range_for_all_namespaces) | **GET** /api/v1/limitranges | -*CoreV1Api* | [**list_core_v1_namespace**](docs/CoreV1Api.md#list_core_v1_namespace) | **GET** /api/v1/namespaces | -*CoreV1Api* | [**list_core_v1_namespaced_config_map**](docs/CoreV1Api.md#list_core_v1_namespaced_config_map) | **GET** /api/v1/namespaces/{namespace}/configmaps | -*CoreV1Api* | [**list_core_v1_namespaced_endpoints**](docs/CoreV1Api.md#list_core_v1_namespaced_endpoints) | **GET** /api/v1/namespaces/{namespace}/endpoints | -*CoreV1Api* | [**list_core_v1_namespaced_event**](docs/CoreV1Api.md#list_core_v1_namespaced_event) | **GET** /api/v1/namespaces/{namespace}/events | -*CoreV1Api* | [**list_core_v1_namespaced_limit_range**](docs/CoreV1Api.md#list_core_v1_namespaced_limit_range) | **GET** /api/v1/namespaces/{namespace}/limitranges | -*CoreV1Api* | [**list_core_v1_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#list_core_v1_namespaced_persistent_volume_claim) | **GET** /api/v1/namespaces/{namespace}/persistentvolumeclaims | -*CoreV1Api* | [**list_core_v1_namespaced_pod**](docs/CoreV1Api.md#list_core_v1_namespaced_pod) | **GET** /api/v1/namespaces/{namespace}/pods | -*CoreV1Api* | [**list_core_v1_namespaced_pod_template**](docs/CoreV1Api.md#list_core_v1_namespaced_pod_template) | **GET** /api/v1/namespaces/{namespace}/podtemplates | -*CoreV1Api* | [**list_core_v1_namespaced_replication_controller**](docs/CoreV1Api.md#list_core_v1_namespaced_replication_controller) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers | -*CoreV1Api* | [**list_core_v1_namespaced_resource_quota**](docs/CoreV1Api.md#list_core_v1_namespaced_resource_quota) | **GET** /api/v1/namespaces/{namespace}/resourcequotas | -*CoreV1Api* | [**list_core_v1_namespaced_secret**](docs/CoreV1Api.md#list_core_v1_namespaced_secret) | **GET** /api/v1/namespaces/{namespace}/secrets | -*CoreV1Api* | [**list_core_v1_namespaced_service**](docs/CoreV1Api.md#list_core_v1_namespaced_service) | **GET** /api/v1/namespaces/{namespace}/services | -*CoreV1Api* | [**list_core_v1_namespaced_service_account**](docs/CoreV1Api.md#list_core_v1_namespaced_service_account) | **GET** /api/v1/namespaces/{namespace}/serviceaccounts | -*CoreV1Api* | [**list_core_v1_node**](docs/CoreV1Api.md#list_core_v1_node) | **GET** /api/v1/nodes | -*CoreV1Api* | [**list_core_v1_persistent_volume**](docs/CoreV1Api.md#list_core_v1_persistent_volume) | **GET** /api/v1/persistentvolumes | -*CoreV1Api* | [**list_core_v1_persistent_volume_claim_for_all_namespaces**](docs/CoreV1Api.md#list_core_v1_persistent_volume_claim_for_all_namespaces) | **GET** /api/v1/persistentvolumeclaims | -*CoreV1Api* | [**list_core_v1_pod_for_all_namespaces**](docs/CoreV1Api.md#list_core_v1_pod_for_all_namespaces) | **GET** /api/v1/pods | -*CoreV1Api* | [**list_core_v1_pod_template_for_all_namespaces**](docs/CoreV1Api.md#list_core_v1_pod_template_for_all_namespaces) | **GET** /api/v1/podtemplates | -*CoreV1Api* | [**list_core_v1_replication_controller_for_all_namespaces**](docs/CoreV1Api.md#list_core_v1_replication_controller_for_all_namespaces) | **GET** /api/v1/replicationcontrollers | -*CoreV1Api* | [**list_core_v1_resource_quota_for_all_namespaces**](docs/CoreV1Api.md#list_core_v1_resource_quota_for_all_namespaces) | **GET** /api/v1/resourcequotas | -*CoreV1Api* | [**list_core_v1_secret_for_all_namespaces**](docs/CoreV1Api.md#list_core_v1_secret_for_all_namespaces) | **GET** /api/v1/secrets | -*CoreV1Api* | [**list_core_v1_service_account_for_all_namespaces**](docs/CoreV1Api.md#list_core_v1_service_account_for_all_namespaces) | **GET** /api/v1/serviceaccounts | -*CoreV1Api* | [**list_core_v1_service_for_all_namespaces**](docs/CoreV1Api.md#list_core_v1_service_for_all_namespaces) | **GET** /api/v1/services | -*CoreV1Api* | [**patch_core_v1_namespace**](docs/CoreV1Api.md#patch_core_v1_namespace) | **PATCH** /api/v1/namespaces/{name} | -*CoreV1Api* | [**patch_core_v1_namespace_status**](docs/CoreV1Api.md#patch_core_v1_namespace_status) | **PATCH** /api/v1/namespaces/{name}/status | -*CoreV1Api* | [**patch_core_v1_namespaced_config_map**](docs/CoreV1Api.md#patch_core_v1_namespaced_config_map) | **PATCH** /api/v1/namespaces/{namespace}/configmaps/{name} | -*CoreV1Api* | [**patch_core_v1_namespaced_endpoints**](docs/CoreV1Api.md#patch_core_v1_namespaced_endpoints) | **PATCH** /api/v1/namespaces/{namespace}/endpoints/{name} | -*CoreV1Api* | [**patch_core_v1_namespaced_event**](docs/CoreV1Api.md#patch_core_v1_namespaced_event) | **PATCH** /api/v1/namespaces/{namespace}/events/{name} | -*CoreV1Api* | [**patch_core_v1_namespaced_limit_range**](docs/CoreV1Api.md#patch_core_v1_namespaced_limit_range) | **PATCH** /api/v1/namespaces/{namespace}/limitranges/{name} | -*CoreV1Api* | [**patch_core_v1_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#patch_core_v1_namespaced_persistent_volume_claim) | **PATCH** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | -*CoreV1Api* | [**patch_core_v1_namespaced_persistent_volume_claim_status**](docs/CoreV1Api.md#patch_core_v1_namespaced_persistent_volume_claim_status) | **PATCH** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | -*CoreV1Api* | [**patch_core_v1_namespaced_pod**](docs/CoreV1Api.md#patch_core_v1_namespaced_pod) | **PATCH** /api/v1/namespaces/{namespace}/pods/{name} | -*CoreV1Api* | [**patch_core_v1_namespaced_pod_status**](docs/CoreV1Api.md#patch_core_v1_namespaced_pod_status) | **PATCH** /api/v1/namespaces/{namespace}/pods/{name}/status | -*CoreV1Api* | [**patch_core_v1_namespaced_pod_template**](docs/CoreV1Api.md#patch_core_v1_namespaced_pod_template) | **PATCH** /api/v1/namespaces/{namespace}/podtemplates/{name} | -*CoreV1Api* | [**patch_core_v1_namespaced_replication_controller**](docs/CoreV1Api.md#patch_core_v1_namespaced_replication_controller) | **PATCH** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | -*CoreV1Api* | [**patch_core_v1_namespaced_replication_controller_status**](docs/CoreV1Api.md#patch_core_v1_namespaced_replication_controller_status) | **PATCH** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | -*CoreV1Api* | [**patch_core_v1_namespaced_resource_quota**](docs/CoreV1Api.md#patch_core_v1_namespaced_resource_quota) | **PATCH** /api/v1/namespaces/{namespace}/resourcequotas/{name} | -*CoreV1Api* | [**patch_core_v1_namespaced_resource_quota_status**](docs/CoreV1Api.md#patch_core_v1_namespaced_resource_quota_status) | **PATCH** /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | -*CoreV1Api* | [**patch_core_v1_namespaced_scale_scale**](docs/CoreV1Api.md#patch_core_v1_namespaced_scale_scale) | **PATCH** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | -*CoreV1Api* | [**patch_core_v1_namespaced_secret**](docs/CoreV1Api.md#patch_core_v1_namespaced_secret) | **PATCH** /api/v1/namespaces/{namespace}/secrets/{name} | -*CoreV1Api* | [**patch_core_v1_namespaced_service**](docs/CoreV1Api.md#patch_core_v1_namespaced_service) | **PATCH** /api/v1/namespaces/{namespace}/services/{name} | -*CoreV1Api* | [**patch_core_v1_namespaced_service_account**](docs/CoreV1Api.md#patch_core_v1_namespaced_service_account) | **PATCH** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | -*CoreV1Api* | [**patch_core_v1_namespaced_service_status**](docs/CoreV1Api.md#patch_core_v1_namespaced_service_status) | **PATCH** /api/v1/namespaces/{namespace}/services/{name}/status | -*CoreV1Api* | [**patch_core_v1_node**](docs/CoreV1Api.md#patch_core_v1_node) | **PATCH** /api/v1/nodes/{name} | -*CoreV1Api* | [**patch_core_v1_node_status**](docs/CoreV1Api.md#patch_core_v1_node_status) | **PATCH** /api/v1/nodes/{name}/status | -*CoreV1Api* | [**patch_core_v1_persistent_volume**](docs/CoreV1Api.md#patch_core_v1_persistent_volume) | **PATCH** /api/v1/persistentvolumes/{name} | -*CoreV1Api* | [**patch_core_v1_persistent_volume_status**](docs/CoreV1Api.md#patch_core_v1_persistent_volume_status) | **PATCH** /api/v1/persistentvolumes/{name}/status | -*CoreV1Api* | [**proxy_core_v1_delete_namespaced_pod**](docs/CoreV1Api.md#proxy_core_v1_delete_namespaced_pod) | **DELETE** /api/v1/proxy/namespaces/{namespace}/pods/{name} | -*CoreV1Api* | [**proxy_core_v1_delete_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_core_v1_delete_namespaced_pod_with_path) | **DELETE** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_delete_namespaced_service**](docs/CoreV1Api.md#proxy_core_v1_delete_namespaced_service) | **DELETE** /api/v1/proxy/namespaces/{namespace}/services/{name} | -*CoreV1Api* | [**proxy_core_v1_delete_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_core_v1_delete_namespaced_service_with_path) | **DELETE** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_delete_node**](docs/CoreV1Api.md#proxy_core_v1_delete_node) | **DELETE** /api/v1/proxy/nodes/{name} | -*CoreV1Api* | [**proxy_core_v1_delete_node_with_path**](docs/CoreV1Api.md#proxy_core_v1_delete_node_with_path) | **DELETE** /api/v1/proxy/nodes/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_get_namespaced_pod**](docs/CoreV1Api.md#proxy_core_v1_get_namespaced_pod) | **GET** /api/v1/proxy/namespaces/{namespace}/pods/{name} | -*CoreV1Api* | [**proxy_core_v1_get_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_core_v1_get_namespaced_pod_with_path) | **GET** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_get_namespaced_service**](docs/CoreV1Api.md#proxy_core_v1_get_namespaced_service) | **GET** /api/v1/proxy/namespaces/{namespace}/services/{name} | -*CoreV1Api* | [**proxy_core_v1_get_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_core_v1_get_namespaced_service_with_path) | **GET** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_get_node**](docs/CoreV1Api.md#proxy_core_v1_get_node) | **GET** /api/v1/proxy/nodes/{name} | -*CoreV1Api* | [**proxy_core_v1_get_node_with_path**](docs/CoreV1Api.md#proxy_core_v1_get_node_with_path) | **GET** /api/v1/proxy/nodes/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_head_namespaced_pod**](docs/CoreV1Api.md#proxy_core_v1_head_namespaced_pod) | **HEAD** /api/v1/proxy/namespaces/{namespace}/pods/{name} | -*CoreV1Api* | [**proxy_core_v1_head_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_core_v1_head_namespaced_pod_with_path) | **HEAD** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_head_namespaced_service**](docs/CoreV1Api.md#proxy_core_v1_head_namespaced_service) | **HEAD** /api/v1/proxy/namespaces/{namespace}/services/{name} | -*CoreV1Api* | [**proxy_core_v1_head_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_core_v1_head_namespaced_service_with_path) | **HEAD** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_head_node**](docs/CoreV1Api.md#proxy_core_v1_head_node) | **HEAD** /api/v1/proxy/nodes/{name} | -*CoreV1Api* | [**proxy_core_v1_head_node_with_path**](docs/CoreV1Api.md#proxy_core_v1_head_node_with_path) | **HEAD** /api/v1/proxy/nodes/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_options_namespaced_pod**](docs/CoreV1Api.md#proxy_core_v1_options_namespaced_pod) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/pods/{name} | -*CoreV1Api* | [**proxy_core_v1_options_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_core_v1_options_namespaced_pod_with_path) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_options_namespaced_service**](docs/CoreV1Api.md#proxy_core_v1_options_namespaced_service) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/services/{name} | -*CoreV1Api* | [**proxy_core_v1_options_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_core_v1_options_namespaced_service_with_path) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_options_node**](docs/CoreV1Api.md#proxy_core_v1_options_node) | **OPTIONS** /api/v1/proxy/nodes/{name} | -*CoreV1Api* | [**proxy_core_v1_options_node_with_path**](docs/CoreV1Api.md#proxy_core_v1_options_node_with_path) | **OPTIONS** /api/v1/proxy/nodes/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_post_namespaced_pod**](docs/CoreV1Api.md#proxy_core_v1_post_namespaced_pod) | **POST** /api/v1/proxy/namespaces/{namespace}/pods/{name} | -*CoreV1Api* | [**proxy_core_v1_post_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_core_v1_post_namespaced_pod_with_path) | **POST** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_post_namespaced_service**](docs/CoreV1Api.md#proxy_core_v1_post_namespaced_service) | **POST** /api/v1/proxy/namespaces/{namespace}/services/{name} | -*CoreV1Api* | [**proxy_core_v1_post_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_core_v1_post_namespaced_service_with_path) | **POST** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_post_node**](docs/CoreV1Api.md#proxy_core_v1_post_node) | **POST** /api/v1/proxy/nodes/{name} | -*CoreV1Api* | [**proxy_core_v1_post_node_with_path**](docs/CoreV1Api.md#proxy_core_v1_post_node_with_path) | **POST** /api/v1/proxy/nodes/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_put_namespaced_pod**](docs/CoreV1Api.md#proxy_core_v1_put_namespaced_pod) | **PUT** /api/v1/proxy/namespaces/{namespace}/pods/{name} | -*CoreV1Api* | [**proxy_core_v1_put_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_core_v1_put_namespaced_pod_with_path) | **PUT** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_put_namespaced_service**](docs/CoreV1Api.md#proxy_core_v1_put_namespaced_service) | **PUT** /api/v1/proxy/namespaces/{namespace}/services/{name} | -*CoreV1Api* | [**proxy_core_v1_put_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_core_v1_put_namespaced_service_with_path) | **PUT** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | -*CoreV1Api* | [**proxy_core_v1_put_node**](docs/CoreV1Api.md#proxy_core_v1_put_node) | **PUT** /api/v1/proxy/nodes/{name} | -*CoreV1Api* | [**proxy_core_v1_put_node_with_path**](docs/CoreV1Api.md#proxy_core_v1_put_node_with_path) | **PUT** /api/v1/proxy/nodes/{name}/{path} | -*CoreV1Api* | [**read_core_v1_component_status**](docs/CoreV1Api.md#read_core_v1_component_status) | **GET** /api/v1/componentstatuses/{name} | -*CoreV1Api* | [**read_core_v1_namespace**](docs/CoreV1Api.md#read_core_v1_namespace) | **GET** /api/v1/namespaces/{name} | -*CoreV1Api* | [**read_core_v1_namespace_status**](docs/CoreV1Api.md#read_core_v1_namespace_status) | **GET** /api/v1/namespaces/{name}/status | -*CoreV1Api* | [**read_core_v1_namespaced_config_map**](docs/CoreV1Api.md#read_core_v1_namespaced_config_map) | **GET** /api/v1/namespaces/{namespace}/configmaps/{name} | -*CoreV1Api* | [**read_core_v1_namespaced_endpoints**](docs/CoreV1Api.md#read_core_v1_namespaced_endpoints) | **GET** /api/v1/namespaces/{namespace}/endpoints/{name} | -*CoreV1Api* | [**read_core_v1_namespaced_event**](docs/CoreV1Api.md#read_core_v1_namespaced_event) | **GET** /api/v1/namespaces/{namespace}/events/{name} | -*CoreV1Api* | [**read_core_v1_namespaced_limit_range**](docs/CoreV1Api.md#read_core_v1_namespaced_limit_range) | **GET** /api/v1/namespaces/{namespace}/limitranges/{name} | -*CoreV1Api* | [**read_core_v1_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#read_core_v1_namespaced_persistent_volume_claim) | **GET** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | -*CoreV1Api* | [**read_core_v1_namespaced_persistent_volume_claim_status**](docs/CoreV1Api.md#read_core_v1_namespaced_persistent_volume_claim_status) | **GET** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | -*CoreV1Api* | [**read_core_v1_namespaced_pod**](docs/CoreV1Api.md#read_core_v1_namespaced_pod) | **GET** /api/v1/namespaces/{namespace}/pods/{name} | -*CoreV1Api* | [**read_core_v1_namespaced_pod_log**](docs/CoreV1Api.md#read_core_v1_namespaced_pod_log) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/log | -*CoreV1Api* | [**read_core_v1_namespaced_pod_status**](docs/CoreV1Api.md#read_core_v1_namespaced_pod_status) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/status | -*CoreV1Api* | [**read_core_v1_namespaced_pod_template**](docs/CoreV1Api.md#read_core_v1_namespaced_pod_template) | **GET** /api/v1/namespaces/{namespace}/podtemplates/{name} | -*CoreV1Api* | [**read_core_v1_namespaced_replication_controller**](docs/CoreV1Api.md#read_core_v1_namespaced_replication_controller) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | -*CoreV1Api* | [**read_core_v1_namespaced_replication_controller_status**](docs/CoreV1Api.md#read_core_v1_namespaced_replication_controller_status) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | -*CoreV1Api* | [**read_core_v1_namespaced_resource_quota**](docs/CoreV1Api.md#read_core_v1_namespaced_resource_quota) | **GET** /api/v1/namespaces/{namespace}/resourcequotas/{name} | -*CoreV1Api* | [**read_core_v1_namespaced_resource_quota_status**](docs/CoreV1Api.md#read_core_v1_namespaced_resource_quota_status) | **GET** /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | -*CoreV1Api* | [**read_core_v1_namespaced_scale_scale**](docs/CoreV1Api.md#read_core_v1_namespaced_scale_scale) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | -*CoreV1Api* | [**read_core_v1_namespaced_secret**](docs/CoreV1Api.md#read_core_v1_namespaced_secret) | **GET** /api/v1/namespaces/{namespace}/secrets/{name} | -*CoreV1Api* | [**read_core_v1_namespaced_service**](docs/CoreV1Api.md#read_core_v1_namespaced_service) | **GET** /api/v1/namespaces/{namespace}/services/{name} | -*CoreV1Api* | [**read_core_v1_namespaced_service_account**](docs/CoreV1Api.md#read_core_v1_namespaced_service_account) | **GET** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | -*CoreV1Api* | [**read_core_v1_namespaced_service_status**](docs/CoreV1Api.md#read_core_v1_namespaced_service_status) | **GET** /api/v1/namespaces/{namespace}/services/{name}/status | -*CoreV1Api* | [**read_core_v1_node**](docs/CoreV1Api.md#read_core_v1_node) | **GET** /api/v1/nodes/{name} | -*CoreV1Api* | [**read_core_v1_node_status**](docs/CoreV1Api.md#read_core_v1_node_status) | **GET** /api/v1/nodes/{name}/status | -*CoreV1Api* | [**read_core_v1_persistent_volume**](docs/CoreV1Api.md#read_core_v1_persistent_volume) | **GET** /api/v1/persistentvolumes/{name} | -*CoreV1Api* | [**read_core_v1_persistent_volume_status**](docs/CoreV1Api.md#read_core_v1_persistent_volume_status) | **GET** /api/v1/persistentvolumes/{name}/status | -*CoreV1Api* | [**replace_core_v1_namespace**](docs/CoreV1Api.md#replace_core_v1_namespace) | **PUT** /api/v1/namespaces/{name} | -*CoreV1Api* | [**replace_core_v1_namespace_finalize**](docs/CoreV1Api.md#replace_core_v1_namespace_finalize) | **PUT** /api/v1/namespaces/{name}/finalize | -*CoreV1Api* | [**replace_core_v1_namespace_status**](docs/CoreV1Api.md#replace_core_v1_namespace_status) | **PUT** /api/v1/namespaces/{name}/status | -*CoreV1Api* | [**replace_core_v1_namespaced_config_map**](docs/CoreV1Api.md#replace_core_v1_namespaced_config_map) | **PUT** /api/v1/namespaces/{namespace}/configmaps/{name} | -*CoreV1Api* | [**replace_core_v1_namespaced_endpoints**](docs/CoreV1Api.md#replace_core_v1_namespaced_endpoints) | **PUT** /api/v1/namespaces/{namespace}/endpoints/{name} | -*CoreV1Api* | [**replace_core_v1_namespaced_event**](docs/CoreV1Api.md#replace_core_v1_namespaced_event) | **PUT** /api/v1/namespaces/{namespace}/events/{name} | -*CoreV1Api* | [**replace_core_v1_namespaced_limit_range**](docs/CoreV1Api.md#replace_core_v1_namespaced_limit_range) | **PUT** /api/v1/namespaces/{namespace}/limitranges/{name} | -*CoreV1Api* | [**replace_core_v1_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#replace_core_v1_namespaced_persistent_volume_claim) | **PUT** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | -*CoreV1Api* | [**replace_core_v1_namespaced_persistent_volume_claim_status**](docs/CoreV1Api.md#replace_core_v1_namespaced_persistent_volume_claim_status) | **PUT** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | -*CoreV1Api* | [**replace_core_v1_namespaced_pod**](docs/CoreV1Api.md#replace_core_v1_namespaced_pod) | **PUT** /api/v1/namespaces/{namespace}/pods/{name} | -*CoreV1Api* | [**replace_core_v1_namespaced_pod_status**](docs/CoreV1Api.md#replace_core_v1_namespaced_pod_status) | **PUT** /api/v1/namespaces/{namespace}/pods/{name}/status | -*CoreV1Api* | [**replace_core_v1_namespaced_pod_template**](docs/CoreV1Api.md#replace_core_v1_namespaced_pod_template) | **PUT** /api/v1/namespaces/{namespace}/podtemplates/{name} | -*CoreV1Api* | [**replace_core_v1_namespaced_replication_controller**](docs/CoreV1Api.md#replace_core_v1_namespaced_replication_controller) | **PUT** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | -*CoreV1Api* | [**replace_core_v1_namespaced_replication_controller_status**](docs/CoreV1Api.md#replace_core_v1_namespaced_replication_controller_status) | **PUT** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | -*CoreV1Api* | [**replace_core_v1_namespaced_resource_quota**](docs/CoreV1Api.md#replace_core_v1_namespaced_resource_quota) | **PUT** /api/v1/namespaces/{namespace}/resourcequotas/{name} | -*CoreV1Api* | [**replace_core_v1_namespaced_resource_quota_status**](docs/CoreV1Api.md#replace_core_v1_namespaced_resource_quota_status) | **PUT** /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | -*CoreV1Api* | [**replace_core_v1_namespaced_scale_scale**](docs/CoreV1Api.md#replace_core_v1_namespaced_scale_scale) | **PUT** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | -*CoreV1Api* | [**replace_core_v1_namespaced_secret**](docs/CoreV1Api.md#replace_core_v1_namespaced_secret) | **PUT** /api/v1/namespaces/{namespace}/secrets/{name} | -*CoreV1Api* | [**replace_core_v1_namespaced_service**](docs/CoreV1Api.md#replace_core_v1_namespaced_service) | **PUT** /api/v1/namespaces/{namespace}/services/{name} | -*CoreV1Api* | [**replace_core_v1_namespaced_service_account**](docs/CoreV1Api.md#replace_core_v1_namespaced_service_account) | **PUT** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | -*CoreV1Api* | [**replace_core_v1_namespaced_service_status**](docs/CoreV1Api.md#replace_core_v1_namespaced_service_status) | **PUT** /api/v1/namespaces/{namespace}/services/{name}/status | -*CoreV1Api* | [**replace_core_v1_node**](docs/CoreV1Api.md#replace_core_v1_node) | **PUT** /api/v1/nodes/{name} | -*CoreV1Api* | [**replace_core_v1_node_status**](docs/CoreV1Api.md#replace_core_v1_node_status) | **PUT** /api/v1/nodes/{name}/status | -*CoreV1Api* | [**replace_core_v1_persistent_volume**](docs/CoreV1Api.md#replace_core_v1_persistent_volume) | **PUT** /api/v1/persistentvolumes/{name} | -*CoreV1Api* | [**replace_core_v1_persistent_volume_status**](docs/CoreV1Api.md#replace_core_v1_persistent_volume_status) | **PUT** /api/v1/persistentvolumes/{name}/status | -*CoreV1Api* | [**watch_core_v1_config_map_list_for_all_namespaces**](docs/CoreV1Api.md#watch_core_v1_config_map_list_for_all_namespaces) | **GET** /api/v1/watch/configmaps | -*CoreV1Api* | [**watch_core_v1_endpoints_list_for_all_namespaces**](docs/CoreV1Api.md#watch_core_v1_endpoints_list_for_all_namespaces) | **GET** /api/v1/watch/endpoints | -*CoreV1Api* | [**watch_core_v1_event_list_for_all_namespaces**](docs/CoreV1Api.md#watch_core_v1_event_list_for_all_namespaces) | **GET** /api/v1/watch/events | -*CoreV1Api* | [**watch_core_v1_limit_range_list_for_all_namespaces**](docs/CoreV1Api.md#watch_core_v1_limit_range_list_for_all_namespaces) | **GET** /api/v1/watch/limitranges | -*CoreV1Api* | [**watch_core_v1_namespace**](docs/CoreV1Api.md#watch_core_v1_namespace) | **GET** /api/v1/watch/namespaces/{name} | -*CoreV1Api* | [**watch_core_v1_namespace_list**](docs/CoreV1Api.md#watch_core_v1_namespace_list) | **GET** /api/v1/watch/namespaces | -*CoreV1Api* | [**watch_core_v1_namespaced_config_map**](docs/CoreV1Api.md#watch_core_v1_namespaced_config_map) | **GET** /api/v1/watch/namespaces/{namespace}/configmaps/{name} | -*CoreV1Api* | [**watch_core_v1_namespaced_config_map_list**](docs/CoreV1Api.md#watch_core_v1_namespaced_config_map_list) | **GET** /api/v1/watch/namespaces/{namespace}/configmaps | -*CoreV1Api* | [**watch_core_v1_namespaced_endpoints**](docs/CoreV1Api.md#watch_core_v1_namespaced_endpoints) | **GET** /api/v1/watch/namespaces/{namespace}/endpoints/{name} | -*CoreV1Api* | [**watch_core_v1_namespaced_endpoints_list**](docs/CoreV1Api.md#watch_core_v1_namespaced_endpoints_list) | **GET** /api/v1/watch/namespaces/{namespace}/endpoints | -*CoreV1Api* | [**watch_core_v1_namespaced_event**](docs/CoreV1Api.md#watch_core_v1_namespaced_event) | **GET** /api/v1/watch/namespaces/{namespace}/events/{name} | -*CoreV1Api* | [**watch_core_v1_namespaced_event_list**](docs/CoreV1Api.md#watch_core_v1_namespaced_event_list) | **GET** /api/v1/watch/namespaces/{namespace}/events | -*CoreV1Api* | [**watch_core_v1_namespaced_limit_range**](docs/CoreV1Api.md#watch_core_v1_namespaced_limit_range) | **GET** /api/v1/watch/namespaces/{namespace}/limitranges/{name} | -*CoreV1Api* | [**watch_core_v1_namespaced_limit_range_list**](docs/CoreV1Api.md#watch_core_v1_namespaced_limit_range_list) | **GET** /api/v1/watch/namespaces/{namespace}/limitranges | -*CoreV1Api* | [**watch_core_v1_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#watch_core_v1_namespaced_persistent_volume_claim) | **GET** /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name} | -*CoreV1Api* | [**watch_core_v1_namespaced_persistent_volume_claim_list**](docs/CoreV1Api.md#watch_core_v1_namespaced_persistent_volume_claim_list) | **GET** /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims | -*CoreV1Api* | [**watch_core_v1_namespaced_pod**](docs/CoreV1Api.md#watch_core_v1_namespaced_pod) | **GET** /api/v1/watch/namespaces/{namespace}/pods/{name} | -*CoreV1Api* | [**watch_core_v1_namespaced_pod_list**](docs/CoreV1Api.md#watch_core_v1_namespaced_pod_list) | **GET** /api/v1/watch/namespaces/{namespace}/pods | -*CoreV1Api* | [**watch_core_v1_namespaced_pod_template**](docs/CoreV1Api.md#watch_core_v1_namespaced_pod_template) | **GET** /api/v1/watch/namespaces/{namespace}/podtemplates/{name} | -*CoreV1Api* | [**watch_core_v1_namespaced_pod_template_list**](docs/CoreV1Api.md#watch_core_v1_namespaced_pod_template_list) | **GET** /api/v1/watch/namespaces/{namespace}/podtemplates | -*CoreV1Api* | [**watch_core_v1_namespaced_replication_controller**](docs/CoreV1Api.md#watch_core_v1_namespaced_replication_controller) | **GET** /api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name} | -*CoreV1Api* | [**watch_core_v1_namespaced_replication_controller_list**](docs/CoreV1Api.md#watch_core_v1_namespaced_replication_controller_list) | **GET** /api/v1/watch/namespaces/{namespace}/replicationcontrollers | -*CoreV1Api* | [**watch_core_v1_namespaced_resource_quota**](docs/CoreV1Api.md#watch_core_v1_namespaced_resource_quota) | **GET** /api/v1/watch/namespaces/{namespace}/resourcequotas/{name} | -*CoreV1Api* | [**watch_core_v1_namespaced_resource_quota_list**](docs/CoreV1Api.md#watch_core_v1_namespaced_resource_quota_list) | **GET** /api/v1/watch/namespaces/{namespace}/resourcequotas | -*CoreV1Api* | [**watch_core_v1_namespaced_secret**](docs/CoreV1Api.md#watch_core_v1_namespaced_secret) | **GET** /api/v1/watch/namespaces/{namespace}/secrets/{name} | -*CoreV1Api* | [**watch_core_v1_namespaced_secret_list**](docs/CoreV1Api.md#watch_core_v1_namespaced_secret_list) | **GET** /api/v1/watch/namespaces/{namespace}/secrets | -*CoreV1Api* | [**watch_core_v1_namespaced_service**](docs/CoreV1Api.md#watch_core_v1_namespaced_service) | **GET** /api/v1/watch/namespaces/{namespace}/services/{name} | -*CoreV1Api* | [**watch_core_v1_namespaced_service_account**](docs/CoreV1Api.md#watch_core_v1_namespaced_service_account) | **GET** /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name} | -*CoreV1Api* | [**watch_core_v1_namespaced_service_account_list**](docs/CoreV1Api.md#watch_core_v1_namespaced_service_account_list) | **GET** /api/v1/watch/namespaces/{namespace}/serviceaccounts | -*CoreV1Api* | [**watch_core_v1_namespaced_service_list**](docs/CoreV1Api.md#watch_core_v1_namespaced_service_list) | **GET** /api/v1/watch/namespaces/{namespace}/services | -*CoreV1Api* | [**watch_core_v1_node**](docs/CoreV1Api.md#watch_core_v1_node) | **GET** /api/v1/watch/nodes/{name} | -*CoreV1Api* | [**watch_core_v1_node_list**](docs/CoreV1Api.md#watch_core_v1_node_list) | **GET** /api/v1/watch/nodes | -*CoreV1Api* | [**watch_core_v1_persistent_volume**](docs/CoreV1Api.md#watch_core_v1_persistent_volume) | **GET** /api/v1/watch/persistentvolumes/{name} | -*CoreV1Api* | [**watch_core_v1_persistent_volume_claim_list_for_all_namespaces**](docs/CoreV1Api.md#watch_core_v1_persistent_volume_claim_list_for_all_namespaces) | **GET** /api/v1/watch/persistentvolumeclaims | -*CoreV1Api* | [**watch_core_v1_persistent_volume_list**](docs/CoreV1Api.md#watch_core_v1_persistent_volume_list) | **GET** /api/v1/watch/persistentvolumes | -*CoreV1Api* | [**watch_core_v1_pod_list_for_all_namespaces**](docs/CoreV1Api.md#watch_core_v1_pod_list_for_all_namespaces) | **GET** /api/v1/watch/pods | -*CoreV1Api* | [**watch_core_v1_pod_template_list_for_all_namespaces**](docs/CoreV1Api.md#watch_core_v1_pod_template_list_for_all_namespaces) | **GET** /api/v1/watch/podtemplates | -*CoreV1Api* | [**watch_core_v1_replication_controller_list_for_all_namespaces**](docs/CoreV1Api.md#watch_core_v1_replication_controller_list_for_all_namespaces) | **GET** /api/v1/watch/replicationcontrollers | -*CoreV1Api* | [**watch_core_v1_resource_quota_list_for_all_namespaces**](docs/CoreV1Api.md#watch_core_v1_resource_quota_list_for_all_namespaces) | **GET** /api/v1/watch/resourcequotas | -*CoreV1Api* | [**watch_core_v1_secret_list_for_all_namespaces**](docs/CoreV1Api.md#watch_core_v1_secret_list_for_all_namespaces) | **GET** /api/v1/watch/secrets | -*CoreV1Api* | [**watch_core_v1_service_account_list_for_all_namespaces**](docs/CoreV1Api.md#watch_core_v1_service_account_list_for_all_namespaces) | **GET** /api/v1/watch/serviceaccounts | -*CoreV1Api* | [**watch_core_v1_service_list_for_all_namespaces**](docs/CoreV1Api.md#watch_core_v1_service_list_for_all_namespaces) | **GET** /api/v1/watch/services | -*ExtensionsApi* | [**get_extensions_api_group**](docs/ExtensionsApi.md#get_extensions_api_group) | **GET** /apis/extensions/ | -*ExtensionsV1beta1Api* | [**create_extensions_v1beta1_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_daemon_set) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets | -*ExtensionsV1beta1Api* | [**create_extensions_v1beta1_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_deployment) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/deployments | -*ExtensionsV1beta1Api* | [**create_extensions_v1beta1_namespaced_deployment_rollback_rollback**](docs/ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_deployment_rollback_rollback) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback | -*ExtensionsV1beta1Api* | [**create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers | -*ExtensionsV1beta1Api* | [**create_extensions_v1beta1_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_ingress) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses | -*ExtensionsV1beta1Api* | [**create_extensions_v1beta1_namespaced_job**](docs/ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_job) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/jobs | -*ExtensionsV1beta1Api* | [**create_extensions_v1beta1_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_network_policy) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies | -*ExtensionsV1beta1Api* | [**create_extensions_v1beta1_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_replica_set) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets | -*ExtensionsV1beta1Api* | [**create_extensions_v1beta1_third_party_resource**](docs/ExtensionsV1beta1Api.md#create_extensions_v1beta1_third_party_resource) | **POST** /apis/extensions/v1beta1/thirdpartyresources | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_collection_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_namespaced_daemon_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_collection_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_namespaced_deployment) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/deployments | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_collection_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_namespaced_ingress) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_collection_namespaced_job**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_namespaced_job) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/jobs | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_collection_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_namespaced_network_policy) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_collection_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_namespaced_replica_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_collection_third_party_resource**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_third_party_resource) | **DELETE** /apis/extensions/v1beta1/thirdpartyresources | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_namespaced_daemon_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_namespaced_deployment) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_namespaced_ingress) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_namespaced_job**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_namespaced_job) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_namespaced_network_policy) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_namespaced_replica_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | -*ExtensionsV1beta1Api* | [**delete_extensions_v1beta1_third_party_resource**](docs/ExtensionsV1beta1Api.md#delete_extensions_v1beta1_third_party_resource) | **DELETE** /apis/extensions/v1beta1/thirdpartyresources/{name} | -*ExtensionsV1beta1Api* | [**get_extensions_v1beta1_api_resources**](docs/ExtensionsV1beta1Api.md#get_extensions_v1beta1_api_resources) | **GET** /apis/extensions/v1beta1/ | -*ExtensionsV1beta1Api* | [**list_extensions_v1beta1_daemon_set_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_extensions_v1beta1_daemon_set_for_all_namespaces) | **GET** /apis/extensions/v1beta1/daemonsets | -*ExtensionsV1beta1Api* | [**list_extensions_v1beta1_deployment_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_extensions_v1beta1_deployment_for_all_namespaces) | **GET** /apis/extensions/v1beta1/deployments | -*ExtensionsV1beta1Api* | [**list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces) | **GET** /apis/extensions/v1beta1/horizontalpodautoscalers | -*ExtensionsV1beta1Api* | [**list_extensions_v1beta1_ingress_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_extensions_v1beta1_ingress_for_all_namespaces) | **GET** /apis/extensions/v1beta1/ingresses | -*ExtensionsV1beta1Api* | [**list_extensions_v1beta1_job_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_extensions_v1beta1_job_for_all_namespaces) | **GET** /apis/extensions/v1beta1/jobs | -*ExtensionsV1beta1Api* | [**list_extensions_v1beta1_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#list_extensions_v1beta1_namespaced_daemon_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets | -*ExtensionsV1beta1Api* | [**list_extensions_v1beta1_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#list_extensions_v1beta1_namespaced_deployment) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments | -*ExtensionsV1beta1Api* | [**list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers | -*ExtensionsV1beta1Api* | [**list_extensions_v1beta1_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#list_extensions_v1beta1_namespaced_ingress) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses | -*ExtensionsV1beta1Api* | [**list_extensions_v1beta1_namespaced_job**](docs/ExtensionsV1beta1Api.md#list_extensions_v1beta1_namespaced_job) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/jobs | -*ExtensionsV1beta1Api* | [**list_extensions_v1beta1_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#list_extensions_v1beta1_namespaced_network_policy) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies | -*ExtensionsV1beta1Api* | [**list_extensions_v1beta1_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#list_extensions_v1beta1_namespaced_replica_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets | -*ExtensionsV1beta1Api* | [**list_extensions_v1beta1_network_policy_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_extensions_v1beta1_network_policy_for_all_namespaces) | **GET** /apis/extensions/v1beta1/networkpolicies | -*ExtensionsV1beta1Api* | [**list_extensions_v1beta1_replica_set_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_extensions_v1beta1_replica_set_for_all_namespaces) | **GET** /apis/extensions/v1beta1/replicasets | -*ExtensionsV1beta1Api* | [**list_extensions_v1beta1_third_party_resource**](docs/ExtensionsV1beta1Api.md#list_extensions_v1beta1_third_party_resource) | **GET** /apis/extensions/v1beta1/thirdpartyresources | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_daemon_set) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_daemon_set_status**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_daemon_set_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_deployment) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_deployment_status**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_deployment_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_deployments_scale**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_deployments_scale) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_ingress) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_ingress_status**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_ingress_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_job**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_job) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_job_status**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_job_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_network_policy) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_replica_set) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_replica_set_status**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_replica_set_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_replicasets_scale**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_replicasets_scale) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_namespaced_replicationcontrollers_scale**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_replicationcontrollers_scale) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale | -*ExtensionsV1beta1Api* | [**patch_extensions_v1beta1_third_party_resource**](docs/ExtensionsV1beta1Api.md#patch_extensions_v1beta1_third_party_resource) | **PATCH** /apis/extensions/v1beta1/thirdpartyresources/{name} | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_daemon_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_daemon_set_status**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_daemon_set_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_deployment) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_deployment_status**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_deployment_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_deployments_scale**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_deployments_scale) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_ingress) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_ingress_status**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_ingress_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_job**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_job) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_job_status**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_job_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_network_policy) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_replica_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_replica_set_status**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_replica_set_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_replicasets_scale**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_replicasets_scale) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_namespaced_replicationcontrollers_scale**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_replicationcontrollers_scale) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale | -*ExtensionsV1beta1Api* | [**read_extensions_v1beta1_third_party_resource**](docs/ExtensionsV1beta1Api.md#read_extensions_v1beta1_third_party_resource) | **GET** /apis/extensions/v1beta1/thirdpartyresources/{name} | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_daemon_set) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_daemon_set_status**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_daemon_set_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_deployment) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_deployment_status**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_deployment_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_deployments_scale**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_deployments_scale) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_ingress) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_ingress_status**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_ingress_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_job**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_job) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_job_status**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_job_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_network_policy) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_replica_set) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_replica_set_status**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_replica_set_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_replicasets_scale**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_replicasets_scale) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_namespaced_replicationcontrollers_scale**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_replicationcontrollers_scale) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale | -*ExtensionsV1beta1Api* | [**replace_extensions_v1beta1_third_party_resource**](docs/ExtensionsV1beta1Api.md#replace_extensions_v1beta1_third_party_resource) | **PUT** /apis/extensions/v1beta1/thirdpartyresources/{name} | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_daemon_set_list_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_daemon_set_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/daemonsets | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_deployment_list_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_deployment_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/deployments | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/horizontalpodautoscalers | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_ingress_list_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_ingress_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/ingresses | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_job_list_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_job_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/jobs | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_daemon_set) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets/{name} | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_namespaced_daemon_set_list**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_daemon_set_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_deployment) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments/{name} | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_namespaced_deployment_list**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_deployment_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name} | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_ingress) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses/{name} | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_namespaced_ingress_list**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_ingress_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_namespaced_job**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_job) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/jobs/{name} | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_namespaced_job_list**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_job_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/jobs | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_network_policy) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies/{name} | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_namespaced_network_policy_list**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_network_policy_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_replica_set) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets/{name} | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_namespaced_replica_set_list**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_replica_set_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_network_policy_list_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_network_policy_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/networkpolicies | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_replica_set_list_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_replica_set_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/replicasets | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_third_party_resource**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_third_party_resource) | **GET** /apis/extensions/v1beta1/watch/thirdpartyresources/{name} | -*ExtensionsV1beta1Api* | [**watch_extensions_v1beta1_third_party_resource_list**](docs/ExtensionsV1beta1Api.md#watch_extensions_v1beta1_third_party_resource_list) | **GET** /apis/extensions/v1beta1/watch/thirdpartyresources | -*LogsApi* | [**log_file_handler**](docs/LogsApi.md#log_file_handler) | **GET** /logs/{logpath} | -*LogsApi* | [**log_file_list_handler**](docs/LogsApi.md#log_file_list_handler) | **GET** /logs/ | -*PolicyApi* | [**get_policy_api_group**](docs/PolicyApi.md#get_policy_api_group) | **GET** /apis/policy/ | -*PolicyV1alpha1Api* | [**create_policy_v1alpha1_namespaced_pod_disruption_budget**](docs/PolicyV1alpha1Api.md#create_policy_v1alpha1_namespaced_pod_disruption_budget) | **POST** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets | -*PolicyV1alpha1Api* | [**delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget**](docs/PolicyV1alpha1Api.md#delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget) | **DELETE** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets | -*PolicyV1alpha1Api* | [**delete_policy_v1alpha1_namespaced_pod_disruption_budget**](docs/PolicyV1alpha1Api.md#delete_policy_v1alpha1_namespaced_pod_disruption_budget) | **DELETE** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name} | -*PolicyV1alpha1Api* | [**get_policy_v1alpha1_api_resources**](docs/PolicyV1alpha1Api.md#get_policy_v1alpha1_api_resources) | **GET** /apis/policy/v1alpha1/ | -*PolicyV1alpha1Api* | [**list_policy_v1alpha1_namespaced_pod_disruption_budget**](docs/PolicyV1alpha1Api.md#list_policy_v1alpha1_namespaced_pod_disruption_budget) | **GET** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets | -*PolicyV1alpha1Api* | [**list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces**](docs/PolicyV1alpha1Api.md#list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces) | **GET** /apis/policy/v1alpha1/poddisruptionbudgets | -*PolicyV1alpha1Api* | [**patch_policy_v1alpha1_namespaced_pod_disruption_budget**](docs/PolicyV1alpha1Api.md#patch_policy_v1alpha1_namespaced_pod_disruption_budget) | **PATCH** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name} | -*PolicyV1alpha1Api* | [**patch_policy_v1alpha1_namespaced_pod_disruption_budget_status**](docs/PolicyV1alpha1Api.md#patch_policy_v1alpha1_namespaced_pod_disruption_budget_status) | **PATCH** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name}/status | -*PolicyV1alpha1Api* | [**read_policy_v1alpha1_namespaced_pod_disruption_budget**](docs/PolicyV1alpha1Api.md#read_policy_v1alpha1_namespaced_pod_disruption_budget) | **GET** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name} | -*PolicyV1alpha1Api* | [**read_policy_v1alpha1_namespaced_pod_disruption_budget_status**](docs/PolicyV1alpha1Api.md#read_policy_v1alpha1_namespaced_pod_disruption_budget_status) | **GET** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name}/status | -*PolicyV1alpha1Api* | [**replace_policy_v1alpha1_namespaced_pod_disruption_budget**](docs/PolicyV1alpha1Api.md#replace_policy_v1alpha1_namespaced_pod_disruption_budget) | **PUT** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name} | -*PolicyV1alpha1Api* | [**replace_policy_v1alpha1_namespaced_pod_disruption_budget_status**](docs/PolicyV1alpha1Api.md#replace_policy_v1alpha1_namespaced_pod_disruption_budget_status) | **PUT** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name}/status | -*PolicyV1alpha1Api* | [**watch_policy_v1alpha1_namespaced_pod_disruption_budget**](docs/PolicyV1alpha1Api.md#watch_policy_v1alpha1_namespaced_pod_disruption_budget) | **GET** /apis/policy/v1alpha1/watch/namespaces/{namespace}/poddisruptionbudgets/{name} | -*PolicyV1alpha1Api* | [**watch_policy_v1alpha1_namespaced_pod_disruption_budget_list**](docs/PolicyV1alpha1Api.md#watch_policy_v1alpha1_namespaced_pod_disruption_budget_list) | **GET** /apis/policy/v1alpha1/watch/namespaces/{namespace}/poddisruptionbudgets | -*PolicyV1alpha1Api* | [**watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces**](docs/PolicyV1alpha1Api.md#watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces) | **GET** /apis/policy/v1alpha1/watch/poddisruptionbudgets | -*RbacAuthorizationApi* | [**get_rbac_authorization_api_group**](docs/RbacAuthorizationApi.md#get_rbac_authorization_api_group) | **GET** /apis/rbac.authorization.k8s.io/ | -*RbacAuthorizationV1alpha1Api* | [**create_rbac_authorization_v1alpha1_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#create_rbac_authorization_v1alpha1_cluster_role) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles | -*RbacAuthorizationV1alpha1Api* | [**create_rbac_authorization_v1alpha1_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#create_rbac_authorization_v1alpha1_cluster_role_binding) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings | -*RbacAuthorizationV1alpha1Api* | [**create_rbac_authorization_v1alpha1_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#create_rbac_authorization_v1alpha1_namespaced_role) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles | -*RbacAuthorizationV1alpha1Api* | [**create_rbac_authorization_v1alpha1_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#create_rbac_authorization_v1alpha1_namespaced_role_binding) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings | -*RbacAuthorizationV1alpha1Api* | [**delete_rbac_authorization_v1alpha1_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_cluster_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | -*RbacAuthorizationV1alpha1Api* | [**delete_rbac_authorization_v1alpha1_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_cluster_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | -*RbacAuthorizationV1alpha1Api* | [**delete_rbac_authorization_v1alpha1_collection_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_collection_cluster_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles | -*RbacAuthorizationV1alpha1Api* | [**delete_rbac_authorization_v1alpha1_collection_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_collection_cluster_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings | -*RbacAuthorizationV1alpha1Api* | [**delete_rbac_authorization_v1alpha1_collection_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_collection_namespaced_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles | -*RbacAuthorizationV1alpha1Api* | [**delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings | -*RbacAuthorizationV1alpha1Api* | [**delete_rbac_authorization_v1alpha1_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_namespaced_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | -*RbacAuthorizationV1alpha1Api* | [**delete_rbac_authorization_v1alpha1_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_namespaced_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | -*RbacAuthorizationV1alpha1Api* | [**get_rbac_authorization_v1alpha1_api_resources**](docs/RbacAuthorizationV1alpha1Api.md#get_rbac_authorization_v1alpha1_api_resources) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/ | -*RbacAuthorizationV1alpha1Api* | [**list_rbac_authorization_v1alpha1_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#list_rbac_authorization_v1alpha1_cluster_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles | -*RbacAuthorizationV1alpha1Api* | [**list_rbac_authorization_v1alpha1_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#list_rbac_authorization_v1alpha1_cluster_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings | -*RbacAuthorizationV1alpha1Api* | [**list_rbac_authorization_v1alpha1_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#list_rbac_authorization_v1alpha1_namespaced_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles | -*RbacAuthorizationV1alpha1Api* | [**list_rbac_authorization_v1alpha1_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#list_rbac_authorization_v1alpha1_namespaced_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings | -*RbacAuthorizationV1alpha1Api* | [**list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces**](docs/RbacAuthorizationV1alpha1Api.md#list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/rolebindings | -*RbacAuthorizationV1alpha1Api* | [**list_rbac_authorization_v1alpha1_role_for_all_namespaces**](docs/RbacAuthorizationV1alpha1Api.md#list_rbac_authorization_v1alpha1_role_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/roles | -*RbacAuthorizationV1alpha1Api* | [**patch_rbac_authorization_v1alpha1_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#patch_rbac_authorization_v1alpha1_cluster_role) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | -*RbacAuthorizationV1alpha1Api* | [**patch_rbac_authorization_v1alpha1_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#patch_rbac_authorization_v1alpha1_cluster_role_binding) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | -*RbacAuthorizationV1alpha1Api* | [**patch_rbac_authorization_v1alpha1_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#patch_rbac_authorization_v1alpha1_namespaced_role) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | -*RbacAuthorizationV1alpha1Api* | [**patch_rbac_authorization_v1alpha1_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#patch_rbac_authorization_v1alpha1_namespaced_role_binding) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | -*RbacAuthorizationV1alpha1Api* | [**read_rbac_authorization_v1alpha1_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#read_rbac_authorization_v1alpha1_cluster_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | -*RbacAuthorizationV1alpha1Api* | [**read_rbac_authorization_v1alpha1_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#read_rbac_authorization_v1alpha1_cluster_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | -*RbacAuthorizationV1alpha1Api* | [**read_rbac_authorization_v1alpha1_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#read_rbac_authorization_v1alpha1_namespaced_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | -*RbacAuthorizationV1alpha1Api* | [**read_rbac_authorization_v1alpha1_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#read_rbac_authorization_v1alpha1_namespaced_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | -*RbacAuthorizationV1alpha1Api* | [**replace_rbac_authorization_v1alpha1_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#replace_rbac_authorization_v1alpha1_cluster_role) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | -*RbacAuthorizationV1alpha1Api* | [**replace_rbac_authorization_v1alpha1_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#replace_rbac_authorization_v1alpha1_cluster_role_binding) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | -*RbacAuthorizationV1alpha1Api* | [**replace_rbac_authorization_v1alpha1_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#replace_rbac_authorization_v1alpha1_namespaced_role) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | -*RbacAuthorizationV1alpha1Api* | [**replace_rbac_authorization_v1alpha1_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#replace_rbac_authorization_v1alpha1_namespaced_role_binding) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | -*RbacAuthorizationV1alpha1Api* | [**watch_rbac_authorization_v1alpha1_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_cluster_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles/{name} | -*RbacAuthorizationV1alpha1Api* | [**watch_rbac_authorization_v1alpha1_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_cluster_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings/{name} | -*RbacAuthorizationV1alpha1Api* | [**watch_rbac_authorization_v1alpha1_cluster_role_binding_list**](docs/RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_cluster_role_binding_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings | -*RbacAuthorizationV1alpha1Api* | [**watch_rbac_authorization_v1alpha1_cluster_role_list**](docs/RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_cluster_role_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles | -*RbacAuthorizationV1alpha1Api* | [**watch_rbac_authorization_v1alpha1_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_namespaced_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles/{name} | -*RbacAuthorizationV1alpha1Api* | [**watch_rbac_authorization_v1alpha1_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_namespaced_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings/{name} | -*RbacAuthorizationV1alpha1Api* | [**watch_rbac_authorization_v1alpha1_namespaced_role_binding_list**](docs/RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_namespaced_role_binding_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings | -*RbacAuthorizationV1alpha1Api* | [**watch_rbac_authorization_v1alpha1_namespaced_role_list**](docs/RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_namespaced_role_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles | -*RbacAuthorizationV1alpha1Api* | [**watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces**](docs/RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/rolebindings | -*RbacAuthorizationV1alpha1Api* | [**watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces**](docs/RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/roles | -*StorageApi* | [**get_storage_api_group**](docs/StorageApi.md#get_storage_api_group) | **GET** /apis/storage.k8s.io/ | -*StorageV1beta1Api* | [**create_storage_v1beta1_storage_class**](docs/StorageV1beta1Api.md#create_storage_v1beta1_storage_class) | **POST** /apis/storage.k8s.io/v1beta1/storageclasses | -*StorageV1beta1Api* | [**delete_storage_v1beta1_collection_storage_class**](docs/StorageV1beta1Api.md#delete_storage_v1beta1_collection_storage_class) | **DELETE** /apis/storage.k8s.io/v1beta1/storageclasses | -*StorageV1beta1Api* | [**delete_storage_v1beta1_storage_class**](docs/StorageV1beta1Api.md#delete_storage_v1beta1_storage_class) | **DELETE** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | -*StorageV1beta1Api* | [**get_storage_v1beta1_api_resources**](docs/StorageV1beta1Api.md#get_storage_v1beta1_api_resources) | **GET** /apis/storage.k8s.io/v1beta1/ | -*StorageV1beta1Api* | [**list_storage_v1beta1_storage_class**](docs/StorageV1beta1Api.md#list_storage_v1beta1_storage_class) | **GET** /apis/storage.k8s.io/v1beta1/storageclasses | -*StorageV1beta1Api* | [**patch_storage_v1beta1_storage_class**](docs/StorageV1beta1Api.md#patch_storage_v1beta1_storage_class) | **PATCH** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | -*StorageV1beta1Api* | [**read_storage_v1beta1_storage_class**](docs/StorageV1beta1Api.md#read_storage_v1beta1_storage_class) | **GET** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | -*StorageV1beta1Api* | [**replace_storage_v1beta1_storage_class**](docs/StorageV1beta1Api.md#replace_storage_v1beta1_storage_class) | **PUT** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | -*StorageV1beta1Api* | [**watch_storage_v1beta1_storage_class**](docs/StorageV1beta1Api.md#watch_storage_v1beta1_storage_class) | **GET** /apis/storage.k8s.io/v1beta1/watch/storageclasses/{name} | -*StorageV1beta1Api* | [**watch_storage_v1beta1_storage_class_list**](docs/StorageV1beta1Api.md#watch_storage_v1beta1_storage_class_list) | **GET** /apis/storage.k8s.io/v1beta1/watch/storageclasses | -*VersionApi* | [**get_code_version**](docs/VersionApi.md#get_code_version) | **GET** /version/ | - - -## Documentation For Models - - - [IntstrIntOrString](docs/IntstrIntOrString.md) - - [ResourceQuantity](docs/ResourceQuantity.md) - - [RuntimeRawExtension](docs/RuntimeRawExtension.md) - - [UnversionedAPIGroup](docs/UnversionedAPIGroup.md) - - [UnversionedAPIGroupList](docs/UnversionedAPIGroupList.md) - - [UnversionedAPIResource](docs/UnversionedAPIResource.md) - - [UnversionedAPIResourceList](docs/UnversionedAPIResourceList.md) - - [UnversionedAPIVersions](docs/UnversionedAPIVersions.md) - - [UnversionedGroupVersionForDiscovery](docs/UnversionedGroupVersionForDiscovery.md) - - [UnversionedLabelSelector](docs/UnversionedLabelSelector.md) - - [UnversionedLabelSelectorRequirement](docs/UnversionedLabelSelectorRequirement.md) - - [UnversionedListMeta](docs/UnversionedListMeta.md) - - [UnversionedServerAddressByClientCIDR](docs/UnversionedServerAddressByClientCIDR.md) - - [UnversionedStatus](docs/UnversionedStatus.md) - - [UnversionedStatusCause](docs/UnversionedStatusCause.md) - - [UnversionedStatusDetails](docs/UnversionedStatusDetails.md) - - [UnversionedTime](docs/UnversionedTime.md) - - [V1AttachedVolume](docs/V1AttachedVolume.md) - - [V1Binding](docs/V1Binding.md) - - [V1Capabilities](docs/V1Capabilities.md) - - [V1ComponentCondition](docs/V1ComponentCondition.md) - - [V1ComponentStatus](docs/V1ComponentStatus.md) - - [V1ComponentStatusList](docs/V1ComponentStatusList.md) - - [V1ConfigMap](docs/V1ConfigMap.md) - - [V1ConfigMapKeySelector](docs/V1ConfigMapKeySelector.md) - - [V1ConfigMapList](docs/V1ConfigMapList.md) - - [V1Container](docs/V1Container.md) - - [V1ContainerImage](docs/V1ContainerImage.md) - - [V1ContainerPort](docs/V1ContainerPort.md) - - [V1ContainerState](docs/V1ContainerState.md) - - [V1ContainerStateRunning](docs/V1ContainerStateRunning.md) - - [V1ContainerStateTerminated](docs/V1ContainerStateTerminated.md) - - [V1ContainerStateWaiting](docs/V1ContainerStateWaiting.md) - - [V1ContainerStatus](docs/V1ContainerStatus.md) - - [V1CrossVersionObjectReference](docs/V1CrossVersionObjectReference.md) - - [V1DaemonEndpoint](docs/V1DaemonEndpoint.md) - - [V1DeleteOptions](docs/V1DeleteOptions.md) - - [V1EndpointAddress](docs/V1EndpointAddress.md) - - [V1EndpointPort](docs/V1EndpointPort.md) - - [V1EndpointSubset](docs/V1EndpointSubset.md) - - [V1Endpoints](docs/V1Endpoints.md) - - [V1EndpointsList](docs/V1EndpointsList.md) - - [V1EnvVar](docs/V1EnvVar.md) - - [V1EnvVarSource](docs/V1EnvVarSource.md) - - [V1Event](docs/V1Event.md) - - [V1EventList](docs/V1EventList.md) - - [V1EventSource](docs/V1EventSource.md) - - [V1ExecAction](docs/V1ExecAction.md) - - [V1HTTPGetAction](docs/V1HTTPGetAction.md) - - [V1HTTPHeader](docs/V1HTTPHeader.md) - - [V1Handler](docs/V1Handler.md) - - [V1HorizontalPodAutoscaler](docs/V1HorizontalPodAutoscaler.md) - - [V1HorizontalPodAutoscalerList](docs/V1HorizontalPodAutoscalerList.md) - - [V1HorizontalPodAutoscalerSpec](docs/V1HorizontalPodAutoscalerSpec.md) - - [V1HorizontalPodAutoscalerStatus](docs/V1HorizontalPodAutoscalerStatus.md) - - [V1Job](docs/V1Job.md) - - [V1JobCondition](docs/V1JobCondition.md) - - [V1JobList](docs/V1JobList.md) - - [V1JobSpec](docs/V1JobSpec.md) - - [V1JobStatus](docs/V1JobStatus.md) - - [V1Lifecycle](docs/V1Lifecycle.md) - - [V1LimitRange](docs/V1LimitRange.md) - - [V1LimitRangeItem](docs/V1LimitRangeItem.md) - - [V1LimitRangeList](docs/V1LimitRangeList.md) - - [V1LimitRangeSpec](docs/V1LimitRangeSpec.md) - - [V1LoadBalancerIngress](docs/V1LoadBalancerIngress.md) - - [V1LoadBalancerStatus](docs/V1LoadBalancerStatus.md) - - [V1LocalObjectReference](docs/V1LocalObjectReference.md) - - [V1Namespace](docs/V1Namespace.md) - - [V1NamespaceList](docs/V1NamespaceList.md) - - [V1NamespaceSpec](docs/V1NamespaceSpec.md) - - [V1NamespaceStatus](docs/V1NamespaceStatus.md) - - [V1Node](docs/V1Node.md) - - [V1NodeAddress](docs/V1NodeAddress.md) - - [V1NodeCondition](docs/V1NodeCondition.md) - - [V1NodeDaemonEndpoints](docs/V1NodeDaemonEndpoints.md) - - [V1NodeList](docs/V1NodeList.md) - - [V1NodeSpec](docs/V1NodeSpec.md) - - [V1NodeStatus](docs/V1NodeStatus.md) - - [V1NodeSystemInfo](docs/V1NodeSystemInfo.md) - - [V1ObjectFieldSelector](docs/V1ObjectFieldSelector.md) - - [V1ObjectMeta](docs/V1ObjectMeta.md) - - [V1ObjectReference](docs/V1ObjectReference.md) - - [V1OwnerReference](docs/V1OwnerReference.md) - - [V1PersistentVolume](docs/V1PersistentVolume.md) - - [V1PersistentVolumeClaim](docs/V1PersistentVolumeClaim.md) - - [V1PersistentVolumeClaimList](docs/V1PersistentVolumeClaimList.md) - - [V1PersistentVolumeClaimSpec](docs/V1PersistentVolumeClaimSpec.md) - - [V1PersistentVolumeClaimStatus](docs/V1PersistentVolumeClaimStatus.md) - - [V1PersistentVolumeList](docs/V1PersistentVolumeList.md) - - [V1PersistentVolumeSpec](docs/V1PersistentVolumeSpec.md) - - [V1PersistentVolumeStatus](docs/V1PersistentVolumeStatus.md) - - [V1Pod](docs/V1Pod.md) - - [V1PodCondition](docs/V1PodCondition.md) - - [V1PodList](docs/V1PodList.md) - - [V1PodSecurityContext](docs/V1PodSecurityContext.md) - - [V1PodSpec](docs/V1PodSpec.md) - - [V1PodStatus](docs/V1PodStatus.md) - - [V1PodTemplate](docs/V1PodTemplate.md) - - [V1PodTemplateList](docs/V1PodTemplateList.md) - - [V1PodTemplateSpec](docs/V1PodTemplateSpec.md) - - [V1Preconditions](docs/V1Preconditions.md) - - [V1Probe](docs/V1Probe.md) - - [V1ReplicationController](docs/V1ReplicationController.md) - - [V1ReplicationControllerCondition](docs/V1ReplicationControllerCondition.md) - - [V1ReplicationControllerList](docs/V1ReplicationControllerList.md) - - [V1ReplicationControllerSpec](docs/V1ReplicationControllerSpec.md) - - [V1ReplicationControllerStatus](docs/V1ReplicationControllerStatus.md) - - [V1ResourceFieldSelector](docs/V1ResourceFieldSelector.md) - - [V1ResourceQuota](docs/V1ResourceQuota.md) - - [V1ResourceQuotaList](docs/V1ResourceQuotaList.md) - - [V1ResourceQuotaSpec](docs/V1ResourceQuotaSpec.md) - - [V1ResourceQuotaStatus](docs/V1ResourceQuotaStatus.md) - - [V1ResourceRequirements](docs/V1ResourceRequirements.md) - - [V1SELinuxOptions](docs/V1SELinuxOptions.md) - - [V1Scale](docs/V1Scale.md) - - [V1ScaleSpec](docs/V1ScaleSpec.md) - - [V1ScaleStatus](docs/V1ScaleStatus.md) - - [V1Secret](docs/V1Secret.md) - - [V1SecretKeySelector](docs/V1SecretKeySelector.md) - - [V1SecretList](docs/V1SecretList.md) - - [V1SecurityContext](docs/V1SecurityContext.md) - - [V1Service](docs/V1Service.md) - - [V1ServiceAccount](docs/V1ServiceAccount.md) - - [V1ServiceAccountList](docs/V1ServiceAccountList.md) - - [V1ServiceList](docs/V1ServiceList.md) - - [V1ServicePort](docs/V1ServicePort.md) - - [V1ServiceSpec](docs/V1ServiceSpec.md) - - [V1ServiceStatus](docs/V1ServiceStatus.md) - - [V1TCPSocketAction](docs/V1TCPSocketAction.md) - - [V1Volume](docs/V1Volume.md) - - [V1VolumeMount](docs/V1VolumeMount.md) - - [V1alpha1CertificateSigningRequest](docs/V1alpha1CertificateSigningRequest.md) - - [V1alpha1CertificateSigningRequestCondition](docs/V1alpha1CertificateSigningRequestCondition.md) - - [V1alpha1CertificateSigningRequestList](docs/V1alpha1CertificateSigningRequestList.md) - - [V1alpha1CertificateSigningRequestSpec](docs/V1alpha1CertificateSigningRequestSpec.md) - - [V1alpha1CertificateSigningRequestStatus](docs/V1alpha1CertificateSigningRequestStatus.md) - - [V1alpha1ClusterRole](docs/V1alpha1ClusterRole.md) - - [V1alpha1ClusterRoleBinding](docs/V1alpha1ClusterRoleBinding.md) - - [V1alpha1ClusterRoleBindingList](docs/V1alpha1ClusterRoleBindingList.md) - - [V1alpha1ClusterRoleList](docs/V1alpha1ClusterRoleList.md) - - [V1alpha1Eviction](docs/V1alpha1Eviction.md) - - [V1alpha1PodDisruptionBudget](docs/V1alpha1PodDisruptionBudget.md) - - [V1alpha1PodDisruptionBudgetList](docs/V1alpha1PodDisruptionBudgetList.md) - - [V1alpha1PodDisruptionBudgetSpec](docs/V1alpha1PodDisruptionBudgetSpec.md) - - [V1alpha1PodDisruptionBudgetStatus](docs/V1alpha1PodDisruptionBudgetStatus.md) - - [V1alpha1PolicyRule](docs/V1alpha1PolicyRule.md) - - [V1alpha1Role](docs/V1alpha1Role.md) - - [V1alpha1RoleBinding](docs/V1alpha1RoleBinding.md) - - [V1alpha1RoleBindingList](docs/V1alpha1RoleBindingList.md) - - [V1alpha1RoleList](docs/V1alpha1RoleList.md) - - [V1alpha1RoleRef](docs/V1alpha1RoleRef.md) - - [V1alpha1StatefulSet](docs/V1alpha1StatefulSet.md) - - [V1alpha1StatefulSetList](docs/V1alpha1StatefulSetList.md) - - [V1alpha1StatefulSetSpec](docs/V1alpha1StatefulSetSpec.md) - - [V1alpha1StatefulSetStatus](docs/V1alpha1StatefulSetStatus.md) - - [V1alpha1Subject](docs/V1alpha1Subject.md) - - [V1beta1APIVersion](docs/V1beta1APIVersion.md) - - [V1beta1CPUTargetUtilization](docs/V1beta1CPUTargetUtilization.md) - - [V1beta1DaemonSet](docs/V1beta1DaemonSet.md) - - [V1beta1DaemonSetList](docs/V1beta1DaemonSetList.md) - - [V1beta1DaemonSetSpec](docs/V1beta1DaemonSetSpec.md) - - [V1beta1DaemonSetStatus](docs/V1beta1DaemonSetStatus.md) - - [V1beta1Deployment](docs/V1beta1Deployment.md) - - [V1beta1DeploymentCondition](docs/V1beta1DeploymentCondition.md) - - [V1beta1DeploymentList](docs/V1beta1DeploymentList.md) - - [V1beta1DeploymentRollback](docs/V1beta1DeploymentRollback.md) - - [V1beta1DeploymentSpec](docs/V1beta1DeploymentSpec.md) - - [V1beta1DeploymentStatus](docs/V1beta1DeploymentStatus.md) - - [V1beta1DeploymentStrategy](docs/V1beta1DeploymentStrategy.md) - - [V1beta1HorizontalPodAutoscaler](docs/V1beta1HorizontalPodAutoscaler.md) - - [V1beta1HorizontalPodAutoscalerList](docs/V1beta1HorizontalPodAutoscalerList.md) - - [V1beta1HorizontalPodAutoscalerSpec](docs/V1beta1HorizontalPodAutoscalerSpec.md) - - [V1beta1HorizontalPodAutoscalerStatus](docs/V1beta1HorizontalPodAutoscalerStatus.md) - - [V1beta1Ingress](docs/V1beta1Ingress.md) - - [V1beta1IngressBackend](docs/V1beta1IngressBackend.md) - - [V1beta1IngressList](docs/V1beta1IngressList.md) - - [V1beta1IngressRule](docs/V1beta1IngressRule.md) - - [V1beta1IngressSpec](docs/V1beta1IngressSpec.md) - - [V1beta1IngressStatus](docs/V1beta1IngressStatus.md) - - [V1beta1IngressTLS](docs/V1beta1IngressTLS.md) - - [V1beta1Job](docs/V1beta1Job.md) - - [V1beta1JobCondition](docs/V1beta1JobCondition.md) - - [V1beta1JobList](docs/V1beta1JobList.md) - - [V1beta1JobSpec](docs/V1beta1JobSpec.md) - - [V1beta1JobStatus](docs/V1beta1JobStatus.md) - - [V1beta1LocalSubjectAccessReview](docs/V1beta1LocalSubjectAccessReview.md) - - [V1beta1NetworkPolicy](docs/V1beta1NetworkPolicy.md) - - [V1beta1NetworkPolicyIngressRule](docs/V1beta1NetworkPolicyIngressRule.md) - - [V1beta1NetworkPolicyList](docs/V1beta1NetworkPolicyList.md) - - [V1beta1NetworkPolicyPeer](docs/V1beta1NetworkPolicyPeer.md) - - [V1beta1NetworkPolicyPort](docs/V1beta1NetworkPolicyPort.md) - - [V1beta1NetworkPolicySpec](docs/V1beta1NetworkPolicySpec.md) - - [V1beta1NonResourceAttributes](docs/V1beta1NonResourceAttributes.md) - - [V1beta1ReplicaSet](docs/V1beta1ReplicaSet.md) - - [V1beta1ReplicaSetCondition](docs/V1beta1ReplicaSetCondition.md) - - [V1beta1ReplicaSetList](docs/V1beta1ReplicaSetList.md) - - [V1beta1ReplicaSetSpec](docs/V1beta1ReplicaSetSpec.md) - - [V1beta1ReplicaSetStatus](docs/V1beta1ReplicaSetStatus.md) - - [V1beta1ResourceAttributes](docs/V1beta1ResourceAttributes.md) - - [V1beta1RollbackConfig](docs/V1beta1RollbackConfig.md) - - [V1beta1RollingUpdateDeployment](docs/V1beta1RollingUpdateDeployment.md) - - [V1beta1Scale](docs/V1beta1Scale.md) - - [V1beta1ScaleSpec](docs/V1beta1ScaleSpec.md) - - [V1beta1ScaleStatus](docs/V1beta1ScaleStatus.md) - - [V1beta1SelfSubjectAccessReview](docs/V1beta1SelfSubjectAccessReview.md) - - [V1beta1SelfSubjectAccessReviewSpec](docs/V1beta1SelfSubjectAccessReviewSpec.md) - - [V1beta1StorageClass](docs/V1beta1StorageClass.md) - - [V1beta1StorageClassList](docs/V1beta1StorageClassList.md) - - [V1beta1SubjectAccessReview](docs/V1beta1SubjectAccessReview.md) - - [V1beta1SubjectAccessReviewSpec](docs/V1beta1SubjectAccessReviewSpec.md) - - [V1beta1SubjectAccessReviewStatus](docs/V1beta1SubjectAccessReviewStatus.md) - - [V1beta1SubresourceReference](docs/V1beta1SubresourceReference.md) - - [V1beta1ThirdPartyResource](docs/V1beta1ThirdPartyResource.md) - - [V1beta1ThirdPartyResourceList](docs/V1beta1ThirdPartyResourceList.md) - - [V1beta1TokenReview](docs/V1beta1TokenReview.md) - - [V1beta1TokenReviewSpec](docs/V1beta1TokenReviewSpec.md) - - [V1beta1TokenReviewStatus](docs/V1beta1TokenReviewStatus.md) - - [V1beta1UserInfo](docs/V1beta1UserInfo.md) - - [VersionInfo](docs/VersionInfo.md) - - [VersionedEvent](docs/VersionedEvent.md) - - -## Documentation For Authorization - - -## BearerToken - -- **Type**: API key -- **API key parameter name**: authorization -- **Location**: HTTP header - - -## Author - - - diff --git a/README.md b/README.md index 480992027a..b7ede9b12f 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,953 @@ Python clients for talking to a [kubernetes](http://kubernetes.io/) cluster. ## Example -```python -from __future__ import absolute_import +list all pods: +```python +import k8sutil import k8sclient import os +# Configs can be set in Configuration class directly or using helper utility +k8sutil.load_kube_config(os.environ["HOME"] + '/.kube/config') + v1=k8sclient.CoreV1Api() -print "Listing pods with their IPs:" +print("Listing pods with their IPs:") ret = v1.list_pod_for_all_namespaces(watch=False) for i in ret.items: - print "%s\t%s\t%s" % (i.status.pod_ip, i.metadata.namespace, i.metadata.name) + print("%s\t%s\t%s" % (i.status.pod_ip, i.metadata.namespace, i.metadata.name)) +``` + +watch on namespace object: + +```python +import k8sutil +import k8sclient +import os + + +# Configs can be set in Configuration class directly or using helper utility +k8sutil.load_kube_config(os.environ["HOME"] + '/.kube/config') + +v1 = k8sclient.CoreV1Api() +count = 10 +watch = k8sutil.Watch() +for event in watch.stream(v1.list_namespace, _request_timeout=60): + print("Event: %s %s" % (event['type'], event['object'].metadata.name)) + count -= 1 + if not count: + watch.stop() + +print("Ended.") +``` + +More examples can be found in [examples](examples/) folder. To run examples, run this command: + +```shell +python -m examples.example1 ``` +(replace example1 with the example base filename) + + # Generated client README -for generated client documentation, refer to [generated README](GEN_README.md). + +# k8sclient +No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + +This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: + +- API version: unversioned +- Package version: 1.0.0 +- Build package: class io.swagger.codegen.languages.PythonClientCodegen + +## Requirements. + +Python 2.7 and 3.4+ + +## Installation & Usage +### pip install + +If the python package is hosted on Github, you can install directly from Github + +```sh +pip install git+https://github.com/kubernetes-incubator/client-python.git +``` +(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/kubernetes-incubator/client-python.git`) + +Then import the package: +```python +import k8sclient +``` + +### Setuptools + +Install via [Setuptools](http://pypi.python.org/pypi/setuptools). + +```sh +python setup.py install --user +``` +(or `sudo python setup.py install` to install the package for all users) + +Then import the package: +```python +import k8sclient +``` + +## Getting Started + +Please follow the [installation procedure](#installation--usage) and then run the following: + +```python +from __future__ import print_function +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' +# create an instance of the API class +api_instance = k8sclient.ApisApi() + +try: + api_response = api_instance.get_api_versions() + pprint(api_response) +except ApiException as e: + print("Exception when calling ApisApi->get_api_versions: %s\n" % e) + +``` + +## Documentation for API Endpoints + +All URIs are relative to *https://localhost* + +Class | Method | HTTP request | Description +------------ | ------------- | ------------- | ------------- +*ApisApi* | [**get_api_versions**](docs/ApisApi.md#get_api_versions) | **GET** /apis/ | +*AppsApi* | [**get_api_group**](docs/AppsApi.md#get_api_group) | **GET** /apis/apps/ | +*AppsV1beta1Api* | [**create_namespaced_stateful_set**](docs/AppsV1beta1Api.md#create_namespaced_stateful_set) | **POST** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets | +*AppsV1beta1Api* | [**delete_collection_namespaced_stateful_set**](docs/AppsV1beta1Api.md#delete_collection_namespaced_stateful_set) | **DELETE** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets | +*AppsV1beta1Api* | [**delete_namespaced_stateful_set**](docs/AppsV1beta1Api.md#delete_namespaced_stateful_set) | **DELETE** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name} | +*AppsV1beta1Api* | [**get_api_resources**](docs/AppsV1beta1Api.md#get_api_resources) | **GET** /apis/apps/v1beta1/ | +*AppsV1beta1Api* | [**list_namespaced_stateful_set**](docs/AppsV1beta1Api.md#list_namespaced_stateful_set) | **GET** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets | +*AppsV1beta1Api* | [**list_stateful_set_for_all_namespaces**](docs/AppsV1beta1Api.md#list_stateful_set_for_all_namespaces) | **GET** /apis/apps/v1beta1/statefulsets | +*AppsV1beta1Api* | [**patch_namespaced_stateful_set**](docs/AppsV1beta1Api.md#patch_namespaced_stateful_set) | **PATCH** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name} | +*AppsV1beta1Api* | [**patch_namespaced_stateful_set_status**](docs/AppsV1beta1Api.md#patch_namespaced_stateful_set_status) | **PATCH** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status | +*AppsV1beta1Api* | [**read_namespaced_stateful_set**](docs/AppsV1beta1Api.md#read_namespaced_stateful_set) | **GET** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name} | +*AppsV1beta1Api* | [**read_namespaced_stateful_set_status**](docs/AppsV1beta1Api.md#read_namespaced_stateful_set_status) | **GET** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status | +*AppsV1beta1Api* | [**replace_namespaced_stateful_set**](docs/AppsV1beta1Api.md#replace_namespaced_stateful_set) | **PUT** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name} | +*AppsV1beta1Api* | [**replace_namespaced_stateful_set_status**](docs/AppsV1beta1Api.md#replace_namespaced_stateful_set_status) | **PUT** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status | +*AppsV1beta1Api* | [**watch_namespaced_stateful_set**](docs/AppsV1beta1Api.md#watch_namespaced_stateful_set) | **GET** /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets/{name} | +*AppsV1beta1Api* | [**watch_namespaced_stateful_set_list**](docs/AppsV1beta1Api.md#watch_namespaced_stateful_set_list) | **GET** /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets | +*AppsV1beta1Api* | [**watch_stateful_set_list_for_all_namespaces**](docs/AppsV1beta1Api.md#watch_stateful_set_list_for_all_namespaces) | **GET** /apis/apps/v1beta1/watch/statefulsets | +*AuthenticationApi* | [**get_api_group**](docs/AuthenticationApi.md#get_api_group) | **GET** /apis/authentication.k8s.io/ | +*AuthenticationV1beta1Api* | [**create_token_review**](docs/AuthenticationV1beta1Api.md#create_token_review) | **POST** /apis/authentication.k8s.io/v1beta1/tokenreviews | +*AuthenticationV1beta1Api* | [**get_api_resources**](docs/AuthenticationV1beta1Api.md#get_api_resources) | **GET** /apis/authentication.k8s.io/v1beta1/ | +*AuthorizationApi* | [**get_api_group**](docs/AuthorizationApi.md#get_api_group) | **GET** /apis/authorization.k8s.io/ | +*AuthorizationV1beta1Api* | [**create_namespaced_local_subject_access_review**](docs/AuthorizationV1beta1Api.md#create_namespaced_local_subject_access_review) | **POST** /apis/authorization.k8s.io/v1beta1/namespaces/{namespace}/localsubjectaccessreviews | +*AuthorizationV1beta1Api* | [**create_self_subject_access_review**](docs/AuthorizationV1beta1Api.md#create_self_subject_access_review) | **POST** /apis/authorization.k8s.io/v1beta1/selfsubjectaccessreviews | +*AuthorizationV1beta1Api* | [**create_subject_access_review**](docs/AuthorizationV1beta1Api.md#create_subject_access_review) | **POST** /apis/authorization.k8s.io/v1beta1/subjectaccessreviews | +*AuthorizationV1beta1Api* | [**get_api_resources**](docs/AuthorizationV1beta1Api.md#get_api_resources) | **GET** /apis/authorization.k8s.io/v1beta1/ | +*AutoscalingApi* | [**get_api_group**](docs/AutoscalingApi.md#get_api_group) | **GET** /apis/autoscaling/ | +*AutoscalingV1Api* | [**create_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#create_namespaced_horizontal_pod_autoscaler) | **POST** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers | +*AutoscalingV1Api* | [**delete_collection_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#delete_collection_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers | +*AutoscalingV1Api* | [**delete_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#delete_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*AutoscalingV1Api* | [**get_api_resources**](docs/AutoscalingV1Api.md#get_api_resources) | **GET** /apis/autoscaling/v1/ | +*AutoscalingV1Api* | [**list_horizontal_pod_autoscaler_for_all_namespaces**](docs/AutoscalingV1Api.md#list_horizontal_pod_autoscaler_for_all_namespaces) | **GET** /apis/autoscaling/v1/horizontalpodautoscalers | +*AutoscalingV1Api* | [**list_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#list_namespaced_horizontal_pod_autoscaler) | **GET** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers | +*AutoscalingV1Api* | [**patch_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#patch_namespaced_horizontal_pod_autoscaler) | **PATCH** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*AutoscalingV1Api* | [**patch_namespaced_horizontal_pod_autoscaler_status**](docs/AutoscalingV1Api.md#patch_namespaced_horizontal_pod_autoscaler_status) | **PATCH** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +*AutoscalingV1Api* | [**read_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#read_namespaced_horizontal_pod_autoscaler) | **GET** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*AutoscalingV1Api* | [**read_namespaced_horizontal_pod_autoscaler_status**](docs/AutoscalingV1Api.md#read_namespaced_horizontal_pod_autoscaler_status) | **GET** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +*AutoscalingV1Api* | [**replace_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#replace_namespaced_horizontal_pod_autoscaler) | **PUT** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*AutoscalingV1Api* | [**replace_namespaced_horizontal_pod_autoscaler_status**](docs/AutoscalingV1Api.md#replace_namespaced_horizontal_pod_autoscaler_status) | **PUT** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +*AutoscalingV1Api* | [**watch_horizontal_pod_autoscaler_list_for_all_namespaces**](docs/AutoscalingV1Api.md#watch_horizontal_pod_autoscaler_list_for_all_namespaces) | **GET** /apis/autoscaling/v1/watch/horizontalpodautoscalers | +*AutoscalingV1Api* | [**watch_namespaced_horizontal_pod_autoscaler**](docs/AutoscalingV1Api.md#watch_namespaced_horizontal_pod_autoscaler) | **GET** /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*AutoscalingV1Api* | [**watch_namespaced_horizontal_pod_autoscaler_list**](docs/AutoscalingV1Api.md#watch_namespaced_horizontal_pod_autoscaler_list) | **GET** /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers | +*BatchApi* | [**get_api_group**](docs/BatchApi.md#get_api_group) | **GET** /apis/batch/ | +*BatchV1Api* | [**create_namespaced_job**](docs/BatchV1Api.md#create_namespaced_job) | **POST** /apis/batch/v1/namespaces/{namespace}/jobs | +*BatchV1Api* | [**delete_collection_namespaced_job**](docs/BatchV1Api.md#delete_collection_namespaced_job) | **DELETE** /apis/batch/v1/namespaces/{namespace}/jobs | +*BatchV1Api* | [**delete_namespaced_job**](docs/BatchV1Api.md#delete_namespaced_job) | **DELETE** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | +*BatchV1Api* | [**get_api_resources**](docs/BatchV1Api.md#get_api_resources) | **GET** /apis/batch/v1/ | +*BatchV1Api* | [**list_job_for_all_namespaces**](docs/BatchV1Api.md#list_job_for_all_namespaces) | **GET** /apis/batch/v1/jobs | +*BatchV1Api* | [**list_namespaced_job**](docs/BatchV1Api.md#list_namespaced_job) | **GET** /apis/batch/v1/namespaces/{namespace}/jobs | +*BatchV1Api* | [**patch_namespaced_job**](docs/BatchV1Api.md#patch_namespaced_job) | **PATCH** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | +*BatchV1Api* | [**patch_namespaced_job_status**](docs/BatchV1Api.md#patch_namespaced_job_status) | **PATCH** /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status | +*BatchV1Api* | [**read_namespaced_job**](docs/BatchV1Api.md#read_namespaced_job) | **GET** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | +*BatchV1Api* | [**read_namespaced_job_status**](docs/BatchV1Api.md#read_namespaced_job_status) | **GET** /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status | +*BatchV1Api* | [**replace_namespaced_job**](docs/BatchV1Api.md#replace_namespaced_job) | **PUT** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | +*BatchV1Api* | [**replace_namespaced_job_status**](docs/BatchV1Api.md#replace_namespaced_job_status) | **PUT** /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status | +*BatchV1Api* | [**watch_job_list_for_all_namespaces**](docs/BatchV1Api.md#watch_job_list_for_all_namespaces) | **GET** /apis/batch/v1/watch/jobs | +*BatchV1Api* | [**watch_namespaced_job**](docs/BatchV1Api.md#watch_namespaced_job) | **GET** /apis/batch/v1/watch/namespaces/{namespace}/jobs/{name} | +*BatchV1Api* | [**watch_namespaced_job_list**](docs/BatchV1Api.md#watch_namespaced_job_list) | **GET** /apis/batch/v1/watch/namespaces/{namespace}/jobs | +*BatchV2alpha1Api* | [**create_namespaced_cron_job**](docs/BatchV2alpha1Api.md#create_namespaced_cron_job) | **POST** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs | +*BatchV2alpha1Api* | [**create_namespaced_job**](docs/BatchV2alpha1Api.md#create_namespaced_job) | **POST** /apis/batch/v2alpha1/namespaces/{namespace}/jobs | +*BatchV2alpha1Api* | [**create_namespaced_scheduled_job**](docs/BatchV2alpha1Api.md#create_namespaced_scheduled_job) | **POST** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs | +*BatchV2alpha1Api* | [**delete_collection_namespaced_cron_job**](docs/BatchV2alpha1Api.md#delete_collection_namespaced_cron_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs | +*BatchV2alpha1Api* | [**delete_collection_namespaced_job**](docs/BatchV2alpha1Api.md#delete_collection_namespaced_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/jobs | +*BatchV2alpha1Api* | [**delete_collection_namespaced_scheduled_job**](docs/BatchV2alpha1Api.md#delete_collection_namespaced_scheduled_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs | +*BatchV2alpha1Api* | [**delete_namespaced_cron_job**](docs/BatchV2alpha1Api.md#delete_namespaced_cron_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} | +*BatchV2alpha1Api* | [**delete_namespaced_job**](docs/BatchV2alpha1Api.md#delete_namespaced_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name} | +*BatchV2alpha1Api* | [**delete_namespaced_scheduled_job**](docs/BatchV2alpha1Api.md#delete_namespaced_scheduled_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name} | +*BatchV2alpha1Api* | [**get_api_resources**](docs/BatchV2alpha1Api.md#get_api_resources) | **GET** /apis/batch/v2alpha1/ | +*BatchV2alpha1Api* | [**list_cron_job_for_all_namespaces**](docs/BatchV2alpha1Api.md#list_cron_job_for_all_namespaces) | **GET** /apis/batch/v2alpha1/cronjobs | +*BatchV2alpha1Api* | [**list_job_for_all_namespaces**](docs/BatchV2alpha1Api.md#list_job_for_all_namespaces) | **GET** /apis/batch/v2alpha1/jobs | +*BatchV2alpha1Api* | [**list_namespaced_cron_job**](docs/BatchV2alpha1Api.md#list_namespaced_cron_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs | +*BatchV2alpha1Api* | [**list_namespaced_job**](docs/BatchV2alpha1Api.md#list_namespaced_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/jobs | +*BatchV2alpha1Api* | [**list_namespaced_scheduled_job**](docs/BatchV2alpha1Api.md#list_namespaced_scheduled_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs | +*BatchV2alpha1Api* | [**list_scheduled_job_for_all_namespaces**](docs/BatchV2alpha1Api.md#list_scheduled_job_for_all_namespaces) | **GET** /apis/batch/v2alpha1/scheduledjobs | +*BatchV2alpha1Api* | [**patch_namespaced_cron_job**](docs/BatchV2alpha1Api.md#patch_namespaced_cron_job) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} | +*BatchV2alpha1Api* | [**patch_namespaced_cron_job_status**](docs/BatchV2alpha1Api.md#patch_namespaced_cron_job_status) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status | +*BatchV2alpha1Api* | [**patch_namespaced_job**](docs/BatchV2alpha1Api.md#patch_namespaced_job) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name} | +*BatchV2alpha1Api* | [**patch_namespaced_job_status**](docs/BatchV2alpha1Api.md#patch_namespaced_job_status) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}/status | +*BatchV2alpha1Api* | [**patch_namespaced_scheduled_job**](docs/BatchV2alpha1Api.md#patch_namespaced_scheduled_job) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name} | +*BatchV2alpha1Api* | [**patch_namespaced_scheduled_job_status**](docs/BatchV2alpha1Api.md#patch_namespaced_scheduled_job_status) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status | +*BatchV2alpha1Api* | [**read_namespaced_cron_job**](docs/BatchV2alpha1Api.md#read_namespaced_cron_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} | +*BatchV2alpha1Api* | [**read_namespaced_cron_job_status**](docs/BatchV2alpha1Api.md#read_namespaced_cron_job_status) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status | +*BatchV2alpha1Api* | [**read_namespaced_job**](docs/BatchV2alpha1Api.md#read_namespaced_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name} | +*BatchV2alpha1Api* | [**read_namespaced_job_status**](docs/BatchV2alpha1Api.md#read_namespaced_job_status) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}/status | +*BatchV2alpha1Api* | [**read_namespaced_scheduled_job**](docs/BatchV2alpha1Api.md#read_namespaced_scheduled_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name} | +*BatchV2alpha1Api* | [**read_namespaced_scheduled_job_status**](docs/BatchV2alpha1Api.md#read_namespaced_scheduled_job_status) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status | +*BatchV2alpha1Api* | [**replace_namespaced_cron_job**](docs/BatchV2alpha1Api.md#replace_namespaced_cron_job) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} | +*BatchV2alpha1Api* | [**replace_namespaced_cron_job_status**](docs/BatchV2alpha1Api.md#replace_namespaced_cron_job_status) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status | +*BatchV2alpha1Api* | [**replace_namespaced_job**](docs/BatchV2alpha1Api.md#replace_namespaced_job) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name} | +*BatchV2alpha1Api* | [**replace_namespaced_job_status**](docs/BatchV2alpha1Api.md#replace_namespaced_job_status) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}/status | +*BatchV2alpha1Api* | [**replace_namespaced_scheduled_job**](docs/BatchV2alpha1Api.md#replace_namespaced_scheduled_job) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name} | +*BatchV2alpha1Api* | [**replace_namespaced_scheduled_job_status**](docs/BatchV2alpha1Api.md#replace_namespaced_scheduled_job_status) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status | +*BatchV2alpha1Api* | [**watch_cron_job_list_for_all_namespaces**](docs/BatchV2alpha1Api.md#watch_cron_job_list_for_all_namespaces) | **GET** /apis/batch/v2alpha1/watch/cronjobs | +*BatchV2alpha1Api* | [**watch_job_list_for_all_namespaces**](docs/BatchV2alpha1Api.md#watch_job_list_for_all_namespaces) | **GET** /apis/batch/v2alpha1/watch/jobs | +*BatchV2alpha1Api* | [**watch_namespaced_cron_job**](docs/BatchV2alpha1Api.md#watch_namespaced_cron_job) | **GET** /apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs/{name} | +*BatchV2alpha1Api* | [**watch_namespaced_cron_job_list**](docs/BatchV2alpha1Api.md#watch_namespaced_cron_job_list) | **GET** /apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs | +*BatchV2alpha1Api* | [**watch_namespaced_job**](docs/BatchV2alpha1Api.md#watch_namespaced_job) | **GET** /apis/batch/v2alpha1/watch/namespaces/{namespace}/jobs/{name} | +*BatchV2alpha1Api* | [**watch_namespaced_job_list**](docs/BatchV2alpha1Api.md#watch_namespaced_job_list) | **GET** /apis/batch/v2alpha1/watch/namespaces/{namespace}/jobs | +*BatchV2alpha1Api* | [**watch_namespaced_scheduled_job**](docs/BatchV2alpha1Api.md#watch_namespaced_scheduled_job) | **GET** /apis/batch/v2alpha1/watch/namespaces/{namespace}/scheduledjobs/{name} | +*BatchV2alpha1Api* | [**watch_namespaced_scheduled_job_list**](docs/BatchV2alpha1Api.md#watch_namespaced_scheduled_job_list) | **GET** /apis/batch/v2alpha1/watch/namespaces/{namespace}/scheduledjobs | +*BatchV2alpha1Api* | [**watch_scheduled_job_list_for_all_namespaces**](docs/BatchV2alpha1Api.md#watch_scheduled_job_list_for_all_namespaces) | **GET** /apis/batch/v2alpha1/watch/scheduledjobs | +*CertificatesApi* | [**get_api_group**](docs/CertificatesApi.md#get_api_group) | **GET** /apis/certificates.k8s.io/ | +*CertificatesV1alpha1Api* | [**create_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#create_certificate_signing_request) | **POST** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests | +*CertificatesV1alpha1Api* | [**delete_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#delete_certificate_signing_request) | **DELETE** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | +*CertificatesV1alpha1Api* | [**delete_collection_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#delete_collection_certificate_signing_request) | **DELETE** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests | +*CertificatesV1alpha1Api* | [**get_api_resources**](docs/CertificatesV1alpha1Api.md#get_api_resources) | **GET** /apis/certificates.k8s.io/v1alpha1/ | +*CertificatesV1alpha1Api* | [**list_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#list_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests | +*CertificatesV1alpha1Api* | [**patch_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#patch_certificate_signing_request) | **PATCH** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | +*CertificatesV1alpha1Api* | [**read_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#read_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | +*CertificatesV1alpha1Api* | [**replace_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#replace_certificate_signing_request) | **PUT** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | +*CertificatesV1alpha1Api* | [**replace_certificate_signing_request_approval**](docs/CertificatesV1alpha1Api.md#replace_certificate_signing_request_approval) | **PUT** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name}/approval | +*CertificatesV1alpha1Api* | [**replace_certificate_signing_request_status**](docs/CertificatesV1alpha1Api.md#replace_certificate_signing_request_status) | **PUT** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name}/status | +*CertificatesV1alpha1Api* | [**watch_certificate_signing_request**](docs/CertificatesV1alpha1Api.md#watch_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1alpha1/watch/certificatesigningrequests/{name} | +*CertificatesV1alpha1Api* | [**watch_certificate_signing_request_list**](docs/CertificatesV1alpha1Api.md#watch_certificate_signing_request_list) | **GET** /apis/certificates.k8s.io/v1alpha1/watch/certificatesigningrequests | +*CoreApi* | [**get_api_versions**](docs/CoreApi.md#get_api_versions) | **GET** /api/ | +*CoreV1Api* | [**connect_delete_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_delete_namespaced_pod_proxy) | **DELETE** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +*CoreV1Api* | [**connect_delete_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_delete_namespaced_pod_proxy_with_path) | **DELETE** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +*CoreV1Api* | [**connect_delete_namespaced_service_proxy**](docs/CoreV1Api.md#connect_delete_namespaced_service_proxy) | **DELETE** /api/v1/namespaces/{namespace}/services/{name}/proxy | +*CoreV1Api* | [**connect_delete_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_delete_namespaced_service_proxy_with_path) | **DELETE** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +*CoreV1Api* | [**connect_delete_node_proxy**](docs/CoreV1Api.md#connect_delete_node_proxy) | **DELETE** /api/v1/nodes/{name}/proxy | +*CoreV1Api* | [**connect_delete_node_proxy_with_path**](docs/CoreV1Api.md#connect_delete_node_proxy_with_path) | **DELETE** /api/v1/nodes/{name}/proxy/{path} | +*CoreV1Api* | [**connect_get_namespaced_pod_attach**](docs/CoreV1Api.md#connect_get_namespaced_pod_attach) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/attach | +*CoreV1Api* | [**connect_get_namespaced_pod_exec**](docs/CoreV1Api.md#connect_get_namespaced_pod_exec) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/exec | +*CoreV1Api* | [**connect_get_namespaced_pod_portforward**](docs/CoreV1Api.md#connect_get_namespaced_pod_portforward) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/portforward | +*CoreV1Api* | [**connect_get_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_get_namespaced_pod_proxy) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +*CoreV1Api* | [**connect_get_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_get_namespaced_pod_proxy_with_path) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +*CoreV1Api* | [**connect_get_namespaced_service_proxy**](docs/CoreV1Api.md#connect_get_namespaced_service_proxy) | **GET** /api/v1/namespaces/{namespace}/services/{name}/proxy | +*CoreV1Api* | [**connect_get_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_get_namespaced_service_proxy_with_path) | **GET** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +*CoreV1Api* | [**connect_get_node_proxy**](docs/CoreV1Api.md#connect_get_node_proxy) | **GET** /api/v1/nodes/{name}/proxy | +*CoreV1Api* | [**connect_get_node_proxy_with_path**](docs/CoreV1Api.md#connect_get_node_proxy_with_path) | **GET** /api/v1/nodes/{name}/proxy/{path} | +*CoreV1Api* | [**connect_head_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_head_namespaced_pod_proxy) | **HEAD** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +*CoreV1Api* | [**connect_head_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_head_namespaced_pod_proxy_with_path) | **HEAD** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +*CoreV1Api* | [**connect_head_namespaced_service_proxy**](docs/CoreV1Api.md#connect_head_namespaced_service_proxy) | **HEAD** /api/v1/namespaces/{namespace}/services/{name}/proxy | +*CoreV1Api* | [**connect_head_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_head_namespaced_service_proxy_with_path) | **HEAD** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +*CoreV1Api* | [**connect_head_node_proxy**](docs/CoreV1Api.md#connect_head_node_proxy) | **HEAD** /api/v1/nodes/{name}/proxy | +*CoreV1Api* | [**connect_head_node_proxy_with_path**](docs/CoreV1Api.md#connect_head_node_proxy_with_path) | **HEAD** /api/v1/nodes/{name}/proxy/{path} | +*CoreV1Api* | [**connect_options_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_options_namespaced_pod_proxy) | **OPTIONS** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +*CoreV1Api* | [**connect_options_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_options_namespaced_pod_proxy_with_path) | **OPTIONS** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +*CoreV1Api* | [**connect_options_namespaced_service_proxy**](docs/CoreV1Api.md#connect_options_namespaced_service_proxy) | **OPTIONS** /api/v1/namespaces/{namespace}/services/{name}/proxy | +*CoreV1Api* | [**connect_options_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_options_namespaced_service_proxy_with_path) | **OPTIONS** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +*CoreV1Api* | [**connect_options_node_proxy**](docs/CoreV1Api.md#connect_options_node_proxy) | **OPTIONS** /api/v1/nodes/{name}/proxy | +*CoreV1Api* | [**connect_options_node_proxy_with_path**](docs/CoreV1Api.md#connect_options_node_proxy_with_path) | **OPTIONS** /api/v1/nodes/{name}/proxy/{path} | +*CoreV1Api* | [**connect_post_namespaced_pod_attach**](docs/CoreV1Api.md#connect_post_namespaced_pod_attach) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/attach | +*CoreV1Api* | [**connect_post_namespaced_pod_exec**](docs/CoreV1Api.md#connect_post_namespaced_pod_exec) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/exec | +*CoreV1Api* | [**connect_post_namespaced_pod_portforward**](docs/CoreV1Api.md#connect_post_namespaced_pod_portforward) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/portforward | +*CoreV1Api* | [**connect_post_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_post_namespaced_pod_proxy) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +*CoreV1Api* | [**connect_post_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_post_namespaced_pod_proxy_with_path) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +*CoreV1Api* | [**connect_post_namespaced_service_proxy**](docs/CoreV1Api.md#connect_post_namespaced_service_proxy) | **POST** /api/v1/namespaces/{namespace}/services/{name}/proxy | +*CoreV1Api* | [**connect_post_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_post_namespaced_service_proxy_with_path) | **POST** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +*CoreV1Api* | [**connect_post_node_proxy**](docs/CoreV1Api.md#connect_post_node_proxy) | **POST** /api/v1/nodes/{name}/proxy | +*CoreV1Api* | [**connect_post_node_proxy_with_path**](docs/CoreV1Api.md#connect_post_node_proxy_with_path) | **POST** /api/v1/nodes/{name}/proxy/{path} | +*CoreV1Api* | [**connect_put_namespaced_pod_proxy**](docs/CoreV1Api.md#connect_put_namespaced_pod_proxy) | **PUT** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +*CoreV1Api* | [**connect_put_namespaced_pod_proxy_with_path**](docs/CoreV1Api.md#connect_put_namespaced_pod_proxy_with_path) | **PUT** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +*CoreV1Api* | [**connect_put_namespaced_service_proxy**](docs/CoreV1Api.md#connect_put_namespaced_service_proxy) | **PUT** /api/v1/namespaces/{namespace}/services/{name}/proxy | +*CoreV1Api* | [**connect_put_namespaced_service_proxy_with_path**](docs/CoreV1Api.md#connect_put_namespaced_service_proxy_with_path) | **PUT** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +*CoreV1Api* | [**connect_put_node_proxy**](docs/CoreV1Api.md#connect_put_node_proxy) | **PUT** /api/v1/nodes/{name}/proxy | +*CoreV1Api* | [**connect_put_node_proxy_with_path**](docs/CoreV1Api.md#connect_put_node_proxy_with_path) | **PUT** /api/v1/nodes/{name}/proxy/{path} | +*CoreV1Api* | [**create_namespace**](docs/CoreV1Api.md#create_namespace) | **POST** /api/v1/namespaces | +*CoreV1Api* | [**create_namespaced_binding**](docs/CoreV1Api.md#create_namespaced_binding) | **POST** /api/v1/namespaces/{namespace}/bindings | +*CoreV1Api* | [**create_namespaced_binding_binding**](docs/CoreV1Api.md#create_namespaced_binding_binding) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/binding | +*CoreV1Api* | [**create_namespaced_config_map**](docs/CoreV1Api.md#create_namespaced_config_map) | **POST** /api/v1/namespaces/{namespace}/configmaps | +*CoreV1Api* | [**create_namespaced_endpoints**](docs/CoreV1Api.md#create_namespaced_endpoints) | **POST** /api/v1/namespaces/{namespace}/endpoints | +*CoreV1Api* | [**create_namespaced_event**](docs/CoreV1Api.md#create_namespaced_event) | **POST** /api/v1/namespaces/{namespace}/events | +*CoreV1Api* | [**create_namespaced_eviction_eviction**](docs/CoreV1Api.md#create_namespaced_eviction_eviction) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/eviction | +*CoreV1Api* | [**create_namespaced_limit_range**](docs/CoreV1Api.md#create_namespaced_limit_range) | **POST** /api/v1/namespaces/{namespace}/limitranges | +*CoreV1Api* | [**create_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#create_namespaced_persistent_volume_claim) | **POST** /api/v1/namespaces/{namespace}/persistentvolumeclaims | +*CoreV1Api* | [**create_namespaced_pod**](docs/CoreV1Api.md#create_namespaced_pod) | **POST** /api/v1/namespaces/{namespace}/pods | +*CoreV1Api* | [**create_namespaced_pod_template**](docs/CoreV1Api.md#create_namespaced_pod_template) | **POST** /api/v1/namespaces/{namespace}/podtemplates | +*CoreV1Api* | [**create_namespaced_replication_controller**](docs/CoreV1Api.md#create_namespaced_replication_controller) | **POST** /api/v1/namespaces/{namespace}/replicationcontrollers | +*CoreV1Api* | [**create_namespaced_resource_quota**](docs/CoreV1Api.md#create_namespaced_resource_quota) | **POST** /api/v1/namespaces/{namespace}/resourcequotas | +*CoreV1Api* | [**create_namespaced_secret**](docs/CoreV1Api.md#create_namespaced_secret) | **POST** /api/v1/namespaces/{namespace}/secrets | +*CoreV1Api* | [**create_namespaced_service**](docs/CoreV1Api.md#create_namespaced_service) | **POST** /api/v1/namespaces/{namespace}/services | +*CoreV1Api* | [**create_namespaced_service_account**](docs/CoreV1Api.md#create_namespaced_service_account) | **POST** /api/v1/namespaces/{namespace}/serviceaccounts | +*CoreV1Api* | [**create_node**](docs/CoreV1Api.md#create_node) | **POST** /api/v1/nodes | +*CoreV1Api* | [**create_persistent_volume**](docs/CoreV1Api.md#create_persistent_volume) | **POST** /api/v1/persistentvolumes | +*CoreV1Api* | [**delete_collection_namespace**](docs/CoreV1Api.md#delete_collection_namespace) | **DELETE** /api/v1/namespaces | +*CoreV1Api* | [**delete_collection_namespaced_config_map**](docs/CoreV1Api.md#delete_collection_namespaced_config_map) | **DELETE** /api/v1/namespaces/{namespace}/configmaps | +*CoreV1Api* | [**delete_collection_namespaced_endpoints**](docs/CoreV1Api.md#delete_collection_namespaced_endpoints) | **DELETE** /api/v1/namespaces/{namespace}/endpoints | +*CoreV1Api* | [**delete_collection_namespaced_event**](docs/CoreV1Api.md#delete_collection_namespaced_event) | **DELETE** /api/v1/namespaces/{namespace}/events | +*CoreV1Api* | [**delete_collection_namespaced_limit_range**](docs/CoreV1Api.md#delete_collection_namespaced_limit_range) | **DELETE** /api/v1/namespaces/{namespace}/limitranges | +*CoreV1Api* | [**delete_collection_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#delete_collection_namespaced_persistent_volume_claim) | **DELETE** /api/v1/namespaces/{namespace}/persistentvolumeclaims | +*CoreV1Api* | [**delete_collection_namespaced_pod**](docs/CoreV1Api.md#delete_collection_namespaced_pod) | **DELETE** /api/v1/namespaces/{namespace}/pods | +*CoreV1Api* | [**delete_collection_namespaced_pod_template**](docs/CoreV1Api.md#delete_collection_namespaced_pod_template) | **DELETE** /api/v1/namespaces/{namespace}/podtemplates | +*CoreV1Api* | [**delete_collection_namespaced_replication_controller**](docs/CoreV1Api.md#delete_collection_namespaced_replication_controller) | **DELETE** /api/v1/namespaces/{namespace}/replicationcontrollers | +*CoreV1Api* | [**delete_collection_namespaced_resource_quota**](docs/CoreV1Api.md#delete_collection_namespaced_resource_quota) | **DELETE** /api/v1/namespaces/{namespace}/resourcequotas | +*CoreV1Api* | [**delete_collection_namespaced_secret**](docs/CoreV1Api.md#delete_collection_namespaced_secret) | **DELETE** /api/v1/namespaces/{namespace}/secrets | +*CoreV1Api* | [**delete_collection_namespaced_service_account**](docs/CoreV1Api.md#delete_collection_namespaced_service_account) | **DELETE** /api/v1/namespaces/{namespace}/serviceaccounts | +*CoreV1Api* | [**delete_collection_node**](docs/CoreV1Api.md#delete_collection_node) | **DELETE** /api/v1/nodes | +*CoreV1Api* | [**delete_collection_persistent_volume**](docs/CoreV1Api.md#delete_collection_persistent_volume) | **DELETE** /api/v1/persistentvolumes | +*CoreV1Api* | [**delete_namespace**](docs/CoreV1Api.md#delete_namespace) | **DELETE** /api/v1/namespaces/{name} | +*CoreV1Api* | [**delete_namespaced_config_map**](docs/CoreV1Api.md#delete_namespaced_config_map) | **DELETE** /api/v1/namespaces/{namespace}/configmaps/{name} | +*CoreV1Api* | [**delete_namespaced_endpoints**](docs/CoreV1Api.md#delete_namespaced_endpoints) | **DELETE** /api/v1/namespaces/{namespace}/endpoints/{name} | +*CoreV1Api* | [**delete_namespaced_event**](docs/CoreV1Api.md#delete_namespaced_event) | **DELETE** /api/v1/namespaces/{namespace}/events/{name} | +*CoreV1Api* | [**delete_namespaced_limit_range**](docs/CoreV1Api.md#delete_namespaced_limit_range) | **DELETE** /api/v1/namespaces/{namespace}/limitranges/{name} | +*CoreV1Api* | [**delete_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#delete_namespaced_persistent_volume_claim) | **DELETE** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | +*CoreV1Api* | [**delete_namespaced_pod**](docs/CoreV1Api.md#delete_namespaced_pod) | **DELETE** /api/v1/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**delete_namespaced_pod_template**](docs/CoreV1Api.md#delete_namespaced_pod_template) | **DELETE** /api/v1/namespaces/{namespace}/podtemplates/{name} | +*CoreV1Api* | [**delete_namespaced_replication_controller**](docs/CoreV1Api.md#delete_namespaced_replication_controller) | **DELETE** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | +*CoreV1Api* | [**delete_namespaced_resource_quota**](docs/CoreV1Api.md#delete_namespaced_resource_quota) | **DELETE** /api/v1/namespaces/{namespace}/resourcequotas/{name} | +*CoreV1Api* | [**delete_namespaced_secret**](docs/CoreV1Api.md#delete_namespaced_secret) | **DELETE** /api/v1/namespaces/{namespace}/secrets/{name} | +*CoreV1Api* | [**delete_namespaced_service**](docs/CoreV1Api.md#delete_namespaced_service) | **DELETE** /api/v1/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**delete_namespaced_service_account**](docs/CoreV1Api.md#delete_namespaced_service_account) | **DELETE** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | +*CoreV1Api* | [**delete_node**](docs/CoreV1Api.md#delete_node) | **DELETE** /api/v1/nodes/{name} | +*CoreV1Api* | [**delete_persistent_volume**](docs/CoreV1Api.md#delete_persistent_volume) | **DELETE** /api/v1/persistentvolumes/{name} | +*CoreV1Api* | [**get_api_resources**](docs/CoreV1Api.md#get_api_resources) | **GET** /api/v1/ | +*CoreV1Api* | [**list_component_status**](docs/CoreV1Api.md#list_component_status) | **GET** /api/v1/componentstatuses | +*CoreV1Api* | [**list_config_map_for_all_namespaces**](docs/CoreV1Api.md#list_config_map_for_all_namespaces) | **GET** /api/v1/configmaps | +*CoreV1Api* | [**list_endpoints_for_all_namespaces**](docs/CoreV1Api.md#list_endpoints_for_all_namespaces) | **GET** /api/v1/endpoints | +*CoreV1Api* | [**list_event_for_all_namespaces**](docs/CoreV1Api.md#list_event_for_all_namespaces) | **GET** /api/v1/events | +*CoreV1Api* | [**list_limit_range_for_all_namespaces**](docs/CoreV1Api.md#list_limit_range_for_all_namespaces) | **GET** /api/v1/limitranges | +*CoreV1Api* | [**list_namespace**](docs/CoreV1Api.md#list_namespace) | **GET** /api/v1/namespaces | +*CoreV1Api* | [**list_namespaced_config_map**](docs/CoreV1Api.md#list_namespaced_config_map) | **GET** /api/v1/namespaces/{namespace}/configmaps | +*CoreV1Api* | [**list_namespaced_endpoints**](docs/CoreV1Api.md#list_namespaced_endpoints) | **GET** /api/v1/namespaces/{namespace}/endpoints | +*CoreV1Api* | [**list_namespaced_event**](docs/CoreV1Api.md#list_namespaced_event) | **GET** /api/v1/namespaces/{namespace}/events | +*CoreV1Api* | [**list_namespaced_limit_range**](docs/CoreV1Api.md#list_namespaced_limit_range) | **GET** /api/v1/namespaces/{namespace}/limitranges | +*CoreV1Api* | [**list_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#list_namespaced_persistent_volume_claim) | **GET** /api/v1/namespaces/{namespace}/persistentvolumeclaims | +*CoreV1Api* | [**list_namespaced_pod**](docs/CoreV1Api.md#list_namespaced_pod) | **GET** /api/v1/namespaces/{namespace}/pods | +*CoreV1Api* | [**list_namespaced_pod_template**](docs/CoreV1Api.md#list_namespaced_pod_template) | **GET** /api/v1/namespaces/{namespace}/podtemplates | +*CoreV1Api* | [**list_namespaced_replication_controller**](docs/CoreV1Api.md#list_namespaced_replication_controller) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers | +*CoreV1Api* | [**list_namespaced_resource_quota**](docs/CoreV1Api.md#list_namespaced_resource_quota) | **GET** /api/v1/namespaces/{namespace}/resourcequotas | +*CoreV1Api* | [**list_namespaced_secret**](docs/CoreV1Api.md#list_namespaced_secret) | **GET** /api/v1/namespaces/{namespace}/secrets | +*CoreV1Api* | [**list_namespaced_service**](docs/CoreV1Api.md#list_namespaced_service) | **GET** /api/v1/namespaces/{namespace}/services | +*CoreV1Api* | [**list_namespaced_service_account**](docs/CoreV1Api.md#list_namespaced_service_account) | **GET** /api/v1/namespaces/{namespace}/serviceaccounts | +*CoreV1Api* | [**list_node**](docs/CoreV1Api.md#list_node) | **GET** /api/v1/nodes | +*CoreV1Api* | [**list_persistent_volume**](docs/CoreV1Api.md#list_persistent_volume) | **GET** /api/v1/persistentvolumes | +*CoreV1Api* | [**list_persistent_volume_claim_for_all_namespaces**](docs/CoreV1Api.md#list_persistent_volume_claim_for_all_namespaces) | **GET** /api/v1/persistentvolumeclaims | +*CoreV1Api* | [**list_pod_for_all_namespaces**](docs/CoreV1Api.md#list_pod_for_all_namespaces) | **GET** /api/v1/pods | +*CoreV1Api* | [**list_pod_template_for_all_namespaces**](docs/CoreV1Api.md#list_pod_template_for_all_namespaces) | **GET** /api/v1/podtemplates | +*CoreV1Api* | [**list_replication_controller_for_all_namespaces**](docs/CoreV1Api.md#list_replication_controller_for_all_namespaces) | **GET** /api/v1/replicationcontrollers | +*CoreV1Api* | [**list_resource_quota_for_all_namespaces**](docs/CoreV1Api.md#list_resource_quota_for_all_namespaces) | **GET** /api/v1/resourcequotas | +*CoreV1Api* | [**list_secret_for_all_namespaces**](docs/CoreV1Api.md#list_secret_for_all_namespaces) | **GET** /api/v1/secrets | +*CoreV1Api* | [**list_service_account_for_all_namespaces**](docs/CoreV1Api.md#list_service_account_for_all_namespaces) | **GET** /api/v1/serviceaccounts | +*CoreV1Api* | [**list_service_for_all_namespaces**](docs/CoreV1Api.md#list_service_for_all_namespaces) | **GET** /api/v1/services | +*CoreV1Api* | [**patch_namespace**](docs/CoreV1Api.md#patch_namespace) | **PATCH** /api/v1/namespaces/{name} | +*CoreV1Api* | [**patch_namespace_status**](docs/CoreV1Api.md#patch_namespace_status) | **PATCH** /api/v1/namespaces/{name}/status | +*CoreV1Api* | [**patch_namespaced_config_map**](docs/CoreV1Api.md#patch_namespaced_config_map) | **PATCH** /api/v1/namespaces/{namespace}/configmaps/{name} | +*CoreV1Api* | [**patch_namespaced_endpoints**](docs/CoreV1Api.md#patch_namespaced_endpoints) | **PATCH** /api/v1/namespaces/{namespace}/endpoints/{name} | +*CoreV1Api* | [**patch_namespaced_event**](docs/CoreV1Api.md#patch_namespaced_event) | **PATCH** /api/v1/namespaces/{namespace}/events/{name} | +*CoreV1Api* | [**patch_namespaced_limit_range**](docs/CoreV1Api.md#patch_namespaced_limit_range) | **PATCH** /api/v1/namespaces/{namespace}/limitranges/{name} | +*CoreV1Api* | [**patch_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#patch_namespaced_persistent_volume_claim) | **PATCH** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | +*CoreV1Api* | [**patch_namespaced_persistent_volume_claim_status**](docs/CoreV1Api.md#patch_namespaced_persistent_volume_claim_status) | **PATCH** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | +*CoreV1Api* | [**patch_namespaced_pod**](docs/CoreV1Api.md#patch_namespaced_pod) | **PATCH** /api/v1/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**patch_namespaced_pod_status**](docs/CoreV1Api.md#patch_namespaced_pod_status) | **PATCH** /api/v1/namespaces/{namespace}/pods/{name}/status | +*CoreV1Api* | [**patch_namespaced_pod_template**](docs/CoreV1Api.md#patch_namespaced_pod_template) | **PATCH** /api/v1/namespaces/{namespace}/podtemplates/{name} | +*CoreV1Api* | [**patch_namespaced_replication_controller**](docs/CoreV1Api.md#patch_namespaced_replication_controller) | **PATCH** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | +*CoreV1Api* | [**patch_namespaced_replication_controller_status**](docs/CoreV1Api.md#patch_namespaced_replication_controller_status) | **PATCH** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | +*CoreV1Api* | [**patch_namespaced_resource_quota**](docs/CoreV1Api.md#patch_namespaced_resource_quota) | **PATCH** /api/v1/namespaces/{namespace}/resourcequotas/{name} | +*CoreV1Api* | [**patch_namespaced_resource_quota_status**](docs/CoreV1Api.md#patch_namespaced_resource_quota_status) | **PATCH** /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | +*CoreV1Api* | [**patch_namespaced_scale_scale**](docs/CoreV1Api.md#patch_namespaced_scale_scale) | **PATCH** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +*CoreV1Api* | [**patch_namespaced_secret**](docs/CoreV1Api.md#patch_namespaced_secret) | **PATCH** /api/v1/namespaces/{namespace}/secrets/{name} | +*CoreV1Api* | [**patch_namespaced_service**](docs/CoreV1Api.md#patch_namespaced_service) | **PATCH** /api/v1/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**patch_namespaced_service_account**](docs/CoreV1Api.md#patch_namespaced_service_account) | **PATCH** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | +*CoreV1Api* | [**patch_namespaced_service_status**](docs/CoreV1Api.md#patch_namespaced_service_status) | **PATCH** /api/v1/namespaces/{namespace}/services/{name}/status | +*CoreV1Api* | [**patch_node**](docs/CoreV1Api.md#patch_node) | **PATCH** /api/v1/nodes/{name} | +*CoreV1Api* | [**patch_node_status**](docs/CoreV1Api.md#patch_node_status) | **PATCH** /api/v1/nodes/{name}/status | +*CoreV1Api* | [**patch_persistent_volume**](docs/CoreV1Api.md#patch_persistent_volume) | **PATCH** /api/v1/persistentvolumes/{name} | +*CoreV1Api* | [**patch_persistent_volume_status**](docs/CoreV1Api.md#patch_persistent_volume_status) | **PATCH** /api/v1/persistentvolumes/{name}/status | +*CoreV1Api* | [**proxy_delete_namespaced_pod**](docs/CoreV1Api.md#proxy_delete_namespaced_pod) | **DELETE** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**proxy_delete_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_delete_namespaced_pod_with_path) | **DELETE** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +*CoreV1Api* | [**proxy_delete_namespaced_service**](docs/CoreV1Api.md#proxy_delete_namespaced_service) | **DELETE** /api/v1/proxy/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**proxy_delete_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_delete_namespaced_service_with_path) | **DELETE** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +*CoreV1Api* | [**proxy_delete_node**](docs/CoreV1Api.md#proxy_delete_node) | **DELETE** /api/v1/proxy/nodes/{name} | +*CoreV1Api* | [**proxy_delete_node_with_path**](docs/CoreV1Api.md#proxy_delete_node_with_path) | **DELETE** /api/v1/proxy/nodes/{name}/{path} | +*CoreV1Api* | [**proxy_get_namespaced_pod**](docs/CoreV1Api.md#proxy_get_namespaced_pod) | **GET** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**proxy_get_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_get_namespaced_pod_with_path) | **GET** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +*CoreV1Api* | [**proxy_get_namespaced_service**](docs/CoreV1Api.md#proxy_get_namespaced_service) | **GET** /api/v1/proxy/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**proxy_get_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_get_namespaced_service_with_path) | **GET** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +*CoreV1Api* | [**proxy_get_node**](docs/CoreV1Api.md#proxy_get_node) | **GET** /api/v1/proxy/nodes/{name} | +*CoreV1Api* | [**proxy_get_node_with_path**](docs/CoreV1Api.md#proxy_get_node_with_path) | **GET** /api/v1/proxy/nodes/{name}/{path} | +*CoreV1Api* | [**proxy_head_namespaced_pod**](docs/CoreV1Api.md#proxy_head_namespaced_pod) | **HEAD** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**proxy_head_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_head_namespaced_pod_with_path) | **HEAD** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +*CoreV1Api* | [**proxy_head_namespaced_service**](docs/CoreV1Api.md#proxy_head_namespaced_service) | **HEAD** /api/v1/proxy/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**proxy_head_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_head_namespaced_service_with_path) | **HEAD** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +*CoreV1Api* | [**proxy_head_node**](docs/CoreV1Api.md#proxy_head_node) | **HEAD** /api/v1/proxy/nodes/{name} | +*CoreV1Api* | [**proxy_head_node_with_path**](docs/CoreV1Api.md#proxy_head_node_with_path) | **HEAD** /api/v1/proxy/nodes/{name}/{path} | +*CoreV1Api* | [**proxy_options_namespaced_pod**](docs/CoreV1Api.md#proxy_options_namespaced_pod) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**proxy_options_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_options_namespaced_pod_with_path) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +*CoreV1Api* | [**proxy_options_namespaced_service**](docs/CoreV1Api.md#proxy_options_namespaced_service) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**proxy_options_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_options_namespaced_service_with_path) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +*CoreV1Api* | [**proxy_options_node**](docs/CoreV1Api.md#proxy_options_node) | **OPTIONS** /api/v1/proxy/nodes/{name} | +*CoreV1Api* | [**proxy_options_node_with_path**](docs/CoreV1Api.md#proxy_options_node_with_path) | **OPTIONS** /api/v1/proxy/nodes/{name}/{path} | +*CoreV1Api* | [**proxy_post_namespaced_pod**](docs/CoreV1Api.md#proxy_post_namespaced_pod) | **POST** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**proxy_post_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_post_namespaced_pod_with_path) | **POST** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +*CoreV1Api* | [**proxy_post_namespaced_service**](docs/CoreV1Api.md#proxy_post_namespaced_service) | **POST** /api/v1/proxy/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**proxy_post_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_post_namespaced_service_with_path) | **POST** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +*CoreV1Api* | [**proxy_post_node**](docs/CoreV1Api.md#proxy_post_node) | **POST** /api/v1/proxy/nodes/{name} | +*CoreV1Api* | [**proxy_post_node_with_path**](docs/CoreV1Api.md#proxy_post_node_with_path) | **POST** /api/v1/proxy/nodes/{name}/{path} | +*CoreV1Api* | [**proxy_put_namespaced_pod**](docs/CoreV1Api.md#proxy_put_namespaced_pod) | **PUT** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**proxy_put_namespaced_pod_with_path**](docs/CoreV1Api.md#proxy_put_namespaced_pod_with_path) | **PUT** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +*CoreV1Api* | [**proxy_put_namespaced_service**](docs/CoreV1Api.md#proxy_put_namespaced_service) | **PUT** /api/v1/proxy/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**proxy_put_namespaced_service_with_path**](docs/CoreV1Api.md#proxy_put_namespaced_service_with_path) | **PUT** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +*CoreV1Api* | [**proxy_put_node**](docs/CoreV1Api.md#proxy_put_node) | **PUT** /api/v1/proxy/nodes/{name} | +*CoreV1Api* | [**proxy_put_node_with_path**](docs/CoreV1Api.md#proxy_put_node_with_path) | **PUT** /api/v1/proxy/nodes/{name}/{path} | +*CoreV1Api* | [**read_component_status**](docs/CoreV1Api.md#read_component_status) | **GET** /api/v1/componentstatuses/{name} | +*CoreV1Api* | [**read_namespace**](docs/CoreV1Api.md#read_namespace) | **GET** /api/v1/namespaces/{name} | +*CoreV1Api* | [**read_namespace_status**](docs/CoreV1Api.md#read_namespace_status) | **GET** /api/v1/namespaces/{name}/status | +*CoreV1Api* | [**read_namespaced_config_map**](docs/CoreV1Api.md#read_namespaced_config_map) | **GET** /api/v1/namespaces/{namespace}/configmaps/{name} | +*CoreV1Api* | [**read_namespaced_endpoints**](docs/CoreV1Api.md#read_namespaced_endpoints) | **GET** /api/v1/namespaces/{namespace}/endpoints/{name} | +*CoreV1Api* | [**read_namespaced_event**](docs/CoreV1Api.md#read_namespaced_event) | **GET** /api/v1/namespaces/{namespace}/events/{name} | +*CoreV1Api* | [**read_namespaced_limit_range**](docs/CoreV1Api.md#read_namespaced_limit_range) | **GET** /api/v1/namespaces/{namespace}/limitranges/{name} | +*CoreV1Api* | [**read_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#read_namespaced_persistent_volume_claim) | **GET** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | +*CoreV1Api* | [**read_namespaced_persistent_volume_claim_status**](docs/CoreV1Api.md#read_namespaced_persistent_volume_claim_status) | **GET** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | +*CoreV1Api* | [**read_namespaced_pod**](docs/CoreV1Api.md#read_namespaced_pod) | **GET** /api/v1/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**read_namespaced_pod_log**](docs/CoreV1Api.md#read_namespaced_pod_log) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/log | +*CoreV1Api* | [**read_namespaced_pod_status**](docs/CoreV1Api.md#read_namespaced_pod_status) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/status | +*CoreV1Api* | [**read_namespaced_pod_template**](docs/CoreV1Api.md#read_namespaced_pod_template) | **GET** /api/v1/namespaces/{namespace}/podtemplates/{name} | +*CoreV1Api* | [**read_namespaced_replication_controller**](docs/CoreV1Api.md#read_namespaced_replication_controller) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | +*CoreV1Api* | [**read_namespaced_replication_controller_status**](docs/CoreV1Api.md#read_namespaced_replication_controller_status) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | +*CoreV1Api* | [**read_namespaced_resource_quota**](docs/CoreV1Api.md#read_namespaced_resource_quota) | **GET** /api/v1/namespaces/{namespace}/resourcequotas/{name} | +*CoreV1Api* | [**read_namespaced_resource_quota_status**](docs/CoreV1Api.md#read_namespaced_resource_quota_status) | **GET** /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | +*CoreV1Api* | [**read_namespaced_scale_scale**](docs/CoreV1Api.md#read_namespaced_scale_scale) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +*CoreV1Api* | [**read_namespaced_secret**](docs/CoreV1Api.md#read_namespaced_secret) | **GET** /api/v1/namespaces/{namespace}/secrets/{name} | +*CoreV1Api* | [**read_namespaced_service**](docs/CoreV1Api.md#read_namespaced_service) | **GET** /api/v1/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**read_namespaced_service_account**](docs/CoreV1Api.md#read_namespaced_service_account) | **GET** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | +*CoreV1Api* | [**read_namespaced_service_status**](docs/CoreV1Api.md#read_namespaced_service_status) | **GET** /api/v1/namespaces/{namespace}/services/{name}/status | +*CoreV1Api* | [**read_node**](docs/CoreV1Api.md#read_node) | **GET** /api/v1/nodes/{name} | +*CoreV1Api* | [**read_node_status**](docs/CoreV1Api.md#read_node_status) | **GET** /api/v1/nodes/{name}/status | +*CoreV1Api* | [**read_persistent_volume**](docs/CoreV1Api.md#read_persistent_volume) | **GET** /api/v1/persistentvolumes/{name} | +*CoreV1Api* | [**read_persistent_volume_status**](docs/CoreV1Api.md#read_persistent_volume_status) | **GET** /api/v1/persistentvolumes/{name}/status | +*CoreV1Api* | [**replace_namespace**](docs/CoreV1Api.md#replace_namespace) | **PUT** /api/v1/namespaces/{name} | +*CoreV1Api* | [**replace_namespace_finalize**](docs/CoreV1Api.md#replace_namespace_finalize) | **PUT** /api/v1/namespaces/{name}/finalize | +*CoreV1Api* | [**replace_namespace_status**](docs/CoreV1Api.md#replace_namespace_status) | **PUT** /api/v1/namespaces/{name}/status | +*CoreV1Api* | [**replace_namespaced_config_map**](docs/CoreV1Api.md#replace_namespaced_config_map) | **PUT** /api/v1/namespaces/{namespace}/configmaps/{name} | +*CoreV1Api* | [**replace_namespaced_endpoints**](docs/CoreV1Api.md#replace_namespaced_endpoints) | **PUT** /api/v1/namespaces/{namespace}/endpoints/{name} | +*CoreV1Api* | [**replace_namespaced_event**](docs/CoreV1Api.md#replace_namespaced_event) | **PUT** /api/v1/namespaces/{namespace}/events/{name} | +*CoreV1Api* | [**replace_namespaced_limit_range**](docs/CoreV1Api.md#replace_namespaced_limit_range) | **PUT** /api/v1/namespaces/{namespace}/limitranges/{name} | +*CoreV1Api* | [**replace_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#replace_namespaced_persistent_volume_claim) | **PUT** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | +*CoreV1Api* | [**replace_namespaced_persistent_volume_claim_status**](docs/CoreV1Api.md#replace_namespaced_persistent_volume_claim_status) | **PUT** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | +*CoreV1Api* | [**replace_namespaced_pod**](docs/CoreV1Api.md#replace_namespaced_pod) | **PUT** /api/v1/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**replace_namespaced_pod_status**](docs/CoreV1Api.md#replace_namespaced_pod_status) | **PUT** /api/v1/namespaces/{namespace}/pods/{name}/status | +*CoreV1Api* | [**replace_namespaced_pod_template**](docs/CoreV1Api.md#replace_namespaced_pod_template) | **PUT** /api/v1/namespaces/{namespace}/podtemplates/{name} | +*CoreV1Api* | [**replace_namespaced_replication_controller**](docs/CoreV1Api.md#replace_namespaced_replication_controller) | **PUT** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | +*CoreV1Api* | [**replace_namespaced_replication_controller_status**](docs/CoreV1Api.md#replace_namespaced_replication_controller_status) | **PUT** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | +*CoreV1Api* | [**replace_namespaced_resource_quota**](docs/CoreV1Api.md#replace_namespaced_resource_quota) | **PUT** /api/v1/namespaces/{namespace}/resourcequotas/{name} | +*CoreV1Api* | [**replace_namespaced_resource_quota_status**](docs/CoreV1Api.md#replace_namespaced_resource_quota_status) | **PUT** /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | +*CoreV1Api* | [**replace_namespaced_scale_scale**](docs/CoreV1Api.md#replace_namespaced_scale_scale) | **PUT** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +*CoreV1Api* | [**replace_namespaced_secret**](docs/CoreV1Api.md#replace_namespaced_secret) | **PUT** /api/v1/namespaces/{namespace}/secrets/{name} | +*CoreV1Api* | [**replace_namespaced_service**](docs/CoreV1Api.md#replace_namespaced_service) | **PUT** /api/v1/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**replace_namespaced_service_account**](docs/CoreV1Api.md#replace_namespaced_service_account) | **PUT** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | +*CoreV1Api* | [**replace_namespaced_service_status**](docs/CoreV1Api.md#replace_namespaced_service_status) | **PUT** /api/v1/namespaces/{namespace}/services/{name}/status | +*CoreV1Api* | [**replace_node**](docs/CoreV1Api.md#replace_node) | **PUT** /api/v1/nodes/{name} | +*CoreV1Api* | [**replace_node_status**](docs/CoreV1Api.md#replace_node_status) | **PUT** /api/v1/nodes/{name}/status | +*CoreV1Api* | [**replace_persistent_volume**](docs/CoreV1Api.md#replace_persistent_volume) | **PUT** /api/v1/persistentvolumes/{name} | +*CoreV1Api* | [**replace_persistent_volume_status**](docs/CoreV1Api.md#replace_persistent_volume_status) | **PUT** /api/v1/persistentvolumes/{name}/status | +*CoreV1Api* | [**watch_config_map_list_for_all_namespaces**](docs/CoreV1Api.md#watch_config_map_list_for_all_namespaces) | **GET** /api/v1/watch/configmaps | +*CoreV1Api* | [**watch_endpoints_list_for_all_namespaces**](docs/CoreV1Api.md#watch_endpoints_list_for_all_namespaces) | **GET** /api/v1/watch/endpoints | +*CoreV1Api* | [**watch_event_list_for_all_namespaces**](docs/CoreV1Api.md#watch_event_list_for_all_namespaces) | **GET** /api/v1/watch/events | +*CoreV1Api* | [**watch_limit_range_list_for_all_namespaces**](docs/CoreV1Api.md#watch_limit_range_list_for_all_namespaces) | **GET** /api/v1/watch/limitranges | +*CoreV1Api* | [**watch_namespace**](docs/CoreV1Api.md#watch_namespace) | **GET** /api/v1/watch/namespaces/{name} | +*CoreV1Api* | [**watch_namespace_list**](docs/CoreV1Api.md#watch_namespace_list) | **GET** /api/v1/watch/namespaces | +*CoreV1Api* | [**watch_namespaced_config_map**](docs/CoreV1Api.md#watch_namespaced_config_map) | **GET** /api/v1/watch/namespaces/{namespace}/configmaps/{name} | +*CoreV1Api* | [**watch_namespaced_config_map_list**](docs/CoreV1Api.md#watch_namespaced_config_map_list) | **GET** /api/v1/watch/namespaces/{namespace}/configmaps | +*CoreV1Api* | [**watch_namespaced_endpoints**](docs/CoreV1Api.md#watch_namespaced_endpoints) | **GET** /api/v1/watch/namespaces/{namespace}/endpoints/{name} | +*CoreV1Api* | [**watch_namespaced_endpoints_list**](docs/CoreV1Api.md#watch_namespaced_endpoints_list) | **GET** /api/v1/watch/namespaces/{namespace}/endpoints | +*CoreV1Api* | [**watch_namespaced_event**](docs/CoreV1Api.md#watch_namespaced_event) | **GET** /api/v1/watch/namespaces/{namespace}/events/{name} | +*CoreV1Api* | [**watch_namespaced_event_list**](docs/CoreV1Api.md#watch_namespaced_event_list) | **GET** /api/v1/watch/namespaces/{namespace}/events | +*CoreV1Api* | [**watch_namespaced_limit_range**](docs/CoreV1Api.md#watch_namespaced_limit_range) | **GET** /api/v1/watch/namespaces/{namespace}/limitranges/{name} | +*CoreV1Api* | [**watch_namespaced_limit_range_list**](docs/CoreV1Api.md#watch_namespaced_limit_range_list) | **GET** /api/v1/watch/namespaces/{namespace}/limitranges | +*CoreV1Api* | [**watch_namespaced_persistent_volume_claim**](docs/CoreV1Api.md#watch_namespaced_persistent_volume_claim) | **GET** /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name} | +*CoreV1Api* | [**watch_namespaced_persistent_volume_claim_list**](docs/CoreV1Api.md#watch_namespaced_persistent_volume_claim_list) | **GET** /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims | +*CoreV1Api* | [**watch_namespaced_pod**](docs/CoreV1Api.md#watch_namespaced_pod) | **GET** /api/v1/watch/namespaces/{namespace}/pods/{name} | +*CoreV1Api* | [**watch_namespaced_pod_list**](docs/CoreV1Api.md#watch_namespaced_pod_list) | **GET** /api/v1/watch/namespaces/{namespace}/pods | +*CoreV1Api* | [**watch_namespaced_pod_template**](docs/CoreV1Api.md#watch_namespaced_pod_template) | **GET** /api/v1/watch/namespaces/{namespace}/podtemplates/{name} | +*CoreV1Api* | [**watch_namespaced_pod_template_list**](docs/CoreV1Api.md#watch_namespaced_pod_template_list) | **GET** /api/v1/watch/namespaces/{namespace}/podtemplates | +*CoreV1Api* | [**watch_namespaced_replication_controller**](docs/CoreV1Api.md#watch_namespaced_replication_controller) | **GET** /api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name} | +*CoreV1Api* | [**watch_namespaced_replication_controller_list**](docs/CoreV1Api.md#watch_namespaced_replication_controller_list) | **GET** /api/v1/watch/namespaces/{namespace}/replicationcontrollers | +*CoreV1Api* | [**watch_namespaced_resource_quota**](docs/CoreV1Api.md#watch_namespaced_resource_quota) | **GET** /api/v1/watch/namespaces/{namespace}/resourcequotas/{name} | +*CoreV1Api* | [**watch_namespaced_resource_quota_list**](docs/CoreV1Api.md#watch_namespaced_resource_quota_list) | **GET** /api/v1/watch/namespaces/{namespace}/resourcequotas | +*CoreV1Api* | [**watch_namespaced_secret**](docs/CoreV1Api.md#watch_namespaced_secret) | **GET** /api/v1/watch/namespaces/{namespace}/secrets/{name} | +*CoreV1Api* | [**watch_namespaced_secret_list**](docs/CoreV1Api.md#watch_namespaced_secret_list) | **GET** /api/v1/watch/namespaces/{namespace}/secrets | +*CoreV1Api* | [**watch_namespaced_service**](docs/CoreV1Api.md#watch_namespaced_service) | **GET** /api/v1/watch/namespaces/{namespace}/services/{name} | +*CoreV1Api* | [**watch_namespaced_service_account**](docs/CoreV1Api.md#watch_namespaced_service_account) | **GET** /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name} | +*CoreV1Api* | [**watch_namespaced_service_account_list**](docs/CoreV1Api.md#watch_namespaced_service_account_list) | **GET** /api/v1/watch/namespaces/{namespace}/serviceaccounts | +*CoreV1Api* | [**watch_namespaced_service_list**](docs/CoreV1Api.md#watch_namespaced_service_list) | **GET** /api/v1/watch/namespaces/{namespace}/services | +*CoreV1Api* | [**watch_node**](docs/CoreV1Api.md#watch_node) | **GET** /api/v1/watch/nodes/{name} | +*CoreV1Api* | [**watch_node_list**](docs/CoreV1Api.md#watch_node_list) | **GET** /api/v1/watch/nodes | +*CoreV1Api* | [**watch_persistent_volume**](docs/CoreV1Api.md#watch_persistent_volume) | **GET** /api/v1/watch/persistentvolumes/{name} | +*CoreV1Api* | [**watch_persistent_volume_claim_list_for_all_namespaces**](docs/CoreV1Api.md#watch_persistent_volume_claim_list_for_all_namespaces) | **GET** /api/v1/watch/persistentvolumeclaims | +*CoreV1Api* | [**watch_persistent_volume_list**](docs/CoreV1Api.md#watch_persistent_volume_list) | **GET** /api/v1/watch/persistentvolumes | +*CoreV1Api* | [**watch_pod_list_for_all_namespaces**](docs/CoreV1Api.md#watch_pod_list_for_all_namespaces) | **GET** /api/v1/watch/pods | +*CoreV1Api* | [**watch_pod_template_list_for_all_namespaces**](docs/CoreV1Api.md#watch_pod_template_list_for_all_namespaces) | **GET** /api/v1/watch/podtemplates | +*CoreV1Api* | [**watch_replication_controller_list_for_all_namespaces**](docs/CoreV1Api.md#watch_replication_controller_list_for_all_namespaces) | **GET** /api/v1/watch/replicationcontrollers | +*CoreV1Api* | [**watch_resource_quota_list_for_all_namespaces**](docs/CoreV1Api.md#watch_resource_quota_list_for_all_namespaces) | **GET** /api/v1/watch/resourcequotas | +*CoreV1Api* | [**watch_secret_list_for_all_namespaces**](docs/CoreV1Api.md#watch_secret_list_for_all_namespaces) | **GET** /api/v1/watch/secrets | +*CoreV1Api* | [**watch_service_account_list_for_all_namespaces**](docs/CoreV1Api.md#watch_service_account_list_for_all_namespaces) | **GET** /api/v1/watch/serviceaccounts | +*CoreV1Api* | [**watch_service_list_for_all_namespaces**](docs/CoreV1Api.md#watch_service_list_for_all_namespaces) | **GET** /api/v1/watch/services | +*ExtensionsApi* | [**get_api_group**](docs/ExtensionsApi.md#get_api_group) | **GET** /apis/extensions/ | +*ExtensionsV1beta1Api* | [**create_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#create_namespaced_daemon_set) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets | +*ExtensionsV1beta1Api* | [**create_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#create_namespaced_deployment) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/deployments | +*ExtensionsV1beta1Api* | [**create_namespaced_deployment_rollback_rollback**](docs/ExtensionsV1beta1Api.md#create_namespaced_deployment_rollback_rollback) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback | +*ExtensionsV1beta1Api* | [**create_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#create_namespaced_horizontal_pod_autoscaler) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers | +*ExtensionsV1beta1Api* | [**create_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#create_namespaced_ingress) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses | +*ExtensionsV1beta1Api* | [**create_namespaced_job**](docs/ExtensionsV1beta1Api.md#create_namespaced_job) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/jobs | +*ExtensionsV1beta1Api* | [**create_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#create_namespaced_network_policy) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies | +*ExtensionsV1beta1Api* | [**create_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#create_namespaced_replica_set) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets | +*ExtensionsV1beta1Api* | [**create_third_party_resource**](docs/ExtensionsV1beta1Api.md#create_third_party_resource) | **POST** /apis/extensions/v1beta1/thirdpartyresources | +*ExtensionsV1beta1Api* | [**delete_collection_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#delete_collection_namespaced_daemon_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets | +*ExtensionsV1beta1Api* | [**delete_collection_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#delete_collection_namespaced_deployment) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/deployments | +*ExtensionsV1beta1Api* | [**delete_collection_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#delete_collection_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers | +*ExtensionsV1beta1Api* | [**delete_collection_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#delete_collection_namespaced_ingress) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses | +*ExtensionsV1beta1Api* | [**delete_collection_namespaced_job**](docs/ExtensionsV1beta1Api.md#delete_collection_namespaced_job) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/jobs | +*ExtensionsV1beta1Api* | [**delete_collection_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#delete_collection_namespaced_network_policy) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies | +*ExtensionsV1beta1Api* | [**delete_collection_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#delete_collection_namespaced_replica_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets | +*ExtensionsV1beta1Api* | [**delete_collection_third_party_resource**](docs/ExtensionsV1beta1Api.md#delete_collection_third_party_resource) | **DELETE** /apis/extensions/v1beta1/thirdpartyresources | +*ExtensionsV1beta1Api* | [**delete_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#delete_namespaced_daemon_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | +*ExtensionsV1beta1Api* | [**delete_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#delete_namespaced_deployment) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | +*ExtensionsV1beta1Api* | [**delete_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#delete_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*ExtensionsV1beta1Api* | [**delete_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#delete_namespaced_ingress) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | +*ExtensionsV1beta1Api* | [**delete_namespaced_job**](docs/ExtensionsV1beta1Api.md#delete_namespaced_job) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | +*ExtensionsV1beta1Api* | [**delete_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#delete_namespaced_network_policy) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | +*ExtensionsV1beta1Api* | [**delete_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#delete_namespaced_replica_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | +*ExtensionsV1beta1Api* | [**delete_third_party_resource**](docs/ExtensionsV1beta1Api.md#delete_third_party_resource) | **DELETE** /apis/extensions/v1beta1/thirdpartyresources/{name} | +*ExtensionsV1beta1Api* | [**get_api_resources**](docs/ExtensionsV1beta1Api.md#get_api_resources) | **GET** /apis/extensions/v1beta1/ | +*ExtensionsV1beta1Api* | [**list_daemon_set_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_daemon_set_for_all_namespaces) | **GET** /apis/extensions/v1beta1/daemonsets | +*ExtensionsV1beta1Api* | [**list_deployment_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_deployment_for_all_namespaces) | **GET** /apis/extensions/v1beta1/deployments | +*ExtensionsV1beta1Api* | [**list_horizontal_pod_autoscaler_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_horizontal_pod_autoscaler_for_all_namespaces) | **GET** /apis/extensions/v1beta1/horizontalpodautoscalers | +*ExtensionsV1beta1Api* | [**list_ingress_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_ingress_for_all_namespaces) | **GET** /apis/extensions/v1beta1/ingresses | +*ExtensionsV1beta1Api* | [**list_job_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_job_for_all_namespaces) | **GET** /apis/extensions/v1beta1/jobs | +*ExtensionsV1beta1Api* | [**list_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#list_namespaced_daemon_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets | +*ExtensionsV1beta1Api* | [**list_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#list_namespaced_deployment) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments | +*ExtensionsV1beta1Api* | [**list_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#list_namespaced_horizontal_pod_autoscaler) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers | +*ExtensionsV1beta1Api* | [**list_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#list_namespaced_ingress) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses | +*ExtensionsV1beta1Api* | [**list_namespaced_job**](docs/ExtensionsV1beta1Api.md#list_namespaced_job) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/jobs | +*ExtensionsV1beta1Api* | [**list_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#list_namespaced_network_policy) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies | +*ExtensionsV1beta1Api* | [**list_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#list_namespaced_replica_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets | +*ExtensionsV1beta1Api* | [**list_network_policy_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_network_policy_for_all_namespaces) | **GET** /apis/extensions/v1beta1/networkpolicies | +*ExtensionsV1beta1Api* | [**list_replica_set_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#list_replica_set_for_all_namespaces) | **GET** /apis/extensions/v1beta1/replicasets | +*ExtensionsV1beta1Api* | [**list_third_party_resource**](docs/ExtensionsV1beta1Api.md#list_third_party_resource) | **GET** /apis/extensions/v1beta1/thirdpartyresources | +*ExtensionsV1beta1Api* | [**patch_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#patch_namespaced_daemon_set) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | +*ExtensionsV1beta1Api* | [**patch_namespaced_daemon_set_status**](docs/ExtensionsV1beta1Api.md#patch_namespaced_daemon_set_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status | +*ExtensionsV1beta1Api* | [**patch_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#patch_namespaced_deployment) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | +*ExtensionsV1beta1Api* | [**patch_namespaced_deployment_status**](docs/ExtensionsV1beta1Api.md#patch_namespaced_deployment_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status | +*ExtensionsV1beta1Api* | [**patch_namespaced_deployments_scale**](docs/ExtensionsV1beta1Api.md#patch_namespaced_deployments_scale) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale | +*ExtensionsV1beta1Api* | [**patch_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#patch_namespaced_horizontal_pod_autoscaler) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*ExtensionsV1beta1Api* | [**patch_namespaced_horizontal_pod_autoscaler_status**](docs/ExtensionsV1beta1Api.md#patch_namespaced_horizontal_pod_autoscaler_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +*ExtensionsV1beta1Api* | [**patch_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#patch_namespaced_ingress) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | +*ExtensionsV1beta1Api* | [**patch_namespaced_ingress_status**](docs/ExtensionsV1beta1Api.md#patch_namespaced_ingress_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status | +*ExtensionsV1beta1Api* | [**patch_namespaced_job**](docs/ExtensionsV1beta1Api.md#patch_namespaced_job) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | +*ExtensionsV1beta1Api* | [**patch_namespaced_job_status**](docs/ExtensionsV1beta1Api.md#patch_namespaced_job_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status | +*ExtensionsV1beta1Api* | [**patch_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#patch_namespaced_network_policy) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | +*ExtensionsV1beta1Api* | [**patch_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#patch_namespaced_replica_set) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | +*ExtensionsV1beta1Api* | [**patch_namespaced_replica_set_status**](docs/ExtensionsV1beta1Api.md#patch_namespaced_replica_set_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status | +*ExtensionsV1beta1Api* | [**patch_namespaced_replicasets_scale**](docs/ExtensionsV1beta1Api.md#patch_namespaced_replicasets_scale) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale | +*ExtensionsV1beta1Api* | [**patch_namespaced_replicationcontrollers_scale**](docs/ExtensionsV1beta1Api.md#patch_namespaced_replicationcontrollers_scale) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +*ExtensionsV1beta1Api* | [**patch_third_party_resource**](docs/ExtensionsV1beta1Api.md#patch_third_party_resource) | **PATCH** /apis/extensions/v1beta1/thirdpartyresources/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#read_namespaced_daemon_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_daemon_set_status**](docs/ExtensionsV1beta1Api.md#read_namespaced_daemon_set_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status | +*ExtensionsV1beta1Api* | [**read_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#read_namespaced_deployment) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_deployment_status**](docs/ExtensionsV1beta1Api.md#read_namespaced_deployment_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status | +*ExtensionsV1beta1Api* | [**read_namespaced_deployments_scale**](docs/ExtensionsV1beta1Api.md#read_namespaced_deployments_scale) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale | +*ExtensionsV1beta1Api* | [**read_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#read_namespaced_horizontal_pod_autoscaler) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_horizontal_pod_autoscaler_status**](docs/ExtensionsV1beta1Api.md#read_namespaced_horizontal_pod_autoscaler_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +*ExtensionsV1beta1Api* | [**read_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#read_namespaced_ingress) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_ingress_status**](docs/ExtensionsV1beta1Api.md#read_namespaced_ingress_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status | +*ExtensionsV1beta1Api* | [**read_namespaced_job**](docs/ExtensionsV1beta1Api.md#read_namespaced_job) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_job_status**](docs/ExtensionsV1beta1Api.md#read_namespaced_job_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status | +*ExtensionsV1beta1Api* | [**read_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#read_namespaced_network_policy) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#read_namespaced_replica_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | +*ExtensionsV1beta1Api* | [**read_namespaced_replica_set_status**](docs/ExtensionsV1beta1Api.md#read_namespaced_replica_set_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status | +*ExtensionsV1beta1Api* | [**read_namespaced_replicasets_scale**](docs/ExtensionsV1beta1Api.md#read_namespaced_replicasets_scale) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale | +*ExtensionsV1beta1Api* | [**read_namespaced_replicationcontrollers_scale**](docs/ExtensionsV1beta1Api.md#read_namespaced_replicationcontrollers_scale) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +*ExtensionsV1beta1Api* | [**read_third_party_resource**](docs/ExtensionsV1beta1Api.md#read_third_party_resource) | **GET** /apis/extensions/v1beta1/thirdpartyresources/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#replace_namespaced_daemon_set) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_daemon_set_status**](docs/ExtensionsV1beta1Api.md#replace_namespaced_daemon_set_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status | +*ExtensionsV1beta1Api* | [**replace_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#replace_namespaced_deployment) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_deployment_status**](docs/ExtensionsV1beta1Api.md#replace_namespaced_deployment_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status | +*ExtensionsV1beta1Api* | [**replace_namespaced_deployments_scale**](docs/ExtensionsV1beta1Api.md#replace_namespaced_deployments_scale) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale | +*ExtensionsV1beta1Api* | [**replace_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#replace_namespaced_horizontal_pod_autoscaler) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_horizontal_pod_autoscaler_status**](docs/ExtensionsV1beta1Api.md#replace_namespaced_horizontal_pod_autoscaler_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +*ExtensionsV1beta1Api* | [**replace_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#replace_namespaced_ingress) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_ingress_status**](docs/ExtensionsV1beta1Api.md#replace_namespaced_ingress_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status | +*ExtensionsV1beta1Api* | [**replace_namespaced_job**](docs/ExtensionsV1beta1Api.md#replace_namespaced_job) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_job_status**](docs/ExtensionsV1beta1Api.md#replace_namespaced_job_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status | +*ExtensionsV1beta1Api* | [**replace_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#replace_namespaced_network_policy) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#replace_namespaced_replica_set) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | +*ExtensionsV1beta1Api* | [**replace_namespaced_replica_set_status**](docs/ExtensionsV1beta1Api.md#replace_namespaced_replica_set_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status | +*ExtensionsV1beta1Api* | [**replace_namespaced_replicasets_scale**](docs/ExtensionsV1beta1Api.md#replace_namespaced_replicasets_scale) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale | +*ExtensionsV1beta1Api* | [**replace_namespaced_replicationcontrollers_scale**](docs/ExtensionsV1beta1Api.md#replace_namespaced_replicationcontrollers_scale) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +*ExtensionsV1beta1Api* | [**replace_third_party_resource**](docs/ExtensionsV1beta1Api.md#replace_third_party_resource) | **PUT** /apis/extensions/v1beta1/thirdpartyresources/{name} | +*ExtensionsV1beta1Api* | [**watch_daemon_set_list_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#watch_daemon_set_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/daemonsets | +*ExtensionsV1beta1Api* | [**watch_deployment_list_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#watch_deployment_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/deployments | +*ExtensionsV1beta1Api* | [**watch_horizontal_pod_autoscaler_list_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#watch_horizontal_pod_autoscaler_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/horizontalpodautoscalers | +*ExtensionsV1beta1Api* | [**watch_ingress_list_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#watch_ingress_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/ingresses | +*ExtensionsV1beta1Api* | [**watch_job_list_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#watch_job_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/jobs | +*ExtensionsV1beta1Api* | [**watch_namespaced_daemon_set**](docs/ExtensionsV1beta1Api.md#watch_namespaced_daemon_set) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets/{name} | +*ExtensionsV1beta1Api* | [**watch_namespaced_daemon_set_list**](docs/ExtensionsV1beta1Api.md#watch_namespaced_daemon_set_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets | +*ExtensionsV1beta1Api* | [**watch_namespaced_deployment**](docs/ExtensionsV1beta1Api.md#watch_namespaced_deployment) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments/{name} | +*ExtensionsV1beta1Api* | [**watch_namespaced_deployment_list**](docs/ExtensionsV1beta1Api.md#watch_namespaced_deployment_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments | +*ExtensionsV1beta1Api* | [**watch_namespaced_horizontal_pod_autoscaler**](docs/ExtensionsV1beta1Api.md#watch_namespaced_horizontal_pod_autoscaler) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name} | +*ExtensionsV1beta1Api* | [**watch_namespaced_horizontal_pod_autoscaler_list**](docs/ExtensionsV1beta1Api.md#watch_namespaced_horizontal_pod_autoscaler_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers | +*ExtensionsV1beta1Api* | [**watch_namespaced_ingress**](docs/ExtensionsV1beta1Api.md#watch_namespaced_ingress) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses/{name} | +*ExtensionsV1beta1Api* | [**watch_namespaced_ingress_list**](docs/ExtensionsV1beta1Api.md#watch_namespaced_ingress_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses | +*ExtensionsV1beta1Api* | [**watch_namespaced_job**](docs/ExtensionsV1beta1Api.md#watch_namespaced_job) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/jobs/{name} | +*ExtensionsV1beta1Api* | [**watch_namespaced_job_list**](docs/ExtensionsV1beta1Api.md#watch_namespaced_job_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/jobs | +*ExtensionsV1beta1Api* | [**watch_namespaced_network_policy**](docs/ExtensionsV1beta1Api.md#watch_namespaced_network_policy) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies/{name} | +*ExtensionsV1beta1Api* | [**watch_namespaced_network_policy_list**](docs/ExtensionsV1beta1Api.md#watch_namespaced_network_policy_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies | +*ExtensionsV1beta1Api* | [**watch_namespaced_replica_set**](docs/ExtensionsV1beta1Api.md#watch_namespaced_replica_set) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets/{name} | +*ExtensionsV1beta1Api* | [**watch_namespaced_replica_set_list**](docs/ExtensionsV1beta1Api.md#watch_namespaced_replica_set_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets | +*ExtensionsV1beta1Api* | [**watch_network_policy_list_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#watch_network_policy_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/networkpolicies | +*ExtensionsV1beta1Api* | [**watch_replica_set_list_for_all_namespaces**](docs/ExtensionsV1beta1Api.md#watch_replica_set_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/replicasets | +*ExtensionsV1beta1Api* | [**watch_third_party_resource**](docs/ExtensionsV1beta1Api.md#watch_third_party_resource) | **GET** /apis/extensions/v1beta1/watch/thirdpartyresources/{name} | +*ExtensionsV1beta1Api* | [**watch_third_party_resource_list**](docs/ExtensionsV1beta1Api.md#watch_third_party_resource_list) | **GET** /apis/extensions/v1beta1/watch/thirdpartyresources | +*LogsApi* | [**log_file_handler**](docs/LogsApi.md#log_file_handler) | **GET** /logs/{logpath} | +*LogsApi* | [**log_file_list_handler**](docs/LogsApi.md#log_file_list_handler) | **GET** /logs/ | +*PolicyApi* | [**get_api_group**](docs/PolicyApi.md#get_api_group) | **GET** /apis/policy/ | +*PolicyV1beta1Api* | [**create_namespaced_pod_disruption_budget**](docs/PolicyV1beta1Api.md#create_namespaced_pod_disruption_budget) | **POST** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets | +*PolicyV1beta1Api* | [**delete_collection_namespaced_pod_disruption_budget**](docs/PolicyV1beta1Api.md#delete_collection_namespaced_pod_disruption_budget) | **DELETE** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets | +*PolicyV1beta1Api* | [**delete_namespaced_pod_disruption_budget**](docs/PolicyV1beta1Api.md#delete_namespaced_pod_disruption_budget) | **DELETE** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} | +*PolicyV1beta1Api* | [**get_api_resources**](docs/PolicyV1beta1Api.md#get_api_resources) | **GET** /apis/policy/v1beta1/ | +*PolicyV1beta1Api* | [**list_namespaced_pod_disruption_budget**](docs/PolicyV1beta1Api.md#list_namespaced_pod_disruption_budget) | **GET** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets | +*PolicyV1beta1Api* | [**list_pod_disruption_budget_for_all_namespaces**](docs/PolicyV1beta1Api.md#list_pod_disruption_budget_for_all_namespaces) | **GET** /apis/policy/v1beta1/poddisruptionbudgets | +*PolicyV1beta1Api* | [**patch_namespaced_pod_disruption_budget**](docs/PolicyV1beta1Api.md#patch_namespaced_pod_disruption_budget) | **PATCH** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} | +*PolicyV1beta1Api* | [**patch_namespaced_pod_disruption_budget_status**](docs/PolicyV1beta1Api.md#patch_namespaced_pod_disruption_budget_status) | **PATCH** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status | +*PolicyV1beta1Api* | [**read_namespaced_pod_disruption_budget**](docs/PolicyV1beta1Api.md#read_namespaced_pod_disruption_budget) | **GET** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} | +*PolicyV1beta1Api* | [**read_namespaced_pod_disruption_budget_status**](docs/PolicyV1beta1Api.md#read_namespaced_pod_disruption_budget_status) | **GET** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status | +*PolicyV1beta1Api* | [**replace_namespaced_pod_disruption_budget**](docs/PolicyV1beta1Api.md#replace_namespaced_pod_disruption_budget) | **PUT** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} | +*PolicyV1beta1Api* | [**replace_namespaced_pod_disruption_budget_status**](docs/PolicyV1beta1Api.md#replace_namespaced_pod_disruption_budget_status) | **PUT** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status | +*PolicyV1beta1Api* | [**watch_namespaced_pod_disruption_budget**](docs/PolicyV1beta1Api.md#watch_namespaced_pod_disruption_budget) | **GET** /apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets/{name} | +*PolicyV1beta1Api* | [**watch_namespaced_pod_disruption_budget_list**](docs/PolicyV1beta1Api.md#watch_namespaced_pod_disruption_budget_list) | **GET** /apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets | +*PolicyV1beta1Api* | [**watch_pod_disruption_budget_list_for_all_namespaces**](docs/PolicyV1beta1Api.md#watch_pod_disruption_budget_list_for_all_namespaces) | **GET** /apis/policy/v1beta1/watch/poddisruptionbudgets | +*RbacAuthorizationApi* | [**get_api_group**](docs/RbacAuthorizationApi.md#get_api_group) | **GET** /apis/rbac.authorization.k8s.io/ | +*RbacAuthorizationV1alpha1Api* | [**create_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#create_cluster_role) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles | +*RbacAuthorizationV1alpha1Api* | [**create_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#create_cluster_role_binding) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings | +*RbacAuthorizationV1alpha1Api* | [**create_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#create_namespaced_role) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles | +*RbacAuthorizationV1alpha1Api* | [**create_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#create_namespaced_role_binding) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings | +*RbacAuthorizationV1alpha1Api* | [**delete_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#delete_cluster_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | +*RbacAuthorizationV1alpha1Api* | [**delete_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#delete_cluster_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**delete_collection_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#delete_collection_cluster_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles | +*RbacAuthorizationV1alpha1Api* | [**delete_collection_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#delete_collection_cluster_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings | +*RbacAuthorizationV1alpha1Api* | [**delete_collection_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#delete_collection_namespaced_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles | +*RbacAuthorizationV1alpha1Api* | [**delete_collection_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#delete_collection_namespaced_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings | +*RbacAuthorizationV1alpha1Api* | [**delete_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#delete_namespaced_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | +*RbacAuthorizationV1alpha1Api* | [**delete_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#delete_namespaced_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**get_api_resources**](docs/RbacAuthorizationV1alpha1Api.md#get_api_resources) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/ | +*RbacAuthorizationV1alpha1Api* | [**list_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#list_cluster_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles | +*RbacAuthorizationV1alpha1Api* | [**list_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#list_cluster_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings | +*RbacAuthorizationV1alpha1Api* | [**list_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#list_namespaced_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles | +*RbacAuthorizationV1alpha1Api* | [**list_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#list_namespaced_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings | +*RbacAuthorizationV1alpha1Api* | [**list_role_binding_for_all_namespaces**](docs/RbacAuthorizationV1alpha1Api.md#list_role_binding_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/rolebindings | +*RbacAuthorizationV1alpha1Api* | [**list_role_for_all_namespaces**](docs/RbacAuthorizationV1alpha1Api.md#list_role_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/roles | +*RbacAuthorizationV1alpha1Api* | [**patch_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#patch_cluster_role) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | +*RbacAuthorizationV1alpha1Api* | [**patch_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#patch_cluster_role_binding) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**patch_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#patch_namespaced_role) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | +*RbacAuthorizationV1alpha1Api* | [**patch_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#patch_namespaced_role_binding) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**read_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#read_cluster_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | +*RbacAuthorizationV1alpha1Api* | [**read_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#read_cluster_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**read_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#read_namespaced_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | +*RbacAuthorizationV1alpha1Api* | [**read_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#read_namespaced_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**replace_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#replace_cluster_role) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | +*RbacAuthorizationV1alpha1Api* | [**replace_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#replace_cluster_role_binding) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**replace_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#replace_namespaced_role) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | +*RbacAuthorizationV1alpha1Api* | [**replace_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#replace_namespaced_role_binding) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**watch_cluster_role**](docs/RbacAuthorizationV1alpha1Api.md#watch_cluster_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles/{name} | +*RbacAuthorizationV1alpha1Api* | [**watch_cluster_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#watch_cluster_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**watch_cluster_role_binding_list**](docs/RbacAuthorizationV1alpha1Api.md#watch_cluster_role_binding_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings | +*RbacAuthorizationV1alpha1Api* | [**watch_cluster_role_list**](docs/RbacAuthorizationV1alpha1Api.md#watch_cluster_role_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles | +*RbacAuthorizationV1alpha1Api* | [**watch_namespaced_role**](docs/RbacAuthorizationV1alpha1Api.md#watch_namespaced_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles/{name} | +*RbacAuthorizationV1alpha1Api* | [**watch_namespaced_role_binding**](docs/RbacAuthorizationV1alpha1Api.md#watch_namespaced_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings/{name} | +*RbacAuthorizationV1alpha1Api* | [**watch_namespaced_role_binding_list**](docs/RbacAuthorizationV1alpha1Api.md#watch_namespaced_role_binding_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings | +*RbacAuthorizationV1alpha1Api* | [**watch_namespaced_role_list**](docs/RbacAuthorizationV1alpha1Api.md#watch_namespaced_role_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles | +*RbacAuthorizationV1alpha1Api* | [**watch_role_binding_list_for_all_namespaces**](docs/RbacAuthorizationV1alpha1Api.md#watch_role_binding_list_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/rolebindings | +*RbacAuthorizationV1alpha1Api* | [**watch_role_list_for_all_namespaces**](docs/RbacAuthorizationV1alpha1Api.md#watch_role_list_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/roles | +*StorageApi* | [**get_api_group**](docs/StorageApi.md#get_api_group) | **GET** /apis/storage.k8s.io/ | +*StorageV1beta1Api* | [**create_storage_class**](docs/StorageV1beta1Api.md#create_storage_class) | **POST** /apis/storage.k8s.io/v1beta1/storageclasses | +*StorageV1beta1Api* | [**delete_collection_storage_class**](docs/StorageV1beta1Api.md#delete_collection_storage_class) | **DELETE** /apis/storage.k8s.io/v1beta1/storageclasses | +*StorageV1beta1Api* | [**delete_storage_class**](docs/StorageV1beta1Api.md#delete_storage_class) | **DELETE** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | +*StorageV1beta1Api* | [**get_api_resources**](docs/StorageV1beta1Api.md#get_api_resources) | **GET** /apis/storage.k8s.io/v1beta1/ | +*StorageV1beta1Api* | [**list_storage_class**](docs/StorageV1beta1Api.md#list_storage_class) | **GET** /apis/storage.k8s.io/v1beta1/storageclasses | +*StorageV1beta1Api* | [**patch_storage_class**](docs/StorageV1beta1Api.md#patch_storage_class) | **PATCH** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | +*StorageV1beta1Api* | [**read_storage_class**](docs/StorageV1beta1Api.md#read_storage_class) | **GET** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | +*StorageV1beta1Api* | [**replace_storage_class**](docs/StorageV1beta1Api.md#replace_storage_class) | **PUT** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | +*StorageV1beta1Api* | [**watch_storage_class**](docs/StorageV1beta1Api.md#watch_storage_class) | **GET** /apis/storage.k8s.io/v1beta1/watch/storageclasses/{name} | +*StorageV1beta1Api* | [**watch_storage_class_list**](docs/StorageV1beta1Api.md#watch_storage_class_list) | **GET** /apis/storage.k8s.io/v1beta1/watch/storageclasses | +*VersionApi* | [**get_code**](docs/VersionApi.md#get_code) | **GET** /version/ | + + +## Documentation For Models + + - [IntstrIntOrString](docs/IntstrIntOrString.md) + - [ResourceQuantity](docs/ResourceQuantity.md) + - [RuntimeRawExtension](docs/RuntimeRawExtension.md) + - [UnversionedAPIGroup](docs/UnversionedAPIGroup.md) + - [UnversionedAPIGroupList](docs/UnversionedAPIGroupList.md) + - [UnversionedAPIResource](docs/UnversionedAPIResource.md) + - [UnversionedAPIResourceList](docs/UnversionedAPIResourceList.md) + - [UnversionedAPIVersions](docs/UnversionedAPIVersions.md) + - [UnversionedGroupVersionForDiscovery](docs/UnversionedGroupVersionForDiscovery.md) + - [UnversionedLabelSelector](docs/UnversionedLabelSelector.md) + - [UnversionedLabelSelectorRequirement](docs/UnversionedLabelSelectorRequirement.md) + - [UnversionedListMeta](docs/UnversionedListMeta.md) + - [UnversionedServerAddressByClientCIDR](docs/UnversionedServerAddressByClientCIDR.md) + - [UnversionedStatus](docs/UnversionedStatus.md) + - [UnversionedStatusCause](docs/UnversionedStatusCause.md) + - [UnversionedStatusDetails](docs/UnversionedStatusDetails.md) + - [UnversionedTime](docs/UnversionedTime.md) + - [V1AttachedVolume](docs/V1AttachedVolume.md) + - [V1Binding](docs/V1Binding.md) + - [V1Capabilities](docs/V1Capabilities.md) + - [V1ComponentCondition](docs/V1ComponentCondition.md) + - [V1ComponentStatus](docs/V1ComponentStatus.md) + - [V1ComponentStatusList](docs/V1ComponentStatusList.md) + - [V1ConfigMap](docs/V1ConfigMap.md) + - [V1ConfigMapKeySelector](docs/V1ConfigMapKeySelector.md) + - [V1ConfigMapList](docs/V1ConfigMapList.md) + - [V1Container](docs/V1Container.md) + - [V1ContainerImage](docs/V1ContainerImage.md) + - [V1ContainerPort](docs/V1ContainerPort.md) + - [V1ContainerState](docs/V1ContainerState.md) + - [V1ContainerStateRunning](docs/V1ContainerStateRunning.md) + - [V1ContainerStateTerminated](docs/V1ContainerStateTerminated.md) + - [V1ContainerStateWaiting](docs/V1ContainerStateWaiting.md) + - [V1ContainerStatus](docs/V1ContainerStatus.md) + - [V1CrossVersionObjectReference](docs/V1CrossVersionObjectReference.md) + - [V1DaemonEndpoint](docs/V1DaemonEndpoint.md) + - [V1DeleteOptions](docs/V1DeleteOptions.md) + - [V1EndpointAddress](docs/V1EndpointAddress.md) + - [V1EndpointPort](docs/V1EndpointPort.md) + - [V1EndpointSubset](docs/V1EndpointSubset.md) + - [V1Endpoints](docs/V1Endpoints.md) + - [V1EndpointsList](docs/V1EndpointsList.md) + - [V1EnvVar](docs/V1EnvVar.md) + - [V1EnvVarSource](docs/V1EnvVarSource.md) + - [V1Event](docs/V1Event.md) + - [V1EventList](docs/V1EventList.md) + - [V1EventSource](docs/V1EventSource.md) + - [V1ExecAction](docs/V1ExecAction.md) + - [V1HTTPGetAction](docs/V1HTTPGetAction.md) + - [V1HTTPHeader](docs/V1HTTPHeader.md) + - [V1Handler](docs/V1Handler.md) + - [V1HorizontalPodAutoscaler](docs/V1HorizontalPodAutoscaler.md) + - [V1HorizontalPodAutoscalerList](docs/V1HorizontalPodAutoscalerList.md) + - [V1HorizontalPodAutoscalerSpec](docs/V1HorizontalPodAutoscalerSpec.md) + - [V1HorizontalPodAutoscalerStatus](docs/V1HorizontalPodAutoscalerStatus.md) + - [V1Job](docs/V1Job.md) + - [V1JobCondition](docs/V1JobCondition.md) + - [V1JobList](docs/V1JobList.md) + - [V1JobSpec](docs/V1JobSpec.md) + - [V1JobStatus](docs/V1JobStatus.md) + - [V1Lifecycle](docs/V1Lifecycle.md) + - [V1LimitRange](docs/V1LimitRange.md) + - [V1LimitRangeItem](docs/V1LimitRangeItem.md) + - [V1LimitRangeList](docs/V1LimitRangeList.md) + - [V1LimitRangeSpec](docs/V1LimitRangeSpec.md) + - [V1LoadBalancerIngress](docs/V1LoadBalancerIngress.md) + - [V1LoadBalancerStatus](docs/V1LoadBalancerStatus.md) + - [V1LocalObjectReference](docs/V1LocalObjectReference.md) + - [V1Namespace](docs/V1Namespace.md) + - [V1NamespaceList](docs/V1NamespaceList.md) + - [V1NamespaceSpec](docs/V1NamespaceSpec.md) + - [V1NamespaceStatus](docs/V1NamespaceStatus.md) + - [V1Node](docs/V1Node.md) + - [V1NodeAddress](docs/V1NodeAddress.md) + - [V1NodeCondition](docs/V1NodeCondition.md) + - [V1NodeDaemonEndpoints](docs/V1NodeDaemonEndpoints.md) + - [V1NodeList](docs/V1NodeList.md) + - [V1NodeSpec](docs/V1NodeSpec.md) + - [V1NodeStatus](docs/V1NodeStatus.md) + - [V1NodeSystemInfo](docs/V1NodeSystemInfo.md) + - [V1ObjectFieldSelector](docs/V1ObjectFieldSelector.md) + - [V1ObjectMeta](docs/V1ObjectMeta.md) + - [V1ObjectReference](docs/V1ObjectReference.md) + - [V1OwnerReference](docs/V1OwnerReference.md) + - [V1PersistentVolume](docs/V1PersistentVolume.md) + - [V1PersistentVolumeClaim](docs/V1PersistentVolumeClaim.md) + - [V1PersistentVolumeClaimList](docs/V1PersistentVolumeClaimList.md) + - [V1PersistentVolumeClaimSpec](docs/V1PersistentVolumeClaimSpec.md) + - [V1PersistentVolumeClaimStatus](docs/V1PersistentVolumeClaimStatus.md) + - [V1PersistentVolumeList](docs/V1PersistentVolumeList.md) + - [V1PersistentVolumeSpec](docs/V1PersistentVolumeSpec.md) + - [V1PersistentVolumeStatus](docs/V1PersistentVolumeStatus.md) + - [V1Pod](docs/V1Pod.md) + - [V1PodCondition](docs/V1PodCondition.md) + - [V1PodList](docs/V1PodList.md) + - [V1PodSecurityContext](docs/V1PodSecurityContext.md) + - [V1PodSpec](docs/V1PodSpec.md) + - [V1PodStatus](docs/V1PodStatus.md) + - [V1PodTemplate](docs/V1PodTemplate.md) + - [V1PodTemplateList](docs/V1PodTemplateList.md) + - [V1PodTemplateSpec](docs/V1PodTemplateSpec.md) + - [V1Preconditions](docs/V1Preconditions.md) + - [V1Probe](docs/V1Probe.md) + - [V1ReplicationController](docs/V1ReplicationController.md) + - [V1ReplicationControllerCondition](docs/V1ReplicationControllerCondition.md) + - [V1ReplicationControllerList](docs/V1ReplicationControllerList.md) + - [V1ReplicationControllerSpec](docs/V1ReplicationControllerSpec.md) + - [V1ReplicationControllerStatus](docs/V1ReplicationControllerStatus.md) + - [V1ResourceFieldSelector](docs/V1ResourceFieldSelector.md) + - [V1ResourceQuota](docs/V1ResourceQuota.md) + - [V1ResourceQuotaList](docs/V1ResourceQuotaList.md) + - [V1ResourceQuotaSpec](docs/V1ResourceQuotaSpec.md) + - [V1ResourceQuotaStatus](docs/V1ResourceQuotaStatus.md) + - [V1ResourceRequirements](docs/V1ResourceRequirements.md) + - [V1SELinuxOptions](docs/V1SELinuxOptions.md) + - [V1Scale](docs/V1Scale.md) + - [V1ScaleSpec](docs/V1ScaleSpec.md) + - [V1ScaleStatus](docs/V1ScaleStatus.md) + - [V1Secret](docs/V1Secret.md) + - [V1SecretKeySelector](docs/V1SecretKeySelector.md) + - [V1SecretList](docs/V1SecretList.md) + - [V1SecurityContext](docs/V1SecurityContext.md) + - [V1Service](docs/V1Service.md) + - [V1ServiceAccount](docs/V1ServiceAccount.md) + - [V1ServiceAccountList](docs/V1ServiceAccountList.md) + - [V1ServiceList](docs/V1ServiceList.md) + - [V1ServicePort](docs/V1ServicePort.md) + - [V1ServiceSpec](docs/V1ServiceSpec.md) + - [V1ServiceStatus](docs/V1ServiceStatus.md) + - [V1TCPSocketAction](docs/V1TCPSocketAction.md) + - [V1Volume](docs/V1Volume.md) + - [V1VolumeMount](docs/V1VolumeMount.md) + - [V1alpha1CertificateSigningRequest](docs/V1alpha1CertificateSigningRequest.md) + - [V1alpha1CertificateSigningRequestCondition](docs/V1alpha1CertificateSigningRequestCondition.md) + - [V1alpha1CertificateSigningRequestList](docs/V1alpha1CertificateSigningRequestList.md) + - [V1alpha1CertificateSigningRequestSpec](docs/V1alpha1CertificateSigningRequestSpec.md) + - [V1alpha1CertificateSigningRequestStatus](docs/V1alpha1CertificateSigningRequestStatus.md) + - [V1alpha1ClusterRole](docs/V1alpha1ClusterRole.md) + - [V1alpha1ClusterRoleBinding](docs/V1alpha1ClusterRoleBinding.md) + - [V1alpha1ClusterRoleBindingList](docs/V1alpha1ClusterRoleBindingList.md) + - [V1alpha1ClusterRoleList](docs/V1alpha1ClusterRoleList.md) + - [V1alpha1PolicyRule](docs/V1alpha1PolicyRule.md) + - [V1alpha1Role](docs/V1alpha1Role.md) + - [V1alpha1RoleBinding](docs/V1alpha1RoleBinding.md) + - [V1alpha1RoleBindingList](docs/V1alpha1RoleBindingList.md) + - [V1alpha1RoleList](docs/V1alpha1RoleList.md) + - [V1alpha1RoleRef](docs/V1alpha1RoleRef.md) + - [V1alpha1Subject](docs/V1alpha1Subject.md) + - [V1beta1APIVersion](docs/V1beta1APIVersion.md) + - [V1beta1CPUTargetUtilization](docs/V1beta1CPUTargetUtilization.md) + - [V1beta1DaemonSet](docs/V1beta1DaemonSet.md) + - [V1beta1DaemonSetList](docs/V1beta1DaemonSetList.md) + - [V1beta1DaemonSetSpec](docs/V1beta1DaemonSetSpec.md) + - [V1beta1DaemonSetStatus](docs/V1beta1DaemonSetStatus.md) + - [V1beta1Deployment](docs/V1beta1Deployment.md) + - [V1beta1DeploymentCondition](docs/V1beta1DeploymentCondition.md) + - [V1beta1DeploymentList](docs/V1beta1DeploymentList.md) + - [V1beta1DeploymentRollback](docs/V1beta1DeploymentRollback.md) + - [V1beta1DeploymentSpec](docs/V1beta1DeploymentSpec.md) + - [V1beta1DeploymentStatus](docs/V1beta1DeploymentStatus.md) + - [V1beta1DeploymentStrategy](docs/V1beta1DeploymentStrategy.md) + - [V1beta1Eviction](docs/V1beta1Eviction.md) + - [V1beta1HorizontalPodAutoscaler](docs/V1beta1HorizontalPodAutoscaler.md) + - [V1beta1HorizontalPodAutoscalerList](docs/V1beta1HorizontalPodAutoscalerList.md) + - [V1beta1HorizontalPodAutoscalerSpec](docs/V1beta1HorizontalPodAutoscalerSpec.md) + - [V1beta1HorizontalPodAutoscalerStatus](docs/V1beta1HorizontalPodAutoscalerStatus.md) + - [V1beta1Ingress](docs/V1beta1Ingress.md) + - [V1beta1IngressBackend](docs/V1beta1IngressBackend.md) + - [V1beta1IngressList](docs/V1beta1IngressList.md) + - [V1beta1IngressRule](docs/V1beta1IngressRule.md) + - [V1beta1IngressSpec](docs/V1beta1IngressSpec.md) + - [V1beta1IngressStatus](docs/V1beta1IngressStatus.md) + - [V1beta1IngressTLS](docs/V1beta1IngressTLS.md) + - [V1beta1Job](docs/V1beta1Job.md) + - [V1beta1JobCondition](docs/V1beta1JobCondition.md) + - [V1beta1JobList](docs/V1beta1JobList.md) + - [V1beta1JobSpec](docs/V1beta1JobSpec.md) + - [V1beta1JobStatus](docs/V1beta1JobStatus.md) + - [V1beta1LocalSubjectAccessReview](docs/V1beta1LocalSubjectAccessReview.md) + - [V1beta1NetworkPolicy](docs/V1beta1NetworkPolicy.md) + - [V1beta1NetworkPolicyIngressRule](docs/V1beta1NetworkPolicyIngressRule.md) + - [V1beta1NetworkPolicyList](docs/V1beta1NetworkPolicyList.md) + - [V1beta1NetworkPolicyPeer](docs/V1beta1NetworkPolicyPeer.md) + - [V1beta1NetworkPolicyPort](docs/V1beta1NetworkPolicyPort.md) + - [V1beta1NetworkPolicySpec](docs/V1beta1NetworkPolicySpec.md) + - [V1beta1NonResourceAttributes](docs/V1beta1NonResourceAttributes.md) + - [V1beta1PodDisruptionBudget](docs/V1beta1PodDisruptionBudget.md) + - [V1beta1PodDisruptionBudgetList](docs/V1beta1PodDisruptionBudgetList.md) + - [V1beta1PodDisruptionBudgetSpec](docs/V1beta1PodDisruptionBudgetSpec.md) + - [V1beta1PodDisruptionBudgetStatus](docs/V1beta1PodDisruptionBudgetStatus.md) + - [V1beta1ReplicaSet](docs/V1beta1ReplicaSet.md) + - [V1beta1ReplicaSetCondition](docs/V1beta1ReplicaSetCondition.md) + - [V1beta1ReplicaSetList](docs/V1beta1ReplicaSetList.md) + - [V1beta1ReplicaSetSpec](docs/V1beta1ReplicaSetSpec.md) + - [V1beta1ReplicaSetStatus](docs/V1beta1ReplicaSetStatus.md) + - [V1beta1ResourceAttributes](docs/V1beta1ResourceAttributes.md) + - [V1beta1RollbackConfig](docs/V1beta1RollbackConfig.md) + - [V1beta1RollingUpdateDeployment](docs/V1beta1RollingUpdateDeployment.md) + - [V1beta1Scale](docs/V1beta1Scale.md) + - [V1beta1ScaleSpec](docs/V1beta1ScaleSpec.md) + - [V1beta1ScaleStatus](docs/V1beta1ScaleStatus.md) + - [V1beta1SelfSubjectAccessReview](docs/V1beta1SelfSubjectAccessReview.md) + - [V1beta1SelfSubjectAccessReviewSpec](docs/V1beta1SelfSubjectAccessReviewSpec.md) + - [V1beta1StatefulSet](docs/V1beta1StatefulSet.md) + - [V1beta1StatefulSetList](docs/V1beta1StatefulSetList.md) + - [V1beta1StatefulSetSpec](docs/V1beta1StatefulSetSpec.md) + - [V1beta1StatefulSetStatus](docs/V1beta1StatefulSetStatus.md) + - [V1beta1StorageClass](docs/V1beta1StorageClass.md) + - [V1beta1StorageClassList](docs/V1beta1StorageClassList.md) + - [V1beta1SubjectAccessReview](docs/V1beta1SubjectAccessReview.md) + - [V1beta1SubjectAccessReviewSpec](docs/V1beta1SubjectAccessReviewSpec.md) + - [V1beta1SubjectAccessReviewStatus](docs/V1beta1SubjectAccessReviewStatus.md) + - [V1beta1SubresourceReference](docs/V1beta1SubresourceReference.md) + - [V1beta1ThirdPartyResource](docs/V1beta1ThirdPartyResource.md) + - [V1beta1ThirdPartyResourceList](docs/V1beta1ThirdPartyResourceList.md) + - [V1beta1TokenReview](docs/V1beta1TokenReview.md) + - [V1beta1TokenReviewSpec](docs/V1beta1TokenReviewSpec.md) + - [V1beta1TokenReviewStatus](docs/V1beta1TokenReviewStatus.md) + - [V1beta1UserInfo](docs/V1beta1UserInfo.md) + - [V2alpha1CronJob](docs/V2alpha1CronJob.md) + - [V2alpha1CronJobList](docs/V2alpha1CronJobList.md) + - [V2alpha1CronJobSpec](docs/V2alpha1CronJobSpec.md) + - [V2alpha1CronJobStatus](docs/V2alpha1CronJobStatus.md) + - [V2alpha1Job](docs/V2alpha1Job.md) + - [V2alpha1JobCondition](docs/V2alpha1JobCondition.md) + - [V2alpha1JobList](docs/V2alpha1JobList.md) + - [V2alpha1JobSpec](docs/V2alpha1JobSpec.md) + - [V2alpha1JobStatus](docs/V2alpha1JobStatus.md) + - [V2alpha1JobTemplateSpec](docs/V2alpha1JobTemplateSpec.md) + - [VersionInfo](docs/VersionInfo.md) + - [VersionedEvent](docs/VersionedEvent.md) + + +## Documentation For Authorization + + +## BearerToken + +- **Type**: API key +- **API key parameter name**: authorization +- **Location**: HTTP header + + +## Author + + diff --git a/README.prefix b/README.prefix new file mode 100644 index 0000000000..5b7a967dc5 --- /dev/null +++ b/README.prefix @@ -0,0 +1,58 @@ +# Kubernetes Python Client + +Python clients for talking to a [kubernetes](http://kubernetes.io/) cluster. + +## Example + +list all pods: + +```python +import k8sutil +import k8sclient +import os + +# Configs can be set in Configuration class directly or using helper utility +k8sutil.load_kube_config(os.environ["HOME"] + '/.kube/config') + +v1=k8sclient.CoreV1Api() +print("Listing pods with their IPs:") +ret = v1.list_pod_for_all_namespaces(watch=False) +for i in ret.items: + print("%s\t%s\t%s" % (i.status.pod_ip, i.metadata.namespace, i.metadata.name)) +``` + +watch on namespace object: + +```python +import k8sutil +import k8sclient +import os + + +# Configs can be set in Configuration class directly or using helper utility +k8sutil.load_kube_config(os.environ["HOME"] + '/.kube/config') + +v1 = k8sclient.CoreV1Api() +count = 10 +watch = k8sutil.Watch() +for event in watch.stream(v1.list_namespace, _request_timeout=60): + print("Event: %s %s" % (event['type'], event['object'].metadata.name)) + count -= 1 + if not count: + watch.stop() + +print("Ended.") +``` + +More examples can be found in [examples](examples/) folder. To run examples, run this command: + +```shell +python -m examples.example1 +``` + +(replace example1 with the example base filename) + + +# Generated client README + + diff --git a/docs/AppsApi.md b/docs/AppsApi.md index cfa55efd2e..76845cc3fa 100644 --- a/docs/AppsApi.md +++ b/docs/AppsApi.md @@ -4,11 +4,11 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**get_apps_api_group**](AppsApi.md#get_apps_api_group) | **GET** /apis/apps/ | +[**get_api_group**](AppsApi.md#get_api_group) | **GET** /apis/apps/ | -# **get_apps_api_group** -> UnversionedAPIGroup get_apps_api_group() +# **get_api_group** +> UnversionedAPIGroup get_api_group() @@ -31,10 +31,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.AppsApi() try: - api_response = api_instance.get_apps_api_group() + api_response = api_instance.get_api_group() pprint(api_response) except ApiException as e: - print("Exception when calling AppsApi->get_apps_api_group: %s\n" % e) + print("Exception when calling AppsApi->get_api_group: %s\n" % e) ``` ### Parameters diff --git a/docs/AppsV1alpha1Api.md b/docs/AppsV1beta1Api.md similarity index 73% rename from docs/AppsV1alpha1Api.md rename to docs/AppsV1beta1Api.md index 1019f4f767..73757f04f7 100644 --- a/docs/AppsV1alpha1Api.md +++ b/docs/AppsV1beta1Api.md @@ -1,28 +1,28 @@ -# k8sclient.AppsV1alpha1Api +# k8sclient.AppsV1beta1Api All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**create_apps_v1alpha1_namespaced_stateful_set**](AppsV1alpha1Api.md#create_apps_v1alpha1_namespaced_stateful_set) | **POST** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets | -[**delete_apps_v1alpha1_collection_namespaced_stateful_set**](AppsV1alpha1Api.md#delete_apps_v1alpha1_collection_namespaced_stateful_set) | **DELETE** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets | -[**delete_apps_v1alpha1_namespaced_stateful_set**](AppsV1alpha1Api.md#delete_apps_v1alpha1_namespaced_stateful_set) | **DELETE** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name} | -[**get_apps_v1alpha1_api_resources**](AppsV1alpha1Api.md#get_apps_v1alpha1_api_resources) | **GET** /apis/apps/v1alpha1/ | -[**list_apps_v1alpha1_namespaced_stateful_set**](AppsV1alpha1Api.md#list_apps_v1alpha1_namespaced_stateful_set) | **GET** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets | -[**list_apps_v1alpha1_stateful_set_for_all_namespaces**](AppsV1alpha1Api.md#list_apps_v1alpha1_stateful_set_for_all_namespaces) | **GET** /apis/apps/v1alpha1/statefulsets | -[**patch_apps_v1alpha1_namespaced_stateful_set**](AppsV1alpha1Api.md#patch_apps_v1alpha1_namespaced_stateful_set) | **PATCH** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name} | -[**patch_apps_v1alpha1_namespaced_stateful_set_status**](AppsV1alpha1Api.md#patch_apps_v1alpha1_namespaced_stateful_set_status) | **PATCH** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name}/status | -[**read_apps_v1alpha1_namespaced_stateful_set**](AppsV1alpha1Api.md#read_apps_v1alpha1_namespaced_stateful_set) | **GET** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name} | -[**read_apps_v1alpha1_namespaced_stateful_set_status**](AppsV1alpha1Api.md#read_apps_v1alpha1_namespaced_stateful_set_status) | **GET** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name}/status | -[**replace_apps_v1alpha1_namespaced_stateful_set**](AppsV1alpha1Api.md#replace_apps_v1alpha1_namespaced_stateful_set) | **PUT** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name} | -[**replace_apps_v1alpha1_namespaced_stateful_set_status**](AppsV1alpha1Api.md#replace_apps_v1alpha1_namespaced_stateful_set_status) | **PUT** /apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name}/status | -[**watch_apps_v1alpha1_namespaced_stateful_set**](AppsV1alpha1Api.md#watch_apps_v1alpha1_namespaced_stateful_set) | **GET** /apis/apps/v1alpha1/watch/namespaces/{namespace}/statefulsets/{name} | -[**watch_apps_v1alpha1_namespaced_stateful_set_list**](AppsV1alpha1Api.md#watch_apps_v1alpha1_namespaced_stateful_set_list) | **GET** /apis/apps/v1alpha1/watch/namespaces/{namespace}/statefulsets | -[**watch_apps_v1alpha1_stateful_set_list_for_all_namespaces**](AppsV1alpha1Api.md#watch_apps_v1alpha1_stateful_set_list_for_all_namespaces) | **GET** /apis/apps/v1alpha1/watch/statefulsets | +[**create_namespaced_stateful_set**](AppsV1beta1Api.md#create_namespaced_stateful_set) | **POST** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets | +[**delete_collection_namespaced_stateful_set**](AppsV1beta1Api.md#delete_collection_namespaced_stateful_set) | **DELETE** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets | +[**delete_namespaced_stateful_set**](AppsV1beta1Api.md#delete_namespaced_stateful_set) | **DELETE** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name} | +[**get_api_resources**](AppsV1beta1Api.md#get_api_resources) | **GET** /apis/apps/v1beta1/ | +[**list_namespaced_stateful_set**](AppsV1beta1Api.md#list_namespaced_stateful_set) | **GET** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets | +[**list_stateful_set_for_all_namespaces**](AppsV1beta1Api.md#list_stateful_set_for_all_namespaces) | **GET** /apis/apps/v1beta1/statefulsets | +[**patch_namespaced_stateful_set**](AppsV1beta1Api.md#patch_namespaced_stateful_set) | **PATCH** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name} | +[**patch_namespaced_stateful_set_status**](AppsV1beta1Api.md#patch_namespaced_stateful_set_status) | **PATCH** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status | +[**read_namespaced_stateful_set**](AppsV1beta1Api.md#read_namespaced_stateful_set) | **GET** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name} | +[**read_namespaced_stateful_set_status**](AppsV1beta1Api.md#read_namespaced_stateful_set_status) | **GET** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status | +[**replace_namespaced_stateful_set**](AppsV1beta1Api.md#replace_namespaced_stateful_set) | **PUT** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name} | +[**replace_namespaced_stateful_set_status**](AppsV1beta1Api.md#replace_namespaced_stateful_set_status) | **PUT** /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status | +[**watch_namespaced_stateful_set**](AppsV1beta1Api.md#watch_namespaced_stateful_set) | **GET** /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets/{name} | +[**watch_namespaced_stateful_set_list**](AppsV1beta1Api.md#watch_namespaced_stateful_set_list) | **GET** /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets | +[**watch_stateful_set_list_for_all_namespaces**](AppsV1beta1Api.md#watch_stateful_set_list_for_all_namespaces) | **GET** /apis/apps/v1beta1/watch/statefulsets | -# **create_apps_v1alpha1_namespaced_stateful_set** -> V1alpha1StatefulSet create_apps_v1alpha1_namespaced_stateful_set(namespace, body, pretty=pretty) +# **create_namespaced_stateful_set** +> V1beta1StatefulSet create_namespaced_stateful_set(namespace, body, pretty=pretty) @@ -42,16 +42,16 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1alpha1Api() +api_instance = k8sclient.AppsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1alpha1StatefulSet() # V1alpha1StatefulSet | +body = k8sclient.V1beta1StatefulSet() # V1beta1StatefulSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_apps_v1alpha1_namespaced_stateful_set(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_stateful_set(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AppsV1alpha1Api->create_apps_v1alpha1_namespaced_stateful_set: %s\n" % e) + print("Exception when calling AppsV1beta1Api->create_namespaced_stateful_set: %s\n" % e) ``` ### Parameters @@ -59,12 +59,12 @@ except ApiException as e: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **namespace** | **str**| object name and auth scope, such as for teams and projects | - **body** | [**V1alpha1StatefulSet**](V1alpha1StatefulSet.md)| | + **body** | [**V1beta1StatefulSet**](V1beta1StatefulSet.md)| | **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] ### Return type -[**V1alpha1StatefulSet**](V1alpha1StatefulSet.md) +[**V1beta1StatefulSet**](V1beta1StatefulSet.md) ### Authorization @@ -77,8 +77,8 @@ 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) -# **delete_apps_v1alpha1_collection_namespaced_stateful_set** -> UnversionedStatus delete_apps_v1alpha1_collection_namespaced_stateful_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_stateful_set** +> UnversionedStatus delete_collection_namespaced_stateful_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -98,7 +98,7 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1alpha1Api() +api_instance = k8sclient.AppsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -108,10 +108,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_apps_v1alpha1_collection_namespaced_stateful_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_stateful_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling AppsV1alpha1Api->delete_apps_v1alpha1_collection_namespaced_stateful_set: %s\n" % e) + print("Exception when calling AppsV1beta1Api->delete_collection_namespaced_stateful_set: %s\n" % e) ``` ### Parameters @@ -141,8 +141,8 @@ 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) -# **delete_apps_v1alpha1_namespaced_stateful_set** -> UnversionedStatus delete_apps_v1alpha1_namespaced_stateful_set(name, namespace, body, pretty=pretty) +# **delete_namespaced_stateful_set** +> UnversionedStatus delete_namespaced_stateful_set(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -162,17 +162,19 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1alpha1Api() +api_instance = k8sclient.AppsV1beta1Api() name = 'name_example' # str | name of the StatefulSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_apps_v1alpha1_namespaced_stateful_set(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_stateful_set(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling AppsV1alpha1Api->delete_apps_v1alpha1_namespaced_stateful_set: %s\n" % e) + print("Exception when calling AppsV1beta1Api->delete_namespaced_stateful_set: %s\n" % e) ``` ### Parameters @@ -183,6 +185,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -199,8 +203,8 @@ 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) -# **get_apps_v1alpha1_api_resources** -> UnversionedAPIResourceList get_apps_v1alpha1_api_resources() +# **get_api_resources** +> UnversionedAPIResourceList get_api_resources() @@ -220,13 +224,13 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1alpha1Api() +api_instance = k8sclient.AppsV1beta1Api() try: - api_response = api_instance.get_apps_v1alpha1_api_resources() + api_response = api_instance.get_api_resources() pprint(api_response) except ApiException as e: - print("Exception when calling AppsV1alpha1Api->get_apps_v1alpha1_api_resources: %s\n" % e) + print("Exception when calling AppsV1beta1Api->get_api_resources: %s\n" % e) ``` ### Parameters @@ -247,8 +251,8 @@ This endpoint does not need any parameter. [[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_apps_v1alpha1_namespaced_stateful_set** -> V1alpha1StatefulSetList list_apps_v1alpha1_namespaced_stateful_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_stateful_set** +> V1beta1StatefulSetList list_namespaced_stateful_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -268,7 +272,7 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1alpha1Api() +api_instance = k8sclient.AppsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -278,10 +282,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_apps_v1alpha1_namespaced_stateful_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_stateful_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling AppsV1alpha1Api->list_apps_v1alpha1_namespaced_stateful_set: %s\n" % e) + print("Exception when calling AppsV1beta1Api->list_namespaced_stateful_set: %s\n" % e) ``` ### Parameters @@ -298,7 +302,7 @@ Name | Type | Description | Notes ### Return type -[**V1alpha1StatefulSetList**](V1alpha1StatefulSetList.md) +[**V1beta1StatefulSetList**](V1beta1StatefulSetList.md) ### Authorization @@ -311,8 +315,8 @@ 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) -# **list_apps_v1alpha1_stateful_set_for_all_namespaces** -> V1alpha1StatefulSetList list_apps_v1alpha1_stateful_set_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_stateful_set_for_all_namespaces** +> V1beta1StatefulSetList list_stateful_set_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -332,7 +336,7 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1alpha1Api() +api_instance = k8sclient.AppsV1beta1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -341,10 +345,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_apps_v1alpha1_stateful_set_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_stateful_set_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling AppsV1alpha1Api->list_apps_v1alpha1_stateful_set_for_all_namespaces: %s\n" % e) + print("Exception when calling AppsV1beta1Api->list_stateful_set_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -360,7 +364,7 @@ Name | Type | Description | Notes ### Return type -[**V1alpha1StatefulSetList**](V1alpha1StatefulSetList.md) +[**V1beta1StatefulSetList**](V1beta1StatefulSetList.md) ### Authorization @@ -373,8 +377,8 @@ 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_apps_v1alpha1_namespaced_stateful_set** -> V1alpha1StatefulSet patch_apps_v1alpha1_namespaced_stateful_set(name, namespace, body, pretty=pretty) +# **patch_namespaced_stateful_set** +> V1beta1StatefulSet patch_namespaced_stateful_set(name, namespace, body, pretty=pretty) @@ -394,17 +398,17 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1alpha1Api() +api_instance = k8sclient.AppsV1beta1Api() name = 'name_example' # str | name of the StatefulSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_apps_v1alpha1_namespaced_stateful_set(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_stateful_set(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AppsV1alpha1Api->patch_apps_v1alpha1_namespaced_stateful_set: %s\n" % e) + print("Exception when calling AppsV1beta1Api->patch_namespaced_stateful_set: %s\n" % e) ``` ### Parameters @@ -418,7 +422,7 @@ Name | Type | Description | Notes ### Return type -[**V1alpha1StatefulSet**](V1alpha1StatefulSet.md) +[**V1beta1StatefulSet**](V1beta1StatefulSet.md) ### Authorization @@ -431,8 +435,8 @@ 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_apps_v1alpha1_namespaced_stateful_set_status** -> V1alpha1StatefulSet patch_apps_v1alpha1_namespaced_stateful_set_status(name, namespace, body, pretty=pretty) +# **patch_namespaced_stateful_set_status** +> V1beta1StatefulSet patch_namespaced_stateful_set_status(name, namespace, body, pretty=pretty) @@ -452,17 +456,17 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1alpha1Api() +api_instance = k8sclient.AppsV1beta1Api() name = 'name_example' # str | name of the StatefulSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_apps_v1alpha1_namespaced_stateful_set_status(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_stateful_set_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AppsV1alpha1Api->patch_apps_v1alpha1_namespaced_stateful_set_status: %s\n" % e) + print("Exception when calling AppsV1beta1Api->patch_namespaced_stateful_set_status: %s\n" % e) ``` ### Parameters @@ -476,7 +480,7 @@ Name | Type | Description | Notes ### Return type -[**V1alpha1StatefulSet**](V1alpha1StatefulSet.md) +[**V1beta1StatefulSet**](V1beta1StatefulSet.md) ### Authorization @@ -489,8 +493,8 @@ 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_apps_v1alpha1_namespaced_stateful_set** -> V1alpha1StatefulSet read_apps_v1alpha1_namespaced_stateful_set(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_stateful_set** +> V1beta1StatefulSet read_namespaced_stateful_set(name, namespace, pretty=pretty, exact=exact, export=export) @@ -510,7 +514,7 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1alpha1Api() +api_instance = k8sclient.AppsV1beta1Api() name = 'name_example' # str | name of the StatefulSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -518,10 +522,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_apps_v1alpha1_namespaced_stateful_set(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_stateful_set(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling AppsV1alpha1Api->read_apps_v1alpha1_namespaced_stateful_set: %s\n" % e) + print("Exception when calling AppsV1beta1Api->read_namespaced_stateful_set: %s\n" % e) ``` ### Parameters @@ -536,7 +540,7 @@ Name | Type | Description | Notes ### Return type -[**V1alpha1StatefulSet**](V1alpha1StatefulSet.md) +[**V1beta1StatefulSet**](V1beta1StatefulSet.md) ### Authorization @@ -549,8 +553,8 @@ 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_apps_v1alpha1_namespaced_stateful_set_status** -> V1alpha1StatefulSet read_apps_v1alpha1_namespaced_stateful_set_status(name, namespace, pretty=pretty) +# **read_namespaced_stateful_set_status** +> V1beta1StatefulSet read_namespaced_stateful_set_status(name, namespace, pretty=pretty) @@ -570,16 +574,16 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1alpha1Api() +api_instance = k8sclient.AppsV1beta1Api() name = 'name_example' # str | name of the StatefulSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_apps_v1alpha1_namespaced_stateful_set_status(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_stateful_set_status(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AppsV1alpha1Api->read_apps_v1alpha1_namespaced_stateful_set_status: %s\n" % e) + print("Exception when calling AppsV1beta1Api->read_namespaced_stateful_set_status: %s\n" % e) ``` ### Parameters @@ -592,7 +596,7 @@ Name | Type | Description | Notes ### Return type -[**V1alpha1StatefulSet**](V1alpha1StatefulSet.md) +[**V1beta1StatefulSet**](V1beta1StatefulSet.md) ### Authorization @@ -605,8 +609,8 @@ 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) -# **replace_apps_v1alpha1_namespaced_stateful_set** -> V1alpha1StatefulSet replace_apps_v1alpha1_namespaced_stateful_set(name, namespace, body, pretty=pretty) +# **replace_namespaced_stateful_set** +> V1beta1StatefulSet replace_namespaced_stateful_set(name, namespace, body, pretty=pretty) @@ -626,17 +630,17 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1alpha1Api() +api_instance = k8sclient.AppsV1beta1Api() name = 'name_example' # str | name of the StatefulSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1alpha1StatefulSet() # V1alpha1StatefulSet | +body = k8sclient.V1beta1StatefulSet() # V1beta1StatefulSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_apps_v1alpha1_namespaced_stateful_set(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_stateful_set(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AppsV1alpha1Api->replace_apps_v1alpha1_namespaced_stateful_set: %s\n" % e) + print("Exception when calling AppsV1beta1Api->replace_namespaced_stateful_set: %s\n" % e) ``` ### Parameters @@ -645,12 +649,12 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **name** | **str**| name of the StatefulSet | **namespace** | **str**| object name and auth scope, such as for teams and projects | - **body** | [**V1alpha1StatefulSet**](V1alpha1StatefulSet.md)| | + **body** | [**V1beta1StatefulSet**](V1beta1StatefulSet.md)| | **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] ### Return type -[**V1alpha1StatefulSet**](V1alpha1StatefulSet.md) +[**V1beta1StatefulSet**](V1beta1StatefulSet.md) ### Authorization @@ -663,8 +667,8 @@ 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) -# **replace_apps_v1alpha1_namespaced_stateful_set_status** -> V1alpha1StatefulSet replace_apps_v1alpha1_namespaced_stateful_set_status(name, namespace, body, pretty=pretty) +# **replace_namespaced_stateful_set_status** +> V1beta1StatefulSet replace_namespaced_stateful_set_status(name, namespace, body, pretty=pretty) @@ -684,17 +688,17 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1alpha1Api() +api_instance = k8sclient.AppsV1beta1Api() name = 'name_example' # str | name of the StatefulSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1alpha1StatefulSet() # V1alpha1StatefulSet | +body = k8sclient.V1beta1StatefulSet() # V1beta1StatefulSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_apps_v1alpha1_namespaced_stateful_set_status(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_stateful_set_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AppsV1alpha1Api->replace_apps_v1alpha1_namespaced_stateful_set_status: %s\n" % e) + print("Exception when calling AppsV1beta1Api->replace_namespaced_stateful_set_status: %s\n" % e) ``` ### Parameters @@ -703,12 +707,12 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **name** | **str**| name of the StatefulSet | **namespace** | **str**| object name and auth scope, such as for teams and projects | - **body** | [**V1alpha1StatefulSet**](V1alpha1StatefulSet.md)| | + **body** | [**V1beta1StatefulSet**](V1beta1StatefulSet.md)| | **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] ### Return type -[**V1alpha1StatefulSet**](V1alpha1StatefulSet.md) +[**V1beta1StatefulSet**](V1beta1StatefulSet.md) ### Authorization @@ -721,8 +725,8 @@ 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) -# **watch_apps_v1alpha1_namespaced_stateful_set** -> VersionedEvent watch_apps_v1alpha1_namespaced_stateful_set(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_stateful_set** +> VersionedEvent watch_namespaced_stateful_set(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -742,7 +746,7 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1alpha1Api() +api_instance = k8sclient.AppsV1beta1Api() name = 'name_example' # str | name of the StatefulSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -753,10 +757,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_apps_v1alpha1_namespaced_stateful_set(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_stateful_set(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling AppsV1alpha1Api->watch_apps_v1alpha1_namespaced_stateful_set: %s\n" % e) + print("Exception when calling AppsV1beta1Api->watch_namespaced_stateful_set: %s\n" % e) ``` ### Parameters @@ -787,8 +791,8 @@ 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) -# **watch_apps_v1alpha1_namespaced_stateful_set_list** -> VersionedEvent watch_apps_v1alpha1_namespaced_stateful_set_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_stateful_set_list** +> VersionedEvent watch_namespaced_stateful_set_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -808,7 +812,7 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1alpha1Api() +api_instance = k8sclient.AppsV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -818,10 +822,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_apps_v1alpha1_namespaced_stateful_set_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_stateful_set_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling AppsV1alpha1Api->watch_apps_v1alpha1_namespaced_stateful_set_list: %s\n" % e) + print("Exception when calling AppsV1beta1Api->watch_namespaced_stateful_set_list: %s\n" % e) ``` ### Parameters @@ -851,8 +855,8 @@ 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) -# **watch_apps_v1alpha1_stateful_set_list_for_all_namespaces** -> VersionedEvent watch_apps_v1alpha1_stateful_set_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_stateful_set_list_for_all_namespaces** +> VersionedEvent watch_stateful_set_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -872,7 +876,7 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.AppsV1alpha1Api() +api_instance = k8sclient.AppsV1beta1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -881,10 +885,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_apps_v1alpha1_stateful_set_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_stateful_set_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling AppsV1alpha1Api->watch_apps_v1alpha1_stateful_set_list_for_all_namespaces: %s\n" % e) + print("Exception when calling AppsV1beta1Api->watch_stateful_set_list_for_all_namespaces: %s\n" % e) ``` ### Parameters diff --git a/docs/AuthenticationApi.md b/docs/AuthenticationApi.md index 737a30f6a8..492cb9311b 100644 --- a/docs/AuthenticationApi.md +++ b/docs/AuthenticationApi.md @@ -4,11 +4,11 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**get_authentication_api_group**](AuthenticationApi.md#get_authentication_api_group) | **GET** /apis/authentication.k8s.io/ | +[**get_api_group**](AuthenticationApi.md#get_api_group) | **GET** /apis/authentication.k8s.io/ | -# **get_authentication_api_group** -> UnversionedAPIGroup get_authentication_api_group() +# **get_api_group** +> UnversionedAPIGroup get_api_group() @@ -31,10 +31,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.AuthenticationApi() try: - api_response = api_instance.get_authentication_api_group() + api_response = api_instance.get_api_group() pprint(api_response) except ApiException as e: - print("Exception when calling AuthenticationApi->get_authentication_api_group: %s\n" % e) + print("Exception when calling AuthenticationApi->get_api_group: %s\n" % e) ``` ### Parameters diff --git a/docs/AuthenticationV1beta1Api.md b/docs/AuthenticationV1beta1Api.md index a660a88013..763a9dcb2f 100644 --- a/docs/AuthenticationV1beta1Api.md +++ b/docs/AuthenticationV1beta1Api.md @@ -4,12 +4,12 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**create_authentication_v1beta1_token_review**](AuthenticationV1beta1Api.md#create_authentication_v1beta1_token_review) | **POST** /apis/authentication.k8s.io/v1beta1/tokenreviews | -[**get_authentication_v1beta1_api_resources**](AuthenticationV1beta1Api.md#get_authentication_v1beta1_api_resources) | **GET** /apis/authentication.k8s.io/v1beta1/ | +[**create_token_review**](AuthenticationV1beta1Api.md#create_token_review) | **POST** /apis/authentication.k8s.io/v1beta1/tokenreviews | +[**get_api_resources**](AuthenticationV1beta1Api.md#get_api_resources) | **GET** /apis/authentication.k8s.io/v1beta1/ | -# **create_authentication_v1beta1_token_review** -> V1beta1TokenReview create_authentication_v1beta1_token_review(body, pretty=pretty) +# **create_token_review** +> V1beta1TokenReview create_token_review(body, pretty=pretty) @@ -34,10 +34,10 @@ body = k8sclient.V1beta1TokenReview() # V1beta1TokenReview | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_authentication_v1beta1_token_review(body, pretty=pretty) + api_response = api_instance.create_token_review(body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AuthenticationV1beta1Api->create_authentication_v1beta1_token_review: %s\n" % e) + print("Exception when calling AuthenticationV1beta1Api->create_token_review: %s\n" % e) ``` ### Parameters @@ -62,8 +62,8 @@ 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) -# **get_authentication_v1beta1_api_resources** -> UnversionedAPIResourceList get_authentication_v1beta1_api_resources() +# **get_api_resources** +> UnversionedAPIResourceList get_api_resources() @@ -86,10 +86,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.AuthenticationV1beta1Api() try: - api_response = api_instance.get_authentication_v1beta1_api_resources() + api_response = api_instance.get_api_resources() pprint(api_response) except ApiException as e: - print("Exception when calling AuthenticationV1beta1Api->get_authentication_v1beta1_api_resources: %s\n" % e) + print("Exception when calling AuthenticationV1beta1Api->get_api_resources: %s\n" % e) ``` ### Parameters diff --git a/docs/AuthorizationApi.md b/docs/AuthorizationApi.md index f7c619f74d..ba496859ae 100644 --- a/docs/AuthorizationApi.md +++ b/docs/AuthorizationApi.md @@ -4,11 +4,11 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**get_authorization_api_group**](AuthorizationApi.md#get_authorization_api_group) | **GET** /apis/authorization.k8s.io/ | +[**get_api_group**](AuthorizationApi.md#get_api_group) | **GET** /apis/authorization.k8s.io/ | -# **get_authorization_api_group** -> UnversionedAPIGroup get_authorization_api_group() +# **get_api_group** +> UnversionedAPIGroup get_api_group() @@ -31,10 +31,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.AuthorizationApi() try: - api_response = api_instance.get_authorization_api_group() + api_response = api_instance.get_api_group() pprint(api_response) except ApiException as e: - print("Exception when calling AuthorizationApi->get_authorization_api_group: %s\n" % e) + print("Exception when calling AuthorizationApi->get_api_group: %s\n" % e) ``` ### Parameters diff --git a/docs/AuthorizationV1beta1Api.md b/docs/AuthorizationV1beta1Api.md index 217653c178..ffa8d1c8d1 100644 --- a/docs/AuthorizationV1beta1Api.md +++ b/docs/AuthorizationV1beta1Api.md @@ -4,14 +4,14 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**create_authorization_v1beta1_namespaced_local_subject_access_review**](AuthorizationV1beta1Api.md#create_authorization_v1beta1_namespaced_local_subject_access_review) | **POST** /apis/authorization.k8s.io/v1beta1/namespaces/{namespace}/localsubjectaccessreviews | -[**create_authorization_v1beta1_self_subject_access_review**](AuthorizationV1beta1Api.md#create_authorization_v1beta1_self_subject_access_review) | **POST** /apis/authorization.k8s.io/v1beta1/selfsubjectaccessreviews | -[**create_authorization_v1beta1_subject_access_review**](AuthorizationV1beta1Api.md#create_authorization_v1beta1_subject_access_review) | **POST** /apis/authorization.k8s.io/v1beta1/subjectaccessreviews | -[**get_authorization_v1beta1_api_resources**](AuthorizationV1beta1Api.md#get_authorization_v1beta1_api_resources) | **GET** /apis/authorization.k8s.io/v1beta1/ | +[**create_namespaced_local_subject_access_review**](AuthorizationV1beta1Api.md#create_namespaced_local_subject_access_review) | **POST** /apis/authorization.k8s.io/v1beta1/namespaces/{namespace}/localsubjectaccessreviews | +[**create_self_subject_access_review**](AuthorizationV1beta1Api.md#create_self_subject_access_review) | **POST** /apis/authorization.k8s.io/v1beta1/selfsubjectaccessreviews | +[**create_subject_access_review**](AuthorizationV1beta1Api.md#create_subject_access_review) | **POST** /apis/authorization.k8s.io/v1beta1/subjectaccessreviews | +[**get_api_resources**](AuthorizationV1beta1Api.md#get_api_resources) | **GET** /apis/authorization.k8s.io/v1beta1/ | -# **create_authorization_v1beta1_namespaced_local_subject_access_review** -> V1beta1LocalSubjectAccessReview create_authorization_v1beta1_namespaced_local_subject_access_review(body, namespace, pretty=pretty) +# **create_namespaced_local_subject_access_review** +> V1beta1LocalSubjectAccessReview create_namespaced_local_subject_access_review(body, namespace, pretty=pretty) @@ -37,10 +37,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_authorization_v1beta1_namespaced_local_subject_access_review(body, namespace, pretty=pretty) + api_response = api_instance.create_namespaced_local_subject_access_review(body, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AuthorizationV1beta1Api->create_authorization_v1beta1_namespaced_local_subject_access_review: %s\n" % e) + print("Exception when calling AuthorizationV1beta1Api->create_namespaced_local_subject_access_review: %s\n" % e) ``` ### Parameters @@ -66,8 +66,8 @@ 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) -# **create_authorization_v1beta1_self_subject_access_review** -> V1beta1SelfSubjectAccessReview create_authorization_v1beta1_self_subject_access_review(body, pretty=pretty) +# **create_self_subject_access_review** +> V1beta1SelfSubjectAccessReview create_self_subject_access_review(body, pretty=pretty) @@ -92,10 +92,10 @@ body = k8sclient.V1beta1SelfSubjectAccessReview() # V1beta1SelfSubjectAccessRevi pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_authorization_v1beta1_self_subject_access_review(body, pretty=pretty) + api_response = api_instance.create_self_subject_access_review(body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AuthorizationV1beta1Api->create_authorization_v1beta1_self_subject_access_review: %s\n" % e) + print("Exception when calling AuthorizationV1beta1Api->create_self_subject_access_review: %s\n" % e) ``` ### Parameters @@ -120,8 +120,8 @@ 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) -# **create_authorization_v1beta1_subject_access_review** -> V1beta1SubjectAccessReview create_authorization_v1beta1_subject_access_review(body, pretty=pretty) +# **create_subject_access_review** +> V1beta1SubjectAccessReview create_subject_access_review(body, pretty=pretty) @@ -146,10 +146,10 @@ body = k8sclient.V1beta1SubjectAccessReview() # V1beta1SubjectAccessReview | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_authorization_v1beta1_subject_access_review(body, pretty=pretty) + api_response = api_instance.create_subject_access_review(body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AuthorizationV1beta1Api->create_authorization_v1beta1_subject_access_review: %s\n" % e) + print("Exception when calling AuthorizationV1beta1Api->create_subject_access_review: %s\n" % e) ``` ### Parameters @@ -174,8 +174,8 @@ 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) -# **get_authorization_v1beta1_api_resources** -> UnversionedAPIResourceList get_authorization_v1beta1_api_resources() +# **get_api_resources** +> UnversionedAPIResourceList get_api_resources() @@ -198,10 +198,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.AuthorizationV1beta1Api() try: - api_response = api_instance.get_authorization_v1beta1_api_resources() + api_response = api_instance.get_api_resources() pprint(api_response) except ApiException as e: - print("Exception when calling AuthorizationV1beta1Api->get_authorization_v1beta1_api_resources: %s\n" % e) + print("Exception when calling AuthorizationV1beta1Api->get_api_resources: %s\n" % e) ``` ### Parameters diff --git a/docs/AutoscalingApi.md b/docs/AutoscalingApi.md index b607954c93..b79f89d44b 100644 --- a/docs/AutoscalingApi.md +++ b/docs/AutoscalingApi.md @@ -4,11 +4,11 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**get_autoscaling_api_group**](AutoscalingApi.md#get_autoscaling_api_group) | **GET** /apis/autoscaling/ | +[**get_api_group**](AutoscalingApi.md#get_api_group) | **GET** /apis/autoscaling/ | -# **get_autoscaling_api_group** -> UnversionedAPIGroup get_autoscaling_api_group() +# **get_api_group** +> UnversionedAPIGroup get_api_group() @@ -31,10 +31,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.AutoscalingApi() try: - api_response = api_instance.get_autoscaling_api_group() + api_response = api_instance.get_api_group() pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingApi->get_autoscaling_api_group: %s\n" % e) + print("Exception when calling AutoscalingApi->get_api_group: %s\n" % e) ``` ### Parameters diff --git a/docs/AutoscalingV1Api.md b/docs/AutoscalingV1Api.md index 60876a3d9e..27be64c0bf 100644 --- a/docs/AutoscalingV1Api.md +++ b/docs/AutoscalingV1Api.md @@ -4,25 +4,25 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**create_autoscaling_v1_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#create_autoscaling_v1_namespaced_horizontal_pod_autoscaler) | **POST** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers | -[**delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers | -[**delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -[**get_autoscaling_v1_api_resources**](AutoscalingV1Api.md#get_autoscaling_v1_api_resources) | **GET** /apis/autoscaling/v1/ | -[**list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces**](AutoscalingV1Api.md#list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces) | **GET** /apis/autoscaling/v1/horizontalpodautoscalers | -[**list_autoscaling_v1_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#list_autoscaling_v1_namespaced_horizontal_pod_autoscaler) | **GET** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers | -[**patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler) | **PATCH** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -[**patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status**](AutoscalingV1Api.md#patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status) | **PATCH** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | -[**read_autoscaling_v1_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#read_autoscaling_v1_namespaced_horizontal_pod_autoscaler) | **GET** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -[**read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status**](AutoscalingV1Api.md#read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status) | **GET** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | -[**replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler) | **PUT** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -[**replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status**](AutoscalingV1Api.md#replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status) | **PUT** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | -[**watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces**](AutoscalingV1Api.md#watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces) | **GET** /apis/autoscaling/v1/watch/horizontalpodautoscalers | -[**watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler) | **GET** /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name} | -[**watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list**](AutoscalingV1Api.md#watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list) | **GET** /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers | +[**create_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#create_namespaced_horizontal_pod_autoscaler) | **POST** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers | +[**delete_collection_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#delete_collection_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers | +[**delete_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#delete_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +[**get_api_resources**](AutoscalingV1Api.md#get_api_resources) | **GET** /apis/autoscaling/v1/ | +[**list_horizontal_pod_autoscaler_for_all_namespaces**](AutoscalingV1Api.md#list_horizontal_pod_autoscaler_for_all_namespaces) | **GET** /apis/autoscaling/v1/horizontalpodautoscalers | +[**list_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#list_namespaced_horizontal_pod_autoscaler) | **GET** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers | +[**patch_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#patch_namespaced_horizontal_pod_autoscaler) | **PATCH** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +[**patch_namespaced_horizontal_pod_autoscaler_status**](AutoscalingV1Api.md#patch_namespaced_horizontal_pod_autoscaler_status) | **PATCH** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +[**read_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#read_namespaced_horizontal_pod_autoscaler) | **GET** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +[**read_namespaced_horizontal_pod_autoscaler_status**](AutoscalingV1Api.md#read_namespaced_horizontal_pod_autoscaler_status) | **GET** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +[**replace_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#replace_namespaced_horizontal_pod_autoscaler) | **PUT** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +[**replace_namespaced_horizontal_pod_autoscaler_status**](AutoscalingV1Api.md#replace_namespaced_horizontal_pod_autoscaler_status) | **PUT** /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +[**watch_horizontal_pod_autoscaler_list_for_all_namespaces**](AutoscalingV1Api.md#watch_horizontal_pod_autoscaler_list_for_all_namespaces) | **GET** /apis/autoscaling/v1/watch/horizontalpodautoscalers | +[**watch_namespaced_horizontal_pod_autoscaler**](AutoscalingV1Api.md#watch_namespaced_horizontal_pod_autoscaler) | **GET** /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name} | +[**watch_namespaced_horizontal_pod_autoscaler_list**](AutoscalingV1Api.md#watch_namespaced_horizontal_pod_autoscaler_list) | **GET** /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers | -# **create_autoscaling_v1_namespaced_horizontal_pod_autoscaler** -> V1HorizontalPodAutoscaler create_autoscaling_v1_namespaced_horizontal_pod_autoscaler(namespace, body, pretty=pretty) +# **create_namespaced_horizontal_pod_autoscaler** +> V1HorizontalPodAutoscaler create_namespaced_horizontal_pod_autoscaler(namespace, body, pretty=pretty) @@ -48,10 +48,10 @@ body = k8sclient.V1HorizontalPodAutoscaler() # V1HorizontalPodAutoscaler | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_autoscaling_v1_namespaced_horizontal_pod_autoscaler(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_horizontal_pod_autoscaler(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingV1Api->create_autoscaling_v1_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling AutoscalingV1Api->create_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -77,8 +77,8 @@ 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) -# **delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler** -> UnversionedStatus delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_horizontal_pod_autoscaler** +> UnversionedStatus delete_collection_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -108,10 +108,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingV1Api->delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling AutoscalingV1Api->delete_collection_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -141,8 +141,8 @@ 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) -# **delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler** -> UnversionedStatus delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) +# **delete_namespaced_horizontal_pod_autoscaler** +> UnversionedStatus delete_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -167,12 +167,14 @@ name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingV1Api->delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling AutoscalingV1Api->delete_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -183,6 +185,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -199,8 +203,8 @@ 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) -# **get_autoscaling_v1_api_resources** -> UnversionedAPIResourceList get_autoscaling_v1_api_resources() +# **get_api_resources** +> UnversionedAPIResourceList get_api_resources() @@ -223,10 +227,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.AutoscalingV1Api() try: - api_response = api_instance.get_autoscaling_v1_api_resources() + api_response = api_instance.get_api_resources() pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingV1Api->get_autoscaling_v1_api_resources: %s\n" % e) + print("Exception when calling AutoscalingV1Api->get_api_resources: %s\n" % e) ``` ### Parameters @@ -247,8 +251,8 @@ This endpoint does not need any parameter. [[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_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces** -> V1HorizontalPodAutoscalerList list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_horizontal_pod_autoscaler_for_all_namespaces** +> V1HorizontalPodAutoscalerList list_horizontal_pod_autoscaler_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -277,10 +281,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_horizontal_pod_autoscaler_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingV1Api->list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces: %s\n" % e) + print("Exception when calling AutoscalingV1Api->list_horizontal_pod_autoscaler_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -309,8 +313,8 @@ 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) -# **list_autoscaling_v1_namespaced_horizontal_pod_autoscaler** -> V1HorizontalPodAutoscalerList list_autoscaling_v1_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_horizontal_pod_autoscaler** +> V1HorizontalPodAutoscalerList list_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -340,10 +344,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_autoscaling_v1_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingV1Api->list_autoscaling_v1_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling AutoscalingV1Api->list_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -373,8 +377,8 @@ 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler** -> V1HorizontalPodAutoscaler patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) +# **patch_namespaced_horizontal_pod_autoscaler** +> V1HorizontalPodAutoscaler patch_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) @@ -401,10 +405,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingV1Api->patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling AutoscalingV1Api->patch_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -431,8 +435,8 @@ 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status** -> V1HorizontalPodAutoscaler patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) +# **patch_namespaced_horizontal_pod_autoscaler_status** +> V1HorizontalPodAutoscaler patch_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) @@ -459,10 +463,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingV1Api->patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status: %s\n" % e) + print("Exception when calling AutoscalingV1Api->patch_namespaced_horizontal_pod_autoscaler_status: %s\n" % e) ``` ### Parameters @@ -489,8 +493,8 @@ 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler** -> V1HorizontalPodAutoscaler read_autoscaling_v1_namespaced_horizontal_pod_autoscaler(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_horizontal_pod_autoscaler** +> V1HorizontalPodAutoscaler read_namespaced_horizontal_pod_autoscaler(name, namespace, pretty=pretty, exact=exact, export=export) @@ -518,10 +522,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_autoscaling_v1_namespaced_horizontal_pod_autoscaler(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_horizontal_pod_autoscaler(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingV1Api->read_autoscaling_v1_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling AutoscalingV1Api->read_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -549,8 +553,8 @@ 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status** -> V1HorizontalPodAutoscaler read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(name, namespace, pretty=pretty) +# **read_namespaced_horizontal_pod_autoscaler_status** +> V1HorizontalPodAutoscaler read_namespaced_horizontal_pod_autoscaler_status(name, namespace, pretty=pretty) @@ -576,10 +580,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_horizontal_pod_autoscaler_status(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingV1Api->read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status: %s\n" % e) + print("Exception when calling AutoscalingV1Api->read_namespaced_horizontal_pod_autoscaler_status: %s\n" % e) ``` ### Parameters @@ -605,8 +609,8 @@ 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) -# **replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler** -> V1HorizontalPodAutoscaler replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) +# **replace_namespaced_horizontal_pod_autoscaler** +> V1HorizontalPodAutoscaler replace_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) @@ -633,10 +637,10 @@ body = k8sclient.V1HorizontalPodAutoscaler() # V1HorizontalPodAutoscaler | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingV1Api->replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling AutoscalingV1Api->replace_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -663,8 +667,8 @@ 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) -# **replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status** -> V1HorizontalPodAutoscaler replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) +# **replace_namespaced_horizontal_pod_autoscaler_status** +> V1HorizontalPodAutoscaler replace_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) @@ -691,10 +695,10 @@ body = k8sclient.V1HorizontalPodAutoscaler() # V1HorizontalPodAutoscaler | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingV1Api->replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status: %s\n" % e) + print("Exception when calling AutoscalingV1Api->replace_namespaced_horizontal_pod_autoscaler_status: %s\n" % e) ``` ### Parameters @@ -721,8 +725,8 @@ 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) -# **watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces** -> VersionedEvent watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_horizontal_pod_autoscaler_list_for_all_namespaces** +> VersionedEvent watch_horizontal_pod_autoscaler_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -751,10 +755,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_horizontal_pod_autoscaler_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingV1Api->watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces: %s\n" % e) + print("Exception when calling AutoscalingV1Api->watch_horizontal_pod_autoscaler_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -783,8 +787,8 @@ 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) -# **watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler** -> VersionedEvent watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_horizontal_pod_autoscaler** +> VersionedEvent watch_namespaced_horizontal_pod_autoscaler(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -815,10 +819,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_horizontal_pod_autoscaler(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingV1Api->watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling AutoscalingV1Api->watch_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -849,8 +853,8 @@ 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) -# **watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list** -> VersionedEvent watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_horizontal_pod_autoscaler_list** +> VersionedEvent watch_namespaced_horizontal_pod_autoscaler_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -880,10 +884,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_horizontal_pod_autoscaler_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling AutoscalingV1Api->watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list: %s\n" % e) + print("Exception when calling AutoscalingV1Api->watch_namespaced_horizontal_pod_autoscaler_list: %s\n" % e) ``` ### Parameters diff --git a/docs/BatchApi.md b/docs/BatchApi.md index d4188cc7e3..7d00fd7e78 100644 --- a/docs/BatchApi.md +++ b/docs/BatchApi.md @@ -4,11 +4,11 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**get_batch_api_group**](BatchApi.md#get_batch_api_group) | **GET** /apis/batch/ | +[**get_api_group**](BatchApi.md#get_api_group) | **GET** /apis/batch/ | -# **get_batch_api_group** -> UnversionedAPIGroup get_batch_api_group() +# **get_api_group** +> UnversionedAPIGroup get_api_group() @@ -31,10 +31,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.BatchApi() try: - api_response = api_instance.get_batch_api_group() + api_response = api_instance.get_api_group() pprint(api_response) except ApiException as e: - print("Exception when calling BatchApi->get_batch_api_group: %s\n" % e) + print("Exception when calling BatchApi->get_api_group: %s\n" % e) ``` ### Parameters diff --git a/docs/BatchV1Api.md b/docs/BatchV1Api.md index e0bbe5380d..f2a7e1106f 100644 --- a/docs/BatchV1Api.md +++ b/docs/BatchV1Api.md @@ -4,25 +4,25 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**create_batch_v1_namespaced_job**](BatchV1Api.md#create_batch_v1_namespaced_job) | **POST** /apis/batch/v1/namespaces/{namespace}/jobs | -[**delete_batch_v1_collection_namespaced_job**](BatchV1Api.md#delete_batch_v1_collection_namespaced_job) | **DELETE** /apis/batch/v1/namespaces/{namespace}/jobs | -[**delete_batch_v1_namespaced_job**](BatchV1Api.md#delete_batch_v1_namespaced_job) | **DELETE** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | -[**get_batch_v1_api_resources**](BatchV1Api.md#get_batch_v1_api_resources) | **GET** /apis/batch/v1/ | -[**list_batch_v1_job_for_all_namespaces**](BatchV1Api.md#list_batch_v1_job_for_all_namespaces) | **GET** /apis/batch/v1/jobs | -[**list_batch_v1_namespaced_job**](BatchV1Api.md#list_batch_v1_namespaced_job) | **GET** /apis/batch/v1/namespaces/{namespace}/jobs | -[**patch_batch_v1_namespaced_job**](BatchV1Api.md#patch_batch_v1_namespaced_job) | **PATCH** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | -[**patch_batch_v1_namespaced_job_status**](BatchV1Api.md#patch_batch_v1_namespaced_job_status) | **PATCH** /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status | -[**read_batch_v1_namespaced_job**](BatchV1Api.md#read_batch_v1_namespaced_job) | **GET** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | -[**read_batch_v1_namespaced_job_status**](BatchV1Api.md#read_batch_v1_namespaced_job_status) | **GET** /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status | -[**replace_batch_v1_namespaced_job**](BatchV1Api.md#replace_batch_v1_namespaced_job) | **PUT** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | -[**replace_batch_v1_namespaced_job_status**](BatchV1Api.md#replace_batch_v1_namespaced_job_status) | **PUT** /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status | -[**watch_batch_v1_job_list_for_all_namespaces**](BatchV1Api.md#watch_batch_v1_job_list_for_all_namespaces) | **GET** /apis/batch/v1/watch/jobs | -[**watch_batch_v1_namespaced_job**](BatchV1Api.md#watch_batch_v1_namespaced_job) | **GET** /apis/batch/v1/watch/namespaces/{namespace}/jobs/{name} | -[**watch_batch_v1_namespaced_job_list**](BatchV1Api.md#watch_batch_v1_namespaced_job_list) | **GET** /apis/batch/v1/watch/namespaces/{namespace}/jobs | +[**create_namespaced_job**](BatchV1Api.md#create_namespaced_job) | **POST** /apis/batch/v1/namespaces/{namespace}/jobs | +[**delete_collection_namespaced_job**](BatchV1Api.md#delete_collection_namespaced_job) | **DELETE** /apis/batch/v1/namespaces/{namespace}/jobs | +[**delete_namespaced_job**](BatchV1Api.md#delete_namespaced_job) | **DELETE** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | +[**get_api_resources**](BatchV1Api.md#get_api_resources) | **GET** /apis/batch/v1/ | +[**list_job_for_all_namespaces**](BatchV1Api.md#list_job_for_all_namespaces) | **GET** /apis/batch/v1/jobs | +[**list_namespaced_job**](BatchV1Api.md#list_namespaced_job) | **GET** /apis/batch/v1/namespaces/{namespace}/jobs | +[**patch_namespaced_job**](BatchV1Api.md#patch_namespaced_job) | **PATCH** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | +[**patch_namespaced_job_status**](BatchV1Api.md#patch_namespaced_job_status) | **PATCH** /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status | +[**read_namespaced_job**](BatchV1Api.md#read_namespaced_job) | **GET** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | +[**read_namespaced_job_status**](BatchV1Api.md#read_namespaced_job_status) | **GET** /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status | +[**replace_namespaced_job**](BatchV1Api.md#replace_namespaced_job) | **PUT** /apis/batch/v1/namespaces/{namespace}/jobs/{name} | +[**replace_namespaced_job_status**](BatchV1Api.md#replace_namespaced_job_status) | **PUT** /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status | +[**watch_job_list_for_all_namespaces**](BatchV1Api.md#watch_job_list_for_all_namespaces) | **GET** /apis/batch/v1/watch/jobs | +[**watch_namespaced_job**](BatchV1Api.md#watch_namespaced_job) | **GET** /apis/batch/v1/watch/namespaces/{namespace}/jobs/{name} | +[**watch_namespaced_job_list**](BatchV1Api.md#watch_namespaced_job_list) | **GET** /apis/batch/v1/watch/namespaces/{namespace}/jobs | -# **create_batch_v1_namespaced_job** -> V1Job create_batch_v1_namespaced_job(namespace, body, pretty=pretty) +# **create_namespaced_job** +> V1Job create_namespaced_job(namespace, body, pretty=pretty) @@ -48,10 +48,10 @@ body = k8sclient.V1Job() # V1Job | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_batch_v1_namespaced_job(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_job(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling BatchV1Api->create_batch_v1_namespaced_job: %s\n" % e) + print("Exception when calling BatchV1Api->create_namespaced_job: %s\n" % e) ``` ### Parameters @@ -77,8 +77,8 @@ 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) -# **delete_batch_v1_collection_namespaced_job** -> UnversionedStatus delete_batch_v1_collection_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_job** +> UnversionedStatus delete_collection_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -108,10 +108,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_batch_v1_collection_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling BatchV1Api->delete_batch_v1_collection_namespaced_job: %s\n" % e) + print("Exception when calling BatchV1Api->delete_collection_namespaced_job: %s\n" % e) ``` ### Parameters @@ -141,8 +141,8 @@ 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) -# **delete_batch_v1_namespaced_job** -> UnversionedStatus delete_batch_v1_namespaced_job(name, namespace, body, pretty=pretty) +# **delete_namespaced_job** +> UnversionedStatus delete_namespaced_job(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -167,12 +167,14 @@ name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_batch_v1_namespaced_job(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_job(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling BatchV1Api->delete_batch_v1_namespaced_job: %s\n" % e) + print("Exception when calling BatchV1Api->delete_namespaced_job: %s\n" % e) ``` ### Parameters @@ -183,6 +185,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -199,8 +203,8 @@ 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) -# **get_batch_v1_api_resources** -> UnversionedAPIResourceList get_batch_v1_api_resources() +# **get_api_resources** +> UnversionedAPIResourceList get_api_resources() @@ -223,10 +227,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.BatchV1Api() try: - api_response = api_instance.get_batch_v1_api_resources() + api_response = api_instance.get_api_resources() pprint(api_response) except ApiException as e: - print("Exception when calling BatchV1Api->get_batch_v1_api_resources: %s\n" % e) + print("Exception when calling BatchV1Api->get_api_resources: %s\n" % e) ``` ### Parameters @@ -247,8 +251,8 @@ This endpoint does not need any parameter. [[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_batch_v1_job_for_all_namespaces** -> V1JobList list_batch_v1_job_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_job_for_all_namespaces** +> V1JobList list_job_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -277,10 +281,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_batch_v1_job_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_job_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling BatchV1Api->list_batch_v1_job_for_all_namespaces: %s\n" % e) + print("Exception when calling BatchV1Api->list_job_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -309,8 +313,8 @@ 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) -# **list_batch_v1_namespaced_job** -> V1JobList list_batch_v1_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_job** +> V1JobList list_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -340,10 +344,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_batch_v1_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling BatchV1Api->list_batch_v1_namespaced_job: %s\n" % e) + print("Exception when calling BatchV1Api->list_namespaced_job: %s\n" % e) ``` ### Parameters @@ -373,8 +377,8 @@ 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_batch_v1_namespaced_job** -> V1Job patch_batch_v1_namespaced_job(name, namespace, body, pretty=pretty) +# **patch_namespaced_job** +> V1Job patch_namespaced_job(name, namespace, body, pretty=pretty) @@ -401,10 +405,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_batch_v1_namespaced_job(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_job(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling BatchV1Api->patch_batch_v1_namespaced_job: %s\n" % e) + print("Exception when calling BatchV1Api->patch_namespaced_job: %s\n" % e) ``` ### Parameters @@ -431,8 +435,8 @@ 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_batch_v1_namespaced_job_status** -> V1Job patch_batch_v1_namespaced_job_status(name, namespace, body, pretty=pretty) +# **patch_namespaced_job_status** +> V1Job patch_namespaced_job_status(name, namespace, body, pretty=pretty) @@ -459,10 +463,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_batch_v1_namespaced_job_status(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_job_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling BatchV1Api->patch_batch_v1_namespaced_job_status: %s\n" % e) + print("Exception when calling BatchV1Api->patch_namespaced_job_status: %s\n" % e) ``` ### Parameters @@ -489,8 +493,8 @@ 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_batch_v1_namespaced_job** -> V1Job read_batch_v1_namespaced_job(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_job** +> V1Job read_namespaced_job(name, namespace, pretty=pretty, exact=exact, export=export) @@ -518,10 +522,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_batch_v1_namespaced_job(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_job(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling BatchV1Api->read_batch_v1_namespaced_job: %s\n" % e) + print("Exception when calling BatchV1Api->read_namespaced_job: %s\n" % e) ``` ### Parameters @@ -549,8 +553,8 @@ 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_batch_v1_namespaced_job_status** -> V1Job read_batch_v1_namespaced_job_status(name, namespace, pretty=pretty) +# **read_namespaced_job_status** +> V1Job read_namespaced_job_status(name, namespace, pretty=pretty) @@ -576,10 +580,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_batch_v1_namespaced_job_status(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_job_status(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling BatchV1Api->read_batch_v1_namespaced_job_status: %s\n" % e) + print("Exception when calling BatchV1Api->read_namespaced_job_status: %s\n" % e) ``` ### Parameters @@ -605,8 +609,8 @@ 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) -# **replace_batch_v1_namespaced_job** -> V1Job replace_batch_v1_namespaced_job(name, namespace, body, pretty=pretty) +# **replace_namespaced_job** +> V1Job replace_namespaced_job(name, namespace, body, pretty=pretty) @@ -633,10 +637,10 @@ body = k8sclient.V1Job() # V1Job | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_batch_v1_namespaced_job(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_job(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling BatchV1Api->replace_batch_v1_namespaced_job: %s\n" % e) + print("Exception when calling BatchV1Api->replace_namespaced_job: %s\n" % e) ``` ### Parameters @@ -663,8 +667,8 @@ 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) -# **replace_batch_v1_namespaced_job_status** -> V1Job replace_batch_v1_namespaced_job_status(name, namespace, body, pretty=pretty) +# **replace_namespaced_job_status** +> V1Job replace_namespaced_job_status(name, namespace, body, pretty=pretty) @@ -691,10 +695,10 @@ body = k8sclient.V1Job() # V1Job | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_batch_v1_namespaced_job_status(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_job_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling BatchV1Api->replace_batch_v1_namespaced_job_status: %s\n" % e) + print("Exception when calling BatchV1Api->replace_namespaced_job_status: %s\n" % e) ``` ### Parameters @@ -721,8 +725,8 @@ 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) -# **watch_batch_v1_job_list_for_all_namespaces** -> VersionedEvent watch_batch_v1_job_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_job_list_for_all_namespaces** +> VersionedEvent watch_job_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -751,10 +755,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_batch_v1_job_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_job_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling BatchV1Api->watch_batch_v1_job_list_for_all_namespaces: %s\n" % e) + print("Exception when calling BatchV1Api->watch_job_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -783,8 +787,8 @@ 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) -# **watch_batch_v1_namespaced_job** -> VersionedEvent watch_batch_v1_namespaced_job(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_job** +> VersionedEvent watch_namespaced_job(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -815,10 +819,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_batch_v1_namespaced_job(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_job(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling BatchV1Api->watch_batch_v1_namespaced_job: %s\n" % e) + print("Exception when calling BatchV1Api->watch_namespaced_job: %s\n" % e) ``` ### Parameters @@ -849,8 +853,8 @@ 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) -# **watch_batch_v1_namespaced_job_list** -> VersionedEvent watch_batch_v1_namespaced_job_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_job_list** +> VersionedEvent watch_namespaced_job_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -880,10 +884,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_batch_v1_namespaced_job_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_job_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling BatchV1Api->watch_batch_v1_namespaced_job_list: %s\n" % e) + print("Exception when calling BatchV1Api->watch_namespaced_job_list: %s\n" % e) ``` ### Parameters diff --git a/docs/BatchV2alpha1Api.md b/docs/BatchV2alpha1Api.md index 1ad8b53a16..026ec993e8 100644 --- a/docs/BatchV2alpha1Api.md +++ b/docs/BatchV2alpha1Api.md @@ -4,15 +4,57 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**get_batch_v2alpha1_api_resources**](BatchV2alpha1Api.md#get_batch_v2alpha1_api_resources) | **GET** /apis/batch/v2alpha1/ | +[**create_namespaced_cron_job**](BatchV2alpha1Api.md#create_namespaced_cron_job) | **POST** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs | +[**create_namespaced_job**](BatchV2alpha1Api.md#create_namespaced_job) | **POST** /apis/batch/v2alpha1/namespaces/{namespace}/jobs | +[**create_namespaced_scheduled_job**](BatchV2alpha1Api.md#create_namespaced_scheduled_job) | **POST** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs | +[**delete_collection_namespaced_cron_job**](BatchV2alpha1Api.md#delete_collection_namespaced_cron_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs | +[**delete_collection_namespaced_job**](BatchV2alpha1Api.md#delete_collection_namespaced_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/jobs | +[**delete_collection_namespaced_scheduled_job**](BatchV2alpha1Api.md#delete_collection_namespaced_scheduled_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs | +[**delete_namespaced_cron_job**](BatchV2alpha1Api.md#delete_namespaced_cron_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} | +[**delete_namespaced_job**](BatchV2alpha1Api.md#delete_namespaced_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name} | +[**delete_namespaced_scheduled_job**](BatchV2alpha1Api.md#delete_namespaced_scheduled_job) | **DELETE** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name} | +[**get_api_resources**](BatchV2alpha1Api.md#get_api_resources) | **GET** /apis/batch/v2alpha1/ | +[**list_cron_job_for_all_namespaces**](BatchV2alpha1Api.md#list_cron_job_for_all_namespaces) | **GET** /apis/batch/v2alpha1/cronjobs | +[**list_job_for_all_namespaces**](BatchV2alpha1Api.md#list_job_for_all_namespaces) | **GET** /apis/batch/v2alpha1/jobs | +[**list_namespaced_cron_job**](BatchV2alpha1Api.md#list_namespaced_cron_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs | +[**list_namespaced_job**](BatchV2alpha1Api.md#list_namespaced_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/jobs | +[**list_namespaced_scheduled_job**](BatchV2alpha1Api.md#list_namespaced_scheduled_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs | +[**list_scheduled_job_for_all_namespaces**](BatchV2alpha1Api.md#list_scheduled_job_for_all_namespaces) | **GET** /apis/batch/v2alpha1/scheduledjobs | +[**patch_namespaced_cron_job**](BatchV2alpha1Api.md#patch_namespaced_cron_job) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} | +[**patch_namespaced_cron_job_status**](BatchV2alpha1Api.md#patch_namespaced_cron_job_status) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status | +[**patch_namespaced_job**](BatchV2alpha1Api.md#patch_namespaced_job) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name} | +[**patch_namespaced_job_status**](BatchV2alpha1Api.md#patch_namespaced_job_status) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}/status | +[**patch_namespaced_scheduled_job**](BatchV2alpha1Api.md#patch_namespaced_scheduled_job) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name} | +[**patch_namespaced_scheduled_job_status**](BatchV2alpha1Api.md#patch_namespaced_scheduled_job_status) | **PATCH** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status | +[**read_namespaced_cron_job**](BatchV2alpha1Api.md#read_namespaced_cron_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} | +[**read_namespaced_cron_job_status**](BatchV2alpha1Api.md#read_namespaced_cron_job_status) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status | +[**read_namespaced_job**](BatchV2alpha1Api.md#read_namespaced_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name} | +[**read_namespaced_job_status**](BatchV2alpha1Api.md#read_namespaced_job_status) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}/status | +[**read_namespaced_scheduled_job**](BatchV2alpha1Api.md#read_namespaced_scheduled_job) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name} | +[**read_namespaced_scheduled_job_status**](BatchV2alpha1Api.md#read_namespaced_scheduled_job_status) | **GET** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status | +[**replace_namespaced_cron_job**](BatchV2alpha1Api.md#replace_namespaced_cron_job) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} | +[**replace_namespaced_cron_job_status**](BatchV2alpha1Api.md#replace_namespaced_cron_job_status) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status | +[**replace_namespaced_job**](BatchV2alpha1Api.md#replace_namespaced_job) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name} | +[**replace_namespaced_job_status**](BatchV2alpha1Api.md#replace_namespaced_job_status) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}/status | +[**replace_namespaced_scheduled_job**](BatchV2alpha1Api.md#replace_namespaced_scheduled_job) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name} | +[**replace_namespaced_scheduled_job_status**](BatchV2alpha1Api.md#replace_namespaced_scheduled_job_status) | **PUT** /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status | +[**watch_cron_job_list_for_all_namespaces**](BatchV2alpha1Api.md#watch_cron_job_list_for_all_namespaces) | **GET** /apis/batch/v2alpha1/watch/cronjobs | +[**watch_job_list_for_all_namespaces**](BatchV2alpha1Api.md#watch_job_list_for_all_namespaces) | **GET** /apis/batch/v2alpha1/watch/jobs | +[**watch_namespaced_cron_job**](BatchV2alpha1Api.md#watch_namespaced_cron_job) | **GET** /apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs/{name} | +[**watch_namespaced_cron_job_list**](BatchV2alpha1Api.md#watch_namespaced_cron_job_list) | **GET** /apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs | +[**watch_namespaced_job**](BatchV2alpha1Api.md#watch_namespaced_job) | **GET** /apis/batch/v2alpha1/watch/namespaces/{namespace}/jobs/{name} | +[**watch_namespaced_job_list**](BatchV2alpha1Api.md#watch_namespaced_job_list) | **GET** /apis/batch/v2alpha1/watch/namespaces/{namespace}/jobs | +[**watch_namespaced_scheduled_job**](BatchV2alpha1Api.md#watch_namespaced_scheduled_job) | **GET** /apis/batch/v2alpha1/watch/namespaces/{namespace}/scheduledjobs/{name} | +[**watch_namespaced_scheduled_job_list**](BatchV2alpha1Api.md#watch_namespaced_scheduled_job_list) | **GET** /apis/batch/v2alpha1/watch/namespaces/{namespace}/scheduledjobs | +[**watch_scheduled_job_list_for_all_namespaces**](BatchV2alpha1Api.md#watch_scheduled_job_list_for_all_namespaces) | **GET** /apis/batch/v2alpha1/watch/scheduledjobs | -# **get_batch_v2alpha1_api_resources** -> UnversionedAPIResourceList get_batch_v2alpha1_api_resources() +# **create_namespaced_cron_job** +> V2alpha1CronJob create_namespaced_cron_job(namespace, body, pretty=pretty) -get available resources +create a CronJob ### Example ```python @@ -29,20 +71,28 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # create an instance of the API class api_instance = k8sclient.BatchV2alpha1Api() +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.V2alpha1CronJob() # V2alpha1CronJob | +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.get_batch_v2alpha1_api_resources() + api_response = api_instance.create_namespaced_cron_job(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling BatchV2alpha1Api->get_batch_v2alpha1_api_resources: %s\n" % e) + print("Exception when calling BatchV2alpha1Api->create_namespaced_cron_job: %s\n" % e) ``` ### Parameters -This endpoint does not need any parameter. + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **body** | [**V2alpha1CronJob**](V2alpha1CronJob.md)| | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] ### Return type -[**UnversionedAPIResourceList**](UnversionedAPIResourceList.md) +[**V2alpha1CronJob**](V2alpha1CronJob.md) ### Authorization @@ -50,8 +100,2544 @@ This endpoint does not need any parameter. ### HTTP request headers - - **Content-Type**: application/json, application/yaml, application/vnd.kubernetes.protobuf + - **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) + +# **create_namespaced_job** +> V2alpha1Job create_namespaced_job(namespace, body, pretty=pretty) + + + +create a Job + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.V2alpha1Job() # V2alpha1Job | +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.create_namespaced_job(namespace, body, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->create_namespaced_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **body** | [**V2alpha1Job**](V2alpha1Job.md)| | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1Job**](V2alpha1Job.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) + +# **create_namespaced_scheduled_job** +> V2alpha1CronJob create_namespaced_scheduled_job(namespace, body, pretty=pretty) + + + +create a ScheduledJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.V2alpha1CronJob() # V2alpha1CronJob | +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.create_namespaced_scheduled_job(namespace, body, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->create_namespaced_scheduled_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **body** | [**V2alpha1CronJob**](V2alpha1CronJob.md)| | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1CronJob**](V2alpha1CronJob.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_namespaced_cron_job** +> UnversionedStatus delete_collection_namespaced_cron_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +delete collection of CronJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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_namespaced_cron_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->delete_collection_namespaced_cron_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**UnversionedStatus**](UnversionedStatus.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_namespaced_job** +> UnversionedStatus delete_collection_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +delete collection of Job + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->delete_collection_namespaced_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**UnversionedStatus**](UnversionedStatus.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_namespaced_scheduled_job** +> UnversionedStatus delete_collection_namespaced_scheduled_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +delete collection of ScheduledJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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_namespaced_scheduled_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->delete_collection_namespaced_scheduled_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**UnversionedStatus**](UnversionedStatus.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_namespaced_cron_job** +> UnversionedStatus delete_namespaced_cron_job(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) + + + +delete a CronJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the CronJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) + +try: + api_response = api_instance.delete_namespaced_cron_job(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->delete_namespaced_cron_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the CronJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] + +### Return type + +[**UnversionedStatus**](UnversionedStatus.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_namespaced_job** +> UnversionedStatus delete_namespaced_job(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) + + + +delete a Job + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the Job +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) + +try: + api_response = api_instance.delete_namespaced_job(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->delete_namespaced_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the Job | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] + +### Return type + +[**UnversionedStatus**](UnversionedStatus.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_namespaced_scheduled_job** +> UnversionedStatus delete_namespaced_scheduled_job(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) + + + +delete a ScheduledJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the ScheduledJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) + +try: + api_response = api_instance.delete_namespaced_scheduled_job(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->delete_namespaced_scheduled_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the ScheduledJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] + +### Return type + +[**UnversionedStatus**](UnversionedStatus.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** +> UnversionedAPIResourceList get_api_resources() + + + +get available resources + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() + +try: + api_response = api_instance.get_api_resources() + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->get_api_resources: %s\n" % e) +``` + +### Parameters +This endpoint does not need any parameter. + +### Return type + +[**UnversionedAPIResourceList**](UnversionedAPIResourceList.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_cron_job_for_all_namespaces** +> V2alpha1CronJobList list_cron_job_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +list or watch objects of kind CronJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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_cron_job_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->list_cron_job_for_all_namespaces: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [optional] + **pretty** | **str**| If 'true', then the output is pretty printed. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**V2alpha1CronJobList**](V2alpha1CronJobList.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) + +# **list_job_for_all_namespaces** +> V2alpha1JobList list_job_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +list or watch objects of kind Job + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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_job_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->list_job_for_all_namespaces: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [optional] + **pretty** | **str**| If 'true', then the output is pretty printed. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**V2alpha1JobList**](V2alpha1JobList.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) + +# **list_namespaced_cron_job** +> V2alpha1CronJobList list_namespaced_cron_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +list or watch objects of kind CronJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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_namespaced_cron_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->list_namespaced_cron_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**V2alpha1CronJobList**](V2alpha1CronJobList.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) + +# **list_namespaced_job** +> V2alpha1JobList list_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +list or watch objects of kind Job + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->list_namespaced_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**V2alpha1JobList**](V2alpha1JobList.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) + +# **list_namespaced_scheduled_job** +> V2alpha1CronJobList list_namespaced_scheduled_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +list or watch objects of kind ScheduledJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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_namespaced_scheduled_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->list_namespaced_scheduled_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**V2alpha1CronJobList**](V2alpha1CronJobList.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) + +# **list_scheduled_job_for_all_namespaces** +> V2alpha1CronJobList list_scheduled_job_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +list or watch objects of kind ScheduledJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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_scheduled_job_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->list_scheduled_job_for_all_namespaces: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [optional] + **pretty** | **str**| If 'true', then the output is pretty printed. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**V2alpha1CronJobList**](V2alpha1CronJobList.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_namespaced_cron_job** +> V2alpha1CronJob patch_namespaced_cron_job(name, namespace, body, pretty=pretty) + + + +partially update the specified CronJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the CronJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.UnversionedPatch() # UnversionedPatch | +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.patch_namespaced_cron_job(name, namespace, body, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->patch_namespaced_cron_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the CronJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **body** | [**UnversionedPatch**](UnversionedPatch.md)| | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1CronJob**](V2alpha1CronJob.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) + +# **patch_namespaced_cron_job_status** +> V2alpha1CronJob patch_namespaced_cron_job_status(name, namespace, body, pretty=pretty) + + + +partially update status of the specified CronJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the CronJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.UnversionedPatch() # UnversionedPatch | +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.patch_namespaced_cron_job_status(name, namespace, body, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->patch_namespaced_cron_job_status: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the CronJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **body** | [**UnversionedPatch**](UnversionedPatch.md)| | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1CronJob**](V2alpha1CronJob.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) + +# **patch_namespaced_job** +> V2alpha1Job patch_namespaced_job(name, namespace, body, pretty=pretty) + + + +partially update the specified Job + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the Job +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.UnversionedPatch() # UnversionedPatch | +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.patch_namespaced_job(name, namespace, body, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->patch_namespaced_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the Job | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **body** | [**UnversionedPatch**](UnversionedPatch.md)| | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1Job**](V2alpha1Job.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) + +# **patch_namespaced_job_status** +> V2alpha1Job patch_namespaced_job_status(name, namespace, body, pretty=pretty) + + + +partially update status of the specified Job + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the Job +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.UnversionedPatch() # UnversionedPatch | +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.patch_namespaced_job_status(name, namespace, body, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->patch_namespaced_job_status: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the Job | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **body** | [**UnversionedPatch**](UnversionedPatch.md)| | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1Job**](V2alpha1Job.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) + +# **patch_namespaced_scheduled_job** +> V2alpha1CronJob patch_namespaced_scheduled_job(name, namespace, body, pretty=pretty) + + + +partially update the specified ScheduledJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the ScheduledJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.UnversionedPatch() # UnversionedPatch | +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.patch_namespaced_scheduled_job(name, namespace, body, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->patch_namespaced_scheduled_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the ScheduledJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **body** | [**UnversionedPatch**](UnversionedPatch.md)| | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1CronJob**](V2alpha1CronJob.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) + +# **patch_namespaced_scheduled_job_status** +> V2alpha1CronJob patch_namespaced_scheduled_job_status(name, namespace, body, pretty=pretty) + + + +partially update status of the specified ScheduledJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the ScheduledJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.UnversionedPatch() # UnversionedPatch | +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.patch_namespaced_scheduled_job_status(name, namespace, body, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->patch_namespaced_scheduled_job_status: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the ScheduledJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **body** | [**UnversionedPatch**](UnversionedPatch.md)| | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1CronJob**](V2alpha1CronJob.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_namespaced_cron_job** +> V2alpha1CronJob read_namespaced_cron_job(name, namespace, pretty=pretty, exact=exact, export=export) + + + +read the specified CronJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the CronJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +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_namespaced_cron_job(name, namespace, pretty=pretty, exact=exact, export=export) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->read_namespaced_cron_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the CronJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **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 + +[**V2alpha1CronJob**](V2alpha1CronJob.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) + +# **read_namespaced_cron_job_status** +> V2alpha1CronJob read_namespaced_cron_job_status(name, namespace, pretty=pretty) + + + +read status of the specified CronJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the CronJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.read_namespaced_cron_job_status(name, namespace, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->read_namespaced_cron_job_status: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the CronJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1CronJob**](V2alpha1CronJob.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) + +# **read_namespaced_job** +> V2alpha1Job read_namespaced_job(name, namespace, pretty=pretty, exact=exact, export=export) + + + +read the specified Job + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the Job +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +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_namespaced_job(name, namespace, pretty=pretty, exact=exact, export=export) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->read_namespaced_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the Job | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **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 + +[**V2alpha1Job**](V2alpha1Job.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) + +# **read_namespaced_job_status** +> V2alpha1Job read_namespaced_job_status(name, namespace, pretty=pretty) + + + +read status of the specified Job + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the Job +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.read_namespaced_job_status(name, namespace, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->read_namespaced_job_status: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the Job | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1Job**](V2alpha1Job.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) + +# **read_namespaced_scheduled_job** +> V2alpha1CronJob read_namespaced_scheduled_job(name, namespace, pretty=pretty, exact=exact, export=export) + + + +read the specified ScheduledJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the ScheduledJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +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_namespaced_scheduled_job(name, namespace, pretty=pretty, exact=exact, export=export) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->read_namespaced_scheduled_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the ScheduledJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **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 + +[**V2alpha1CronJob**](V2alpha1CronJob.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) + +# **read_namespaced_scheduled_job_status** +> V2alpha1CronJob read_namespaced_scheduled_job_status(name, namespace, pretty=pretty) + + + +read status of the specified ScheduledJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the ScheduledJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.read_namespaced_scheduled_job_status(name, namespace, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->read_namespaced_scheduled_job_status: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the ScheduledJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1CronJob**](V2alpha1CronJob.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_namespaced_cron_job** +> V2alpha1CronJob replace_namespaced_cron_job(name, namespace, body, pretty=pretty) + + + +replace the specified CronJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the CronJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.V2alpha1CronJob() # V2alpha1CronJob | +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.replace_namespaced_cron_job(name, namespace, body, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->replace_namespaced_cron_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the CronJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **body** | [**V2alpha1CronJob**](V2alpha1CronJob.md)| | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1CronJob**](V2alpha1CronJob.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_namespaced_cron_job_status** +> V2alpha1CronJob replace_namespaced_cron_job_status(name, namespace, body, pretty=pretty) + + + +replace status of the specified CronJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the CronJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.V2alpha1CronJob() # V2alpha1CronJob | +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.replace_namespaced_cron_job_status(name, namespace, body, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->replace_namespaced_cron_job_status: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the CronJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **body** | [**V2alpha1CronJob**](V2alpha1CronJob.md)| | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1CronJob**](V2alpha1CronJob.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_namespaced_job** +> V2alpha1Job replace_namespaced_job(name, namespace, body, pretty=pretty) + + + +replace the specified Job + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the Job +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.V2alpha1Job() # V2alpha1Job | +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.replace_namespaced_job(name, namespace, body, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->replace_namespaced_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the Job | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **body** | [**V2alpha1Job**](V2alpha1Job.md)| | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1Job**](V2alpha1Job.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_namespaced_job_status** +> V2alpha1Job replace_namespaced_job_status(name, namespace, body, pretty=pretty) + + + +replace status of the specified Job + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the Job +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.V2alpha1Job() # V2alpha1Job | +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.replace_namespaced_job_status(name, namespace, body, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->replace_namespaced_job_status: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the Job | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **body** | [**V2alpha1Job**](V2alpha1Job.md)| | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1Job**](V2alpha1Job.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_namespaced_scheduled_job** +> V2alpha1CronJob replace_namespaced_scheduled_job(name, namespace, body, pretty=pretty) + + + +replace the specified ScheduledJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the ScheduledJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.V2alpha1CronJob() # V2alpha1CronJob | +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.replace_namespaced_scheduled_job(name, namespace, body, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->replace_namespaced_scheduled_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the ScheduledJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **body** | [**V2alpha1CronJob**](V2alpha1CronJob.md)| | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1CronJob**](V2alpha1CronJob.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_namespaced_scheduled_job_status** +> V2alpha1CronJob replace_namespaced_scheduled_job_status(name, namespace, body, pretty=pretty) + + + +replace status of the specified ScheduledJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the ScheduledJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +body = k8sclient.V2alpha1CronJob() # V2alpha1CronJob | +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) + +try: + api_response = api_instance.replace_namespaced_scheduled_job_status(name, namespace, body, pretty=pretty) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->replace_namespaced_scheduled_job_status: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the ScheduledJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **body** | [**V2alpha1CronJob**](V2alpha1CronJob.md)| | + **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] + +### Return type + +[**V2alpha1CronJob**](V2alpha1CronJob.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) + +# **watch_cron_job_list_for_all_namespaces** +> VersionedEvent watch_cron_job_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +watch individual changes to a list of CronJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_cron_job_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->watch_cron_job_list_for_all_namespaces: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [optional] + **pretty** | **str**| If 'true', then the output is pretty printed. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**VersionedEvent**](VersionedEvent.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) + +# **watch_job_list_for_all_namespaces** +> VersionedEvent watch_job_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +watch individual changes to a list of Job + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_job_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->watch_job_list_for_all_namespaces: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [optional] + **pretty** | **str**| If 'true', then the output is pretty printed. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**VersionedEvent**](VersionedEvent.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) + +# **watch_namespaced_cron_job** +> VersionedEvent watch_namespaced_cron_job(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +watch changes to an object of kind CronJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the CronJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_namespaced_cron_job(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->watch_namespaced_cron_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the CronJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [optional] + **pretty** | **str**| If 'true', then the output is pretty printed. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**VersionedEvent**](VersionedEvent.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) + +# **watch_namespaced_cron_job_list** +> VersionedEvent watch_namespaced_cron_job_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +watch individual changes to a list of CronJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_namespaced_cron_job_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->watch_namespaced_cron_job_list: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [optional] + **pretty** | **str**| If 'true', then the output is pretty printed. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**VersionedEvent**](VersionedEvent.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) + +# **watch_namespaced_job** +> VersionedEvent watch_namespaced_job(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +watch changes to an object of kind Job + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the Job +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_namespaced_job(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->watch_namespaced_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the Job | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [optional] + **pretty** | **str**| If 'true', then the output is pretty printed. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**VersionedEvent**](VersionedEvent.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) + +# **watch_namespaced_job_list** +> VersionedEvent watch_namespaced_job_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +watch individual changes to a list of Job + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_namespaced_job_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->watch_namespaced_job_list: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [optional] + **pretty** | **str**| If 'true', then the output is pretty printed. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**VersionedEvent**](VersionedEvent.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) + +# **watch_namespaced_scheduled_job** +> VersionedEvent watch_namespaced_scheduled_job(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +watch changes to an object of kind ScheduledJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +name = 'name_example' # str | name of the ScheduledJob +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_namespaced_scheduled_job(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->watch_namespaced_scheduled_job: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **name** | **str**| name of the ScheduledJob | + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [optional] + **pretty** | **str**| If 'true', then the output is pretty printed. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**VersionedEvent**](VersionedEvent.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) + +# **watch_namespaced_scheduled_job_list** +> VersionedEvent watch_namespaced_scheduled_job_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +watch individual changes to a list of ScheduledJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_namespaced_scheduled_job_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->watch_namespaced_scheduled_job_list: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **namespace** | **str**| object name and auth scope, such as for teams and projects | + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [optional] + **pretty** | **str**| If 'true', then the output is pretty printed. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**VersionedEvent**](VersionedEvent.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) + +# **watch_scheduled_job_list_for_all_namespaces** +> VersionedEvent watch_scheduled_job_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + + + +watch individual changes to a list of ScheduledJob + +### Example +```python +from __future__ import print_statement +import time +import k8sclient +from k8sclient.rest import ApiException +from pprint import pprint + +# Configure API key authorization: BearerToken +k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' + +# create an instance of the API class +api_instance = k8sclient.BatchV2alpha1Api() +field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) +label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) +pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (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. (optional) +timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_scheduled_job_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + pprint(api_response) +except ApiException as e: + print("Exception when calling BatchV2alpha1Api->watch_scheduled_job_list_for_all_namespaces: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **field_selector** | **str**| A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] + **label_selector** | **str**| A selector to restrict the list of returned objects by their labels. Defaults to everything. | [optional] + **pretty** | **str**| If 'true', then the output is pretty printed. | [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. | [optional] + **timeout_seconds** | **int**| Timeout for the list/watch call. | [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 + +[**VersionedEvent**](VersionedEvent.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) + diff --git a/docs/CertificatesApi.md b/docs/CertificatesApi.md index 2967d3db4d..33ce5146ae 100644 --- a/docs/CertificatesApi.md +++ b/docs/CertificatesApi.md @@ -4,11 +4,11 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**get_certificates_api_group**](CertificatesApi.md#get_certificates_api_group) | **GET** /apis/certificates.k8s.io/ | +[**get_api_group**](CertificatesApi.md#get_api_group) | **GET** /apis/certificates.k8s.io/ | -# **get_certificates_api_group** -> UnversionedAPIGroup get_certificates_api_group() +# **get_api_group** +> UnversionedAPIGroup get_api_group() @@ -31,10 +31,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.CertificatesApi() try: - api_response = api_instance.get_certificates_api_group() + api_response = api_instance.get_api_group() pprint(api_response) except ApiException as e: - print("Exception when calling CertificatesApi->get_certificates_api_group: %s\n" % e) + print("Exception when calling CertificatesApi->get_api_group: %s\n" % e) ``` ### Parameters diff --git a/docs/CertificatesV1alpha1Api.md b/docs/CertificatesV1alpha1Api.md index a3a05452a8..3b8057334f 100644 --- a/docs/CertificatesV1alpha1Api.md +++ b/docs/CertificatesV1alpha1Api.md @@ -4,22 +4,22 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**create_certificates_v1alpha1_certificate_signing_request**](CertificatesV1alpha1Api.md#create_certificates_v1alpha1_certificate_signing_request) | **POST** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests | -[**delete_certificates_v1alpha1_certificate_signing_request**](CertificatesV1alpha1Api.md#delete_certificates_v1alpha1_certificate_signing_request) | **DELETE** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | -[**delete_certificates_v1alpha1_collection_certificate_signing_request**](CertificatesV1alpha1Api.md#delete_certificates_v1alpha1_collection_certificate_signing_request) | **DELETE** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests | -[**get_certificates_v1alpha1_api_resources**](CertificatesV1alpha1Api.md#get_certificates_v1alpha1_api_resources) | **GET** /apis/certificates.k8s.io/v1alpha1/ | -[**list_certificates_v1alpha1_certificate_signing_request**](CertificatesV1alpha1Api.md#list_certificates_v1alpha1_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests | -[**patch_certificates_v1alpha1_certificate_signing_request**](CertificatesV1alpha1Api.md#patch_certificates_v1alpha1_certificate_signing_request) | **PATCH** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | -[**read_certificates_v1alpha1_certificate_signing_request**](CertificatesV1alpha1Api.md#read_certificates_v1alpha1_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | -[**replace_certificates_v1alpha1_certificate_signing_request**](CertificatesV1alpha1Api.md#replace_certificates_v1alpha1_certificate_signing_request) | **PUT** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | -[**replace_certificates_v1alpha1_certificate_signing_request_approval**](CertificatesV1alpha1Api.md#replace_certificates_v1alpha1_certificate_signing_request_approval) | **PUT** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name}/approval | -[**replace_certificates_v1alpha1_certificate_signing_request_status**](CertificatesV1alpha1Api.md#replace_certificates_v1alpha1_certificate_signing_request_status) | **PUT** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name}/status | -[**watch_certificates_v1alpha1_certificate_signing_request**](CertificatesV1alpha1Api.md#watch_certificates_v1alpha1_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1alpha1/watch/certificatesigningrequests/{name} | -[**watch_certificates_v1alpha1_certificate_signing_request_list**](CertificatesV1alpha1Api.md#watch_certificates_v1alpha1_certificate_signing_request_list) | **GET** /apis/certificates.k8s.io/v1alpha1/watch/certificatesigningrequests | +[**create_certificate_signing_request**](CertificatesV1alpha1Api.md#create_certificate_signing_request) | **POST** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests | +[**delete_certificate_signing_request**](CertificatesV1alpha1Api.md#delete_certificate_signing_request) | **DELETE** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | +[**delete_collection_certificate_signing_request**](CertificatesV1alpha1Api.md#delete_collection_certificate_signing_request) | **DELETE** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests | +[**get_api_resources**](CertificatesV1alpha1Api.md#get_api_resources) | **GET** /apis/certificates.k8s.io/v1alpha1/ | +[**list_certificate_signing_request**](CertificatesV1alpha1Api.md#list_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests | +[**patch_certificate_signing_request**](CertificatesV1alpha1Api.md#patch_certificate_signing_request) | **PATCH** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | +[**read_certificate_signing_request**](CertificatesV1alpha1Api.md#read_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | +[**replace_certificate_signing_request**](CertificatesV1alpha1Api.md#replace_certificate_signing_request) | **PUT** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name} | +[**replace_certificate_signing_request_approval**](CertificatesV1alpha1Api.md#replace_certificate_signing_request_approval) | **PUT** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name}/approval | +[**replace_certificate_signing_request_status**](CertificatesV1alpha1Api.md#replace_certificate_signing_request_status) | **PUT** /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name}/status | +[**watch_certificate_signing_request**](CertificatesV1alpha1Api.md#watch_certificate_signing_request) | **GET** /apis/certificates.k8s.io/v1alpha1/watch/certificatesigningrequests/{name} | +[**watch_certificate_signing_request_list**](CertificatesV1alpha1Api.md#watch_certificate_signing_request_list) | **GET** /apis/certificates.k8s.io/v1alpha1/watch/certificatesigningrequests | -# **create_certificates_v1alpha1_certificate_signing_request** -> V1alpha1CertificateSigningRequest create_certificates_v1alpha1_certificate_signing_request(body, pretty=pretty) +# **create_certificate_signing_request** +> V1alpha1CertificateSigningRequest create_certificate_signing_request(body, pretty=pretty) @@ -44,10 +44,10 @@ body = k8sclient.V1alpha1CertificateSigningRequest() # V1alpha1CertificateSignin pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_certificates_v1alpha1_certificate_signing_request(body, pretty=pretty) + api_response = api_instance.create_certificate_signing_request(body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CertificatesV1alpha1Api->create_certificates_v1alpha1_certificate_signing_request: %s\n" % e) + print("Exception when calling CertificatesV1alpha1Api->create_certificate_signing_request: %s\n" % e) ``` ### Parameters @@ -72,8 +72,8 @@ 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) -# **delete_certificates_v1alpha1_certificate_signing_request** -> UnversionedStatus delete_certificates_v1alpha1_certificate_signing_request(name, body, pretty=pretty) +# **delete_certificate_signing_request** +> UnversionedStatus delete_certificate_signing_request(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -97,12 +97,14 @@ api_instance = k8sclient.CertificatesV1alpha1Api() name = 'name_example' # str | name of the CertificateSigningRequest body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_certificates_v1alpha1_certificate_signing_request(name, body, pretty=pretty) + api_response = api_instance.delete_certificate_signing_request(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling CertificatesV1alpha1Api->delete_certificates_v1alpha1_certificate_signing_request: %s\n" % e) + print("Exception when calling CertificatesV1alpha1Api->delete_certificate_signing_request: %s\n" % e) ``` ### Parameters @@ -112,6 +114,8 @@ Name | Type | Description | Notes **name** | **str**| name of the CertificateSigningRequest | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -128,8 +132,8 @@ 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) -# **delete_certificates_v1alpha1_collection_certificate_signing_request** -> UnversionedStatus delete_certificates_v1alpha1_collection_certificate_signing_request(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_certificate_signing_request** +> UnversionedStatus delete_collection_certificate_signing_request(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -158,10 +162,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_certificates_v1alpha1_collection_certificate_signing_request(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_certificate_signing_request(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CertificatesV1alpha1Api->delete_certificates_v1alpha1_collection_certificate_signing_request: %s\n" % e) + print("Exception when calling CertificatesV1alpha1Api->delete_collection_certificate_signing_request: %s\n" % e) ``` ### Parameters @@ -190,8 +194,8 @@ 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) -# **get_certificates_v1alpha1_api_resources** -> UnversionedAPIResourceList get_certificates_v1alpha1_api_resources() +# **get_api_resources** +> UnversionedAPIResourceList get_api_resources() @@ -214,10 +218,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.CertificatesV1alpha1Api() try: - api_response = api_instance.get_certificates_v1alpha1_api_resources() + api_response = api_instance.get_api_resources() pprint(api_response) except ApiException as e: - print("Exception when calling CertificatesV1alpha1Api->get_certificates_v1alpha1_api_resources: %s\n" % e) + print("Exception when calling CertificatesV1alpha1Api->get_api_resources: %s\n" % e) ``` ### Parameters @@ -238,8 +242,8 @@ This endpoint does not need any parameter. [[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_certificates_v1alpha1_certificate_signing_request** -> V1alpha1CertificateSigningRequestList list_certificates_v1alpha1_certificate_signing_request(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_certificate_signing_request** +> V1alpha1CertificateSigningRequestList list_certificate_signing_request(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -268,10 +272,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_certificates_v1alpha1_certificate_signing_request(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_certificate_signing_request(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CertificatesV1alpha1Api->list_certificates_v1alpha1_certificate_signing_request: %s\n" % e) + print("Exception when calling CertificatesV1alpha1Api->list_certificate_signing_request: %s\n" % e) ``` ### Parameters @@ -300,8 +304,8 @@ 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_certificates_v1alpha1_certificate_signing_request** -> V1alpha1CertificateSigningRequest patch_certificates_v1alpha1_certificate_signing_request(name, body, pretty=pretty) +# **patch_certificate_signing_request** +> V1alpha1CertificateSigningRequest patch_certificate_signing_request(name, body, pretty=pretty) @@ -327,10 +331,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_certificates_v1alpha1_certificate_signing_request(name, body, pretty=pretty) + api_response = api_instance.patch_certificate_signing_request(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CertificatesV1alpha1Api->patch_certificates_v1alpha1_certificate_signing_request: %s\n" % e) + print("Exception when calling CertificatesV1alpha1Api->patch_certificate_signing_request: %s\n" % e) ``` ### Parameters @@ -356,8 +360,8 @@ 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_certificates_v1alpha1_certificate_signing_request** -> V1alpha1CertificateSigningRequest read_certificates_v1alpha1_certificate_signing_request(name, pretty=pretty, exact=exact, export=export) +# **read_certificate_signing_request** +> V1alpha1CertificateSigningRequest read_certificate_signing_request(name, pretty=pretty, exact=exact, export=export) @@ -384,10 +388,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_certificates_v1alpha1_certificate_signing_request(name, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_certificate_signing_request(name, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CertificatesV1alpha1Api->read_certificates_v1alpha1_certificate_signing_request: %s\n" % e) + print("Exception when calling CertificatesV1alpha1Api->read_certificate_signing_request: %s\n" % e) ``` ### Parameters @@ -414,8 +418,8 @@ 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) -# **replace_certificates_v1alpha1_certificate_signing_request** -> V1alpha1CertificateSigningRequest replace_certificates_v1alpha1_certificate_signing_request(name, body, pretty=pretty) +# **replace_certificate_signing_request** +> V1alpha1CertificateSigningRequest replace_certificate_signing_request(name, body, pretty=pretty) @@ -441,10 +445,10 @@ body = k8sclient.V1alpha1CertificateSigningRequest() # V1alpha1CertificateSignin pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_certificates_v1alpha1_certificate_signing_request(name, body, pretty=pretty) + api_response = api_instance.replace_certificate_signing_request(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CertificatesV1alpha1Api->replace_certificates_v1alpha1_certificate_signing_request: %s\n" % e) + print("Exception when calling CertificatesV1alpha1Api->replace_certificate_signing_request: %s\n" % e) ``` ### Parameters @@ -470,8 +474,8 @@ 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) -# **replace_certificates_v1alpha1_certificate_signing_request_approval** -> V1alpha1CertificateSigningRequest replace_certificates_v1alpha1_certificate_signing_request_approval(body, name, pretty=pretty) +# **replace_certificate_signing_request_approval** +> V1alpha1CertificateSigningRequest replace_certificate_signing_request_approval(body, name, pretty=pretty) @@ -497,10 +501,10 @@ 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.replace_certificates_v1alpha1_certificate_signing_request_approval(body, name, pretty=pretty) + api_response = api_instance.replace_certificate_signing_request_approval(body, name, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CertificatesV1alpha1Api->replace_certificates_v1alpha1_certificate_signing_request_approval: %s\n" % e) + print("Exception when calling CertificatesV1alpha1Api->replace_certificate_signing_request_approval: %s\n" % e) ``` ### Parameters @@ -526,8 +530,8 @@ 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) -# **replace_certificates_v1alpha1_certificate_signing_request_status** -> V1alpha1CertificateSigningRequest replace_certificates_v1alpha1_certificate_signing_request_status(body, name, pretty=pretty) +# **replace_certificate_signing_request_status** +> V1alpha1CertificateSigningRequest replace_certificate_signing_request_status(body, name, pretty=pretty) @@ -553,10 +557,10 @@ 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.replace_certificates_v1alpha1_certificate_signing_request_status(body, name, pretty=pretty) + api_response = api_instance.replace_certificate_signing_request_status(body, name, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CertificatesV1alpha1Api->replace_certificates_v1alpha1_certificate_signing_request_status: %s\n" % e) + print("Exception when calling CertificatesV1alpha1Api->replace_certificate_signing_request_status: %s\n" % e) ``` ### Parameters @@ -582,8 +586,8 @@ 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) -# **watch_certificates_v1alpha1_certificate_signing_request** -> VersionedEvent watch_certificates_v1alpha1_certificate_signing_request(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_certificate_signing_request** +> VersionedEvent watch_certificate_signing_request(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -613,10 +617,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_certificates_v1alpha1_certificate_signing_request(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_certificate_signing_request(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CertificatesV1alpha1Api->watch_certificates_v1alpha1_certificate_signing_request: %s\n" % e) + print("Exception when calling CertificatesV1alpha1Api->watch_certificate_signing_request: %s\n" % e) ``` ### Parameters @@ -646,8 +650,8 @@ 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) -# **watch_certificates_v1alpha1_certificate_signing_request_list** -> VersionedEvent watch_certificates_v1alpha1_certificate_signing_request_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_certificate_signing_request_list** +> VersionedEvent watch_certificate_signing_request_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -676,10 +680,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_certificates_v1alpha1_certificate_signing_request_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_certificate_signing_request_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CertificatesV1alpha1Api->watch_certificates_v1alpha1_certificate_signing_request_list: %s\n" % e) + print("Exception when calling CertificatesV1alpha1Api->watch_certificate_signing_request_list: %s\n" % e) ``` ### Parameters diff --git a/docs/CoreApi.md b/docs/CoreApi.md index 5dd9719211..ea15193102 100644 --- a/docs/CoreApi.md +++ b/docs/CoreApi.md @@ -4,11 +4,11 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**get_core_api_versions**](CoreApi.md#get_core_api_versions) | **GET** /api/ | +[**get_api_versions**](CoreApi.md#get_api_versions) | **GET** /api/ | -# **get_core_api_versions** -> UnversionedAPIVersions get_core_api_versions() +# **get_api_versions** +> UnversionedAPIVersions get_api_versions() @@ -31,10 +31,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.CoreApi() try: - api_response = api_instance.get_core_api_versions() + api_response = api_instance.get_api_versions() pprint(api_response) except ApiException as e: - print("Exception when calling CoreApi->get_core_api_versions: %s\n" % e) + print("Exception when calling CoreApi->get_api_versions: %s\n" % e) ``` ### Parameters diff --git a/docs/CoreV1Api.md b/docs/CoreV1Api.md index b9dca1a13b..127d93ea7d 100644 --- a/docs/CoreV1Api.md +++ b/docs/CoreV1Api.md @@ -4,281 +4,281 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**connect_core_v1_delete_namespaced_pod_proxy**](CoreV1Api.md#connect_core_v1_delete_namespaced_pod_proxy) | **DELETE** /api/v1/namespaces/{namespace}/pods/{name}/proxy | -[**connect_core_v1_delete_namespaced_pod_proxy_with_path**](CoreV1Api.md#connect_core_v1_delete_namespaced_pod_proxy_with_path) | **DELETE** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | -[**connect_core_v1_delete_namespaced_service_proxy**](CoreV1Api.md#connect_core_v1_delete_namespaced_service_proxy) | **DELETE** /api/v1/namespaces/{namespace}/services/{name}/proxy | -[**connect_core_v1_delete_namespaced_service_proxy_with_path**](CoreV1Api.md#connect_core_v1_delete_namespaced_service_proxy_with_path) | **DELETE** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | -[**connect_core_v1_delete_node_proxy**](CoreV1Api.md#connect_core_v1_delete_node_proxy) | **DELETE** /api/v1/nodes/{name}/proxy | -[**connect_core_v1_delete_node_proxy_with_path**](CoreV1Api.md#connect_core_v1_delete_node_proxy_with_path) | **DELETE** /api/v1/nodes/{name}/proxy/{path} | -[**connect_core_v1_get_namespaced_pod_attach**](CoreV1Api.md#connect_core_v1_get_namespaced_pod_attach) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/attach | -[**connect_core_v1_get_namespaced_pod_exec**](CoreV1Api.md#connect_core_v1_get_namespaced_pod_exec) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/exec | -[**connect_core_v1_get_namespaced_pod_portforward**](CoreV1Api.md#connect_core_v1_get_namespaced_pod_portforward) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/portforward | -[**connect_core_v1_get_namespaced_pod_proxy**](CoreV1Api.md#connect_core_v1_get_namespaced_pod_proxy) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/proxy | -[**connect_core_v1_get_namespaced_pod_proxy_with_path**](CoreV1Api.md#connect_core_v1_get_namespaced_pod_proxy_with_path) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | -[**connect_core_v1_get_namespaced_service_proxy**](CoreV1Api.md#connect_core_v1_get_namespaced_service_proxy) | **GET** /api/v1/namespaces/{namespace}/services/{name}/proxy | -[**connect_core_v1_get_namespaced_service_proxy_with_path**](CoreV1Api.md#connect_core_v1_get_namespaced_service_proxy_with_path) | **GET** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | -[**connect_core_v1_get_node_proxy**](CoreV1Api.md#connect_core_v1_get_node_proxy) | **GET** /api/v1/nodes/{name}/proxy | -[**connect_core_v1_get_node_proxy_with_path**](CoreV1Api.md#connect_core_v1_get_node_proxy_with_path) | **GET** /api/v1/nodes/{name}/proxy/{path} | -[**connect_core_v1_head_namespaced_pod_proxy**](CoreV1Api.md#connect_core_v1_head_namespaced_pod_proxy) | **HEAD** /api/v1/namespaces/{namespace}/pods/{name}/proxy | -[**connect_core_v1_head_namespaced_pod_proxy_with_path**](CoreV1Api.md#connect_core_v1_head_namespaced_pod_proxy_with_path) | **HEAD** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | -[**connect_core_v1_head_namespaced_service_proxy**](CoreV1Api.md#connect_core_v1_head_namespaced_service_proxy) | **HEAD** /api/v1/namespaces/{namespace}/services/{name}/proxy | -[**connect_core_v1_head_namespaced_service_proxy_with_path**](CoreV1Api.md#connect_core_v1_head_namespaced_service_proxy_with_path) | **HEAD** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | -[**connect_core_v1_head_node_proxy**](CoreV1Api.md#connect_core_v1_head_node_proxy) | **HEAD** /api/v1/nodes/{name}/proxy | -[**connect_core_v1_head_node_proxy_with_path**](CoreV1Api.md#connect_core_v1_head_node_proxy_with_path) | **HEAD** /api/v1/nodes/{name}/proxy/{path} | -[**connect_core_v1_options_namespaced_pod_proxy**](CoreV1Api.md#connect_core_v1_options_namespaced_pod_proxy) | **OPTIONS** /api/v1/namespaces/{namespace}/pods/{name}/proxy | -[**connect_core_v1_options_namespaced_pod_proxy_with_path**](CoreV1Api.md#connect_core_v1_options_namespaced_pod_proxy_with_path) | **OPTIONS** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | -[**connect_core_v1_options_namespaced_service_proxy**](CoreV1Api.md#connect_core_v1_options_namespaced_service_proxy) | **OPTIONS** /api/v1/namespaces/{namespace}/services/{name}/proxy | -[**connect_core_v1_options_namespaced_service_proxy_with_path**](CoreV1Api.md#connect_core_v1_options_namespaced_service_proxy_with_path) | **OPTIONS** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | -[**connect_core_v1_options_node_proxy**](CoreV1Api.md#connect_core_v1_options_node_proxy) | **OPTIONS** /api/v1/nodes/{name}/proxy | -[**connect_core_v1_options_node_proxy_with_path**](CoreV1Api.md#connect_core_v1_options_node_proxy_with_path) | **OPTIONS** /api/v1/nodes/{name}/proxy/{path} | -[**connect_core_v1_post_namespaced_pod_attach**](CoreV1Api.md#connect_core_v1_post_namespaced_pod_attach) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/attach | -[**connect_core_v1_post_namespaced_pod_exec**](CoreV1Api.md#connect_core_v1_post_namespaced_pod_exec) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/exec | -[**connect_core_v1_post_namespaced_pod_portforward**](CoreV1Api.md#connect_core_v1_post_namespaced_pod_portforward) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/portforward | -[**connect_core_v1_post_namespaced_pod_proxy**](CoreV1Api.md#connect_core_v1_post_namespaced_pod_proxy) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/proxy | -[**connect_core_v1_post_namespaced_pod_proxy_with_path**](CoreV1Api.md#connect_core_v1_post_namespaced_pod_proxy_with_path) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | -[**connect_core_v1_post_namespaced_service_proxy**](CoreV1Api.md#connect_core_v1_post_namespaced_service_proxy) | **POST** /api/v1/namespaces/{namespace}/services/{name}/proxy | -[**connect_core_v1_post_namespaced_service_proxy_with_path**](CoreV1Api.md#connect_core_v1_post_namespaced_service_proxy_with_path) | **POST** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | -[**connect_core_v1_post_node_proxy**](CoreV1Api.md#connect_core_v1_post_node_proxy) | **POST** /api/v1/nodes/{name}/proxy | -[**connect_core_v1_post_node_proxy_with_path**](CoreV1Api.md#connect_core_v1_post_node_proxy_with_path) | **POST** /api/v1/nodes/{name}/proxy/{path} | -[**connect_core_v1_put_namespaced_pod_proxy**](CoreV1Api.md#connect_core_v1_put_namespaced_pod_proxy) | **PUT** /api/v1/namespaces/{namespace}/pods/{name}/proxy | -[**connect_core_v1_put_namespaced_pod_proxy_with_path**](CoreV1Api.md#connect_core_v1_put_namespaced_pod_proxy_with_path) | **PUT** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | -[**connect_core_v1_put_namespaced_service_proxy**](CoreV1Api.md#connect_core_v1_put_namespaced_service_proxy) | **PUT** /api/v1/namespaces/{namespace}/services/{name}/proxy | -[**connect_core_v1_put_namespaced_service_proxy_with_path**](CoreV1Api.md#connect_core_v1_put_namespaced_service_proxy_with_path) | **PUT** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | -[**connect_core_v1_put_node_proxy**](CoreV1Api.md#connect_core_v1_put_node_proxy) | **PUT** /api/v1/nodes/{name}/proxy | -[**connect_core_v1_put_node_proxy_with_path**](CoreV1Api.md#connect_core_v1_put_node_proxy_with_path) | **PUT** /api/v1/nodes/{name}/proxy/{path} | -[**create_core_v1_namespace**](CoreV1Api.md#create_core_v1_namespace) | **POST** /api/v1/namespaces | -[**create_core_v1_namespaced_binding**](CoreV1Api.md#create_core_v1_namespaced_binding) | **POST** /api/v1/namespaces/{namespace}/bindings | -[**create_core_v1_namespaced_binding_binding**](CoreV1Api.md#create_core_v1_namespaced_binding_binding) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/binding | -[**create_core_v1_namespaced_config_map**](CoreV1Api.md#create_core_v1_namespaced_config_map) | **POST** /api/v1/namespaces/{namespace}/configmaps | -[**create_core_v1_namespaced_endpoints**](CoreV1Api.md#create_core_v1_namespaced_endpoints) | **POST** /api/v1/namespaces/{namespace}/endpoints | -[**create_core_v1_namespaced_event**](CoreV1Api.md#create_core_v1_namespaced_event) | **POST** /api/v1/namespaces/{namespace}/events | -[**create_core_v1_namespaced_eviction_eviction**](CoreV1Api.md#create_core_v1_namespaced_eviction_eviction) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/eviction | -[**create_core_v1_namespaced_limit_range**](CoreV1Api.md#create_core_v1_namespaced_limit_range) | **POST** /api/v1/namespaces/{namespace}/limitranges | -[**create_core_v1_namespaced_persistent_volume_claim**](CoreV1Api.md#create_core_v1_namespaced_persistent_volume_claim) | **POST** /api/v1/namespaces/{namespace}/persistentvolumeclaims | -[**create_core_v1_namespaced_pod**](CoreV1Api.md#create_core_v1_namespaced_pod) | **POST** /api/v1/namespaces/{namespace}/pods | -[**create_core_v1_namespaced_pod_template**](CoreV1Api.md#create_core_v1_namespaced_pod_template) | **POST** /api/v1/namespaces/{namespace}/podtemplates | -[**create_core_v1_namespaced_replication_controller**](CoreV1Api.md#create_core_v1_namespaced_replication_controller) | **POST** /api/v1/namespaces/{namespace}/replicationcontrollers | -[**create_core_v1_namespaced_resource_quota**](CoreV1Api.md#create_core_v1_namespaced_resource_quota) | **POST** /api/v1/namespaces/{namespace}/resourcequotas | -[**create_core_v1_namespaced_secret**](CoreV1Api.md#create_core_v1_namespaced_secret) | **POST** /api/v1/namespaces/{namespace}/secrets | -[**create_core_v1_namespaced_service**](CoreV1Api.md#create_core_v1_namespaced_service) | **POST** /api/v1/namespaces/{namespace}/services | -[**create_core_v1_namespaced_service_account**](CoreV1Api.md#create_core_v1_namespaced_service_account) | **POST** /api/v1/namespaces/{namespace}/serviceaccounts | -[**create_core_v1_node**](CoreV1Api.md#create_core_v1_node) | **POST** /api/v1/nodes | -[**create_core_v1_persistent_volume**](CoreV1Api.md#create_core_v1_persistent_volume) | **POST** /api/v1/persistentvolumes | -[**delete_core_v1_collection_namespace**](CoreV1Api.md#delete_core_v1_collection_namespace) | **DELETE** /api/v1/namespaces | -[**delete_core_v1_collection_namespaced_config_map**](CoreV1Api.md#delete_core_v1_collection_namespaced_config_map) | **DELETE** /api/v1/namespaces/{namespace}/configmaps | -[**delete_core_v1_collection_namespaced_endpoints**](CoreV1Api.md#delete_core_v1_collection_namespaced_endpoints) | **DELETE** /api/v1/namespaces/{namespace}/endpoints | -[**delete_core_v1_collection_namespaced_event**](CoreV1Api.md#delete_core_v1_collection_namespaced_event) | **DELETE** /api/v1/namespaces/{namespace}/events | -[**delete_core_v1_collection_namespaced_limit_range**](CoreV1Api.md#delete_core_v1_collection_namespaced_limit_range) | **DELETE** /api/v1/namespaces/{namespace}/limitranges | -[**delete_core_v1_collection_namespaced_persistent_volume_claim**](CoreV1Api.md#delete_core_v1_collection_namespaced_persistent_volume_claim) | **DELETE** /api/v1/namespaces/{namespace}/persistentvolumeclaims | -[**delete_core_v1_collection_namespaced_pod**](CoreV1Api.md#delete_core_v1_collection_namespaced_pod) | **DELETE** /api/v1/namespaces/{namespace}/pods | -[**delete_core_v1_collection_namespaced_pod_template**](CoreV1Api.md#delete_core_v1_collection_namespaced_pod_template) | **DELETE** /api/v1/namespaces/{namespace}/podtemplates | -[**delete_core_v1_collection_namespaced_replication_controller**](CoreV1Api.md#delete_core_v1_collection_namespaced_replication_controller) | **DELETE** /api/v1/namespaces/{namespace}/replicationcontrollers | -[**delete_core_v1_collection_namespaced_resource_quota**](CoreV1Api.md#delete_core_v1_collection_namespaced_resource_quota) | **DELETE** /api/v1/namespaces/{namespace}/resourcequotas | -[**delete_core_v1_collection_namespaced_secret**](CoreV1Api.md#delete_core_v1_collection_namespaced_secret) | **DELETE** /api/v1/namespaces/{namespace}/secrets | -[**delete_core_v1_collection_namespaced_service_account**](CoreV1Api.md#delete_core_v1_collection_namespaced_service_account) | **DELETE** /api/v1/namespaces/{namespace}/serviceaccounts | -[**delete_core_v1_collection_node**](CoreV1Api.md#delete_core_v1_collection_node) | **DELETE** /api/v1/nodes | -[**delete_core_v1_collection_persistent_volume**](CoreV1Api.md#delete_core_v1_collection_persistent_volume) | **DELETE** /api/v1/persistentvolumes | -[**delete_core_v1_namespace**](CoreV1Api.md#delete_core_v1_namespace) | **DELETE** /api/v1/namespaces/{name} | -[**delete_core_v1_namespaced_config_map**](CoreV1Api.md#delete_core_v1_namespaced_config_map) | **DELETE** /api/v1/namespaces/{namespace}/configmaps/{name} | -[**delete_core_v1_namespaced_endpoints**](CoreV1Api.md#delete_core_v1_namespaced_endpoints) | **DELETE** /api/v1/namespaces/{namespace}/endpoints/{name} | -[**delete_core_v1_namespaced_event**](CoreV1Api.md#delete_core_v1_namespaced_event) | **DELETE** /api/v1/namespaces/{namespace}/events/{name} | -[**delete_core_v1_namespaced_limit_range**](CoreV1Api.md#delete_core_v1_namespaced_limit_range) | **DELETE** /api/v1/namespaces/{namespace}/limitranges/{name} | -[**delete_core_v1_namespaced_persistent_volume_claim**](CoreV1Api.md#delete_core_v1_namespaced_persistent_volume_claim) | **DELETE** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | -[**delete_core_v1_namespaced_pod**](CoreV1Api.md#delete_core_v1_namespaced_pod) | **DELETE** /api/v1/namespaces/{namespace}/pods/{name} | -[**delete_core_v1_namespaced_pod_template**](CoreV1Api.md#delete_core_v1_namespaced_pod_template) | **DELETE** /api/v1/namespaces/{namespace}/podtemplates/{name} | -[**delete_core_v1_namespaced_replication_controller**](CoreV1Api.md#delete_core_v1_namespaced_replication_controller) | **DELETE** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | -[**delete_core_v1_namespaced_resource_quota**](CoreV1Api.md#delete_core_v1_namespaced_resource_quota) | **DELETE** /api/v1/namespaces/{namespace}/resourcequotas/{name} | -[**delete_core_v1_namespaced_secret**](CoreV1Api.md#delete_core_v1_namespaced_secret) | **DELETE** /api/v1/namespaces/{namespace}/secrets/{name} | -[**delete_core_v1_namespaced_service**](CoreV1Api.md#delete_core_v1_namespaced_service) | **DELETE** /api/v1/namespaces/{namespace}/services/{name} | -[**delete_core_v1_namespaced_service_account**](CoreV1Api.md#delete_core_v1_namespaced_service_account) | **DELETE** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | -[**delete_core_v1_node**](CoreV1Api.md#delete_core_v1_node) | **DELETE** /api/v1/nodes/{name} | -[**delete_core_v1_persistent_volume**](CoreV1Api.md#delete_core_v1_persistent_volume) | **DELETE** /api/v1/persistentvolumes/{name} | -[**get_core_v1_api_resources**](CoreV1Api.md#get_core_v1_api_resources) | **GET** /api/v1/ | -[**list_core_v1_component_status**](CoreV1Api.md#list_core_v1_component_status) | **GET** /api/v1/componentstatuses | -[**list_core_v1_config_map_for_all_namespaces**](CoreV1Api.md#list_core_v1_config_map_for_all_namespaces) | **GET** /api/v1/configmaps | -[**list_core_v1_endpoints_for_all_namespaces**](CoreV1Api.md#list_core_v1_endpoints_for_all_namespaces) | **GET** /api/v1/endpoints | -[**list_core_v1_event_for_all_namespaces**](CoreV1Api.md#list_core_v1_event_for_all_namespaces) | **GET** /api/v1/events | -[**list_core_v1_limit_range_for_all_namespaces**](CoreV1Api.md#list_core_v1_limit_range_for_all_namespaces) | **GET** /api/v1/limitranges | -[**list_core_v1_namespace**](CoreV1Api.md#list_core_v1_namespace) | **GET** /api/v1/namespaces | -[**list_core_v1_namespaced_config_map**](CoreV1Api.md#list_core_v1_namespaced_config_map) | **GET** /api/v1/namespaces/{namespace}/configmaps | -[**list_core_v1_namespaced_endpoints**](CoreV1Api.md#list_core_v1_namespaced_endpoints) | **GET** /api/v1/namespaces/{namespace}/endpoints | -[**list_core_v1_namespaced_event**](CoreV1Api.md#list_core_v1_namespaced_event) | **GET** /api/v1/namespaces/{namespace}/events | -[**list_core_v1_namespaced_limit_range**](CoreV1Api.md#list_core_v1_namespaced_limit_range) | **GET** /api/v1/namespaces/{namespace}/limitranges | -[**list_core_v1_namespaced_persistent_volume_claim**](CoreV1Api.md#list_core_v1_namespaced_persistent_volume_claim) | **GET** /api/v1/namespaces/{namespace}/persistentvolumeclaims | -[**list_core_v1_namespaced_pod**](CoreV1Api.md#list_core_v1_namespaced_pod) | **GET** /api/v1/namespaces/{namespace}/pods | -[**list_core_v1_namespaced_pod_template**](CoreV1Api.md#list_core_v1_namespaced_pod_template) | **GET** /api/v1/namespaces/{namespace}/podtemplates | -[**list_core_v1_namespaced_replication_controller**](CoreV1Api.md#list_core_v1_namespaced_replication_controller) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers | -[**list_core_v1_namespaced_resource_quota**](CoreV1Api.md#list_core_v1_namespaced_resource_quota) | **GET** /api/v1/namespaces/{namespace}/resourcequotas | -[**list_core_v1_namespaced_secret**](CoreV1Api.md#list_core_v1_namespaced_secret) | **GET** /api/v1/namespaces/{namespace}/secrets | -[**list_core_v1_namespaced_service**](CoreV1Api.md#list_core_v1_namespaced_service) | **GET** /api/v1/namespaces/{namespace}/services | -[**list_core_v1_namespaced_service_account**](CoreV1Api.md#list_core_v1_namespaced_service_account) | **GET** /api/v1/namespaces/{namespace}/serviceaccounts | -[**list_core_v1_node**](CoreV1Api.md#list_core_v1_node) | **GET** /api/v1/nodes | -[**list_core_v1_persistent_volume**](CoreV1Api.md#list_core_v1_persistent_volume) | **GET** /api/v1/persistentvolumes | -[**list_core_v1_persistent_volume_claim_for_all_namespaces**](CoreV1Api.md#list_core_v1_persistent_volume_claim_for_all_namespaces) | **GET** /api/v1/persistentvolumeclaims | -[**list_core_v1_pod_for_all_namespaces**](CoreV1Api.md#list_core_v1_pod_for_all_namespaces) | **GET** /api/v1/pods | -[**list_core_v1_pod_template_for_all_namespaces**](CoreV1Api.md#list_core_v1_pod_template_for_all_namespaces) | **GET** /api/v1/podtemplates | -[**list_core_v1_replication_controller_for_all_namespaces**](CoreV1Api.md#list_core_v1_replication_controller_for_all_namespaces) | **GET** /api/v1/replicationcontrollers | -[**list_core_v1_resource_quota_for_all_namespaces**](CoreV1Api.md#list_core_v1_resource_quota_for_all_namespaces) | **GET** /api/v1/resourcequotas | -[**list_core_v1_secret_for_all_namespaces**](CoreV1Api.md#list_core_v1_secret_for_all_namespaces) | **GET** /api/v1/secrets | -[**list_core_v1_service_account_for_all_namespaces**](CoreV1Api.md#list_core_v1_service_account_for_all_namespaces) | **GET** /api/v1/serviceaccounts | -[**list_core_v1_service_for_all_namespaces**](CoreV1Api.md#list_core_v1_service_for_all_namespaces) | **GET** /api/v1/services | -[**patch_core_v1_namespace**](CoreV1Api.md#patch_core_v1_namespace) | **PATCH** /api/v1/namespaces/{name} | -[**patch_core_v1_namespace_status**](CoreV1Api.md#patch_core_v1_namespace_status) | **PATCH** /api/v1/namespaces/{name}/status | -[**patch_core_v1_namespaced_config_map**](CoreV1Api.md#patch_core_v1_namespaced_config_map) | **PATCH** /api/v1/namespaces/{namespace}/configmaps/{name} | -[**patch_core_v1_namespaced_endpoints**](CoreV1Api.md#patch_core_v1_namespaced_endpoints) | **PATCH** /api/v1/namespaces/{namespace}/endpoints/{name} | -[**patch_core_v1_namespaced_event**](CoreV1Api.md#patch_core_v1_namespaced_event) | **PATCH** /api/v1/namespaces/{namespace}/events/{name} | -[**patch_core_v1_namespaced_limit_range**](CoreV1Api.md#patch_core_v1_namespaced_limit_range) | **PATCH** /api/v1/namespaces/{namespace}/limitranges/{name} | -[**patch_core_v1_namespaced_persistent_volume_claim**](CoreV1Api.md#patch_core_v1_namespaced_persistent_volume_claim) | **PATCH** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | -[**patch_core_v1_namespaced_persistent_volume_claim_status**](CoreV1Api.md#patch_core_v1_namespaced_persistent_volume_claim_status) | **PATCH** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | -[**patch_core_v1_namespaced_pod**](CoreV1Api.md#patch_core_v1_namespaced_pod) | **PATCH** /api/v1/namespaces/{namespace}/pods/{name} | -[**patch_core_v1_namespaced_pod_status**](CoreV1Api.md#patch_core_v1_namespaced_pod_status) | **PATCH** /api/v1/namespaces/{namespace}/pods/{name}/status | -[**patch_core_v1_namespaced_pod_template**](CoreV1Api.md#patch_core_v1_namespaced_pod_template) | **PATCH** /api/v1/namespaces/{namespace}/podtemplates/{name} | -[**patch_core_v1_namespaced_replication_controller**](CoreV1Api.md#patch_core_v1_namespaced_replication_controller) | **PATCH** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | -[**patch_core_v1_namespaced_replication_controller_status**](CoreV1Api.md#patch_core_v1_namespaced_replication_controller_status) | **PATCH** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | -[**patch_core_v1_namespaced_resource_quota**](CoreV1Api.md#patch_core_v1_namespaced_resource_quota) | **PATCH** /api/v1/namespaces/{namespace}/resourcequotas/{name} | -[**patch_core_v1_namespaced_resource_quota_status**](CoreV1Api.md#patch_core_v1_namespaced_resource_quota_status) | **PATCH** /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | -[**patch_core_v1_namespaced_scale_scale**](CoreV1Api.md#patch_core_v1_namespaced_scale_scale) | **PATCH** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | -[**patch_core_v1_namespaced_secret**](CoreV1Api.md#patch_core_v1_namespaced_secret) | **PATCH** /api/v1/namespaces/{namespace}/secrets/{name} | -[**patch_core_v1_namespaced_service**](CoreV1Api.md#patch_core_v1_namespaced_service) | **PATCH** /api/v1/namespaces/{namespace}/services/{name} | -[**patch_core_v1_namespaced_service_account**](CoreV1Api.md#patch_core_v1_namespaced_service_account) | **PATCH** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | -[**patch_core_v1_namespaced_service_status**](CoreV1Api.md#patch_core_v1_namespaced_service_status) | **PATCH** /api/v1/namespaces/{namespace}/services/{name}/status | -[**patch_core_v1_node**](CoreV1Api.md#patch_core_v1_node) | **PATCH** /api/v1/nodes/{name} | -[**patch_core_v1_node_status**](CoreV1Api.md#patch_core_v1_node_status) | **PATCH** /api/v1/nodes/{name}/status | -[**patch_core_v1_persistent_volume**](CoreV1Api.md#patch_core_v1_persistent_volume) | **PATCH** /api/v1/persistentvolumes/{name} | -[**patch_core_v1_persistent_volume_status**](CoreV1Api.md#patch_core_v1_persistent_volume_status) | **PATCH** /api/v1/persistentvolumes/{name}/status | -[**proxy_core_v1_delete_namespaced_pod**](CoreV1Api.md#proxy_core_v1_delete_namespaced_pod) | **DELETE** /api/v1/proxy/namespaces/{namespace}/pods/{name} | -[**proxy_core_v1_delete_namespaced_pod_with_path**](CoreV1Api.md#proxy_core_v1_delete_namespaced_pod_with_path) | **DELETE** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | -[**proxy_core_v1_delete_namespaced_service**](CoreV1Api.md#proxy_core_v1_delete_namespaced_service) | **DELETE** /api/v1/proxy/namespaces/{namespace}/services/{name} | -[**proxy_core_v1_delete_namespaced_service_with_path**](CoreV1Api.md#proxy_core_v1_delete_namespaced_service_with_path) | **DELETE** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | -[**proxy_core_v1_delete_node**](CoreV1Api.md#proxy_core_v1_delete_node) | **DELETE** /api/v1/proxy/nodes/{name} | -[**proxy_core_v1_delete_node_with_path**](CoreV1Api.md#proxy_core_v1_delete_node_with_path) | **DELETE** /api/v1/proxy/nodes/{name}/{path} | -[**proxy_core_v1_get_namespaced_pod**](CoreV1Api.md#proxy_core_v1_get_namespaced_pod) | **GET** /api/v1/proxy/namespaces/{namespace}/pods/{name} | -[**proxy_core_v1_get_namespaced_pod_with_path**](CoreV1Api.md#proxy_core_v1_get_namespaced_pod_with_path) | **GET** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | -[**proxy_core_v1_get_namespaced_service**](CoreV1Api.md#proxy_core_v1_get_namespaced_service) | **GET** /api/v1/proxy/namespaces/{namespace}/services/{name} | -[**proxy_core_v1_get_namespaced_service_with_path**](CoreV1Api.md#proxy_core_v1_get_namespaced_service_with_path) | **GET** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | -[**proxy_core_v1_get_node**](CoreV1Api.md#proxy_core_v1_get_node) | **GET** /api/v1/proxy/nodes/{name} | -[**proxy_core_v1_get_node_with_path**](CoreV1Api.md#proxy_core_v1_get_node_with_path) | **GET** /api/v1/proxy/nodes/{name}/{path} | -[**proxy_core_v1_head_namespaced_pod**](CoreV1Api.md#proxy_core_v1_head_namespaced_pod) | **HEAD** /api/v1/proxy/namespaces/{namespace}/pods/{name} | -[**proxy_core_v1_head_namespaced_pod_with_path**](CoreV1Api.md#proxy_core_v1_head_namespaced_pod_with_path) | **HEAD** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | -[**proxy_core_v1_head_namespaced_service**](CoreV1Api.md#proxy_core_v1_head_namespaced_service) | **HEAD** /api/v1/proxy/namespaces/{namespace}/services/{name} | -[**proxy_core_v1_head_namespaced_service_with_path**](CoreV1Api.md#proxy_core_v1_head_namespaced_service_with_path) | **HEAD** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | -[**proxy_core_v1_head_node**](CoreV1Api.md#proxy_core_v1_head_node) | **HEAD** /api/v1/proxy/nodes/{name} | -[**proxy_core_v1_head_node_with_path**](CoreV1Api.md#proxy_core_v1_head_node_with_path) | **HEAD** /api/v1/proxy/nodes/{name}/{path} | -[**proxy_core_v1_options_namespaced_pod**](CoreV1Api.md#proxy_core_v1_options_namespaced_pod) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/pods/{name} | -[**proxy_core_v1_options_namespaced_pod_with_path**](CoreV1Api.md#proxy_core_v1_options_namespaced_pod_with_path) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | -[**proxy_core_v1_options_namespaced_service**](CoreV1Api.md#proxy_core_v1_options_namespaced_service) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/services/{name} | -[**proxy_core_v1_options_namespaced_service_with_path**](CoreV1Api.md#proxy_core_v1_options_namespaced_service_with_path) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | -[**proxy_core_v1_options_node**](CoreV1Api.md#proxy_core_v1_options_node) | **OPTIONS** /api/v1/proxy/nodes/{name} | -[**proxy_core_v1_options_node_with_path**](CoreV1Api.md#proxy_core_v1_options_node_with_path) | **OPTIONS** /api/v1/proxy/nodes/{name}/{path} | -[**proxy_core_v1_post_namespaced_pod**](CoreV1Api.md#proxy_core_v1_post_namespaced_pod) | **POST** /api/v1/proxy/namespaces/{namespace}/pods/{name} | -[**proxy_core_v1_post_namespaced_pod_with_path**](CoreV1Api.md#proxy_core_v1_post_namespaced_pod_with_path) | **POST** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | -[**proxy_core_v1_post_namespaced_service**](CoreV1Api.md#proxy_core_v1_post_namespaced_service) | **POST** /api/v1/proxy/namespaces/{namespace}/services/{name} | -[**proxy_core_v1_post_namespaced_service_with_path**](CoreV1Api.md#proxy_core_v1_post_namespaced_service_with_path) | **POST** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | -[**proxy_core_v1_post_node**](CoreV1Api.md#proxy_core_v1_post_node) | **POST** /api/v1/proxy/nodes/{name} | -[**proxy_core_v1_post_node_with_path**](CoreV1Api.md#proxy_core_v1_post_node_with_path) | **POST** /api/v1/proxy/nodes/{name}/{path} | -[**proxy_core_v1_put_namespaced_pod**](CoreV1Api.md#proxy_core_v1_put_namespaced_pod) | **PUT** /api/v1/proxy/namespaces/{namespace}/pods/{name} | -[**proxy_core_v1_put_namespaced_pod_with_path**](CoreV1Api.md#proxy_core_v1_put_namespaced_pod_with_path) | **PUT** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | -[**proxy_core_v1_put_namespaced_service**](CoreV1Api.md#proxy_core_v1_put_namespaced_service) | **PUT** /api/v1/proxy/namespaces/{namespace}/services/{name} | -[**proxy_core_v1_put_namespaced_service_with_path**](CoreV1Api.md#proxy_core_v1_put_namespaced_service_with_path) | **PUT** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | -[**proxy_core_v1_put_node**](CoreV1Api.md#proxy_core_v1_put_node) | **PUT** /api/v1/proxy/nodes/{name} | -[**proxy_core_v1_put_node_with_path**](CoreV1Api.md#proxy_core_v1_put_node_with_path) | **PUT** /api/v1/proxy/nodes/{name}/{path} | -[**read_core_v1_component_status**](CoreV1Api.md#read_core_v1_component_status) | **GET** /api/v1/componentstatuses/{name} | -[**read_core_v1_namespace**](CoreV1Api.md#read_core_v1_namespace) | **GET** /api/v1/namespaces/{name} | -[**read_core_v1_namespace_status**](CoreV1Api.md#read_core_v1_namespace_status) | **GET** /api/v1/namespaces/{name}/status | -[**read_core_v1_namespaced_config_map**](CoreV1Api.md#read_core_v1_namespaced_config_map) | **GET** /api/v1/namespaces/{namespace}/configmaps/{name} | -[**read_core_v1_namespaced_endpoints**](CoreV1Api.md#read_core_v1_namespaced_endpoints) | **GET** /api/v1/namespaces/{namespace}/endpoints/{name} | -[**read_core_v1_namespaced_event**](CoreV1Api.md#read_core_v1_namespaced_event) | **GET** /api/v1/namespaces/{namespace}/events/{name} | -[**read_core_v1_namespaced_limit_range**](CoreV1Api.md#read_core_v1_namespaced_limit_range) | **GET** /api/v1/namespaces/{namespace}/limitranges/{name} | -[**read_core_v1_namespaced_persistent_volume_claim**](CoreV1Api.md#read_core_v1_namespaced_persistent_volume_claim) | **GET** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | -[**read_core_v1_namespaced_persistent_volume_claim_status**](CoreV1Api.md#read_core_v1_namespaced_persistent_volume_claim_status) | **GET** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | -[**read_core_v1_namespaced_pod**](CoreV1Api.md#read_core_v1_namespaced_pod) | **GET** /api/v1/namespaces/{namespace}/pods/{name} | -[**read_core_v1_namespaced_pod_log**](CoreV1Api.md#read_core_v1_namespaced_pod_log) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/log | -[**read_core_v1_namespaced_pod_status**](CoreV1Api.md#read_core_v1_namespaced_pod_status) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/status | -[**read_core_v1_namespaced_pod_template**](CoreV1Api.md#read_core_v1_namespaced_pod_template) | **GET** /api/v1/namespaces/{namespace}/podtemplates/{name} | -[**read_core_v1_namespaced_replication_controller**](CoreV1Api.md#read_core_v1_namespaced_replication_controller) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | -[**read_core_v1_namespaced_replication_controller_status**](CoreV1Api.md#read_core_v1_namespaced_replication_controller_status) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | -[**read_core_v1_namespaced_resource_quota**](CoreV1Api.md#read_core_v1_namespaced_resource_quota) | **GET** /api/v1/namespaces/{namespace}/resourcequotas/{name} | -[**read_core_v1_namespaced_resource_quota_status**](CoreV1Api.md#read_core_v1_namespaced_resource_quota_status) | **GET** /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | -[**read_core_v1_namespaced_scale_scale**](CoreV1Api.md#read_core_v1_namespaced_scale_scale) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | -[**read_core_v1_namespaced_secret**](CoreV1Api.md#read_core_v1_namespaced_secret) | **GET** /api/v1/namespaces/{namespace}/secrets/{name} | -[**read_core_v1_namespaced_service**](CoreV1Api.md#read_core_v1_namespaced_service) | **GET** /api/v1/namespaces/{namespace}/services/{name} | -[**read_core_v1_namespaced_service_account**](CoreV1Api.md#read_core_v1_namespaced_service_account) | **GET** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | -[**read_core_v1_namespaced_service_status**](CoreV1Api.md#read_core_v1_namespaced_service_status) | **GET** /api/v1/namespaces/{namespace}/services/{name}/status | -[**read_core_v1_node**](CoreV1Api.md#read_core_v1_node) | **GET** /api/v1/nodes/{name} | -[**read_core_v1_node_status**](CoreV1Api.md#read_core_v1_node_status) | **GET** /api/v1/nodes/{name}/status | -[**read_core_v1_persistent_volume**](CoreV1Api.md#read_core_v1_persistent_volume) | **GET** /api/v1/persistentvolumes/{name} | -[**read_core_v1_persistent_volume_status**](CoreV1Api.md#read_core_v1_persistent_volume_status) | **GET** /api/v1/persistentvolumes/{name}/status | -[**replace_core_v1_namespace**](CoreV1Api.md#replace_core_v1_namespace) | **PUT** /api/v1/namespaces/{name} | -[**replace_core_v1_namespace_finalize**](CoreV1Api.md#replace_core_v1_namespace_finalize) | **PUT** /api/v1/namespaces/{name}/finalize | -[**replace_core_v1_namespace_status**](CoreV1Api.md#replace_core_v1_namespace_status) | **PUT** /api/v1/namespaces/{name}/status | -[**replace_core_v1_namespaced_config_map**](CoreV1Api.md#replace_core_v1_namespaced_config_map) | **PUT** /api/v1/namespaces/{namespace}/configmaps/{name} | -[**replace_core_v1_namespaced_endpoints**](CoreV1Api.md#replace_core_v1_namespaced_endpoints) | **PUT** /api/v1/namespaces/{namespace}/endpoints/{name} | -[**replace_core_v1_namespaced_event**](CoreV1Api.md#replace_core_v1_namespaced_event) | **PUT** /api/v1/namespaces/{namespace}/events/{name} | -[**replace_core_v1_namespaced_limit_range**](CoreV1Api.md#replace_core_v1_namespaced_limit_range) | **PUT** /api/v1/namespaces/{namespace}/limitranges/{name} | -[**replace_core_v1_namespaced_persistent_volume_claim**](CoreV1Api.md#replace_core_v1_namespaced_persistent_volume_claim) | **PUT** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | -[**replace_core_v1_namespaced_persistent_volume_claim_status**](CoreV1Api.md#replace_core_v1_namespaced_persistent_volume_claim_status) | **PUT** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | -[**replace_core_v1_namespaced_pod**](CoreV1Api.md#replace_core_v1_namespaced_pod) | **PUT** /api/v1/namespaces/{namespace}/pods/{name} | -[**replace_core_v1_namespaced_pod_status**](CoreV1Api.md#replace_core_v1_namespaced_pod_status) | **PUT** /api/v1/namespaces/{namespace}/pods/{name}/status | -[**replace_core_v1_namespaced_pod_template**](CoreV1Api.md#replace_core_v1_namespaced_pod_template) | **PUT** /api/v1/namespaces/{namespace}/podtemplates/{name} | -[**replace_core_v1_namespaced_replication_controller**](CoreV1Api.md#replace_core_v1_namespaced_replication_controller) | **PUT** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | -[**replace_core_v1_namespaced_replication_controller_status**](CoreV1Api.md#replace_core_v1_namespaced_replication_controller_status) | **PUT** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | -[**replace_core_v1_namespaced_resource_quota**](CoreV1Api.md#replace_core_v1_namespaced_resource_quota) | **PUT** /api/v1/namespaces/{namespace}/resourcequotas/{name} | -[**replace_core_v1_namespaced_resource_quota_status**](CoreV1Api.md#replace_core_v1_namespaced_resource_quota_status) | **PUT** /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | -[**replace_core_v1_namespaced_scale_scale**](CoreV1Api.md#replace_core_v1_namespaced_scale_scale) | **PUT** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | -[**replace_core_v1_namespaced_secret**](CoreV1Api.md#replace_core_v1_namespaced_secret) | **PUT** /api/v1/namespaces/{namespace}/secrets/{name} | -[**replace_core_v1_namespaced_service**](CoreV1Api.md#replace_core_v1_namespaced_service) | **PUT** /api/v1/namespaces/{namespace}/services/{name} | -[**replace_core_v1_namespaced_service_account**](CoreV1Api.md#replace_core_v1_namespaced_service_account) | **PUT** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | -[**replace_core_v1_namespaced_service_status**](CoreV1Api.md#replace_core_v1_namespaced_service_status) | **PUT** /api/v1/namespaces/{namespace}/services/{name}/status | -[**replace_core_v1_node**](CoreV1Api.md#replace_core_v1_node) | **PUT** /api/v1/nodes/{name} | -[**replace_core_v1_node_status**](CoreV1Api.md#replace_core_v1_node_status) | **PUT** /api/v1/nodes/{name}/status | -[**replace_core_v1_persistent_volume**](CoreV1Api.md#replace_core_v1_persistent_volume) | **PUT** /api/v1/persistentvolumes/{name} | -[**replace_core_v1_persistent_volume_status**](CoreV1Api.md#replace_core_v1_persistent_volume_status) | **PUT** /api/v1/persistentvolumes/{name}/status | -[**watch_core_v1_config_map_list_for_all_namespaces**](CoreV1Api.md#watch_core_v1_config_map_list_for_all_namespaces) | **GET** /api/v1/watch/configmaps | -[**watch_core_v1_endpoints_list_for_all_namespaces**](CoreV1Api.md#watch_core_v1_endpoints_list_for_all_namespaces) | **GET** /api/v1/watch/endpoints | -[**watch_core_v1_event_list_for_all_namespaces**](CoreV1Api.md#watch_core_v1_event_list_for_all_namespaces) | **GET** /api/v1/watch/events | -[**watch_core_v1_limit_range_list_for_all_namespaces**](CoreV1Api.md#watch_core_v1_limit_range_list_for_all_namespaces) | **GET** /api/v1/watch/limitranges | -[**watch_core_v1_namespace**](CoreV1Api.md#watch_core_v1_namespace) | **GET** /api/v1/watch/namespaces/{name} | -[**watch_core_v1_namespace_list**](CoreV1Api.md#watch_core_v1_namespace_list) | **GET** /api/v1/watch/namespaces | -[**watch_core_v1_namespaced_config_map**](CoreV1Api.md#watch_core_v1_namespaced_config_map) | **GET** /api/v1/watch/namespaces/{namespace}/configmaps/{name} | -[**watch_core_v1_namespaced_config_map_list**](CoreV1Api.md#watch_core_v1_namespaced_config_map_list) | **GET** /api/v1/watch/namespaces/{namespace}/configmaps | -[**watch_core_v1_namespaced_endpoints**](CoreV1Api.md#watch_core_v1_namespaced_endpoints) | **GET** /api/v1/watch/namespaces/{namespace}/endpoints/{name} | -[**watch_core_v1_namespaced_endpoints_list**](CoreV1Api.md#watch_core_v1_namespaced_endpoints_list) | **GET** /api/v1/watch/namespaces/{namespace}/endpoints | -[**watch_core_v1_namespaced_event**](CoreV1Api.md#watch_core_v1_namespaced_event) | **GET** /api/v1/watch/namespaces/{namespace}/events/{name} | -[**watch_core_v1_namespaced_event_list**](CoreV1Api.md#watch_core_v1_namespaced_event_list) | **GET** /api/v1/watch/namespaces/{namespace}/events | -[**watch_core_v1_namespaced_limit_range**](CoreV1Api.md#watch_core_v1_namespaced_limit_range) | **GET** /api/v1/watch/namespaces/{namespace}/limitranges/{name} | -[**watch_core_v1_namespaced_limit_range_list**](CoreV1Api.md#watch_core_v1_namespaced_limit_range_list) | **GET** /api/v1/watch/namespaces/{namespace}/limitranges | -[**watch_core_v1_namespaced_persistent_volume_claim**](CoreV1Api.md#watch_core_v1_namespaced_persistent_volume_claim) | **GET** /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name} | -[**watch_core_v1_namespaced_persistent_volume_claim_list**](CoreV1Api.md#watch_core_v1_namespaced_persistent_volume_claim_list) | **GET** /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims | -[**watch_core_v1_namespaced_pod**](CoreV1Api.md#watch_core_v1_namespaced_pod) | **GET** /api/v1/watch/namespaces/{namespace}/pods/{name} | -[**watch_core_v1_namespaced_pod_list**](CoreV1Api.md#watch_core_v1_namespaced_pod_list) | **GET** /api/v1/watch/namespaces/{namespace}/pods | -[**watch_core_v1_namespaced_pod_template**](CoreV1Api.md#watch_core_v1_namespaced_pod_template) | **GET** /api/v1/watch/namespaces/{namespace}/podtemplates/{name} | -[**watch_core_v1_namespaced_pod_template_list**](CoreV1Api.md#watch_core_v1_namespaced_pod_template_list) | **GET** /api/v1/watch/namespaces/{namespace}/podtemplates | -[**watch_core_v1_namespaced_replication_controller**](CoreV1Api.md#watch_core_v1_namespaced_replication_controller) | **GET** /api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name} | -[**watch_core_v1_namespaced_replication_controller_list**](CoreV1Api.md#watch_core_v1_namespaced_replication_controller_list) | **GET** /api/v1/watch/namespaces/{namespace}/replicationcontrollers | -[**watch_core_v1_namespaced_resource_quota**](CoreV1Api.md#watch_core_v1_namespaced_resource_quota) | **GET** /api/v1/watch/namespaces/{namespace}/resourcequotas/{name} | -[**watch_core_v1_namespaced_resource_quota_list**](CoreV1Api.md#watch_core_v1_namespaced_resource_quota_list) | **GET** /api/v1/watch/namespaces/{namespace}/resourcequotas | -[**watch_core_v1_namespaced_secret**](CoreV1Api.md#watch_core_v1_namespaced_secret) | **GET** /api/v1/watch/namespaces/{namespace}/secrets/{name} | -[**watch_core_v1_namespaced_secret_list**](CoreV1Api.md#watch_core_v1_namespaced_secret_list) | **GET** /api/v1/watch/namespaces/{namespace}/secrets | -[**watch_core_v1_namespaced_service**](CoreV1Api.md#watch_core_v1_namespaced_service) | **GET** /api/v1/watch/namespaces/{namespace}/services/{name} | -[**watch_core_v1_namespaced_service_account**](CoreV1Api.md#watch_core_v1_namespaced_service_account) | **GET** /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name} | -[**watch_core_v1_namespaced_service_account_list**](CoreV1Api.md#watch_core_v1_namespaced_service_account_list) | **GET** /api/v1/watch/namespaces/{namespace}/serviceaccounts | -[**watch_core_v1_namespaced_service_list**](CoreV1Api.md#watch_core_v1_namespaced_service_list) | **GET** /api/v1/watch/namespaces/{namespace}/services | -[**watch_core_v1_node**](CoreV1Api.md#watch_core_v1_node) | **GET** /api/v1/watch/nodes/{name} | -[**watch_core_v1_node_list**](CoreV1Api.md#watch_core_v1_node_list) | **GET** /api/v1/watch/nodes | -[**watch_core_v1_persistent_volume**](CoreV1Api.md#watch_core_v1_persistent_volume) | **GET** /api/v1/watch/persistentvolumes/{name} | -[**watch_core_v1_persistent_volume_claim_list_for_all_namespaces**](CoreV1Api.md#watch_core_v1_persistent_volume_claim_list_for_all_namespaces) | **GET** /api/v1/watch/persistentvolumeclaims | -[**watch_core_v1_persistent_volume_list**](CoreV1Api.md#watch_core_v1_persistent_volume_list) | **GET** /api/v1/watch/persistentvolumes | -[**watch_core_v1_pod_list_for_all_namespaces**](CoreV1Api.md#watch_core_v1_pod_list_for_all_namespaces) | **GET** /api/v1/watch/pods | -[**watch_core_v1_pod_template_list_for_all_namespaces**](CoreV1Api.md#watch_core_v1_pod_template_list_for_all_namespaces) | **GET** /api/v1/watch/podtemplates | -[**watch_core_v1_replication_controller_list_for_all_namespaces**](CoreV1Api.md#watch_core_v1_replication_controller_list_for_all_namespaces) | **GET** /api/v1/watch/replicationcontrollers | -[**watch_core_v1_resource_quota_list_for_all_namespaces**](CoreV1Api.md#watch_core_v1_resource_quota_list_for_all_namespaces) | **GET** /api/v1/watch/resourcequotas | -[**watch_core_v1_secret_list_for_all_namespaces**](CoreV1Api.md#watch_core_v1_secret_list_for_all_namespaces) | **GET** /api/v1/watch/secrets | -[**watch_core_v1_service_account_list_for_all_namespaces**](CoreV1Api.md#watch_core_v1_service_account_list_for_all_namespaces) | **GET** /api/v1/watch/serviceaccounts | -[**watch_core_v1_service_list_for_all_namespaces**](CoreV1Api.md#watch_core_v1_service_list_for_all_namespaces) | **GET** /api/v1/watch/services | - - -# **connect_core_v1_delete_namespaced_pod_proxy** -> str connect_core_v1_delete_namespaced_pod_proxy(name, namespace, path=path) +[**connect_delete_namespaced_pod_proxy**](CoreV1Api.md#connect_delete_namespaced_pod_proxy) | **DELETE** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +[**connect_delete_namespaced_pod_proxy_with_path**](CoreV1Api.md#connect_delete_namespaced_pod_proxy_with_path) | **DELETE** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +[**connect_delete_namespaced_service_proxy**](CoreV1Api.md#connect_delete_namespaced_service_proxy) | **DELETE** /api/v1/namespaces/{namespace}/services/{name}/proxy | +[**connect_delete_namespaced_service_proxy_with_path**](CoreV1Api.md#connect_delete_namespaced_service_proxy_with_path) | **DELETE** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +[**connect_delete_node_proxy**](CoreV1Api.md#connect_delete_node_proxy) | **DELETE** /api/v1/nodes/{name}/proxy | +[**connect_delete_node_proxy_with_path**](CoreV1Api.md#connect_delete_node_proxy_with_path) | **DELETE** /api/v1/nodes/{name}/proxy/{path} | +[**connect_get_namespaced_pod_attach**](CoreV1Api.md#connect_get_namespaced_pod_attach) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/attach | +[**connect_get_namespaced_pod_exec**](CoreV1Api.md#connect_get_namespaced_pod_exec) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/exec | +[**connect_get_namespaced_pod_portforward**](CoreV1Api.md#connect_get_namespaced_pod_portforward) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/portforward | +[**connect_get_namespaced_pod_proxy**](CoreV1Api.md#connect_get_namespaced_pod_proxy) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +[**connect_get_namespaced_pod_proxy_with_path**](CoreV1Api.md#connect_get_namespaced_pod_proxy_with_path) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +[**connect_get_namespaced_service_proxy**](CoreV1Api.md#connect_get_namespaced_service_proxy) | **GET** /api/v1/namespaces/{namespace}/services/{name}/proxy | +[**connect_get_namespaced_service_proxy_with_path**](CoreV1Api.md#connect_get_namespaced_service_proxy_with_path) | **GET** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +[**connect_get_node_proxy**](CoreV1Api.md#connect_get_node_proxy) | **GET** /api/v1/nodes/{name}/proxy | +[**connect_get_node_proxy_with_path**](CoreV1Api.md#connect_get_node_proxy_with_path) | **GET** /api/v1/nodes/{name}/proxy/{path} | +[**connect_head_namespaced_pod_proxy**](CoreV1Api.md#connect_head_namespaced_pod_proxy) | **HEAD** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +[**connect_head_namespaced_pod_proxy_with_path**](CoreV1Api.md#connect_head_namespaced_pod_proxy_with_path) | **HEAD** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +[**connect_head_namespaced_service_proxy**](CoreV1Api.md#connect_head_namespaced_service_proxy) | **HEAD** /api/v1/namespaces/{namespace}/services/{name}/proxy | +[**connect_head_namespaced_service_proxy_with_path**](CoreV1Api.md#connect_head_namespaced_service_proxy_with_path) | **HEAD** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +[**connect_head_node_proxy**](CoreV1Api.md#connect_head_node_proxy) | **HEAD** /api/v1/nodes/{name}/proxy | +[**connect_head_node_proxy_with_path**](CoreV1Api.md#connect_head_node_proxy_with_path) | **HEAD** /api/v1/nodes/{name}/proxy/{path} | +[**connect_options_namespaced_pod_proxy**](CoreV1Api.md#connect_options_namespaced_pod_proxy) | **OPTIONS** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +[**connect_options_namespaced_pod_proxy_with_path**](CoreV1Api.md#connect_options_namespaced_pod_proxy_with_path) | **OPTIONS** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +[**connect_options_namespaced_service_proxy**](CoreV1Api.md#connect_options_namespaced_service_proxy) | **OPTIONS** /api/v1/namespaces/{namespace}/services/{name}/proxy | +[**connect_options_namespaced_service_proxy_with_path**](CoreV1Api.md#connect_options_namespaced_service_proxy_with_path) | **OPTIONS** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +[**connect_options_node_proxy**](CoreV1Api.md#connect_options_node_proxy) | **OPTIONS** /api/v1/nodes/{name}/proxy | +[**connect_options_node_proxy_with_path**](CoreV1Api.md#connect_options_node_proxy_with_path) | **OPTIONS** /api/v1/nodes/{name}/proxy/{path} | +[**connect_post_namespaced_pod_attach**](CoreV1Api.md#connect_post_namespaced_pod_attach) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/attach | +[**connect_post_namespaced_pod_exec**](CoreV1Api.md#connect_post_namespaced_pod_exec) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/exec | +[**connect_post_namespaced_pod_portforward**](CoreV1Api.md#connect_post_namespaced_pod_portforward) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/portforward | +[**connect_post_namespaced_pod_proxy**](CoreV1Api.md#connect_post_namespaced_pod_proxy) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +[**connect_post_namespaced_pod_proxy_with_path**](CoreV1Api.md#connect_post_namespaced_pod_proxy_with_path) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +[**connect_post_namespaced_service_proxy**](CoreV1Api.md#connect_post_namespaced_service_proxy) | **POST** /api/v1/namespaces/{namespace}/services/{name}/proxy | +[**connect_post_namespaced_service_proxy_with_path**](CoreV1Api.md#connect_post_namespaced_service_proxy_with_path) | **POST** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +[**connect_post_node_proxy**](CoreV1Api.md#connect_post_node_proxy) | **POST** /api/v1/nodes/{name}/proxy | +[**connect_post_node_proxy_with_path**](CoreV1Api.md#connect_post_node_proxy_with_path) | **POST** /api/v1/nodes/{name}/proxy/{path} | +[**connect_put_namespaced_pod_proxy**](CoreV1Api.md#connect_put_namespaced_pod_proxy) | **PUT** /api/v1/namespaces/{namespace}/pods/{name}/proxy | +[**connect_put_namespaced_pod_proxy_with_path**](CoreV1Api.md#connect_put_namespaced_pod_proxy_with_path) | **PUT** /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | +[**connect_put_namespaced_service_proxy**](CoreV1Api.md#connect_put_namespaced_service_proxy) | **PUT** /api/v1/namespaces/{namespace}/services/{name}/proxy | +[**connect_put_namespaced_service_proxy_with_path**](CoreV1Api.md#connect_put_namespaced_service_proxy_with_path) | **PUT** /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | +[**connect_put_node_proxy**](CoreV1Api.md#connect_put_node_proxy) | **PUT** /api/v1/nodes/{name}/proxy | +[**connect_put_node_proxy_with_path**](CoreV1Api.md#connect_put_node_proxy_with_path) | **PUT** /api/v1/nodes/{name}/proxy/{path} | +[**create_namespace**](CoreV1Api.md#create_namespace) | **POST** /api/v1/namespaces | +[**create_namespaced_binding**](CoreV1Api.md#create_namespaced_binding) | **POST** /api/v1/namespaces/{namespace}/bindings | +[**create_namespaced_binding_binding**](CoreV1Api.md#create_namespaced_binding_binding) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/binding | +[**create_namespaced_config_map**](CoreV1Api.md#create_namespaced_config_map) | **POST** /api/v1/namespaces/{namespace}/configmaps | +[**create_namespaced_endpoints**](CoreV1Api.md#create_namespaced_endpoints) | **POST** /api/v1/namespaces/{namespace}/endpoints | +[**create_namespaced_event**](CoreV1Api.md#create_namespaced_event) | **POST** /api/v1/namespaces/{namespace}/events | +[**create_namespaced_eviction_eviction**](CoreV1Api.md#create_namespaced_eviction_eviction) | **POST** /api/v1/namespaces/{namespace}/pods/{name}/eviction | +[**create_namespaced_limit_range**](CoreV1Api.md#create_namespaced_limit_range) | **POST** /api/v1/namespaces/{namespace}/limitranges | +[**create_namespaced_persistent_volume_claim**](CoreV1Api.md#create_namespaced_persistent_volume_claim) | **POST** /api/v1/namespaces/{namespace}/persistentvolumeclaims | +[**create_namespaced_pod**](CoreV1Api.md#create_namespaced_pod) | **POST** /api/v1/namespaces/{namespace}/pods | +[**create_namespaced_pod_template**](CoreV1Api.md#create_namespaced_pod_template) | **POST** /api/v1/namespaces/{namespace}/podtemplates | +[**create_namespaced_replication_controller**](CoreV1Api.md#create_namespaced_replication_controller) | **POST** /api/v1/namespaces/{namespace}/replicationcontrollers | +[**create_namespaced_resource_quota**](CoreV1Api.md#create_namespaced_resource_quota) | **POST** /api/v1/namespaces/{namespace}/resourcequotas | +[**create_namespaced_secret**](CoreV1Api.md#create_namespaced_secret) | **POST** /api/v1/namespaces/{namespace}/secrets | +[**create_namespaced_service**](CoreV1Api.md#create_namespaced_service) | **POST** /api/v1/namespaces/{namespace}/services | +[**create_namespaced_service_account**](CoreV1Api.md#create_namespaced_service_account) | **POST** /api/v1/namespaces/{namespace}/serviceaccounts | +[**create_node**](CoreV1Api.md#create_node) | **POST** /api/v1/nodes | +[**create_persistent_volume**](CoreV1Api.md#create_persistent_volume) | **POST** /api/v1/persistentvolumes | +[**delete_collection_namespace**](CoreV1Api.md#delete_collection_namespace) | **DELETE** /api/v1/namespaces | +[**delete_collection_namespaced_config_map**](CoreV1Api.md#delete_collection_namespaced_config_map) | **DELETE** /api/v1/namespaces/{namespace}/configmaps | +[**delete_collection_namespaced_endpoints**](CoreV1Api.md#delete_collection_namespaced_endpoints) | **DELETE** /api/v1/namespaces/{namespace}/endpoints | +[**delete_collection_namespaced_event**](CoreV1Api.md#delete_collection_namespaced_event) | **DELETE** /api/v1/namespaces/{namespace}/events | +[**delete_collection_namespaced_limit_range**](CoreV1Api.md#delete_collection_namespaced_limit_range) | **DELETE** /api/v1/namespaces/{namespace}/limitranges | +[**delete_collection_namespaced_persistent_volume_claim**](CoreV1Api.md#delete_collection_namespaced_persistent_volume_claim) | **DELETE** /api/v1/namespaces/{namespace}/persistentvolumeclaims | +[**delete_collection_namespaced_pod**](CoreV1Api.md#delete_collection_namespaced_pod) | **DELETE** /api/v1/namespaces/{namespace}/pods | +[**delete_collection_namespaced_pod_template**](CoreV1Api.md#delete_collection_namespaced_pod_template) | **DELETE** /api/v1/namespaces/{namespace}/podtemplates | +[**delete_collection_namespaced_replication_controller**](CoreV1Api.md#delete_collection_namespaced_replication_controller) | **DELETE** /api/v1/namespaces/{namespace}/replicationcontrollers | +[**delete_collection_namespaced_resource_quota**](CoreV1Api.md#delete_collection_namespaced_resource_quota) | **DELETE** /api/v1/namespaces/{namespace}/resourcequotas | +[**delete_collection_namespaced_secret**](CoreV1Api.md#delete_collection_namespaced_secret) | **DELETE** /api/v1/namespaces/{namespace}/secrets | +[**delete_collection_namespaced_service_account**](CoreV1Api.md#delete_collection_namespaced_service_account) | **DELETE** /api/v1/namespaces/{namespace}/serviceaccounts | +[**delete_collection_node**](CoreV1Api.md#delete_collection_node) | **DELETE** /api/v1/nodes | +[**delete_collection_persistent_volume**](CoreV1Api.md#delete_collection_persistent_volume) | **DELETE** /api/v1/persistentvolumes | +[**delete_namespace**](CoreV1Api.md#delete_namespace) | **DELETE** /api/v1/namespaces/{name} | +[**delete_namespaced_config_map**](CoreV1Api.md#delete_namespaced_config_map) | **DELETE** /api/v1/namespaces/{namespace}/configmaps/{name} | +[**delete_namespaced_endpoints**](CoreV1Api.md#delete_namespaced_endpoints) | **DELETE** /api/v1/namespaces/{namespace}/endpoints/{name} | +[**delete_namespaced_event**](CoreV1Api.md#delete_namespaced_event) | **DELETE** /api/v1/namespaces/{namespace}/events/{name} | +[**delete_namespaced_limit_range**](CoreV1Api.md#delete_namespaced_limit_range) | **DELETE** /api/v1/namespaces/{namespace}/limitranges/{name} | +[**delete_namespaced_persistent_volume_claim**](CoreV1Api.md#delete_namespaced_persistent_volume_claim) | **DELETE** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | +[**delete_namespaced_pod**](CoreV1Api.md#delete_namespaced_pod) | **DELETE** /api/v1/namespaces/{namespace}/pods/{name} | +[**delete_namespaced_pod_template**](CoreV1Api.md#delete_namespaced_pod_template) | **DELETE** /api/v1/namespaces/{namespace}/podtemplates/{name} | +[**delete_namespaced_replication_controller**](CoreV1Api.md#delete_namespaced_replication_controller) | **DELETE** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | +[**delete_namespaced_resource_quota**](CoreV1Api.md#delete_namespaced_resource_quota) | **DELETE** /api/v1/namespaces/{namespace}/resourcequotas/{name} | +[**delete_namespaced_secret**](CoreV1Api.md#delete_namespaced_secret) | **DELETE** /api/v1/namespaces/{namespace}/secrets/{name} | +[**delete_namespaced_service**](CoreV1Api.md#delete_namespaced_service) | **DELETE** /api/v1/namespaces/{namespace}/services/{name} | +[**delete_namespaced_service_account**](CoreV1Api.md#delete_namespaced_service_account) | **DELETE** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | +[**delete_node**](CoreV1Api.md#delete_node) | **DELETE** /api/v1/nodes/{name} | +[**delete_persistent_volume**](CoreV1Api.md#delete_persistent_volume) | **DELETE** /api/v1/persistentvolumes/{name} | +[**get_api_resources**](CoreV1Api.md#get_api_resources) | **GET** /api/v1/ | +[**list_component_status**](CoreV1Api.md#list_component_status) | **GET** /api/v1/componentstatuses | +[**list_config_map_for_all_namespaces**](CoreV1Api.md#list_config_map_for_all_namespaces) | **GET** /api/v1/configmaps | +[**list_endpoints_for_all_namespaces**](CoreV1Api.md#list_endpoints_for_all_namespaces) | **GET** /api/v1/endpoints | +[**list_event_for_all_namespaces**](CoreV1Api.md#list_event_for_all_namespaces) | **GET** /api/v1/events | +[**list_limit_range_for_all_namespaces**](CoreV1Api.md#list_limit_range_for_all_namespaces) | **GET** /api/v1/limitranges | +[**list_namespace**](CoreV1Api.md#list_namespace) | **GET** /api/v1/namespaces | +[**list_namespaced_config_map**](CoreV1Api.md#list_namespaced_config_map) | **GET** /api/v1/namespaces/{namespace}/configmaps | +[**list_namespaced_endpoints**](CoreV1Api.md#list_namespaced_endpoints) | **GET** /api/v1/namespaces/{namespace}/endpoints | +[**list_namespaced_event**](CoreV1Api.md#list_namespaced_event) | **GET** /api/v1/namespaces/{namespace}/events | +[**list_namespaced_limit_range**](CoreV1Api.md#list_namespaced_limit_range) | **GET** /api/v1/namespaces/{namespace}/limitranges | +[**list_namespaced_persistent_volume_claim**](CoreV1Api.md#list_namespaced_persistent_volume_claim) | **GET** /api/v1/namespaces/{namespace}/persistentvolumeclaims | +[**list_namespaced_pod**](CoreV1Api.md#list_namespaced_pod) | **GET** /api/v1/namespaces/{namespace}/pods | +[**list_namespaced_pod_template**](CoreV1Api.md#list_namespaced_pod_template) | **GET** /api/v1/namespaces/{namespace}/podtemplates | +[**list_namespaced_replication_controller**](CoreV1Api.md#list_namespaced_replication_controller) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers | +[**list_namespaced_resource_quota**](CoreV1Api.md#list_namespaced_resource_quota) | **GET** /api/v1/namespaces/{namespace}/resourcequotas | +[**list_namespaced_secret**](CoreV1Api.md#list_namespaced_secret) | **GET** /api/v1/namespaces/{namespace}/secrets | +[**list_namespaced_service**](CoreV1Api.md#list_namespaced_service) | **GET** /api/v1/namespaces/{namespace}/services | +[**list_namespaced_service_account**](CoreV1Api.md#list_namespaced_service_account) | **GET** /api/v1/namespaces/{namespace}/serviceaccounts | +[**list_node**](CoreV1Api.md#list_node) | **GET** /api/v1/nodes | +[**list_persistent_volume**](CoreV1Api.md#list_persistent_volume) | **GET** /api/v1/persistentvolumes | +[**list_persistent_volume_claim_for_all_namespaces**](CoreV1Api.md#list_persistent_volume_claim_for_all_namespaces) | **GET** /api/v1/persistentvolumeclaims | +[**list_pod_for_all_namespaces**](CoreV1Api.md#list_pod_for_all_namespaces) | **GET** /api/v1/pods | +[**list_pod_template_for_all_namespaces**](CoreV1Api.md#list_pod_template_for_all_namespaces) | **GET** /api/v1/podtemplates | +[**list_replication_controller_for_all_namespaces**](CoreV1Api.md#list_replication_controller_for_all_namespaces) | **GET** /api/v1/replicationcontrollers | +[**list_resource_quota_for_all_namespaces**](CoreV1Api.md#list_resource_quota_for_all_namespaces) | **GET** /api/v1/resourcequotas | +[**list_secret_for_all_namespaces**](CoreV1Api.md#list_secret_for_all_namespaces) | **GET** /api/v1/secrets | +[**list_service_account_for_all_namespaces**](CoreV1Api.md#list_service_account_for_all_namespaces) | **GET** /api/v1/serviceaccounts | +[**list_service_for_all_namespaces**](CoreV1Api.md#list_service_for_all_namespaces) | **GET** /api/v1/services | +[**patch_namespace**](CoreV1Api.md#patch_namespace) | **PATCH** /api/v1/namespaces/{name} | +[**patch_namespace_status**](CoreV1Api.md#patch_namespace_status) | **PATCH** /api/v1/namespaces/{name}/status | +[**patch_namespaced_config_map**](CoreV1Api.md#patch_namespaced_config_map) | **PATCH** /api/v1/namespaces/{namespace}/configmaps/{name} | +[**patch_namespaced_endpoints**](CoreV1Api.md#patch_namespaced_endpoints) | **PATCH** /api/v1/namespaces/{namespace}/endpoints/{name} | +[**patch_namespaced_event**](CoreV1Api.md#patch_namespaced_event) | **PATCH** /api/v1/namespaces/{namespace}/events/{name} | +[**patch_namespaced_limit_range**](CoreV1Api.md#patch_namespaced_limit_range) | **PATCH** /api/v1/namespaces/{namespace}/limitranges/{name} | +[**patch_namespaced_persistent_volume_claim**](CoreV1Api.md#patch_namespaced_persistent_volume_claim) | **PATCH** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | +[**patch_namespaced_persistent_volume_claim_status**](CoreV1Api.md#patch_namespaced_persistent_volume_claim_status) | **PATCH** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | +[**patch_namespaced_pod**](CoreV1Api.md#patch_namespaced_pod) | **PATCH** /api/v1/namespaces/{namespace}/pods/{name} | +[**patch_namespaced_pod_status**](CoreV1Api.md#patch_namespaced_pod_status) | **PATCH** /api/v1/namespaces/{namespace}/pods/{name}/status | +[**patch_namespaced_pod_template**](CoreV1Api.md#patch_namespaced_pod_template) | **PATCH** /api/v1/namespaces/{namespace}/podtemplates/{name} | +[**patch_namespaced_replication_controller**](CoreV1Api.md#patch_namespaced_replication_controller) | **PATCH** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | +[**patch_namespaced_replication_controller_status**](CoreV1Api.md#patch_namespaced_replication_controller_status) | **PATCH** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | +[**patch_namespaced_resource_quota**](CoreV1Api.md#patch_namespaced_resource_quota) | **PATCH** /api/v1/namespaces/{namespace}/resourcequotas/{name} | +[**patch_namespaced_resource_quota_status**](CoreV1Api.md#patch_namespaced_resource_quota_status) | **PATCH** /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | +[**patch_namespaced_scale_scale**](CoreV1Api.md#patch_namespaced_scale_scale) | **PATCH** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +[**patch_namespaced_secret**](CoreV1Api.md#patch_namespaced_secret) | **PATCH** /api/v1/namespaces/{namespace}/secrets/{name} | +[**patch_namespaced_service**](CoreV1Api.md#patch_namespaced_service) | **PATCH** /api/v1/namespaces/{namespace}/services/{name} | +[**patch_namespaced_service_account**](CoreV1Api.md#patch_namespaced_service_account) | **PATCH** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | +[**patch_namespaced_service_status**](CoreV1Api.md#patch_namespaced_service_status) | **PATCH** /api/v1/namespaces/{namespace}/services/{name}/status | +[**patch_node**](CoreV1Api.md#patch_node) | **PATCH** /api/v1/nodes/{name} | +[**patch_node_status**](CoreV1Api.md#patch_node_status) | **PATCH** /api/v1/nodes/{name}/status | +[**patch_persistent_volume**](CoreV1Api.md#patch_persistent_volume) | **PATCH** /api/v1/persistentvolumes/{name} | +[**patch_persistent_volume_status**](CoreV1Api.md#patch_persistent_volume_status) | **PATCH** /api/v1/persistentvolumes/{name}/status | +[**proxy_delete_namespaced_pod**](CoreV1Api.md#proxy_delete_namespaced_pod) | **DELETE** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +[**proxy_delete_namespaced_pod_with_path**](CoreV1Api.md#proxy_delete_namespaced_pod_with_path) | **DELETE** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +[**proxy_delete_namespaced_service**](CoreV1Api.md#proxy_delete_namespaced_service) | **DELETE** /api/v1/proxy/namespaces/{namespace}/services/{name} | +[**proxy_delete_namespaced_service_with_path**](CoreV1Api.md#proxy_delete_namespaced_service_with_path) | **DELETE** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +[**proxy_delete_node**](CoreV1Api.md#proxy_delete_node) | **DELETE** /api/v1/proxy/nodes/{name} | +[**proxy_delete_node_with_path**](CoreV1Api.md#proxy_delete_node_with_path) | **DELETE** /api/v1/proxy/nodes/{name}/{path} | +[**proxy_get_namespaced_pod**](CoreV1Api.md#proxy_get_namespaced_pod) | **GET** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +[**proxy_get_namespaced_pod_with_path**](CoreV1Api.md#proxy_get_namespaced_pod_with_path) | **GET** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +[**proxy_get_namespaced_service**](CoreV1Api.md#proxy_get_namespaced_service) | **GET** /api/v1/proxy/namespaces/{namespace}/services/{name} | +[**proxy_get_namespaced_service_with_path**](CoreV1Api.md#proxy_get_namespaced_service_with_path) | **GET** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +[**proxy_get_node**](CoreV1Api.md#proxy_get_node) | **GET** /api/v1/proxy/nodes/{name} | +[**proxy_get_node_with_path**](CoreV1Api.md#proxy_get_node_with_path) | **GET** /api/v1/proxy/nodes/{name}/{path} | +[**proxy_head_namespaced_pod**](CoreV1Api.md#proxy_head_namespaced_pod) | **HEAD** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +[**proxy_head_namespaced_pod_with_path**](CoreV1Api.md#proxy_head_namespaced_pod_with_path) | **HEAD** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +[**proxy_head_namespaced_service**](CoreV1Api.md#proxy_head_namespaced_service) | **HEAD** /api/v1/proxy/namespaces/{namespace}/services/{name} | +[**proxy_head_namespaced_service_with_path**](CoreV1Api.md#proxy_head_namespaced_service_with_path) | **HEAD** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +[**proxy_head_node**](CoreV1Api.md#proxy_head_node) | **HEAD** /api/v1/proxy/nodes/{name} | +[**proxy_head_node_with_path**](CoreV1Api.md#proxy_head_node_with_path) | **HEAD** /api/v1/proxy/nodes/{name}/{path} | +[**proxy_options_namespaced_pod**](CoreV1Api.md#proxy_options_namespaced_pod) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +[**proxy_options_namespaced_pod_with_path**](CoreV1Api.md#proxy_options_namespaced_pod_with_path) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +[**proxy_options_namespaced_service**](CoreV1Api.md#proxy_options_namespaced_service) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/services/{name} | +[**proxy_options_namespaced_service_with_path**](CoreV1Api.md#proxy_options_namespaced_service_with_path) | **OPTIONS** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +[**proxy_options_node**](CoreV1Api.md#proxy_options_node) | **OPTIONS** /api/v1/proxy/nodes/{name} | +[**proxy_options_node_with_path**](CoreV1Api.md#proxy_options_node_with_path) | **OPTIONS** /api/v1/proxy/nodes/{name}/{path} | +[**proxy_post_namespaced_pod**](CoreV1Api.md#proxy_post_namespaced_pod) | **POST** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +[**proxy_post_namespaced_pod_with_path**](CoreV1Api.md#proxy_post_namespaced_pod_with_path) | **POST** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +[**proxy_post_namespaced_service**](CoreV1Api.md#proxy_post_namespaced_service) | **POST** /api/v1/proxy/namespaces/{namespace}/services/{name} | +[**proxy_post_namespaced_service_with_path**](CoreV1Api.md#proxy_post_namespaced_service_with_path) | **POST** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +[**proxy_post_node**](CoreV1Api.md#proxy_post_node) | **POST** /api/v1/proxy/nodes/{name} | +[**proxy_post_node_with_path**](CoreV1Api.md#proxy_post_node_with_path) | **POST** /api/v1/proxy/nodes/{name}/{path} | +[**proxy_put_namespaced_pod**](CoreV1Api.md#proxy_put_namespaced_pod) | **PUT** /api/v1/proxy/namespaces/{namespace}/pods/{name} | +[**proxy_put_namespaced_pod_with_path**](CoreV1Api.md#proxy_put_namespaced_pod_with_path) | **PUT** /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path} | +[**proxy_put_namespaced_service**](CoreV1Api.md#proxy_put_namespaced_service) | **PUT** /api/v1/proxy/namespaces/{namespace}/services/{name} | +[**proxy_put_namespaced_service_with_path**](CoreV1Api.md#proxy_put_namespaced_service_with_path) | **PUT** /api/v1/proxy/namespaces/{namespace}/services/{name}/{path} | +[**proxy_put_node**](CoreV1Api.md#proxy_put_node) | **PUT** /api/v1/proxy/nodes/{name} | +[**proxy_put_node_with_path**](CoreV1Api.md#proxy_put_node_with_path) | **PUT** /api/v1/proxy/nodes/{name}/{path} | +[**read_component_status**](CoreV1Api.md#read_component_status) | **GET** /api/v1/componentstatuses/{name} | +[**read_namespace**](CoreV1Api.md#read_namespace) | **GET** /api/v1/namespaces/{name} | +[**read_namespace_status**](CoreV1Api.md#read_namespace_status) | **GET** /api/v1/namespaces/{name}/status | +[**read_namespaced_config_map**](CoreV1Api.md#read_namespaced_config_map) | **GET** /api/v1/namespaces/{namespace}/configmaps/{name} | +[**read_namespaced_endpoints**](CoreV1Api.md#read_namespaced_endpoints) | **GET** /api/v1/namespaces/{namespace}/endpoints/{name} | +[**read_namespaced_event**](CoreV1Api.md#read_namespaced_event) | **GET** /api/v1/namespaces/{namespace}/events/{name} | +[**read_namespaced_limit_range**](CoreV1Api.md#read_namespaced_limit_range) | **GET** /api/v1/namespaces/{namespace}/limitranges/{name} | +[**read_namespaced_persistent_volume_claim**](CoreV1Api.md#read_namespaced_persistent_volume_claim) | **GET** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | +[**read_namespaced_persistent_volume_claim_status**](CoreV1Api.md#read_namespaced_persistent_volume_claim_status) | **GET** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | +[**read_namespaced_pod**](CoreV1Api.md#read_namespaced_pod) | **GET** /api/v1/namespaces/{namespace}/pods/{name} | +[**read_namespaced_pod_log**](CoreV1Api.md#read_namespaced_pod_log) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/log | +[**read_namespaced_pod_status**](CoreV1Api.md#read_namespaced_pod_status) | **GET** /api/v1/namespaces/{namespace}/pods/{name}/status | +[**read_namespaced_pod_template**](CoreV1Api.md#read_namespaced_pod_template) | **GET** /api/v1/namespaces/{namespace}/podtemplates/{name} | +[**read_namespaced_replication_controller**](CoreV1Api.md#read_namespaced_replication_controller) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | +[**read_namespaced_replication_controller_status**](CoreV1Api.md#read_namespaced_replication_controller_status) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | +[**read_namespaced_resource_quota**](CoreV1Api.md#read_namespaced_resource_quota) | **GET** /api/v1/namespaces/{namespace}/resourcequotas/{name} | +[**read_namespaced_resource_quota_status**](CoreV1Api.md#read_namespaced_resource_quota_status) | **GET** /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | +[**read_namespaced_scale_scale**](CoreV1Api.md#read_namespaced_scale_scale) | **GET** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +[**read_namespaced_secret**](CoreV1Api.md#read_namespaced_secret) | **GET** /api/v1/namespaces/{namespace}/secrets/{name} | +[**read_namespaced_service**](CoreV1Api.md#read_namespaced_service) | **GET** /api/v1/namespaces/{namespace}/services/{name} | +[**read_namespaced_service_account**](CoreV1Api.md#read_namespaced_service_account) | **GET** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | +[**read_namespaced_service_status**](CoreV1Api.md#read_namespaced_service_status) | **GET** /api/v1/namespaces/{namespace}/services/{name}/status | +[**read_node**](CoreV1Api.md#read_node) | **GET** /api/v1/nodes/{name} | +[**read_node_status**](CoreV1Api.md#read_node_status) | **GET** /api/v1/nodes/{name}/status | +[**read_persistent_volume**](CoreV1Api.md#read_persistent_volume) | **GET** /api/v1/persistentvolumes/{name} | +[**read_persistent_volume_status**](CoreV1Api.md#read_persistent_volume_status) | **GET** /api/v1/persistentvolumes/{name}/status | +[**replace_namespace**](CoreV1Api.md#replace_namespace) | **PUT** /api/v1/namespaces/{name} | +[**replace_namespace_finalize**](CoreV1Api.md#replace_namespace_finalize) | **PUT** /api/v1/namespaces/{name}/finalize | +[**replace_namespace_status**](CoreV1Api.md#replace_namespace_status) | **PUT** /api/v1/namespaces/{name}/status | +[**replace_namespaced_config_map**](CoreV1Api.md#replace_namespaced_config_map) | **PUT** /api/v1/namespaces/{namespace}/configmaps/{name} | +[**replace_namespaced_endpoints**](CoreV1Api.md#replace_namespaced_endpoints) | **PUT** /api/v1/namespaces/{namespace}/endpoints/{name} | +[**replace_namespaced_event**](CoreV1Api.md#replace_namespaced_event) | **PUT** /api/v1/namespaces/{namespace}/events/{name} | +[**replace_namespaced_limit_range**](CoreV1Api.md#replace_namespaced_limit_range) | **PUT** /api/v1/namespaces/{namespace}/limitranges/{name} | +[**replace_namespaced_persistent_volume_claim**](CoreV1Api.md#replace_namespaced_persistent_volume_claim) | **PUT** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | +[**replace_namespaced_persistent_volume_claim_status**](CoreV1Api.md#replace_namespaced_persistent_volume_claim_status) | **PUT** /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | +[**replace_namespaced_pod**](CoreV1Api.md#replace_namespaced_pod) | **PUT** /api/v1/namespaces/{namespace}/pods/{name} | +[**replace_namespaced_pod_status**](CoreV1Api.md#replace_namespaced_pod_status) | **PUT** /api/v1/namespaces/{namespace}/pods/{name}/status | +[**replace_namespaced_pod_template**](CoreV1Api.md#replace_namespaced_pod_template) | **PUT** /api/v1/namespaces/{namespace}/podtemplates/{name} | +[**replace_namespaced_replication_controller**](CoreV1Api.md#replace_namespaced_replication_controller) | **PUT** /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | +[**replace_namespaced_replication_controller_status**](CoreV1Api.md#replace_namespaced_replication_controller_status) | **PUT** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | +[**replace_namespaced_resource_quota**](CoreV1Api.md#replace_namespaced_resource_quota) | **PUT** /api/v1/namespaces/{namespace}/resourcequotas/{name} | +[**replace_namespaced_resource_quota_status**](CoreV1Api.md#replace_namespaced_resource_quota_status) | **PUT** /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | +[**replace_namespaced_scale_scale**](CoreV1Api.md#replace_namespaced_scale_scale) | **PUT** /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +[**replace_namespaced_secret**](CoreV1Api.md#replace_namespaced_secret) | **PUT** /api/v1/namespaces/{namespace}/secrets/{name} | +[**replace_namespaced_service**](CoreV1Api.md#replace_namespaced_service) | **PUT** /api/v1/namespaces/{namespace}/services/{name} | +[**replace_namespaced_service_account**](CoreV1Api.md#replace_namespaced_service_account) | **PUT** /api/v1/namespaces/{namespace}/serviceaccounts/{name} | +[**replace_namespaced_service_status**](CoreV1Api.md#replace_namespaced_service_status) | **PUT** /api/v1/namespaces/{namespace}/services/{name}/status | +[**replace_node**](CoreV1Api.md#replace_node) | **PUT** /api/v1/nodes/{name} | +[**replace_node_status**](CoreV1Api.md#replace_node_status) | **PUT** /api/v1/nodes/{name}/status | +[**replace_persistent_volume**](CoreV1Api.md#replace_persistent_volume) | **PUT** /api/v1/persistentvolumes/{name} | +[**replace_persistent_volume_status**](CoreV1Api.md#replace_persistent_volume_status) | **PUT** /api/v1/persistentvolumes/{name}/status | +[**watch_config_map_list_for_all_namespaces**](CoreV1Api.md#watch_config_map_list_for_all_namespaces) | **GET** /api/v1/watch/configmaps | +[**watch_endpoints_list_for_all_namespaces**](CoreV1Api.md#watch_endpoints_list_for_all_namespaces) | **GET** /api/v1/watch/endpoints | +[**watch_event_list_for_all_namespaces**](CoreV1Api.md#watch_event_list_for_all_namespaces) | **GET** /api/v1/watch/events | +[**watch_limit_range_list_for_all_namespaces**](CoreV1Api.md#watch_limit_range_list_for_all_namespaces) | **GET** /api/v1/watch/limitranges | +[**watch_namespace**](CoreV1Api.md#watch_namespace) | **GET** /api/v1/watch/namespaces/{name} | +[**watch_namespace_list**](CoreV1Api.md#watch_namespace_list) | **GET** /api/v1/watch/namespaces | +[**watch_namespaced_config_map**](CoreV1Api.md#watch_namespaced_config_map) | **GET** /api/v1/watch/namespaces/{namespace}/configmaps/{name} | +[**watch_namespaced_config_map_list**](CoreV1Api.md#watch_namespaced_config_map_list) | **GET** /api/v1/watch/namespaces/{namespace}/configmaps | +[**watch_namespaced_endpoints**](CoreV1Api.md#watch_namespaced_endpoints) | **GET** /api/v1/watch/namespaces/{namespace}/endpoints/{name} | +[**watch_namespaced_endpoints_list**](CoreV1Api.md#watch_namespaced_endpoints_list) | **GET** /api/v1/watch/namespaces/{namespace}/endpoints | +[**watch_namespaced_event**](CoreV1Api.md#watch_namespaced_event) | **GET** /api/v1/watch/namespaces/{namespace}/events/{name} | +[**watch_namespaced_event_list**](CoreV1Api.md#watch_namespaced_event_list) | **GET** /api/v1/watch/namespaces/{namespace}/events | +[**watch_namespaced_limit_range**](CoreV1Api.md#watch_namespaced_limit_range) | **GET** /api/v1/watch/namespaces/{namespace}/limitranges/{name} | +[**watch_namespaced_limit_range_list**](CoreV1Api.md#watch_namespaced_limit_range_list) | **GET** /api/v1/watch/namespaces/{namespace}/limitranges | +[**watch_namespaced_persistent_volume_claim**](CoreV1Api.md#watch_namespaced_persistent_volume_claim) | **GET** /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name} | +[**watch_namespaced_persistent_volume_claim_list**](CoreV1Api.md#watch_namespaced_persistent_volume_claim_list) | **GET** /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims | +[**watch_namespaced_pod**](CoreV1Api.md#watch_namespaced_pod) | **GET** /api/v1/watch/namespaces/{namespace}/pods/{name} | +[**watch_namespaced_pod_list**](CoreV1Api.md#watch_namespaced_pod_list) | **GET** /api/v1/watch/namespaces/{namespace}/pods | +[**watch_namespaced_pod_template**](CoreV1Api.md#watch_namespaced_pod_template) | **GET** /api/v1/watch/namespaces/{namespace}/podtemplates/{name} | +[**watch_namespaced_pod_template_list**](CoreV1Api.md#watch_namespaced_pod_template_list) | **GET** /api/v1/watch/namespaces/{namespace}/podtemplates | +[**watch_namespaced_replication_controller**](CoreV1Api.md#watch_namespaced_replication_controller) | **GET** /api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name} | +[**watch_namespaced_replication_controller_list**](CoreV1Api.md#watch_namespaced_replication_controller_list) | **GET** /api/v1/watch/namespaces/{namespace}/replicationcontrollers | +[**watch_namespaced_resource_quota**](CoreV1Api.md#watch_namespaced_resource_quota) | **GET** /api/v1/watch/namespaces/{namespace}/resourcequotas/{name} | +[**watch_namespaced_resource_quota_list**](CoreV1Api.md#watch_namespaced_resource_quota_list) | **GET** /api/v1/watch/namespaces/{namespace}/resourcequotas | +[**watch_namespaced_secret**](CoreV1Api.md#watch_namespaced_secret) | **GET** /api/v1/watch/namespaces/{namespace}/secrets/{name} | +[**watch_namespaced_secret_list**](CoreV1Api.md#watch_namespaced_secret_list) | **GET** /api/v1/watch/namespaces/{namespace}/secrets | +[**watch_namespaced_service**](CoreV1Api.md#watch_namespaced_service) | **GET** /api/v1/watch/namespaces/{namespace}/services/{name} | +[**watch_namespaced_service_account**](CoreV1Api.md#watch_namespaced_service_account) | **GET** /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name} | +[**watch_namespaced_service_account_list**](CoreV1Api.md#watch_namespaced_service_account_list) | **GET** /api/v1/watch/namespaces/{namespace}/serviceaccounts | +[**watch_namespaced_service_list**](CoreV1Api.md#watch_namespaced_service_list) | **GET** /api/v1/watch/namespaces/{namespace}/services | +[**watch_node**](CoreV1Api.md#watch_node) | **GET** /api/v1/watch/nodes/{name} | +[**watch_node_list**](CoreV1Api.md#watch_node_list) | **GET** /api/v1/watch/nodes | +[**watch_persistent_volume**](CoreV1Api.md#watch_persistent_volume) | **GET** /api/v1/watch/persistentvolumes/{name} | +[**watch_persistent_volume_claim_list_for_all_namespaces**](CoreV1Api.md#watch_persistent_volume_claim_list_for_all_namespaces) | **GET** /api/v1/watch/persistentvolumeclaims | +[**watch_persistent_volume_list**](CoreV1Api.md#watch_persistent_volume_list) | **GET** /api/v1/watch/persistentvolumes | +[**watch_pod_list_for_all_namespaces**](CoreV1Api.md#watch_pod_list_for_all_namespaces) | **GET** /api/v1/watch/pods | +[**watch_pod_template_list_for_all_namespaces**](CoreV1Api.md#watch_pod_template_list_for_all_namespaces) | **GET** /api/v1/watch/podtemplates | +[**watch_replication_controller_list_for_all_namespaces**](CoreV1Api.md#watch_replication_controller_list_for_all_namespaces) | **GET** /api/v1/watch/replicationcontrollers | +[**watch_resource_quota_list_for_all_namespaces**](CoreV1Api.md#watch_resource_quota_list_for_all_namespaces) | **GET** /api/v1/watch/resourcequotas | +[**watch_secret_list_for_all_namespaces**](CoreV1Api.md#watch_secret_list_for_all_namespaces) | **GET** /api/v1/watch/secrets | +[**watch_service_account_list_for_all_namespaces**](CoreV1Api.md#watch_service_account_list_for_all_namespaces) | **GET** /api/v1/watch/serviceaccounts | +[**watch_service_list_for_all_namespaces**](CoreV1Api.md#watch_service_list_for_all_namespaces) | **GET** /api/v1/watch/services | + + +# **connect_delete_namespaced_pod_proxy** +> str connect_delete_namespaced_pod_proxy(name, namespace, path=path) @@ -304,10 +304,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) try: - api_response = api_instance.connect_core_v1_delete_namespaced_pod_proxy(name, namespace, path=path) + api_response = api_instance.connect_delete_namespaced_pod_proxy(name, namespace, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_delete_namespaced_pod_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_delete_namespaced_pod_proxy: %s\n" % e) ``` ### Parameters @@ -333,8 +333,8 @@ 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) -# **connect_core_v1_delete_namespaced_pod_proxy_with_path** -> str connect_core_v1_delete_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) +# **connect_delete_namespaced_pod_proxy_with_path** +> str connect_delete_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) @@ -361,10 +361,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) try: - api_response = api_instance.connect_core_v1_delete_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) + api_response = api_instance.connect_delete_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_delete_namespaced_pod_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_delete_namespaced_pod_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -391,8 +391,8 @@ 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) -# **connect_core_v1_delete_namespaced_service_proxy** -> str connect_core_v1_delete_namespaced_service_proxy(name, namespace, path=path) +# **connect_delete_namespaced_service_proxy** +> str connect_delete_namespaced_service_proxy(name, namespace, path=path) @@ -418,10 +418,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | 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. (optional) try: - api_response = api_instance.connect_core_v1_delete_namespaced_service_proxy(name, namespace, path=path) + api_response = api_instance.connect_delete_namespaced_service_proxy(name, namespace, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_delete_namespaced_service_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_delete_namespaced_service_proxy: %s\n" % e) ``` ### Parameters @@ -447,8 +447,8 @@ 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) -# **connect_core_v1_delete_namespaced_service_proxy_with_path** -> str connect_core_v1_delete_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) +# **connect_delete_namespaced_service_proxy_with_path** +> str connect_delete_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) @@ -475,10 +475,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | 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. (optional) try: - api_response = api_instance.connect_core_v1_delete_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) + api_response = api_instance.connect_delete_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_delete_namespaced_service_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_delete_namespaced_service_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -505,8 +505,8 @@ 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) -# **connect_core_v1_delete_node_proxy** -> str connect_core_v1_delete_node_proxy(name, path=path) +# **connect_delete_node_proxy** +> str connect_delete_node_proxy(name, path=path) @@ -531,10 +531,10 @@ name = 'name_example' # str | name of the Node path = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) try: - api_response = api_instance.connect_core_v1_delete_node_proxy(name, path=path) + api_response = api_instance.connect_delete_node_proxy(name, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_delete_node_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_delete_node_proxy: %s\n" % e) ``` ### Parameters @@ -559,8 +559,8 @@ 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) -# **connect_core_v1_delete_node_proxy_with_path** -> str connect_core_v1_delete_node_proxy_with_path(name, path, path2=path2) +# **connect_delete_node_proxy_with_path** +> str connect_delete_node_proxy_with_path(name, path, path2=path2) @@ -586,10 +586,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) try: - api_response = api_instance.connect_core_v1_delete_node_proxy_with_path(name, path, path2=path2) + api_response = api_instance.connect_delete_node_proxy_with_path(name, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_delete_node_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_delete_node_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -615,8 +615,8 @@ 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) -# **connect_core_v1_get_namespaced_pod_attach** -> str connect_core_v1_get_namespaced_pod_attach(name, namespace, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) +# **connect_get_namespaced_pod_attach** +> str connect_get_namespaced_pod_attach(name, namespace, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) @@ -646,10 +646,10 @@ stdout = true # bool | Stdout if true indicates that stdout is to be redirected tty = true # bool | TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false. (optional) try: - api_response = api_instance.connect_core_v1_get_namespaced_pod_attach(name, namespace, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) + api_response = api_instance.connect_get_namespaced_pod_attach(name, namespace, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_get_namespaced_pod_attach: %s\n" % e) + print("Exception when calling CoreV1Api->connect_get_namespaced_pod_attach: %s\n" % e) ``` ### Parameters @@ -679,8 +679,8 @@ 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) -# **connect_core_v1_get_namespaced_pod_exec** -> str connect_core_v1_get_namespaced_pod_exec(name, namespace, command=command, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) +# **connect_get_namespaced_pod_exec** +> str connect_get_namespaced_pod_exec(name, namespace, command=command, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) @@ -711,10 +711,10 @@ stdout = true # bool | Redirect the standard output stream of the pod for this c tty = true # bool | TTY if true indicates that a tty will be allocated for the exec call. Defaults to false. (optional) try: - api_response = api_instance.connect_core_v1_get_namespaced_pod_exec(name, namespace, command=command, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) + api_response = api_instance.connect_get_namespaced_pod_exec(name, namespace, command=command, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_get_namespaced_pod_exec: %s\n" % e) + print("Exception when calling CoreV1Api->connect_get_namespaced_pod_exec: %s\n" % e) ``` ### Parameters @@ -745,8 +745,8 @@ 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) -# **connect_core_v1_get_namespaced_pod_portforward** -> str connect_core_v1_get_namespaced_pod_portforward(name, namespace) +# **connect_get_namespaced_pod_portforward** +> str connect_get_namespaced_pod_portforward(name, namespace) @@ -771,10 +771,10 @@ name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects try: - api_response = api_instance.connect_core_v1_get_namespaced_pod_portforward(name, namespace) + api_response = api_instance.connect_get_namespaced_pod_portforward(name, namespace) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_get_namespaced_pod_portforward: %s\n" % e) + print("Exception when calling CoreV1Api->connect_get_namespaced_pod_portforward: %s\n" % e) ``` ### Parameters @@ -799,8 +799,8 @@ 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) -# **connect_core_v1_get_namespaced_pod_proxy** -> str connect_core_v1_get_namespaced_pod_proxy(name, namespace, path=path) +# **connect_get_namespaced_pod_proxy** +> str connect_get_namespaced_pod_proxy(name, namespace, path=path) @@ -826,10 +826,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) try: - api_response = api_instance.connect_core_v1_get_namespaced_pod_proxy(name, namespace, path=path) + api_response = api_instance.connect_get_namespaced_pod_proxy(name, namespace, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_get_namespaced_pod_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_get_namespaced_pod_proxy: %s\n" % e) ``` ### Parameters @@ -855,8 +855,8 @@ 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) -# **connect_core_v1_get_namespaced_pod_proxy_with_path** -> str connect_core_v1_get_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) +# **connect_get_namespaced_pod_proxy_with_path** +> str connect_get_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) @@ -883,10 +883,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) try: - api_response = api_instance.connect_core_v1_get_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) + api_response = api_instance.connect_get_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_get_namespaced_pod_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_get_namespaced_pod_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -913,8 +913,8 @@ 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) -# **connect_core_v1_get_namespaced_service_proxy** -> str connect_core_v1_get_namespaced_service_proxy(name, namespace, path=path) +# **connect_get_namespaced_service_proxy** +> str connect_get_namespaced_service_proxy(name, namespace, path=path) @@ -940,10 +940,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | 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. (optional) try: - api_response = api_instance.connect_core_v1_get_namespaced_service_proxy(name, namespace, path=path) + api_response = api_instance.connect_get_namespaced_service_proxy(name, namespace, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_get_namespaced_service_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_get_namespaced_service_proxy: %s\n" % e) ``` ### Parameters @@ -969,8 +969,8 @@ 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) -# **connect_core_v1_get_namespaced_service_proxy_with_path** -> str connect_core_v1_get_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) +# **connect_get_namespaced_service_proxy_with_path** +> str connect_get_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) @@ -997,10 +997,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | 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. (optional) try: - api_response = api_instance.connect_core_v1_get_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) + api_response = api_instance.connect_get_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_get_namespaced_service_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_get_namespaced_service_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -1027,8 +1027,8 @@ 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) -# **connect_core_v1_get_node_proxy** -> str connect_core_v1_get_node_proxy(name, path=path) +# **connect_get_node_proxy** +> str connect_get_node_proxy(name, path=path) @@ -1053,10 +1053,10 @@ name = 'name_example' # str | name of the Node path = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) try: - api_response = api_instance.connect_core_v1_get_node_proxy(name, path=path) + api_response = api_instance.connect_get_node_proxy(name, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_get_node_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_get_node_proxy: %s\n" % e) ``` ### Parameters @@ -1081,8 +1081,8 @@ 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) -# **connect_core_v1_get_node_proxy_with_path** -> str connect_core_v1_get_node_proxy_with_path(name, path, path2=path2) +# **connect_get_node_proxy_with_path** +> str connect_get_node_proxy_with_path(name, path, path2=path2) @@ -1108,10 +1108,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) try: - api_response = api_instance.connect_core_v1_get_node_proxy_with_path(name, path, path2=path2) + api_response = api_instance.connect_get_node_proxy_with_path(name, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_get_node_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_get_node_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -1137,8 +1137,8 @@ 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) -# **connect_core_v1_head_namespaced_pod_proxy** -> str connect_core_v1_head_namespaced_pod_proxy(name, namespace, path=path) +# **connect_head_namespaced_pod_proxy** +> str connect_head_namespaced_pod_proxy(name, namespace, path=path) @@ -1164,10 +1164,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) try: - api_response = api_instance.connect_core_v1_head_namespaced_pod_proxy(name, namespace, path=path) + api_response = api_instance.connect_head_namespaced_pod_proxy(name, namespace, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_head_namespaced_pod_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_head_namespaced_pod_proxy: %s\n" % e) ``` ### Parameters @@ -1193,8 +1193,8 @@ 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) -# **connect_core_v1_head_namespaced_pod_proxy_with_path** -> str connect_core_v1_head_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) +# **connect_head_namespaced_pod_proxy_with_path** +> str connect_head_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) @@ -1221,10 +1221,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) try: - api_response = api_instance.connect_core_v1_head_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) + api_response = api_instance.connect_head_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_head_namespaced_pod_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_head_namespaced_pod_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -1251,8 +1251,8 @@ 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) -# **connect_core_v1_head_namespaced_service_proxy** -> str connect_core_v1_head_namespaced_service_proxy(name, namespace, path=path) +# **connect_head_namespaced_service_proxy** +> str connect_head_namespaced_service_proxy(name, namespace, path=path) @@ -1278,10 +1278,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | 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. (optional) try: - api_response = api_instance.connect_core_v1_head_namespaced_service_proxy(name, namespace, path=path) + api_response = api_instance.connect_head_namespaced_service_proxy(name, namespace, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_head_namespaced_service_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_head_namespaced_service_proxy: %s\n" % e) ``` ### Parameters @@ -1307,8 +1307,8 @@ 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) -# **connect_core_v1_head_namespaced_service_proxy_with_path** -> str connect_core_v1_head_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) +# **connect_head_namespaced_service_proxy_with_path** +> str connect_head_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) @@ -1335,10 +1335,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | 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. (optional) try: - api_response = api_instance.connect_core_v1_head_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) + api_response = api_instance.connect_head_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_head_namespaced_service_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_head_namespaced_service_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -1365,8 +1365,8 @@ 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) -# **connect_core_v1_head_node_proxy** -> str connect_core_v1_head_node_proxy(name, path=path) +# **connect_head_node_proxy** +> str connect_head_node_proxy(name, path=path) @@ -1391,10 +1391,10 @@ name = 'name_example' # str | name of the Node path = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) try: - api_response = api_instance.connect_core_v1_head_node_proxy(name, path=path) + api_response = api_instance.connect_head_node_proxy(name, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_head_node_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_head_node_proxy: %s\n" % e) ``` ### Parameters @@ -1419,8 +1419,8 @@ 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) -# **connect_core_v1_head_node_proxy_with_path** -> str connect_core_v1_head_node_proxy_with_path(name, path, path2=path2) +# **connect_head_node_proxy_with_path** +> str connect_head_node_proxy_with_path(name, path, path2=path2) @@ -1446,10 +1446,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) try: - api_response = api_instance.connect_core_v1_head_node_proxy_with_path(name, path, path2=path2) + api_response = api_instance.connect_head_node_proxy_with_path(name, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_head_node_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_head_node_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -1475,8 +1475,8 @@ 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) -# **connect_core_v1_options_namespaced_pod_proxy** -> str connect_core_v1_options_namespaced_pod_proxy(name, namespace, path=path) +# **connect_options_namespaced_pod_proxy** +> str connect_options_namespaced_pod_proxy(name, namespace, path=path) @@ -1502,10 +1502,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) try: - api_response = api_instance.connect_core_v1_options_namespaced_pod_proxy(name, namespace, path=path) + api_response = api_instance.connect_options_namespaced_pod_proxy(name, namespace, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_options_namespaced_pod_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_options_namespaced_pod_proxy: %s\n" % e) ``` ### Parameters @@ -1531,8 +1531,8 @@ 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) -# **connect_core_v1_options_namespaced_pod_proxy_with_path** -> str connect_core_v1_options_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) +# **connect_options_namespaced_pod_proxy_with_path** +> str connect_options_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) @@ -1559,10 +1559,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) try: - api_response = api_instance.connect_core_v1_options_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) + api_response = api_instance.connect_options_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_options_namespaced_pod_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_options_namespaced_pod_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -1589,8 +1589,8 @@ 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) -# **connect_core_v1_options_namespaced_service_proxy** -> str connect_core_v1_options_namespaced_service_proxy(name, namespace, path=path) +# **connect_options_namespaced_service_proxy** +> str connect_options_namespaced_service_proxy(name, namespace, path=path) @@ -1616,10 +1616,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | 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. (optional) try: - api_response = api_instance.connect_core_v1_options_namespaced_service_proxy(name, namespace, path=path) + api_response = api_instance.connect_options_namespaced_service_proxy(name, namespace, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_options_namespaced_service_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_options_namespaced_service_proxy: %s\n" % e) ``` ### Parameters @@ -1645,8 +1645,8 @@ 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) -# **connect_core_v1_options_namespaced_service_proxy_with_path** -> str connect_core_v1_options_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) +# **connect_options_namespaced_service_proxy_with_path** +> str connect_options_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) @@ -1673,10 +1673,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | 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. (optional) try: - api_response = api_instance.connect_core_v1_options_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) + api_response = api_instance.connect_options_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_options_namespaced_service_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_options_namespaced_service_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -1703,8 +1703,8 @@ 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) -# **connect_core_v1_options_node_proxy** -> str connect_core_v1_options_node_proxy(name, path=path) +# **connect_options_node_proxy** +> str connect_options_node_proxy(name, path=path) @@ -1729,10 +1729,10 @@ name = 'name_example' # str | name of the Node path = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) try: - api_response = api_instance.connect_core_v1_options_node_proxy(name, path=path) + api_response = api_instance.connect_options_node_proxy(name, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_options_node_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_options_node_proxy: %s\n" % e) ``` ### Parameters @@ -1757,8 +1757,8 @@ 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) -# **connect_core_v1_options_node_proxy_with_path** -> str connect_core_v1_options_node_proxy_with_path(name, path, path2=path2) +# **connect_options_node_proxy_with_path** +> str connect_options_node_proxy_with_path(name, path, path2=path2) @@ -1784,10 +1784,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) try: - api_response = api_instance.connect_core_v1_options_node_proxy_with_path(name, path, path2=path2) + api_response = api_instance.connect_options_node_proxy_with_path(name, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_options_node_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_options_node_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -1813,8 +1813,8 @@ 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) -# **connect_core_v1_post_namespaced_pod_attach** -> str connect_core_v1_post_namespaced_pod_attach(name, namespace, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) +# **connect_post_namespaced_pod_attach** +> str connect_post_namespaced_pod_attach(name, namespace, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) @@ -1844,10 +1844,10 @@ stdout = true # bool | Stdout if true indicates that stdout is to be redirected tty = true # bool | TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false. (optional) try: - api_response = api_instance.connect_core_v1_post_namespaced_pod_attach(name, namespace, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) + api_response = api_instance.connect_post_namespaced_pod_attach(name, namespace, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_post_namespaced_pod_attach: %s\n" % e) + print("Exception when calling CoreV1Api->connect_post_namespaced_pod_attach: %s\n" % e) ``` ### Parameters @@ -1877,8 +1877,8 @@ 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) -# **connect_core_v1_post_namespaced_pod_exec** -> str connect_core_v1_post_namespaced_pod_exec(name, namespace, command=command, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) +# **connect_post_namespaced_pod_exec** +> str connect_post_namespaced_pod_exec(name, namespace, command=command, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) @@ -1909,10 +1909,10 @@ stdout = true # bool | Redirect the standard output stream of the pod for this c tty = true # bool | TTY if true indicates that a tty will be allocated for the exec call. Defaults to false. (optional) try: - api_response = api_instance.connect_core_v1_post_namespaced_pod_exec(name, namespace, command=command, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) + api_response = api_instance.connect_post_namespaced_pod_exec(name, namespace, command=command, container=container, stderr=stderr, stdin=stdin, stdout=stdout, tty=tty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_post_namespaced_pod_exec: %s\n" % e) + print("Exception when calling CoreV1Api->connect_post_namespaced_pod_exec: %s\n" % e) ``` ### Parameters @@ -1943,8 +1943,8 @@ 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) -# **connect_core_v1_post_namespaced_pod_portforward** -> str connect_core_v1_post_namespaced_pod_portforward(name, namespace) +# **connect_post_namespaced_pod_portforward** +> str connect_post_namespaced_pod_portforward(name, namespace) @@ -1969,10 +1969,10 @@ name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects try: - api_response = api_instance.connect_core_v1_post_namespaced_pod_portforward(name, namespace) + api_response = api_instance.connect_post_namespaced_pod_portforward(name, namespace) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_post_namespaced_pod_portforward: %s\n" % e) + print("Exception when calling CoreV1Api->connect_post_namespaced_pod_portforward: %s\n" % e) ``` ### Parameters @@ -1997,8 +1997,8 @@ 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) -# **connect_core_v1_post_namespaced_pod_proxy** -> str connect_core_v1_post_namespaced_pod_proxy(name, namespace, path=path) +# **connect_post_namespaced_pod_proxy** +> str connect_post_namespaced_pod_proxy(name, namespace, path=path) @@ -2024,10 +2024,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) try: - api_response = api_instance.connect_core_v1_post_namespaced_pod_proxy(name, namespace, path=path) + api_response = api_instance.connect_post_namespaced_pod_proxy(name, namespace, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_post_namespaced_pod_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_post_namespaced_pod_proxy: %s\n" % e) ``` ### Parameters @@ -2053,8 +2053,8 @@ 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) -# **connect_core_v1_post_namespaced_pod_proxy_with_path** -> str connect_core_v1_post_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) +# **connect_post_namespaced_pod_proxy_with_path** +> str connect_post_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) @@ -2081,10 +2081,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) try: - api_response = api_instance.connect_core_v1_post_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) + api_response = api_instance.connect_post_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_post_namespaced_pod_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_post_namespaced_pod_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -2111,8 +2111,8 @@ 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) -# **connect_core_v1_post_namespaced_service_proxy** -> str connect_core_v1_post_namespaced_service_proxy(name, namespace, path=path) +# **connect_post_namespaced_service_proxy** +> str connect_post_namespaced_service_proxy(name, namespace, path=path) @@ -2138,10 +2138,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | 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. (optional) try: - api_response = api_instance.connect_core_v1_post_namespaced_service_proxy(name, namespace, path=path) + api_response = api_instance.connect_post_namespaced_service_proxy(name, namespace, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_post_namespaced_service_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_post_namespaced_service_proxy: %s\n" % e) ``` ### Parameters @@ -2167,8 +2167,8 @@ 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) -# **connect_core_v1_post_namespaced_service_proxy_with_path** -> str connect_core_v1_post_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) +# **connect_post_namespaced_service_proxy_with_path** +> str connect_post_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) @@ -2195,10 +2195,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | 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. (optional) try: - api_response = api_instance.connect_core_v1_post_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) + api_response = api_instance.connect_post_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_post_namespaced_service_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_post_namespaced_service_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -2225,8 +2225,8 @@ 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) -# **connect_core_v1_post_node_proxy** -> str connect_core_v1_post_node_proxy(name, path=path) +# **connect_post_node_proxy** +> str connect_post_node_proxy(name, path=path) @@ -2251,10 +2251,10 @@ name = 'name_example' # str | name of the Node path = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) try: - api_response = api_instance.connect_core_v1_post_node_proxy(name, path=path) + api_response = api_instance.connect_post_node_proxy(name, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_post_node_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_post_node_proxy: %s\n" % e) ``` ### Parameters @@ -2279,8 +2279,8 @@ 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) -# **connect_core_v1_post_node_proxy_with_path** -> str connect_core_v1_post_node_proxy_with_path(name, path, path2=path2) +# **connect_post_node_proxy_with_path** +> str connect_post_node_proxy_with_path(name, path, path2=path2) @@ -2306,10 +2306,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) try: - api_response = api_instance.connect_core_v1_post_node_proxy_with_path(name, path, path2=path2) + api_response = api_instance.connect_post_node_proxy_with_path(name, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_post_node_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_post_node_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -2335,8 +2335,8 @@ 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) -# **connect_core_v1_put_namespaced_pod_proxy** -> str connect_core_v1_put_namespaced_pod_proxy(name, namespace, path=path) +# **connect_put_namespaced_pod_proxy** +> str connect_put_namespaced_pod_proxy(name, namespace, path=path) @@ -2362,10 +2362,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) try: - api_response = api_instance.connect_core_v1_put_namespaced_pod_proxy(name, namespace, path=path) + api_response = api_instance.connect_put_namespaced_pod_proxy(name, namespace, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_put_namespaced_pod_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_put_namespaced_pod_proxy: %s\n" % e) ``` ### Parameters @@ -2391,8 +2391,8 @@ 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) -# **connect_core_v1_put_namespaced_pod_proxy_with_path** -> str connect_core_v1_put_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) +# **connect_put_namespaced_pod_proxy_with_path** +> str connect_put_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) @@ -2419,10 +2419,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to pod. (optional) try: - api_response = api_instance.connect_core_v1_put_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) + api_response = api_instance.connect_put_namespaced_pod_proxy_with_path(name, namespace, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_put_namespaced_pod_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_put_namespaced_pod_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -2449,8 +2449,8 @@ 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) -# **connect_core_v1_put_namespaced_service_proxy** -> str connect_core_v1_put_namespaced_service_proxy(name, namespace, path=path) +# **connect_put_namespaced_service_proxy** +> str connect_put_namespaced_service_proxy(name, namespace, path=path) @@ -2476,10 +2476,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | 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. (optional) try: - api_response = api_instance.connect_core_v1_put_namespaced_service_proxy(name, namespace, path=path) + api_response = api_instance.connect_put_namespaced_service_proxy(name, namespace, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_put_namespaced_service_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_put_namespaced_service_proxy: %s\n" % e) ``` ### Parameters @@ -2505,8 +2505,8 @@ 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) -# **connect_core_v1_put_namespaced_service_proxy_with_path** -> str connect_core_v1_put_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) +# **connect_put_namespaced_service_proxy_with_path** +> str connect_put_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) @@ -2533,10 +2533,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | 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. (optional) try: - api_response = api_instance.connect_core_v1_put_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) + api_response = api_instance.connect_put_namespaced_service_proxy_with_path(name, namespace, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_put_namespaced_service_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_put_namespaced_service_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -2563,8 +2563,8 @@ 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) -# **connect_core_v1_put_node_proxy** -> str connect_core_v1_put_node_proxy(name, path=path) +# **connect_put_node_proxy** +> str connect_put_node_proxy(name, path=path) @@ -2589,10 +2589,10 @@ name = 'name_example' # str | name of the Node path = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) try: - api_response = api_instance.connect_core_v1_put_node_proxy(name, path=path) + api_response = api_instance.connect_put_node_proxy(name, path=path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_put_node_proxy: %s\n" % e) + print("Exception when calling CoreV1Api->connect_put_node_proxy: %s\n" % e) ``` ### Parameters @@ -2617,8 +2617,8 @@ 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) -# **connect_core_v1_put_node_proxy_with_path** -> str connect_core_v1_put_node_proxy_with_path(name, path, path2=path2) +# **connect_put_node_proxy_with_path** +> str connect_put_node_proxy_with_path(name, path, path2=path2) @@ -2644,10 +2644,10 @@ path = 'path_example' # str | path to the resource path2 = 'path_example' # str | Path is the URL path to use for the current proxy request to node. (optional) try: - api_response = api_instance.connect_core_v1_put_node_proxy_with_path(name, path, path2=path2) + api_response = api_instance.connect_put_node_proxy_with_path(name, path, path2=path2) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->connect_core_v1_put_node_proxy_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->connect_put_node_proxy_with_path: %s\n" % e) ``` ### Parameters @@ -2673,8 +2673,8 @@ 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) -# **create_core_v1_namespace** -> V1Namespace create_core_v1_namespace(body, pretty=pretty) +# **create_namespace** +> V1Namespace create_namespace(body, pretty=pretty) @@ -2699,10 +2699,10 @@ body = k8sclient.V1Namespace() # V1Namespace | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespace(body, pretty=pretty) + api_response = api_instance.create_namespace(body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespace: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespace: %s\n" % e) ``` ### Parameters @@ -2727,8 +2727,8 @@ 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) -# **create_core_v1_namespaced_binding** -> V1Binding create_core_v1_namespaced_binding(body, namespace, pretty=pretty) +# **create_namespaced_binding** +> V1Binding create_namespaced_binding(body, namespace, pretty=pretty) @@ -2754,10 +2754,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespaced_binding(body, namespace, pretty=pretty) + api_response = api_instance.create_namespaced_binding(body, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespaced_binding: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespaced_binding: %s\n" % e) ``` ### Parameters @@ -2783,8 +2783,8 @@ 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) -# **create_core_v1_namespaced_binding_binding** -> V1Binding create_core_v1_namespaced_binding_binding(body, name, namespace, pretty=pretty) +# **create_namespaced_binding_binding** +> V1Binding create_namespaced_binding_binding(body, name, namespace, pretty=pretty) @@ -2811,10 +2811,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespaced_binding_binding(body, name, namespace, pretty=pretty) + api_response = api_instance.create_namespaced_binding_binding(body, name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespaced_binding_binding: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespaced_binding_binding: %s\n" % e) ``` ### Parameters @@ -2841,8 +2841,8 @@ 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) -# **create_core_v1_namespaced_config_map** -> V1ConfigMap create_core_v1_namespaced_config_map(namespace, body, pretty=pretty) +# **create_namespaced_config_map** +> V1ConfigMap create_namespaced_config_map(namespace, body, pretty=pretty) @@ -2868,10 +2868,10 @@ body = k8sclient.V1ConfigMap() # V1ConfigMap | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespaced_config_map(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_config_map(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespaced_config_map: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespaced_config_map: %s\n" % e) ``` ### Parameters @@ -2897,8 +2897,8 @@ 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) -# **create_core_v1_namespaced_endpoints** -> V1Endpoints create_core_v1_namespaced_endpoints(namespace, body, pretty=pretty) +# **create_namespaced_endpoints** +> V1Endpoints create_namespaced_endpoints(namespace, body, pretty=pretty) @@ -2924,10 +2924,10 @@ body = k8sclient.V1Endpoints() # V1Endpoints | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespaced_endpoints(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_endpoints(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespaced_endpoints: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespaced_endpoints: %s\n" % e) ``` ### Parameters @@ -2953,8 +2953,8 @@ 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) -# **create_core_v1_namespaced_event** -> V1Event create_core_v1_namespaced_event(namespace, body, pretty=pretty) +# **create_namespaced_event** +> V1Event create_namespaced_event(namespace, body, pretty=pretty) @@ -2980,10 +2980,10 @@ body = k8sclient.V1Event() # V1Event | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespaced_event(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_event(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespaced_event: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespaced_event: %s\n" % e) ``` ### Parameters @@ -3009,8 +3009,8 @@ 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) -# **create_core_v1_namespaced_eviction_eviction** -> V1alpha1Eviction create_core_v1_namespaced_eviction_eviction(body, name, namespace, pretty=pretty) +# **create_namespaced_eviction_eviction** +> V1beta1Eviction create_namespaced_eviction_eviction(body, name, namespace, pretty=pretty) @@ -3031,30 +3031,30 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # create an instance of the API class api_instance = k8sclient.CoreV1Api() -body = k8sclient.V1alpha1Eviction() # V1alpha1Eviction | +body = k8sclient.V1beta1Eviction() # V1beta1Eviction | name = 'name_example' # str | name of the Eviction namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespaced_eviction_eviction(body, name, namespace, pretty=pretty) + api_response = api_instance.create_namespaced_eviction_eviction(body, name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespaced_eviction_eviction: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespaced_eviction_eviction: %s\n" % e) ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **body** | [**V1alpha1Eviction**](V1alpha1Eviction.md)| | + **body** | [**V1beta1Eviction**](V1beta1Eviction.md)| | **name** | **str**| name of the Eviction | **namespace** | **str**| object name and auth scope, such as for teams and projects | **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] ### Return type -[**V1alpha1Eviction**](V1alpha1Eviction.md) +[**V1beta1Eviction**](V1beta1Eviction.md) ### Authorization @@ -3067,8 +3067,8 @@ 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) -# **create_core_v1_namespaced_limit_range** -> V1LimitRange create_core_v1_namespaced_limit_range(namespace, body, pretty=pretty) +# **create_namespaced_limit_range** +> V1LimitRange create_namespaced_limit_range(namespace, body, pretty=pretty) @@ -3094,10 +3094,10 @@ body = k8sclient.V1LimitRange() # V1LimitRange | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespaced_limit_range(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_limit_range(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespaced_limit_range: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespaced_limit_range: %s\n" % e) ``` ### Parameters @@ -3123,8 +3123,8 @@ 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) -# **create_core_v1_namespaced_persistent_volume_claim** -> V1PersistentVolumeClaim create_core_v1_namespaced_persistent_volume_claim(namespace, body, pretty=pretty) +# **create_namespaced_persistent_volume_claim** +> V1PersistentVolumeClaim create_namespaced_persistent_volume_claim(namespace, body, pretty=pretty) @@ -3150,10 +3150,10 @@ body = k8sclient.V1PersistentVolumeClaim() # V1PersistentVolumeClaim | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespaced_persistent_volume_claim(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_persistent_volume_claim(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespaced_persistent_volume_claim: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespaced_persistent_volume_claim: %s\n" % e) ``` ### Parameters @@ -3179,8 +3179,8 @@ 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) -# **create_core_v1_namespaced_pod** -> V1Pod create_core_v1_namespaced_pod(namespace, body, pretty=pretty) +# **create_namespaced_pod** +> V1Pod create_namespaced_pod(namespace, body, pretty=pretty) @@ -3206,10 +3206,10 @@ body = k8sclient.V1Pod() # V1Pod | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespaced_pod(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_pod(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespaced_pod: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespaced_pod: %s\n" % e) ``` ### Parameters @@ -3235,8 +3235,8 @@ 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) -# **create_core_v1_namespaced_pod_template** -> V1PodTemplate create_core_v1_namespaced_pod_template(namespace, body, pretty=pretty) +# **create_namespaced_pod_template** +> V1PodTemplate create_namespaced_pod_template(namespace, body, pretty=pretty) @@ -3262,10 +3262,10 @@ body = k8sclient.V1PodTemplate() # V1PodTemplate | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespaced_pod_template(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_pod_template(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespaced_pod_template: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespaced_pod_template: %s\n" % e) ``` ### Parameters @@ -3291,8 +3291,8 @@ 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) -# **create_core_v1_namespaced_replication_controller** -> V1ReplicationController create_core_v1_namespaced_replication_controller(namespace, body, pretty=pretty) +# **create_namespaced_replication_controller** +> V1ReplicationController create_namespaced_replication_controller(namespace, body, pretty=pretty) @@ -3318,10 +3318,10 @@ body = k8sclient.V1ReplicationController() # V1ReplicationController | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespaced_replication_controller(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_replication_controller(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespaced_replication_controller: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespaced_replication_controller: %s\n" % e) ``` ### Parameters @@ -3347,8 +3347,8 @@ 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) -# **create_core_v1_namespaced_resource_quota** -> V1ResourceQuota create_core_v1_namespaced_resource_quota(namespace, body, pretty=pretty) +# **create_namespaced_resource_quota** +> V1ResourceQuota create_namespaced_resource_quota(namespace, body, pretty=pretty) @@ -3374,10 +3374,10 @@ body = k8sclient.V1ResourceQuota() # V1ResourceQuota | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespaced_resource_quota(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_resource_quota(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespaced_resource_quota: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespaced_resource_quota: %s\n" % e) ``` ### Parameters @@ -3403,8 +3403,8 @@ 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) -# **create_core_v1_namespaced_secret** -> V1Secret create_core_v1_namespaced_secret(namespace, body, pretty=pretty) +# **create_namespaced_secret** +> V1Secret create_namespaced_secret(namespace, body, pretty=pretty) @@ -3430,10 +3430,10 @@ body = k8sclient.V1Secret() # V1Secret | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespaced_secret(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_secret(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespaced_secret: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespaced_secret: %s\n" % e) ``` ### Parameters @@ -3459,8 +3459,8 @@ 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) -# **create_core_v1_namespaced_service** -> V1Service create_core_v1_namespaced_service(namespace, body, pretty=pretty) +# **create_namespaced_service** +> V1Service create_namespaced_service(namespace, body, pretty=pretty) @@ -3486,10 +3486,10 @@ body = k8sclient.V1Service() # V1Service | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespaced_service(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_service(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespaced_service: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespaced_service: %s\n" % e) ``` ### Parameters @@ -3515,8 +3515,8 @@ 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) -# **create_core_v1_namespaced_service_account** -> V1ServiceAccount create_core_v1_namespaced_service_account(namespace, body, pretty=pretty) +# **create_namespaced_service_account** +> V1ServiceAccount create_namespaced_service_account(namespace, body, pretty=pretty) @@ -3542,10 +3542,10 @@ body = k8sclient.V1ServiceAccount() # V1ServiceAccount | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_namespaced_service_account(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_service_account(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_namespaced_service_account: %s\n" % e) + print("Exception when calling CoreV1Api->create_namespaced_service_account: %s\n" % e) ``` ### Parameters @@ -3571,8 +3571,8 @@ 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) -# **create_core_v1_node** -> V1Node create_core_v1_node(body, pretty=pretty) +# **create_node** +> V1Node create_node(body, pretty=pretty) @@ -3597,10 +3597,10 @@ body = k8sclient.V1Node() # V1Node | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_node(body, pretty=pretty) + api_response = api_instance.create_node(body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_node: %s\n" % e) + print("Exception when calling CoreV1Api->create_node: %s\n" % e) ``` ### Parameters @@ -3625,8 +3625,8 @@ 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) -# **create_core_v1_persistent_volume** -> V1PersistentVolume create_core_v1_persistent_volume(body, pretty=pretty) +# **create_persistent_volume** +> V1PersistentVolume create_persistent_volume(body, pretty=pretty) @@ -3651,10 +3651,10 @@ body = k8sclient.V1PersistentVolume() # V1PersistentVolume | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_core_v1_persistent_volume(body, pretty=pretty) + api_response = api_instance.create_persistent_volume(body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->create_core_v1_persistent_volume: %s\n" % e) + print("Exception when calling CoreV1Api->create_persistent_volume: %s\n" % e) ``` ### Parameters @@ -3679,8 +3679,8 @@ 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) -# **delete_core_v1_collection_namespace** -> UnversionedStatus delete_core_v1_collection_namespace(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespace** +> UnversionedStatus delete_collection_namespace(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -3709,10 +3709,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_collection_namespace(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespace(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_collection_namespace: %s\n" % e) + print("Exception when calling CoreV1Api->delete_collection_namespace: %s\n" % e) ``` ### Parameters @@ -3741,8 +3741,8 @@ 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) -# **delete_core_v1_collection_namespaced_config_map** -> UnversionedStatus delete_core_v1_collection_namespaced_config_map(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_config_map** +> UnversionedStatus delete_collection_namespaced_config_map(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -3772,10 +3772,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_collection_namespaced_config_map(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_config_map(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_collection_namespaced_config_map: %s\n" % e) + print("Exception when calling CoreV1Api->delete_collection_namespaced_config_map: %s\n" % e) ``` ### Parameters @@ -3805,8 +3805,8 @@ 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) -# **delete_core_v1_collection_namespaced_endpoints** -> UnversionedStatus delete_core_v1_collection_namespaced_endpoints(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_endpoints** +> UnversionedStatus delete_collection_namespaced_endpoints(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -3836,10 +3836,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_collection_namespaced_endpoints(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_endpoints(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_collection_namespaced_endpoints: %s\n" % e) + print("Exception when calling CoreV1Api->delete_collection_namespaced_endpoints: %s\n" % e) ``` ### Parameters @@ -3869,8 +3869,8 @@ 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) -# **delete_core_v1_collection_namespaced_event** -> UnversionedStatus delete_core_v1_collection_namespaced_event(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_event** +> UnversionedStatus delete_collection_namespaced_event(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -3900,10 +3900,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_collection_namespaced_event(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_event(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_collection_namespaced_event: %s\n" % e) + print("Exception when calling CoreV1Api->delete_collection_namespaced_event: %s\n" % e) ``` ### Parameters @@ -3933,8 +3933,8 @@ 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) -# **delete_core_v1_collection_namespaced_limit_range** -> UnversionedStatus delete_core_v1_collection_namespaced_limit_range(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_limit_range** +> UnversionedStatus delete_collection_namespaced_limit_range(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -3964,10 +3964,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_collection_namespaced_limit_range(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_limit_range(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_collection_namespaced_limit_range: %s\n" % e) + print("Exception when calling CoreV1Api->delete_collection_namespaced_limit_range: %s\n" % e) ``` ### Parameters @@ -3997,8 +3997,8 @@ 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) -# **delete_core_v1_collection_namespaced_persistent_volume_claim** -> UnversionedStatus delete_core_v1_collection_namespaced_persistent_volume_claim(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_persistent_volume_claim** +> UnversionedStatus delete_collection_namespaced_persistent_volume_claim(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -4028,10 +4028,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_collection_namespaced_persistent_volume_claim(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_persistent_volume_claim(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_collection_namespaced_persistent_volume_claim: %s\n" % e) + print("Exception when calling CoreV1Api->delete_collection_namespaced_persistent_volume_claim: %s\n" % e) ``` ### Parameters @@ -4061,8 +4061,8 @@ 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) -# **delete_core_v1_collection_namespaced_pod** -> UnversionedStatus delete_core_v1_collection_namespaced_pod(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_pod** +> UnversionedStatus delete_collection_namespaced_pod(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -4092,10 +4092,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_collection_namespaced_pod(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_pod(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_collection_namespaced_pod: %s\n" % e) + print("Exception when calling CoreV1Api->delete_collection_namespaced_pod: %s\n" % e) ``` ### Parameters @@ -4125,8 +4125,8 @@ 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) -# **delete_core_v1_collection_namespaced_pod_template** -> UnversionedStatus delete_core_v1_collection_namespaced_pod_template(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_pod_template** +> UnversionedStatus delete_collection_namespaced_pod_template(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -4156,10 +4156,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_collection_namespaced_pod_template(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_pod_template(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_collection_namespaced_pod_template: %s\n" % e) + print("Exception when calling CoreV1Api->delete_collection_namespaced_pod_template: %s\n" % e) ``` ### Parameters @@ -4189,8 +4189,8 @@ 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) -# **delete_core_v1_collection_namespaced_replication_controller** -> UnversionedStatus delete_core_v1_collection_namespaced_replication_controller(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_replication_controller** +> UnversionedStatus delete_collection_namespaced_replication_controller(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -4220,10 +4220,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_collection_namespaced_replication_controller(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_replication_controller(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_collection_namespaced_replication_controller: %s\n" % e) + print("Exception when calling CoreV1Api->delete_collection_namespaced_replication_controller: %s\n" % e) ``` ### Parameters @@ -4253,8 +4253,8 @@ 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) -# **delete_core_v1_collection_namespaced_resource_quota** -> UnversionedStatus delete_core_v1_collection_namespaced_resource_quota(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_resource_quota** +> UnversionedStatus delete_collection_namespaced_resource_quota(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -4284,10 +4284,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_collection_namespaced_resource_quota(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_resource_quota(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_collection_namespaced_resource_quota: %s\n" % e) + print("Exception when calling CoreV1Api->delete_collection_namespaced_resource_quota: %s\n" % e) ``` ### Parameters @@ -4317,8 +4317,8 @@ 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) -# **delete_core_v1_collection_namespaced_secret** -> UnversionedStatus delete_core_v1_collection_namespaced_secret(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_secret** +> UnversionedStatus delete_collection_namespaced_secret(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -4348,10 +4348,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_collection_namespaced_secret(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_secret(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_collection_namespaced_secret: %s\n" % e) + print("Exception when calling CoreV1Api->delete_collection_namespaced_secret: %s\n" % e) ``` ### Parameters @@ -4381,8 +4381,8 @@ 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) -# **delete_core_v1_collection_namespaced_service_account** -> UnversionedStatus delete_core_v1_collection_namespaced_service_account(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_service_account** +> UnversionedStatus delete_collection_namespaced_service_account(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -4412,10 +4412,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_collection_namespaced_service_account(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_service_account(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_collection_namespaced_service_account: %s\n" % e) + print("Exception when calling CoreV1Api->delete_collection_namespaced_service_account: %s\n" % e) ``` ### Parameters @@ -4445,8 +4445,8 @@ 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) -# **delete_core_v1_collection_node** -> UnversionedStatus delete_core_v1_collection_node(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_node** +> UnversionedStatus delete_collection_node(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -4475,10 +4475,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_collection_node(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_node(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_collection_node: %s\n" % e) + print("Exception when calling CoreV1Api->delete_collection_node: %s\n" % e) ``` ### Parameters @@ -4507,8 +4507,8 @@ 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) -# **delete_core_v1_collection_persistent_volume** -> UnversionedStatus delete_core_v1_collection_persistent_volume(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_persistent_volume** +> UnversionedStatus delete_collection_persistent_volume(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -4537,10 +4537,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_collection_persistent_volume(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_persistent_volume(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_collection_persistent_volume: %s\n" % e) + print("Exception when calling CoreV1Api->delete_collection_persistent_volume: %s\n" % e) ``` ### Parameters @@ -4569,8 +4569,8 @@ 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) -# **delete_core_v1_namespace** -> UnversionedStatus delete_core_v1_namespace(name, body, pretty=pretty) +# **delete_namespace** +> UnversionedStatus delete_namespace(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -4594,12 +4594,14 @@ api_instance = k8sclient.CoreV1Api() name = 'name_example' # str | name of the Namespace body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_core_v1_namespace(name, body, pretty=pretty) + api_response = api_instance.delete_namespace(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_namespace: %s\n" % e) + print("Exception when calling CoreV1Api->delete_namespace: %s\n" % e) ``` ### Parameters @@ -4609,6 +4611,8 @@ Name | Type | Description | Notes **name** | **str**| name of the Namespace | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -4625,8 +4629,8 @@ 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) -# **delete_core_v1_namespaced_config_map** -> UnversionedStatus delete_core_v1_namespaced_config_map(name, namespace, body, pretty=pretty) +# **delete_namespaced_config_map** +> UnversionedStatus delete_namespaced_config_map(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -4651,12 +4655,14 @@ name = 'name_example' # str | name of the ConfigMap namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_core_v1_namespaced_config_map(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_config_map(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_namespaced_config_map: %s\n" % e) + print("Exception when calling CoreV1Api->delete_namespaced_config_map: %s\n" % e) ``` ### Parameters @@ -4667,6 +4673,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -4683,8 +4691,8 @@ 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) -# **delete_core_v1_namespaced_endpoints** -> UnversionedStatus delete_core_v1_namespaced_endpoints(name, namespace, body, pretty=pretty) +# **delete_namespaced_endpoints** +> UnversionedStatus delete_namespaced_endpoints(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -4709,12 +4717,14 @@ name = 'name_example' # str | name of the Endpoints namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_core_v1_namespaced_endpoints(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_endpoints(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_namespaced_endpoints: %s\n" % e) + print("Exception when calling CoreV1Api->delete_namespaced_endpoints: %s\n" % e) ``` ### Parameters @@ -4725,6 +4735,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -4741,8 +4753,8 @@ 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) -# **delete_core_v1_namespaced_event** -> UnversionedStatus delete_core_v1_namespaced_event(name, namespace, body, pretty=pretty) +# **delete_namespaced_event** +> UnversionedStatus delete_namespaced_event(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -4767,12 +4779,14 @@ name = 'name_example' # str | name of the Event namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_core_v1_namespaced_event(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_event(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_namespaced_event: %s\n" % e) + print("Exception when calling CoreV1Api->delete_namespaced_event: %s\n" % e) ``` ### Parameters @@ -4783,6 +4797,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -4799,8 +4815,8 @@ 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) -# **delete_core_v1_namespaced_limit_range** -> UnversionedStatus delete_core_v1_namespaced_limit_range(name, namespace, body, pretty=pretty) +# **delete_namespaced_limit_range** +> UnversionedStatus delete_namespaced_limit_range(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -4825,12 +4841,14 @@ name = 'name_example' # str | name of the LimitRange namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_core_v1_namespaced_limit_range(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_limit_range(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_namespaced_limit_range: %s\n" % e) + print("Exception when calling CoreV1Api->delete_namespaced_limit_range: %s\n" % e) ``` ### Parameters @@ -4841,6 +4859,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -4857,8 +4877,8 @@ 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) -# **delete_core_v1_namespaced_persistent_volume_claim** -> UnversionedStatus delete_core_v1_namespaced_persistent_volume_claim(name, namespace, body, pretty=pretty) +# **delete_namespaced_persistent_volume_claim** +> UnversionedStatus delete_namespaced_persistent_volume_claim(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -4883,12 +4903,14 @@ name = 'name_example' # str | name of the PersistentVolumeClaim namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_core_v1_namespaced_persistent_volume_claim(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_persistent_volume_claim(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_namespaced_persistent_volume_claim: %s\n" % e) + print("Exception when calling CoreV1Api->delete_namespaced_persistent_volume_claim: %s\n" % e) ``` ### Parameters @@ -4899,6 +4921,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -4915,8 +4939,8 @@ 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) -# **delete_core_v1_namespaced_pod** -> UnversionedStatus delete_core_v1_namespaced_pod(name, namespace, body, pretty=pretty) +# **delete_namespaced_pod** +> UnversionedStatus delete_namespaced_pod(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -4941,12 +4965,14 @@ name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_core_v1_namespaced_pod(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_pod(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_namespaced_pod: %s\n" % e) + print("Exception when calling CoreV1Api->delete_namespaced_pod: %s\n" % e) ``` ### Parameters @@ -4957,6 +4983,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -4973,8 +5001,8 @@ 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) -# **delete_core_v1_namespaced_pod_template** -> UnversionedStatus delete_core_v1_namespaced_pod_template(name, namespace, body, pretty=pretty) +# **delete_namespaced_pod_template** +> UnversionedStatus delete_namespaced_pod_template(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -4999,12 +5027,14 @@ name = 'name_example' # str | name of the PodTemplate namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_core_v1_namespaced_pod_template(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_pod_template(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_namespaced_pod_template: %s\n" % e) + print("Exception when calling CoreV1Api->delete_namespaced_pod_template: %s\n" % e) ``` ### Parameters @@ -5015,6 +5045,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -5031,8 +5063,8 @@ 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) -# **delete_core_v1_namespaced_replication_controller** -> UnversionedStatus delete_core_v1_namespaced_replication_controller(name, namespace, body, pretty=pretty) +# **delete_namespaced_replication_controller** +> UnversionedStatus delete_namespaced_replication_controller(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -5057,12 +5089,14 @@ name = 'name_example' # str | name of the ReplicationController namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_core_v1_namespaced_replication_controller(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_replication_controller(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_namespaced_replication_controller: %s\n" % e) + print("Exception when calling CoreV1Api->delete_namespaced_replication_controller: %s\n" % e) ``` ### Parameters @@ -5073,6 +5107,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -5089,8 +5125,8 @@ 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) -# **delete_core_v1_namespaced_resource_quota** -> UnversionedStatus delete_core_v1_namespaced_resource_quota(name, namespace, body, pretty=pretty) +# **delete_namespaced_resource_quota** +> UnversionedStatus delete_namespaced_resource_quota(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -5115,12 +5151,14 @@ name = 'name_example' # str | name of the ResourceQuota namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_core_v1_namespaced_resource_quota(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_resource_quota(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_namespaced_resource_quota: %s\n" % e) + print("Exception when calling CoreV1Api->delete_namespaced_resource_quota: %s\n" % e) ``` ### Parameters @@ -5131,6 +5169,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -5147,8 +5187,8 @@ 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) -# **delete_core_v1_namespaced_secret** -> UnversionedStatus delete_core_v1_namespaced_secret(name, namespace, body, pretty=pretty) +# **delete_namespaced_secret** +> UnversionedStatus delete_namespaced_secret(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -5173,12 +5213,14 @@ name = 'name_example' # str | name of the Secret namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_core_v1_namespaced_secret(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_secret(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_namespaced_secret: %s\n" % e) + print("Exception when calling CoreV1Api->delete_namespaced_secret: %s\n" % e) ``` ### Parameters @@ -5189,6 +5231,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -5205,8 +5249,8 @@ 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) -# **delete_core_v1_namespaced_service** -> UnversionedStatus delete_core_v1_namespaced_service(name, namespace, pretty=pretty) +# **delete_namespaced_service** +> UnversionedStatus delete_namespaced_service(name, namespace, pretty=pretty) @@ -5232,10 +5276,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.delete_core_v1_namespaced_service(name, namespace, pretty=pretty) + api_response = api_instance.delete_namespaced_service(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_namespaced_service: %s\n" % e) + print("Exception when calling CoreV1Api->delete_namespaced_service: %s\n" % e) ``` ### Parameters @@ -5261,8 +5305,8 @@ 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) -# **delete_core_v1_namespaced_service_account** -> UnversionedStatus delete_core_v1_namespaced_service_account(name, namespace, body, pretty=pretty) +# **delete_namespaced_service_account** +> UnversionedStatus delete_namespaced_service_account(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -5287,12 +5331,14 @@ name = 'name_example' # str | name of the ServiceAccount namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_core_v1_namespaced_service_account(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_service_account(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_namespaced_service_account: %s\n" % e) + print("Exception when calling CoreV1Api->delete_namespaced_service_account: %s\n" % e) ``` ### Parameters @@ -5303,6 +5349,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -5319,8 +5367,8 @@ 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) -# **delete_core_v1_node** -> UnversionedStatus delete_core_v1_node(name, body, pretty=pretty) +# **delete_node** +> UnversionedStatus delete_node(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -5344,12 +5392,14 @@ api_instance = k8sclient.CoreV1Api() name = 'name_example' # str | name of the Node body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_core_v1_node(name, body, pretty=pretty) + api_response = api_instance.delete_node(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_node: %s\n" % e) + print("Exception when calling CoreV1Api->delete_node: %s\n" % e) ``` ### Parameters @@ -5359,6 +5409,8 @@ Name | Type | Description | Notes **name** | **str**| name of the Node | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -5375,8 +5427,8 @@ 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) -# **delete_core_v1_persistent_volume** -> UnversionedStatus delete_core_v1_persistent_volume(name, body, pretty=pretty) +# **delete_persistent_volume** +> UnversionedStatus delete_persistent_volume(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -5400,12 +5452,14 @@ api_instance = k8sclient.CoreV1Api() name = 'name_example' # str | name of the PersistentVolume body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_core_v1_persistent_volume(name, body, pretty=pretty) + api_response = api_instance.delete_persistent_volume(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->delete_core_v1_persistent_volume: %s\n" % e) + print("Exception when calling CoreV1Api->delete_persistent_volume: %s\n" % e) ``` ### Parameters @@ -5415,6 +5469,8 @@ Name | Type | Description | Notes **name** | **str**| name of the PersistentVolume | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -5431,8 +5487,8 @@ 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) -# **get_core_v1_api_resources** -> UnversionedAPIResourceList get_core_v1_api_resources() +# **get_api_resources** +> UnversionedAPIResourceList get_api_resources() @@ -5455,10 +5511,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.CoreV1Api() try: - api_response = api_instance.get_core_v1_api_resources() + api_response = api_instance.get_api_resources() pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->get_core_v1_api_resources: %s\n" % e) + print("Exception when calling CoreV1Api->get_api_resources: %s\n" % e) ``` ### Parameters @@ -5479,8 +5535,8 @@ This endpoint does not need any parameter. [[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_core_v1_component_status** -> V1ComponentStatusList list_core_v1_component_status(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_component_status** +> V1ComponentStatusList list_component_status(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -5509,10 +5565,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_component_status(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_component_status(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_component_status: %s\n" % e) + print("Exception when calling CoreV1Api->list_component_status: %s\n" % e) ``` ### Parameters @@ -5541,8 +5597,8 @@ 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) -# **list_core_v1_config_map_for_all_namespaces** -> V1ConfigMapList list_core_v1_config_map_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_config_map_for_all_namespaces** +> V1ConfigMapList list_config_map_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -5571,10 +5627,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_config_map_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_config_map_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_config_map_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->list_config_map_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -5603,8 +5659,8 @@ 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) -# **list_core_v1_endpoints_for_all_namespaces** -> V1EndpointsList list_core_v1_endpoints_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_endpoints_for_all_namespaces** +> V1EndpointsList list_endpoints_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -5633,10 +5689,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_endpoints_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_endpoints_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_endpoints_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->list_endpoints_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -5665,8 +5721,8 @@ 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) -# **list_core_v1_event_for_all_namespaces** -> V1EventList list_core_v1_event_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_event_for_all_namespaces** +> V1EventList list_event_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -5695,10 +5751,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_event_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_event_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_event_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->list_event_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -5727,8 +5783,8 @@ 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) -# **list_core_v1_limit_range_for_all_namespaces** -> V1LimitRangeList list_core_v1_limit_range_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_limit_range_for_all_namespaces** +> V1LimitRangeList list_limit_range_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -5757,10 +5813,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_limit_range_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_limit_range_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_limit_range_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->list_limit_range_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -5789,8 +5845,8 @@ 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) -# **list_core_v1_namespace** -> V1NamespaceList list_core_v1_namespace(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespace** +> V1NamespaceList list_namespace(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -5819,10 +5875,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_namespace(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespace(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_namespace: %s\n" % e) + print("Exception when calling CoreV1Api->list_namespace: %s\n" % e) ``` ### Parameters @@ -5851,8 +5907,8 @@ 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) -# **list_core_v1_namespaced_config_map** -> V1ConfigMapList list_core_v1_namespaced_config_map(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_config_map** +> V1ConfigMapList list_namespaced_config_map(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -5882,10 +5938,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_namespaced_config_map(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_config_map(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_namespaced_config_map: %s\n" % e) + print("Exception when calling CoreV1Api->list_namespaced_config_map: %s\n" % e) ``` ### Parameters @@ -5915,8 +5971,8 @@ 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) -# **list_core_v1_namespaced_endpoints** -> V1EndpointsList list_core_v1_namespaced_endpoints(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_endpoints** +> V1EndpointsList list_namespaced_endpoints(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -5946,10 +6002,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_namespaced_endpoints(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_endpoints(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_namespaced_endpoints: %s\n" % e) + print("Exception when calling CoreV1Api->list_namespaced_endpoints: %s\n" % e) ``` ### Parameters @@ -5979,8 +6035,8 @@ 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) -# **list_core_v1_namespaced_event** -> V1EventList list_core_v1_namespaced_event(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_event** +> V1EventList list_namespaced_event(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6010,10 +6066,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_namespaced_event(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_event(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_namespaced_event: %s\n" % e) + print("Exception when calling CoreV1Api->list_namespaced_event: %s\n" % e) ``` ### Parameters @@ -6043,8 +6099,8 @@ 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) -# **list_core_v1_namespaced_limit_range** -> V1LimitRangeList list_core_v1_namespaced_limit_range(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_limit_range** +> V1LimitRangeList list_namespaced_limit_range(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6074,10 +6130,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_namespaced_limit_range(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_limit_range(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_namespaced_limit_range: %s\n" % e) + print("Exception when calling CoreV1Api->list_namespaced_limit_range: %s\n" % e) ``` ### Parameters @@ -6107,8 +6163,8 @@ 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) -# **list_core_v1_namespaced_persistent_volume_claim** -> V1PersistentVolumeClaimList list_core_v1_namespaced_persistent_volume_claim(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_persistent_volume_claim** +> V1PersistentVolumeClaimList list_namespaced_persistent_volume_claim(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6138,10 +6194,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_namespaced_persistent_volume_claim(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_persistent_volume_claim(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_namespaced_persistent_volume_claim: %s\n" % e) + print("Exception when calling CoreV1Api->list_namespaced_persistent_volume_claim: %s\n" % e) ``` ### Parameters @@ -6171,8 +6227,8 @@ 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) -# **list_core_v1_namespaced_pod** -> V1PodList list_core_v1_namespaced_pod(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_pod** +> V1PodList list_namespaced_pod(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6202,10 +6258,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_namespaced_pod(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_pod(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_namespaced_pod: %s\n" % e) + print("Exception when calling CoreV1Api->list_namespaced_pod: %s\n" % e) ``` ### Parameters @@ -6235,8 +6291,8 @@ 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) -# **list_core_v1_namespaced_pod_template** -> V1PodTemplateList list_core_v1_namespaced_pod_template(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_pod_template** +> V1PodTemplateList list_namespaced_pod_template(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6266,10 +6322,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_namespaced_pod_template(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_pod_template(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_namespaced_pod_template: %s\n" % e) + print("Exception when calling CoreV1Api->list_namespaced_pod_template: %s\n" % e) ``` ### Parameters @@ -6299,8 +6355,8 @@ 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) -# **list_core_v1_namespaced_replication_controller** -> V1ReplicationControllerList list_core_v1_namespaced_replication_controller(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_replication_controller** +> V1ReplicationControllerList list_namespaced_replication_controller(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6330,10 +6386,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_namespaced_replication_controller(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_replication_controller(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_namespaced_replication_controller: %s\n" % e) + print("Exception when calling CoreV1Api->list_namespaced_replication_controller: %s\n" % e) ``` ### Parameters @@ -6363,8 +6419,8 @@ 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) -# **list_core_v1_namespaced_resource_quota** -> V1ResourceQuotaList list_core_v1_namespaced_resource_quota(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_resource_quota** +> V1ResourceQuotaList list_namespaced_resource_quota(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6394,10 +6450,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_namespaced_resource_quota(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_resource_quota(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_namespaced_resource_quota: %s\n" % e) + print("Exception when calling CoreV1Api->list_namespaced_resource_quota: %s\n" % e) ``` ### Parameters @@ -6427,8 +6483,8 @@ 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) -# **list_core_v1_namespaced_secret** -> V1SecretList list_core_v1_namespaced_secret(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_secret** +> V1SecretList list_namespaced_secret(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6458,10 +6514,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_namespaced_secret(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_secret(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_namespaced_secret: %s\n" % e) + print("Exception when calling CoreV1Api->list_namespaced_secret: %s\n" % e) ``` ### Parameters @@ -6491,8 +6547,8 @@ 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) -# **list_core_v1_namespaced_service** -> V1ServiceList list_core_v1_namespaced_service(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_service** +> V1ServiceList list_namespaced_service(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6522,10 +6578,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_namespaced_service(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_service(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_namespaced_service: %s\n" % e) + print("Exception when calling CoreV1Api->list_namespaced_service: %s\n" % e) ``` ### Parameters @@ -6555,8 +6611,8 @@ 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) -# **list_core_v1_namespaced_service_account** -> V1ServiceAccountList list_core_v1_namespaced_service_account(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_service_account** +> V1ServiceAccountList list_namespaced_service_account(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6586,10 +6642,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_namespaced_service_account(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_service_account(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_namespaced_service_account: %s\n" % e) + print("Exception when calling CoreV1Api->list_namespaced_service_account: %s\n" % e) ``` ### Parameters @@ -6619,8 +6675,8 @@ 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) -# **list_core_v1_node** -> V1NodeList list_core_v1_node(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_node** +> V1NodeList list_node(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6649,10 +6705,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_node(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_node(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_node: %s\n" % e) + print("Exception when calling CoreV1Api->list_node: %s\n" % e) ``` ### Parameters @@ -6681,8 +6737,8 @@ 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) -# **list_core_v1_persistent_volume** -> V1PersistentVolumeList list_core_v1_persistent_volume(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_persistent_volume** +> V1PersistentVolumeList list_persistent_volume(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6711,10 +6767,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_persistent_volume(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_persistent_volume(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_persistent_volume: %s\n" % e) + print("Exception when calling CoreV1Api->list_persistent_volume: %s\n" % e) ``` ### Parameters @@ -6743,8 +6799,8 @@ 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) -# **list_core_v1_persistent_volume_claim_for_all_namespaces** -> V1PersistentVolumeClaimList list_core_v1_persistent_volume_claim_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_persistent_volume_claim_for_all_namespaces** +> V1PersistentVolumeClaimList list_persistent_volume_claim_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6773,10 +6829,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_persistent_volume_claim_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_persistent_volume_claim_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_persistent_volume_claim_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->list_persistent_volume_claim_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -6805,8 +6861,8 @@ 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) -# **list_core_v1_pod_for_all_namespaces** -> V1PodList list_core_v1_pod_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_pod_for_all_namespaces** +> V1PodList list_pod_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6835,10 +6891,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_pod_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_pod_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_pod_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->list_pod_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -6867,8 +6923,8 @@ 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) -# **list_core_v1_pod_template_for_all_namespaces** -> V1PodTemplateList list_core_v1_pod_template_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_pod_template_for_all_namespaces** +> V1PodTemplateList list_pod_template_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6897,10 +6953,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_pod_template_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_pod_template_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_pod_template_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->list_pod_template_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -6929,8 +6985,8 @@ 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) -# **list_core_v1_replication_controller_for_all_namespaces** -> V1ReplicationControllerList list_core_v1_replication_controller_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_replication_controller_for_all_namespaces** +> V1ReplicationControllerList list_replication_controller_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6959,10 +7015,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_replication_controller_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_replication_controller_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_replication_controller_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->list_replication_controller_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -6991,8 +7047,8 @@ 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) -# **list_core_v1_resource_quota_for_all_namespaces** -> V1ResourceQuotaList list_core_v1_resource_quota_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_resource_quota_for_all_namespaces** +> V1ResourceQuotaList list_resource_quota_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -7021,10 +7077,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_resource_quota_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_resource_quota_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_resource_quota_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->list_resource_quota_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -7053,8 +7109,8 @@ 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) -# **list_core_v1_secret_for_all_namespaces** -> V1SecretList list_core_v1_secret_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_secret_for_all_namespaces** +> V1SecretList list_secret_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -7083,10 +7139,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_secret_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_secret_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_secret_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->list_secret_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -7115,8 +7171,8 @@ 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) -# **list_core_v1_service_account_for_all_namespaces** -> V1ServiceAccountList list_core_v1_service_account_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_service_account_for_all_namespaces** +> V1ServiceAccountList list_service_account_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -7145,10 +7201,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_service_account_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_service_account_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_service_account_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->list_service_account_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -7177,8 +7233,8 @@ 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) -# **list_core_v1_service_for_all_namespaces** -> V1ServiceList list_core_v1_service_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_service_for_all_namespaces** +> V1ServiceList list_service_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -7207,10 +7263,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_core_v1_service_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_service_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->list_core_v1_service_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->list_service_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -7239,8 +7295,8 @@ 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_core_v1_namespace** -> V1Namespace patch_core_v1_namespace(name, body, pretty=pretty) +# **patch_namespace** +> V1Namespace patch_namespace(name, body, pretty=pretty) @@ -7266,10 +7322,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespace(name, body, pretty=pretty) + api_response = api_instance.patch_namespace(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespace: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespace: %s\n" % e) ``` ### Parameters @@ -7295,8 +7351,8 @@ 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_core_v1_namespace_status** -> V1Namespace patch_core_v1_namespace_status(name, body, pretty=pretty) +# **patch_namespace_status** +> V1Namespace patch_namespace_status(name, body, pretty=pretty) @@ -7322,10 +7378,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespace_status(name, body, pretty=pretty) + api_response = api_instance.patch_namespace_status(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespace_status: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespace_status: %s\n" % e) ``` ### Parameters @@ -7351,8 +7407,8 @@ 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_core_v1_namespaced_config_map** -> V1ConfigMap patch_core_v1_namespaced_config_map(name, namespace, body, pretty=pretty) +# **patch_namespaced_config_map** +> V1ConfigMap patch_namespaced_config_map(name, namespace, body, pretty=pretty) @@ -7379,10 +7435,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_config_map(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_config_map(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_config_map: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_config_map: %s\n" % e) ``` ### Parameters @@ -7409,8 +7465,8 @@ 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_core_v1_namespaced_endpoints** -> V1Endpoints patch_core_v1_namespaced_endpoints(name, namespace, body, pretty=pretty) +# **patch_namespaced_endpoints** +> V1Endpoints patch_namespaced_endpoints(name, namespace, body, pretty=pretty) @@ -7437,10 +7493,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_endpoints(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_endpoints(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_endpoints: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_endpoints: %s\n" % e) ``` ### Parameters @@ -7467,8 +7523,8 @@ 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_core_v1_namespaced_event** -> V1Event patch_core_v1_namespaced_event(name, namespace, body, pretty=pretty) +# **patch_namespaced_event** +> V1Event patch_namespaced_event(name, namespace, body, pretty=pretty) @@ -7495,10 +7551,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_event(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_event(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_event: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_event: %s\n" % e) ``` ### Parameters @@ -7525,8 +7581,8 @@ 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_core_v1_namespaced_limit_range** -> V1LimitRange patch_core_v1_namespaced_limit_range(name, namespace, body, pretty=pretty) +# **patch_namespaced_limit_range** +> V1LimitRange patch_namespaced_limit_range(name, namespace, body, pretty=pretty) @@ -7553,10 +7609,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_limit_range(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_limit_range(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_limit_range: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_limit_range: %s\n" % e) ``` ### Parameters @@ -7583,8 +7639,8 @@ 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_core_v1_namespaced_persistent_volume_claim** -> V1PersistentVolumeClaim patch_core_v1_namespaced_persistent_volume_claim(name, namespace, body, pretty=pretty) +# **patch_namespaced_persistent_volume_claim** +> V1PersistentVolumeClaim patch_namespaced_persistent_volume_claim(name, namespace, body, pretty=pretty) @@ -7611,10 +7667,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_persistent_volume_claim(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_persistent_volume_claim(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_persistent_volume_claim: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_persistent_volume_claim: %s\n" % e) ``` ### Parameters @@ -7641,8 +7697,8 @@ 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_core_v1_namespaced_persistent_volume_claim_status** -> V1PersistentVolumeClaim patch_core_v1_namespaced_persistent_volume_claim_status(name, namespace, body, pretty=pretty) +# **patch_namespaced_persistent_volume_claim_status** +> V1PersistentVolumeClaim patch_namespaced_persistent_volume_claim_status(name, namespace, body, pretty=pretty) @@ -7669,10 +7725,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_persistent_volume_claim_status(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_persistent_volume_claim_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_persistent_volume_claim_status: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_persistent_volume_claim_status: %s\n" % e) ``` ### Parameters @@ -7699,8 +7755,8 @@ 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_core_v1_namespaced_pod** -> V1Pod patch_core_v1_namespaced_pod(name, namespace, body, pretty=pretty) +# **patch_namespaced_pod** +> V1Pod patch_namespaced_pod(name, namespace, body, pretty=pretty) @@ -7727,10 +7783,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_pod(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_pod(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_pod: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_pod: %s\n" % e) ``` ### Parameters @@ -7757,8 +7813,8 @@ 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_core_v1_namespaced_pod_status** -> V1Pod patch_core_v1_namespaced_pod_status(name, namespace, body, pretty=pretty) +# **patch_namespaced_pod_status** +> V1Pod patch_namespaced_pod_status(name, namespace, body, pretty=pretty) @@ -7785,10 +7841,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_pod_status(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_pod_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_pod_status: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_pod_status: %s\n" % e) ``` ### Parameters @@ -7815,8 +7871,8 @@ 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_core_v1_namespaced_pod_template** -> V1PodTemplate patch_core_v1_namespaced_pod_template(name, namespace, body, pretty=pretty) +# **patch_namespaced_pod_template** +> V1PodTemplate patch_namespaced_pod_template(name, namespace, body, pretty=pretty) @@ -7843,10 +7899,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_pod_template(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_pod_template(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_pod_template: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_pod_template: %s\n" % e) ``` ### Parameters @@ -7873,8 +7929,8 @@ 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_core_v1_namespaced_replication_controller** -> V1ReplicationController patch_core_v1_namespaced_replication_controller(name, namespace, body, pretty=pretty) +# **patch_namespaced_replication_controller** +> V1ReplicationController patch_namespaced_replication_controller(name, namespace, body, pretty=pretty) @@ -7901,10 +7957,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_replication_controller(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_replication_controller(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_replication_controller: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_replication_controller: %s\n" % e) ``` ### Parameters @@ -7931,8 +7987,8 @@ 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_core_v1_namespaced_replication_controller_status** -> V1ReplicationController patch_core_v1_namespaced_replication_controller_status(name, namespace, body, pretty=pretty) +# **patch_namespaced_replication_controller_status** +> V1ReplicationController patch_namespaced_replication_controller_status(name, namespace, body, pretty=pretty) @@ -7959,10 +8015,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_replication_controller_status(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_replication_controller_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_replication_controller_status: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_replication_controller_status: %s\n" % e) ``` ### Parameters @@ -7989,8 +8045,8 @@ 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_core_v1_namespaced_resource_quota** -> V1ResourceQuota patch_core_v1_namespaced_resource_quota(name, namespace, body, pretty=pretty) +# **patch_namespaced_resource_quota** +> V1ResourceQuota patch_namespaced_resource_quota(name, namespace, body, pretty=pretty) @@ -8017,10 +8073,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_resource_quota(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_resource_quota(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_resource_quota: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_resource_quota: %s\n" % e) ``` ### Parameters @@ -8047,8 +8103,8 @@ 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_core_v1_namespaced_resource_quota_status** -> V1ResourceQuota patch_core_v1_namespaced_resource_quota_status(name, namespace, body, pretty=pretty) +# **patch_namespaced_resource_quota_status** +> V1ResourceQuota patch_namespaced_resource_quota_status(name, namespace, body, pretty=pretty) @@ -8075,10 +8131,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_resource_quota_status(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_resource_quota_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_resource_quota_status: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_resource_quota_status: %s\n" % e) ``` ### Parameters @@ -8105,8 +8161,8 @@ 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_core_v1_namespaced_scale_scale** -> V1Scale patch_core_v1_namespaced_scale_scale(name, namespace, body, pretty=pretty) +# **patch_namespaced_scale_scale** +> V1Scale patch_namespaced_scale_scale(name, namespace, body, pretty=pretty) @@ -8133,10 +8189,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_scale_scale(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_scale_scale(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_scale_scale: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_scale_scale: %s\n" % e) ``` ### Parameters @@ -8163,8 +8219,8 @@ 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_core_v1_namespaced_secret** -> V1Secret patch_core_v1_namespaced_secret(name, namespace, body, pretty=pretty) +# **patch_namespaced_secret** +> V1Secret patch_namespaced_secret(name, namespace, body, pretty=pretty) @@ -8191,10 +8247,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_secret(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_secret(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_secret: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_secret: %s\n" % e) ``` ### Parameters @@ -8221,8 +8277,8 @@ 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_core_v1_namespaced_service** -> V1Service patch_core_v1_namespaced_service(name, namespace, body, pretty=pretty) +# **patch_namespaced_service** +> V1Service patch_namespaced_service(name, namespace, body, pretty=pretty) @@ -8249,10 +8305,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_service(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_service(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_service: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_service: %s\n" % e) ``` ### Parameters @@ -8279,8 +8335,8 @@ 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_core_v1_namespaced_service_account** -> V1ServiceAccount patch_core_v1_namespaced_service_account(name, namespace, body, pretty=pretty) +# **patch_namespaced_service_account** +> V1ServiceAccount patch_namespaced_service_account(name, namespace, body, pretty=pretty) @@ -8307,10 +8363,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_service_account(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_service_account(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_service_account: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_service_account: %s\n" % e) ``` ### Parameters @@ -8337,8 +8393,8 @@ 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_core_v1_namespaced_service_status** -> V1Service patch_core_v1_namespaced_service_status(name, namespace, body, pretty=pretty) +# **patch_namespaced_service_status** +> V1Service patch_namespaced_service_status(name, namespace, body, pretty=pretty) @@ -8365,10 +8421,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_namespaced_service_status(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_service_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_namespaced_service_status: %s\n" % e) + print("Exception when calling CoreV1Api->patch_namespaced_service_status: %s\n" % e) ``` ### Parameters @@ -8395,8 +8451,8 @@ 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_core_v1_node** -> V1Node patch_core_v1_node(name, body, pretty=pretty) +# **patch_node** +> V1Node patch_node(name, body, pretty=pretty) @@ -8422,10 +8478,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_node(name, body, pretty=pretty) + api_response = api_instance.patch_node(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_node: %s\n" % e) + print("Exception when calling CoreV1Api->patch_node: %s\n" % e) ``` ### Parameters @@ -8451,8 +8507,8 @@ 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_core_v1_node_status** -> V1Node patch_core_v1_node_status(name, body, pretty=pretty) +# **patch_node_status** +> V1Node patch_node_status(name, body, pretty=pretty) @@ -8478,10 +8534,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_node_status(name, body, pretty=pretty) + api_response = api_instance.patch_node_status(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_node_status: %s\n" % e) + print("Exception when calling CoreV1Api->patch_node_status: %s\n" % e) ``` ### Parameters @@ -8507,8 +8563,8 @@ 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_core_v1_persistent_volume** -> V1PersistentVolume patch_core_v1_persistent_volume(name, body, pretty=pretty) +# **patch_persistent_volume** +> V1PersistentVolume patch_persistent_volume(name, body, pretty=pretty) @@ -8534,10 +8590,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_persistent_volume(name, body, pretty=pretty) + api_response = api_instance.patch_persistent_volume(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_persistent_volume: %s\n" % e) + print("Exception when calling CoreV1Api->patch_persistent_volume: %s\n" % e) ``` ### Parameters @@ -8563,8 +8619,8 @@ 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_core_v1_persistent_volume_status** -> V1PersistentVolume patch_core_v1_persistent_volume_status(name, body, pretty=pretty) +# **patch_persistent_volume_status** +> V1PersistentVolume patch_persistent_volume_status(name, body, pretty=pretty) @@ -8590,10 +8646,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_core_v1_persistent_volume_status(name, body, pretty=pretty) + api_response = api_instance.patch_persistent_volume_status(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->patch_core_v1_persistent_volume_status: %s\n" % e) + print("Exception when calling CoreV1Api->patch_persistent_volume_status: %s\n" % e) ``` ### Parameters @@ -8619,8 +8675,8 @@ 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) -# **proxy_core_v1_delete_namespaced_pod** -> str proxy_core_v1_delete_namespaced_pod(name, namespace) +# **proxy_delete_namespaced_pod** +> str proxy_delete_namespaced_pod(name, namespace) @@ -8645,10 +8701,10 @@ name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects try: - api_response = api_instance.proxy_core_v1_delete_namespaced_pod(name, namespace) + api_response = api_instance.proxy_delete_namespaced_pod(name, namespace) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_delete_namespaced_pod: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_delete_namespaced_pod: %s\n" % e) ``` ### Parameters @@ -8673,8 +8729,8 @@ 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) -# **proxy_core_v1_delete_namespaced_pod_with_path** -> str proxy_core_v1_delete_namespaced_pod_with_path(name, namespace, path) +# **proxy_delete_namespaced_pod_with_path** +> str proxy_delete_namespaced_pod_with_path(name, namespace, path) @@ -8700,10 +8756,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_delete_namespaced_pod_with_path(name, namespace, path) + api_response = api_instance.proxy_delete_namespaced_pod_with_path(name, namespace, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_delete_namespaced_pod_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_delete_namespaced_pod_with_path: %s\n" % e) ``` ### Parameters @@ -8729,8 +8785,8 @@ 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) -# **proxy_core_v1_delete_namespaced_service** -> str proxy_core_v1_delete_namespaced_service(name, namespace) +# **proxy_delete_namespaced_service** +> str proxy_delete_namespaced_service(name, namespace) @@ -8755,10 +8811,10 @@ name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects try: - api_response = api_instance.proxy_core_v1_delete_namespaced_service(name, namespace) + api_response = api_instance.proxy_delete_namespaced_service(name, namespace) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_delete_namespaced_service: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_delete_namespaced_service: %s\n" % e) ``` ### Parameters @@ -8783,8 +8839,8 @@ 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) -# **proxy_core_v1_delete_namespaced_service_with_path** -> str proxy_core_v1_delete_namespaced_service_with_path(name, namespace, path) +# **proxy_delete_namespaced_service_with_path** +> str proxy_delete_namespaced_service_with_path(name, namespace, path) @@ -8810,10 +8866,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_delete_namespaced_service_with_path(name, namespace, path) + api_response = api_instance.proxy_delete_namespaced_service_with_path(name, namespace, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_delete_namespaced_service_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_delete_namespaced_service_with_path: %s\n" % e) ``` ### Parameters @@ -8839,8 +8895,8 @@ 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) -# **proxy_core_v1_delete_node** -> str proxy_core_v1_delete_node(name) +# **proxy_delete_node** +> str proxy_delete_node(name) @@ -8864,10 +8920,10 @@ api_instance = k8sclient.CoreV1Api() name = 'name_example' # str | name of the Node try: - api_response = api_instance.proxy_core_v1_delete_node(name) + api_response = api_instance.proxy_delete_node(name) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_delete_node: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_delete_node: %s\n" % e) ``` ### Parameters @@ -8891,8 +8947,8 @@ 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) -# **proxy_core_v1_delete_node_with_path** -> str proxy_core_v1_delete_node_with_path(name, path) +# **proxy_delete_node_with_path** +> str proxy_delete_node_with_path(name, path) @@ -8917,10 +8973,10 @@ name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_delete_node_with_path(name, path) + api_response = api_instance.proxy_delete_node_with_path(name, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_delete_node_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_delete_node_with_path: %s\n" % e) ``` ### Parameters @@ -8945,8 +9001,8 @@ 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) -# **proxy_core_v1_get_namespaced_pod** -> str proxy_core_v1_get_namespaced_pod(name, namespace) +# **proxy_get_namespaced_pod** +> str proxy_get_namespaced_pod(name, namespace) @@ -8971,10 +9027,10 @@ name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects try: - api_response = api_instance.proxy_core_v1_get_namespaced_pod(name, namespace) + api_response = api_instance.proxy_get_namespaced_pod(name, namespace) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_get_namespaced_pod: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_get_namespaced_pod: %s\n" % e) ``` ### Parameters @@ -8999,8 +9055,8 @@ 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) -# **proxy_core_v1_get_namespaced_pod_with_path** -> str proxy_core_v1_get_namespaced_pod_with_path(name, namespace, path) +# **proxy_get_namespaced_pod_with_path** +> str proxy_get_namespaced_pod_with_path(name, namespace, path) @@ -9026,10 +9082,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_get_namespaced_pod_with_path(name, namespace, path) + api_response = api_instance.proxy_get_namespaced_pod_with_path(name, namespace, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_get_namespaced_pod_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_get_namespaced_pod_with_path: %s\n" % e) ``` ### Parameters @@ -9055,8 +9111,8 @@ 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) -# **proxy_core_v1_get_namespaced_service** -> str proxy_core_v1_get_namespaced_service(name, namespace) +# **proxy_get_namespaced_service** +> str proxy_get_namespaced_service(name, namespace) @@ -9081,10 +9137,10 @@ name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects try: - api_response = api_instance.proxy_core_v1_get_namespaced_service(name, namespace) + api_response = api_instance.proxy_get_namespaced_service(name, namespace) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_get_namespaced_service: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_get_namespaced_service: %s\n" % e) ``` ### Parameters @@ -9109,8 +9165,8 @@ 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) -# **proxy_core_v1_get_namespaced_service_with_path** -> str proxy_core_v1_get_namespaced_service_with_path(name, namespace, path) +# **proxy_get_namespaced_service_with_path** +> str proxy_get_namespaced_service_with_path(name, namespace, path) @@ -9136,10 +9192,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_get_namespaced_service_with_path(name, namespace, path) + api_response = api_instance.proxy_get_namespaced_service_with_path(name, namespace, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_get_namespaced_service_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_get_namespaced_service_with_path: %s\n" % e) ``` ### Parameters @@ -9165,8 +9221,8 @@ 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) -# **proxy_core_v1_get_node** -> str proxy_core_v1_get_node(name) +# **proxy_get_node** +> str proxy_get_node(name) @@ -9190,10 +9246,10 @@ api_instance = k8sclient.CoreV1Api() name = 'name_example' # str | name of the Node try: - api_response = api_instance.proxy_core_v1_get_node(name) + api_response = api_instance.proxy_get_node(name) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_get_node: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_get_node: %s\n" % e) ``` ### Parameters @@ -9217,8 +9273,8 @@ 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) -# **proxy_core_v1_get_node_with_path** -> str proxy_core_v1_get_node_with_path(name, path) +# **proxy_get_node_with_path** +> str proxy_get_node_with_path(name, path) @@ -9243,10 +9299,10 @@ name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_get_node_with_path(name, path) + api_response = api_instance.proxy_get_node_with_path(name, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_get_node_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_get_node_with_path: %s\n" % e) ``` ### Parameters @@ -9271,8 +9327,8 @@ 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) -# **proxy_core_v1_head_namespaced_pod** -> str proxy_core_v1_head_namespaced_pod(name, namespace) +# **proxy_head_namespaced_pod** +> str proxy_head_namespaced_pod(name, namespace) @@ -9297,10 +9353,10 @@ name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects try: - api_response = api_instance.proxy_core_v1_head_namespaced_pod(name, namespace) + api_response = api_instance.proxy_head_namespaced_pod(name, namespace) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_head_namespaced_pod: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_head_namespaced_pod: %s\n" % e) ``` ### Parameters @@ -9325,8 +9381,8 @@ 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) -# **proxy_core_v1_head_namespaced_pod_with_path** -> str proxy_core_v1_head_namespaced_pod_with_path(name, namespace, path) +# **proxy_head_namespaced_pod_with_path** +> str proxy_head_namespaced_pod_with_path(name, namespace, path) @@ -9352,10 +9408,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_head_namespaced_pod_with_path(name, namespace, path) + api_response = api_instance.proxy_head_namespaced_pod_with_path(name, namespace, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_head_namespaced_pod_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_head_namespaced_pod_with_path: %s\n" % e) ``` ### Parameters @@ -9381,8 +9437,8 @@ 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) -# **proxy_core_v1_head_namespaced_service** -> str proxy_core_v1_head_namespaced_service(name, namespace) +# **proxy_head_namespaced_service** +> str proxy_head_namespaced_service(name, namespace) @@ -9407,10 +9463,10 @@ name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects try: - api_response = api_instance.proxy_core_v1_head_namespaced_service(name, namespace) + api_response = api_instance.proxy_head_namespaced_service(name, namespace) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_head_namespaced_service: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_head_namespaced_service: %s\n" % e) ``` ### Parameters @@ -9435,8 +9491,8 @@ 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) -# **proxy_core_v1_head_namespaced_service_with_path** -> str proxy_core_v1_head_namespaced_service_with_path(name, namespace, path) +# **proxy_head_namespaced_service_with_path** +> str proxy_head_namespaced_service_with_path(name, namespace, path) @@ -9462,10 +9518,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_head_namespaced_service_with_path(name, namespace, path) + api_response = api_instance.proxy_head_namespaced_service_with_path(name, namespace, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_head_namespaced_service_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_head_namespaced_service_with_path: %s\n" % e) ``` ### Parameters @@ -9491,8 +9547,8 @@ 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) -# **proxy_core_v1_head_node** -> str proxy_core_v1_head_node(name) +# **proxy_head_node** +> str proxy_head_node(name) @@ -9516,10 +9572,10 @@ api_instance = k8sclient.CoreV1Api() name = 'name_example' # str | name of the Node try: - api_response = api_instance.proxy_core_v1_head_node(name) + api_response = api_instance.proxy_head_node(name) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_head_node: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_head_node: %s\n" % e) ``` ### Parameters @@ -9543,8 +9599,8 @@ 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) -# **proxy_core_v1_head_node_with_path** -> str proxy_core_v1_head_node_with_path(name, path) +# **proxy_head_node_with_path** +> str proxy_head_node_with_path(name, path) @@ -9569,10 +9625,10 @@ name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_head_node_with_path(name, path) + api_response = api_instance.proxy_head_node_with_path(name, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_head_node_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_head_node_with_path: %s\n" % e) ``` ### Parameters @@ -9597,8 +9653,8 @@ 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) -# **proxy_core_v1_options_namespaced_pod** -> str proxy_core_v1_options_namespaced_pod(name, namespace) +# **proxy_options_namespaced_pod** +> str proxy_options_namespaced_pod(name, namespace) @@ -9623,10 +9679,10 @@ name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects try: - api_response = api_instance.proxy_core_v1_options_namespaced_pod(name, namespace) + api_response = api_instance.proxy_options_namespaced_pod(name, namespace) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_options_namespaced_pod: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_options_namespaced_pod: %s\n" % e) ``` ### Parameters @@ -9651,8 +9707,8 @@ 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) -# **proxy_core_v1_options_namespaced_pod_with_path** -> str proxy_core_v1_options_namespaced_pod_with_path(name, namespace, path) +# **proxy_options_namespaced_pod_with_path** +> str proxy_options_namespaced_pod_with_path(name, namespace, path) @@ -9678,10 +9734,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_options_namespaced_pod_with_path(name, namespace, path) + api_response = api_instance.proxy_options_namespaced_pod_with_path(name, namespace, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_options_namespaced_pod_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_options_namespaced_pod_with_path: %s\n" % e) ``` ### Parameters @@ -9707,8 +9763,8 @@ 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) -# **proxy_core_v1_options_namespaced_service** -> str proxy_core_v1_options_namespaced_service(name, namespace) +# **proxy_options_namespaced_service** +> str proxy_options_namespaced_service(name, namespace) @@ -9733,10 +9789,10 @@ name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects try: - api_response = api_instance.proxy_core_v1_options_namespaced_service(name, namespace) + api_response = api_instance.proxy_options_namespaced_service(name, namespace) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_options_namespaced_service: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_options_namespaced_service: %s\n" % e) ``` ### Parameters @@ -9761,8 +9817,8 @@ 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) -# **proxy_core_v1_options_namespaced_service_with_path** -> str proxy_core_v1_options_namespaced_service_with_path(name, namespace, path) +# **proxy_options_namespaced_service_with_path** +> str proxy_options_namespaced_service_with_path(name, namespace, path) @@ -9788,10 +9844,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_options_namespaced_service_with_path(name, namespace, path) + api_response = api_instance.proxy_options_namespaced_service_with_path(name, namespace, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_options_namespaced_service_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_options_namespaced_service_with_path: %s\n" % e) ``` ### Parameters @@ -9817,8 +9873,8 @@ 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) -# **proxy_core_v1_options_node** -> str proxy_core_v1_options_node(name) +# **proxy_options_node** +> str proxy_options_node(name) @@ -9842,10 +9898,10 @@ api_instance = k8sclient.CoreV1Api() name = 'name_example' # str | name of the Node try: - api_response = api_instance.proxy_core_v1_options_node(name) + api_response = api_instance.proxy_options_node(name) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_options_node: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_options_node: %s\n" % e) ``` ### Parameters @@ -9869,8 +9925,8 @@ 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) -# **proxy_core_v1_options_node_with_path** -> str proxy_core_v1_options_node_with_path(name, path) +# **proxy_options_node_with_path** +> str proxy_options_node_with_path(name, path) @@ -9895,10 +9951,10 @@ name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_options_node_with_path(name, path) + api_response = api_instance.proxy_options_node_with_path(name, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_options_node_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_options_node_with_path: %s\n" % e) ``` ### Parameters @@ -9923,8 +9979,8 @@ 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) -# **proxy_core_v1_post_namespaced_pod** -> str proxy_core_v1_post_namespaced_pod(name, namespace) +# **proxy_post_namespaced_pod** +> str proxy_post_namespaced_pod(name, namespace) @@ -9949,10 +10005,10 @@ name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects try: - api_response = api_instance.proxy_core_v1_post_namespaced_pod(name, namespace) + api_response = api_instance.proxy_post_namespaced_pod(name, namespace) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_post_namespaced_pod: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_post_namespaced_pod: %s\n" % e) ``` ### Parameters @@ -9977,8 +10033,8 @@ 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) -# **proxy_core_v1_post_namespaced_pod_with_path** -> str proxy_core_v1_post_namespaced_pod_with_path(name, namespace, path) +# **proxy_post_namespaced_pod_with_path** +> str proxy_post_namespaced_pod_with_path(name, namespace, path) @@ -10004,10 +10060,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_post_namespaced_pod_with_path(name, namespace, path) + api_response = api_instance.proxy_post_namespaced_pod_with_path(name, namespace, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_post_namespaced_pod_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_post_namespaced_pod_with_path: %s\n" % e) ``` ### Parameters @@ -10033,8 +10089,8 @@ 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) -# **proxy_core_v1_post_namespaced_service** -> str proxy_core_v1_post_namespaced_service(name, namespace) +# **proxy_post_namespaced_service** +> str proxy_post_namespaced_service(name, namespace) @@ -10059,10 +10115,10 @@ name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects try: - api_response = api_instance.proxy_core_v1_post_namespaced_service(name, namespace) + api_response = api_instance.proxy_post_namespaced_service(name, namespace) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_post_namespaced_service: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_post_namespaced_service: %s\n" % e) ``` ### Parameters @@ -10087,8 +10143,8 @@ 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) -# **proxy_core_v1_post_namespaced_service_with_path** -> str proxy_core_v1_post_namespaced_service_with_path(name, namespace, path) +# **proxy_post_namespaced_service_with_path** +> str proxy_post_namespaced_service_with_path(name, namespace, path) @@ -10114,10 +10170,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_post_namespaced_service_with_path(name, namespace, path) + api_response = api_instance.proxy_post_namespaced_service_with_path(name, namespace, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_post_namespaced_service_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_post_namespaced_service_with_path: %s\n" % e) ``` ### Parameters @@ -10143,8 +10199,8 @@ 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) -# **proxy_core_v1_post_node** -> str proxy_core_v1_post_node(name) +# **proxy_post_node** +> str proxy_post_node(name) @@ -10168,10 +10224,10 @@ api_instance = k8sclient.CoreV1Api() name = 'name_example' # str | name of the Node try: - api_response = api_instance.proxy_core_v1_post_node(name) + api_response = api_instance.proxy_post_node(name) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_post_node: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_post_node: %s\n" % e) ``` ### Parameters @@ -10195,8 +10251,8 @@ 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) -# **proxy_core_v1_post_node_with_path** -> str proxy_core_v1_post_node_with_path(name, path) +# **proxy_post_node_with_path** +> str proxy_post_node_with_path(name, path) @@ -10221,10 +10277,10 @@ name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_post_node_with_path(name, path) + api_response = api_instance.proxy_post_node_with_path(name, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_post_node_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_post_node_with_path: %s\n" % e) ``` ### Parameters @@ -10249,8 +10305,8 @@ 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) -# **proxy_core_v1_put_namespaced_pod** -> str proxy_core_v1_put_namespaced_pod(name, namespace) +# **proxy_put_namespaced_pod** +> str proxy_put_namespaced_pod(name, namespace) @@ -10275,10 +10331,10 @@ name = 'name_example' # str | name of the Pod namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects try: - api_response = api_instance.proxy_core_v1_put_namespaced_pod(name, namespace) + api_response = api_instance.proxy_put_namespaced_pod(name, namespace) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_put_namespaced_pod: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_put_namespaced_pod: %s\n" % e) ``` ### Parameters @@ -10303,8 +10359,8 @@ 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) -# **proxy_core_v1_put_namespaced_pod_with_path** -> str proxy_core_v1_put_namespaced_pod_with_path(name, namespace, path) +# **proxy_put_namespaced_pod_with_path** +> str proxy_put_namespaced_pod_with_path(name, namespace, path) @@ -10330,10 +10386,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_put_namespaced_pod_with_path(name, namespace, path) + api_response = api_instance.proxy_put_namespaced_pod_with_path(name, namespace, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_put_namespaced_pod_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_put_namespaced_pod_with_path: %s\n" % e) ``` ### Parameters @@ -10359,8 +10415,8 @@ 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) -# **proxy_core_v1_put_namespaced_service** -> str proxy_core_v1_put_namespaced_service(name, namespace) +# **proxy_put_namespaced_service** +> str proxy_put_namespaced_service(name, namespace) @@ -10385,10 +10441,10 @@ name = 'name_example' # str | name of the Service namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects try: - api_response = api_instance.proxy_core_v1_put_namespaced_service(name, namespace) + api_response = api_instance.proxy_put_namespaced_service(name, namespace) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_put_namespaced_service: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_put_namespaced_service: %s\n" % e) ``` ### Parameters @@ -10413,8 +10469,8 @@ 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) -# **proxy_core_v1_put_namespaced_service_with_path** -> str proxy_core_v1_put_namespaced_service_with_path(name, namespace, path) +# **proxy_put_namespaced_service_with_path** +> str proxy_put_namespaced_service_with_path(name, namespace, path) @@ -10440,10 +10496,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_put_namespaced_service_with_path(name, namespace, path) + api_response = api_instance.proxy_put_namespaced_service_with_path(name, namespace, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_put_namespaced_service_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_put_namespaced_service_with_path: %s\n" % e) ``` ### Parameters @@ -10469,8 +10525,8 @@ 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) -# **proxy_core_v1_put_node** -> str proxy_core_v1_put_node(name) +# **proxy_put_node** +> str proxy_put_node(name) @@ -10494,10 +10550,10 @@ api_instance = k8sclient.CoreV1Api() name = 'name_example' # str | name of the Node try: - api_response = api_instance.proxy_core_v1_put_node(name) + api_response = api_instance.proxy_put_node(name) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_put_node: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_put_node: %s\n" % e) ``` ### Parameters @@ -10521,8 +10577,8 @@ 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) -# **proxy_core_v1_put_node_with_path** -> str proxy_core_v1_put_node_with_path(name, path) +# **proxy_put_node_with_path** +> str proxy_put_node_with_path(name, path) @@ -10547,10 +10603,10 @@ name = 'name_example' # str | name of the Node path = 'path_example' # str | path to the resource try: - api_response = api_instance.proxy_core_v1_put_node_with_path(name, path) + api_response = api_instance.proxy_put_node_with_path(name, path) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->proxy_core_v1_put_node_with_path: %s\n" % e) + print("Exception when calling CoreV1Api->proxy_put_node_with_path: %s\n" % e) ``` ### Parameters @@ -10575,8 +10631,8 @@ 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_core_v1_component_status** -> V1ComponentStatus read_core_v1_component_status(name, pretty=pretty) +# **read_component_status** +> V1ComponentStatus read_component_status(name, pretty=pretty) @@ -10601,10 +10657,10 @@ name = 'name_example' # str | name of the ComponentStatus pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_core_v1_component_status(name, pretty=pretty) + api_response = api_instance.read_component_status(name, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_component_status: %s\n" % e) + print("Exception when calling CoreV1Api->read_component_status: %s\n" % e) ``` ### Parameters @@ -10629,8 +10685,8 @@ 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_core_v1_namespace** -> V1Namespace read_core_v1_namespace(name, pretty=pretty, exact=exact, export=export) +# **read_namespace** +> V1Namespace read_namespace(name, pretty=pretty, exact=exact, export=export) @@ -10657,10 +10713,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_core_v1_namespace(name, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespace(name, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespace: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespace: %s\n" % e) ``` ### Parameters @@ -10687,8 +10743,8 @@ 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_core_v1_namespace_status** -> V1Namespace read_core_v1_namespace_status(name, pretty=pretty) +# **read_namespace_status** +> V1Namespace read_namespace_status(name, pretty=pretty) @@ -10713,10 +10769,10 @@ name = 'name_example' # str | name of the Namespace pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_core_v1_namespace_status(name, pretty=pretty) + api_response = api_instance.read_namespace_status(name, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespace_status: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespace_status: %s\n" % e) ``` ### Parameters @@ -10741,8 +10797,8 @@ 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_core_v1_namespaced_config_map** -> V1ConfigMap read_core_v1_namespaced_config_map(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_config_map** +> V1ConfigMap read_namespaced_config_map(name, namespace, pretty=pretty, exact=exact, export=export) @@ -10770,10 +10826,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_core_v1_namespaced_config_map(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_config_map(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_config_map: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_config_map: %s\n" % e) ``` ### Parameters @@ -10801,8 +10857,8 @@ 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_core_v1_namespaced_endpoints** -> V1Endpoints read_core_v1_namespaced_endpoints(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_endpoints** +> V1Endpoints read_namespaced_endpoints(name, namespace, pretty=pretty, exact=exact, export=export) @@ -10830,10 +10886,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_core_v1_namespaced_endpoints(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_endpoints(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_endpoints: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_endpoints: %s\n" % e) ``` ### Parameters @@ -10861,8 +10917,8 @@ 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_core_v1_namespaced_event** -> V1Event read_core_v1_namespaced_event(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_event** +> V1Event read_namespaced_event(name, namespace, pretty=pretty, exact=exact, export=export) @@ -10890,10 +10946,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_core_v1_namespaced_event(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_event(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_event: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_event: %s\n" % e) ``` ### Parameters @@ -10921,8 +10977,8 @@ 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_core_v1_namespaced_limit_range** -> V1LimitRange read_core_v1_namespaced_limit_range(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_limit_range** +> V1LimitRange read_namespaced_limit_range(name, namespace, pretty=pretty, exact=exact, export=export) @@ -10950,10 +11006,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_core_v1_namespaced_limit_range(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_limit_range(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_limit_range: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_limit_range: %s\n" % e) ``` ### Parameters @@ -10981,8 +11037,8 @@ 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_core_v1_namespaced_persistent_volume_claim** -> V1PersistentVolumeClaim read_core_v1_namespaced_persistent_volume_claim(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_persistent_volume_claim** +> V1PersistentVolumeClaim read_namespaced_persistent_volume_claim(name, namespace, pretty=pretty, exact=exact, export=export) @@ -11010,10 +11066,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_core_v1_namespaced_persistent_volume_claim(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_persistent_volume_claim(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_persistent_volume_claim: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_persistent_volume_claim: %s\n" % e) ``` ### Parameters @@ -11041,8 +11097,8 @@ 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_core_v1_namespaced_persistent_volume_claim_status** -> V1PersistentVolumeClaim read_core_v1_namespaced_persistent_volume_claim_status(name, namespace, pretty=pretty) +# **read_namespaced_persistent_volume_claim_status** +> V1PersistentVolumeClaim read_namespaced_persistent_volume_claim_status(name, namespace, pretty=pretty) @@ -11068,10 +11124,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_core_v1_namespaced_persistent_volume_claim_status(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_persistent_volume_claim_status(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_persistent_volume_claim_status: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_persistent_volume_claim_status: %s\n" % e) ``` ### Parameters @@ -11097,8 +11153,8 @@ 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_core_v1_namespaced_pod** -> V1Pod read_core_v1_namespaced_pod(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_pod** +> V1Pod read_namespaced_pod(name, namespace, pretty=pretty, exact=exact, export=export) @@ -11126,10 +11182,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_core_v1_namespaced_pod(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_pod(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_pod: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_pod: %s\n" % e) ``` ### Parameters @@ -11157,8 +11213,8 @@ 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_core_v1_namespaced_pod_log** -> V1Pod read_core_v1_namespaced_pod_log(name, namespace, container=container, follow=follow, limit_bytes=limit_bytes, pretty=pretty, previous=previous, since_seconds=since_seconds, since_time=since_time, tail_lines=tail_lines, timestamps=timestamps) +# **read_namespaced_pod_log** +> V1Pod read_namespaced_pod_log(name, namespace, container=container, follow=follow, limit_bytes=limit_bytes, pretty=pretty, previous=previous, since_seconds=since_seconds, since_time=since_time, tail_lines=tail_lines, timestamps=timestamps) @@ -11192,10 +11248,10 @@ tail_lines = 56 # int | If set, the number of lines from the end of the logs to timestamps = true # bool | If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. (optional) try: - api_response = api_instance.read_core_v1_namespaced_pod_log(name, namespace, container=container, follow=follow, limit_bytes=limit_bytes, pretty=pretty, previous=previous, since_seconds=since_seconds, since_time=since_time, tail_lines=tail_lines, timestamps=timestamps) + api_response = api_instance.read_namespaced_pod_log(name, namespace, container=container, follow=follow, limit_bytes=limit_bytes, pretty=pretty, previous=previous, since_seconds=since_seconds, since_time=since_time, tail_lines=tail_lines, timestamps=timestamps) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_pod_log: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_pod_log: %s\n" % e) ``` ### Parameters @@ -11229,8 +11285,8 @@ 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_core_v1_namespaced_pod_status** -> V1Pod read_core_v1_namespaced_pod_status(name, namespace, pretty=pretty) +# **read_namespaced_pod_status** +> V1Pod read_namespaced_pod_status(name, namespace, pretty=pretty) @@ -11256,10 +11312,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_core_v1_namespaced_pod_status(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_pod_status(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_pod_status: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_pod_status: %s\n" % e) ``` ### Parameters @@ -11285,8 +11341,8 @@ 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_core_v1_namespaced_pod_template** -> V1PodTemplate read_core_v1_namespaced_pod_template(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_pod_template** +> V1PodTemplate read_namespaced_pod_template(name, namespace, pretty=pretty, exact=exact, export=export) @@ -11314,10 +11370,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_core_v1_namespaced_pod_template(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_pod_template(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_pod_template: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_pod_template: %s\n" % e) ``` ### Parameters @@ -11345,8 +11401,8 @@ 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_core_v1_namespaced_replication_controller** -> V1ReplicationController read_core_v1_namespaced_replication_controller(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_replication_controller** +> V1ReplicationController read_namespaced_replication_controller(name, namespace, pretty=pretty, exact=exact, export=export) @@ -11374,10 +11430,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_core_v1_namespaced_replication_controller(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_replication_controller(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_replication_controller: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_replication_controller: %s\n" % e) ``` ### Parameters @@ -11405,8 +11461,8 @@ 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_core_v1_namespaced_replication_controller_status** -> V1ReplicationController read_core_v1_namespaced_replication_controller_status(name, namespace, pretty=pretty) +# **read_namespaced_replication_controller_status** +> V1ReplicationController read_namespaced_replication_controller_status(name, namespace, pretty=pretty) @@ -11432,10 +11488,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_core_v1_namespaced_replication_controller_status(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_replication_controller_status(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_replication_controller_status: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_replication_controller_status: %s\n" % e) ``` ### Parameters @@ -11461,8 +11517,8 @@ 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_core_v1_namespaced_resource_quota** -> V1ResourceQuota read_core_v1_namespaced_resource_quota(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_resource_quota** +> V1ResourceQuota read_namespaced_resource_quota(name, namespace, pretty=pretty, exact=exact, export=export) @@ -11490,10 +11546,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_core_v1_namespaced_resource_quota(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_resource_quota(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_resource_quota: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_resource_quota: %s\n" % e) ``` ### Parameters @@ -11521,8 +11577,8 @@ 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_core_v1_namespaced_resource_quota_status** -> V1ResourceQuota read_core_v1_namespaced_resource_quota_status(name, namespace, pretty=pretty) +# **read_namespaced_resource_quota_status** +> V1ResourceQuota read_namespaced_resource_quota_status(name, namespace, pretty=pretty) @@ -11548,10 +11604,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_core_v1_namespaced_resource_quota_status(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_resource_quota_status(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_resource_quota_status: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_resource_quota_status: %s\n" % e) ``` ### Parameters @@ -11577,8 +11633,8 @@ 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_core_v1_namespaced_scale_scale** -> V1Scale read_core_v1_namespaced_scale_scale(name, namespace, pretty=pretty) +# **read_namespaced_scale_scale** +> V1Scale read_namespaced_scale_scale(name, namespace, pretty=pretty) @@ -11604,10 +11660,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_core_v1_namespaced_scale_scale(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_scale_scale(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_scale_scale: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_scale_scale: %s\n" % e) ``` ### Parameters @@ -11633,8 +11689,8 @@ 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_core_v1_namespaced_secret** -> V1Secret read_core_v1_namespaced_secret(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_secret** +> V1Secret read_namespaced_secret(name, namespace, pretty=pretty, exact=exact, export=export) @@ -11662,10 +11718,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_core_v1_namespaced_secret(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_secret(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_secret: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_secret: %s\n" % e) ``` ### Parameters @@ -11693,8 +11749,8 @@ 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_core_v1_namespaced_service** -> V1Service read_core_v1_namespaced_service(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_service** +> V1Service read_namespaced_service(name, namespace, pretty=pretty, exact=exact, export=export) @@ -11722,10 +11778,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_core_v1_namespaced_service(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_service(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_service: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_service: %s\n" % e) ``` ### Parameters @@ -11753,8 +11809,8 @@ 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_core_v1_namespaced_service_account** -> V1ServiceAccount read_core_v1_namespaced_service_account(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_service_account** +> V1ServiceAccount read_namespaced_service_account(name, namespace, pretty=pretty, exact=exact, export=export) @@ -11782,10 +11838,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_core_v1_namespaced_service_account(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_service_account(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_service_account: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_service_account: %s\n" % e) ``` ### Parameters @@ -11813,8 +11869,8 @@ 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_core_v1_namespaced_service_status** -> V1Service read_core_v1_namespaced_service_status(name, namespace, pretty=pretty) +# **read_namespaced_service_status** +> V1Service read_namespaced_service_status(name, namespace, pretty=pretty) @@ -11840,10 +11896,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_core_v1_namespaced_service_status(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_service_status(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_namespaced_service_status: %s\n" % e) + print("Exception when calling CoreV1Api->read_namespaced_service_status: %s\n" % e) ``` ### Parameters @@ -11869,8 +11925,8 @@ 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_core_v1_node** -> V1Node read_core_v1_node(name, pretty=pretty, exact=exact, export=export) +# **read_node** +> V1Node read_node(name, pretty=pretty, exact=exact, export=export) @@ -11897,10 +11953,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_core_v1_node(name, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_node(name, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_node: %s\n" % e) + print("Exception when calling CoreV1Api->read_node: %s\n" % e) ``` ### Parameters @@ -11927,8 +11983,8 @@ 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_core_v1_node_status** -> V1Node read_core_v1_node_status(name, pretty=pretty) +# **read_node_status** +> V1Node read_node_status(name, pretty=pretty) @@ -11953,10 +12009,10 @@ name = 'name_example' # str | name of the Node pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_core_v1_node_status(name, pretty=pretty) + api_response = api_instance.read_node_status(name, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_node_status: %s\n" % e) + print("Exception when calling CoreV1Api->read_node_status: %s\n" % e) ``` ### Parameters @@ -11981,8 +12037,8 @@ 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_core_v1_persistent_volume** -> V1PersistentVolume read_core_v1_persistent_volume(name, pretty=pretty, exact=exact, export=export) +# **read_persistent_volume** +> V1PersistentVolume read_persistent_volume(name, pretty=pretty, exact=exact, export=export) @@ -12009,10 +12065,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_core_v1_persistent_volume(name, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_persistent_volume(name, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_persistent_volume: %s\n" % e) + print("Exception when calling CoreV1Api->read_persistent_volume: %s\n" % e) ``` ### Parameters @@ -12039,8 +12095,8 @@ 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_core_v1_persistent_volume_status** -> V1PersistentVolume read_core_v1_persistent_volume_status(name, pretty=pretty) +# **read_persistent_volume_status** +> V1PersistentVolume read_persistent_volume_status(name, pretty=pretty) @@ -12065,10 +12121,10 @@ name = 'name_example' # str | name of the PersistentVolume pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_core_v1_persistent_volume_status(name, pretty=pretty) + api_response = api_instance.read_persistent_volume_status(name, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->read_core_v1_persistent_volume_status: %s\n" % e) + print("Exception when calling CoreV1Api->read_persistent_volume_status: %s\n" % e) ``` ### Parameters @@ -12093,8 +12149,8 @@ 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) -# **replace_core_v1_namespace** -> V1Namespace replace_core_v1_namespace(name, body, pretty=pretty) +# **replace_namespace** +> V1Namespace replace_namespace(name, body, pretty=pretty) @@ -12120,10 +12176,10 @@ body = k8sclient.V1Namespace() # V1Namespace | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespace(name, body, pretty=pretty) + api_response = api_instance.replace_namespace(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespace: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespace: %s\n" % e) ``` ### Parameters @@ -12149,8 +12205,8 @@ 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) -# **replace_core_v1_namespace_finalize** -> V1Namespace replace_core_v1_namespace_finalize(body, name, pretty=pretty) +# **replace_namespace_finalize** +> V1Namespace replace_namespace_finalize(body, name, pretty=pretty) @@ -12176,10 +12232,10 @@ name = 'name_example' # str | name of the Namespace pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespace_finalize(body, name, pretty=pretty) + api_response = api_instance.replace_namespace_finalize(body, name, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespace_finalize: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespace_finalize: %s\n" % e) ``` ### Parameters @@ -12205,8 +12261,8 @@ 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) -# **replace_core_v1_namespace_status** -> V1Namespace replace_core_v1_namespace_status(name, body, pretty=pretty) +# **replace_namespace_status** +> V1Namespace replace_namespace_status(name, body, pretty=pretty) @@ -12232,10 +12288,10 @@ body = k8sclient.V1Namespace() # V1Namespace | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespace_status(name, body, pretty=pretty) + api_response = api_instance.replace_namespace_status(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespace_status: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespace_status: %s\n" % e) ``` ### Parameters @@ -12261,8 +12317,8 @@ 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) -# **replace_core_v1_namespaced_config_map** -> V1ConfigMap replace_core_v1_namespaced_config_map(name, namespace, body, pretty=pretty) +# **replace_namespaced_config_map** +> V1ConfigMap replace_namespaced_config_map(name, namespace, body, pretty=pretty) @@ -12289,10 +12345,10 @@ body = k8sclient.V1ConfigMap() # V1ConfigMap | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_config_map(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_config_map(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_config_map: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_config_map: %s\n" % e) ``` ### Parameters @@ -12319,8 +12375,8 @@ 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) -# **replace_core_v1_namespaced_endpoints** -> V1Endpoints replace_core_v1_namespaced_endpoints(name, namespace, body, pretty=pretty) +# **replace_namespaced_endpoints** +> V1Endpoints replace_namespaced_endpoints(name, namespace, body, pretty=pretty) @@ -12347,10 +12403,10 @@ body = k8sclient.V1Endpoints() # V1Endpoints | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_endpoints(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_endpoints(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_endpoints: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_endpoints: %s\n" % e) ``` ### Parameters @@ -12377,8 +12433,8 @@ 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) -# **replace_core_v1_namespaced_event** -> V1Event replace_core_v1_namespaced_event(name, namespace, body, pretty=pretty) +# **replace_namespaced_event** +> V1Event replace_namespaced_event(name, namespace, body, pretty=pretty) @@ -12405,10 +12461,10 @@ body = k8sclient.V1Event() # V1Event | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_event(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_event(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_event: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_event: %s\n" % e) ``` ### Parameters @@ -12435,8 +12491,8 @@ 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) -# **replace_core_v1_namespaced_limit_range** -> V1LimitRange replace_core_v1_namespaced_limit_range(name, namespace, body, pretty=pretty) +# **replace_namespaced_limit_range** +> V1LimitRange replace_namespaced_limit_range(name, namespace, body, pretty=pretty) @@ -12463,10 +12519,10 @@ body = k8sclient.V1LimitRange() # V1LimitRange | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_limit_range(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_limit_range(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_limit_range: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_limit_range: %s\n" % e) ``` ### Parameters @@ -12493,8 +12549,8 @@ 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) -# **replace_core_v1_namespaced_persistent_volume_claim** -> V1PersistentVolumeClaim replace_core_v1_namespaced_persistent_volume_claim(name, namespace, body, pretty=pretty) +# **replace_namespaced_persistent_volume_claim** +> V1PersistentVolumeClaim replace_namespaced_persistent_volume_claim(name, namespace, body, pretty=pretty) @@ -12521,10 +12577,10 @@ body = k8sclient.V1PersistentVolumeClaim() # V1PersistentVolumeClaim | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_persistent_volume_claim(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_persistent_volume_claim(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_persistent_volume_claim: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_persistent_volume_claim: %s\n" % e) ``` ### Parameters @@ -12551,8 +12607,8 @@ 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) -# **replace_core_v1_namespaced_persistent_volume_claim_status** -> V1PersistentVolumeClaim replace_core_v1_namespaced_persistent_volume_claim_status(name, namespace, body, pretty=pretty) +# **replace_namespaced_persistent_volume_claim_status** +> V1PersistentVolumeClaim replace_namespaced_persistent_volume_claim_status(name, namespace, body, pretty=pretty) @@ -12579,10 +12635,10 @@ body = k8sclient.V1PersistentVolumeClaim() # V1PersistentVolumeClaim | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_persistent_volume_claim_status(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_persistent_volume_claim_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_persistent_volume_claim_status: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_persistent_volume_claim_status: %s\n" % e) ``` ### Parameters @@ -12609,8 +12665,8 @@ 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) -# **replace_core_v1_namespaced_pod** -> V1Pod replace_core_v1_namespaced_pod(name, namespace, body, pretty=pretty) +# **replace_namespaced_pod** +> V1Pod replace_namespaced_pod(name, namespace, body, pretty=pretty) @@ -12637,10 +12693,10 @@ body = k8sclient.V1Pod() # V1Pod | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_pod(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_pod(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_pod: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_pod: %s\n" % e) ``` ### Parameters @@ -12667,8 +12723,8 @@ 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) -# **replace_core_v1_namespaced_pod_status** -> V1Pod replace_core_v1_namespaced_pod_status(name, namespace, body, pretty=pretty) +# **replace_namespaced_pod_status** +> V1Pod replace_namespaced_pod_status(name, namespace, body, pretty=pretty) @@ -12695,10 +12751,10 @@ body = k8sclient.V1Pod() # V1Pod | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_pod_status(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_pod_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_pod_status: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_pod_status: %s\n" % e) ``` ### Parameters @@ -12725,8 +12781,8 @@ 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) -# **replace_core_v1_namespaced_pod_template** -> V1PodTemplate replace_core_v1_namespaced_pod_template(name, namespace, body, pretty=pretty) +# **replace_namespaced_pod_template** +> V1PodTemplate replace_namespaced_pod_template(name, namespace, body, pretty=pretty) @@ -12753,10 +12809,10 @@ body = k8sclient.V1PodTemplate() # V1PodTemplate | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_pod_template(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_pod_template(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_pod_template: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_pod_template: %s\n" % e) ``` ### Parameters @@ -12783,8 +12839,8 @@ 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) -# **replace_core_v1_namespaced_replication_controller** -> V1ReplicationController replace_core_v1_namespaced_replication_controller(name, namespace, body, pretty=pretty) +# **replace_namespaced_replication_controller** +> V1ReplicationController replace_namespaced_replication_controller(name, namespace, body, pretty=pretty) @@ -12811,10 +12867,10 @@ body = k8sclient.V1ReplicationController() # V1ReplicationController | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_replication_controller(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_replication_controller(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_replication_controller: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_replication_controller: %s\n" % e) ``` ### Parameters @@ -12841,8 +12897,8 @@ 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) -# **replace_core_v1_namespaced_replication_controller_status** -> V1ReplicationController replace_core_v1_namespaced_replication_controller_status(name, namespace, body, pretty=pretty) +# **replace_namespaced_replication_controller_status** +> V1ReplicationController replace_namespaced_replication_controller_status(name, namespace, body, pretty=pretty) @@ -12869,10 +12925,10 @@ body = k8sclient.V1ReplicationController() # V1ReplicationController | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_replication_controller_status(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_replication_controller_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_replication_controller_status: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_replication_controller_status: %s\n" % e) ``` ### Parameters @@ -12899,8 +12955,8 @@ 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) -# **replace_core_v1_namespaced_resource_quota** -> V1ResourceQuota replace_core_v1_namespaced_resource_quota(name, namespace, body, pretty=pretty) +# **replace_namespaced_resource_quota** +> V1ResourceQuota replace_namespaced_resource_quota(name, namespace, body, pretty=pretty) @@ -12927,10 +12983,10 @@ body = k8sclient.V1ResourceQuota() # V1ResourceQuota | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_resource_quota(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_resource_quota(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_resource_quota: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_resource_quota: %s\n" % e) ``` ### Parameters @@ -12957,8 +13013,8 @@ 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) -# **replace_core_v1_namespaced_resource_quota_status** -> V1ResourceQuota replace_core_v1_namespaced_resource_quota_status(name, namespace, body, pretty=pretty) +# **replace_namespaced_resource_quota_status** +> V1ResourceQuota replace_namespaced_resource_quota_status(name, namespace, body, pretty=pretty) @@ -12985,10 +13041,10 @@ body = k8sclient.V1ResourceQuota() # V1ResourceQuota | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_resource_quota_status(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_resource_quota_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_resource_quota_status: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_resource_quota_status: %s\n" % e) ``` ### Parameters @@ -13015,8 +13071,8 @@ 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) -# **replace_core_v1_namespaced_scale_scale** -> V1Scale replace_core_v1_namespaced_scale_scale(name, namespace, body, pretty=pretty) +# **replace_namespaced_scale_scale** +> V1Scale replace_namespaced_scale_scale(name, namespace, body, pretty=pretty) @@ -13043,10 +13099,10 @@ body = k8sclient.V1Scale() # V1Scale | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_scale_scale(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_scale_scale(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_scale_scale: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_scale_scale: %s\n" % e) ``` ### Parameters @@ -13073,8 +13129,8 @@ 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) -# **replace_core_v1_namespaced_secret** -> V1Secret replace_core_v1_namespaced_secret(name, namespace, body, pretty=pretty) +# **replace_namespaced_secret** +> V1Secret replace_namespaced_secret(name, namespace, body, pretty=pretty) @@ -13101,10 +13157,10 @@ body = k8sclient.V1Secret() # V1Secret | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_secret(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_secret(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_secret: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_secret: %s\n" % e) ``` ### Parameters @@ -13131,8 +13187,8 @@ 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) -# **replace_core_v1_namespaced_service** -> V1Service replace_core_v1_namespaced_service(name, namespace, body, pretty=pretty) +# **replace_namespaced_service** +> V1Service replace_namespaced_service(name, namespace, body, pretty=pretty) @@ -13159,10 +13215,10 @@ body = k8sclient.V1Service() # V1Service | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_service(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_service(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_service: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_service: %s\n" % e) ``` ### Parameters @@ -13189,8 +13245,8 @@ 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) -# **replace_core_v1_namespaced_service_account** -> V1ServiceAccount replace_core_v1_namespaced_service_account(name, namespace, body, pretty=pretty) +# **replace_namespaced_service_account** +> V1ServiceAccount replace_namespaced_service_account(name, namespace, body, pretty=pretty) @@ -13217,10 +13273,10 @@ body = k8sclient.V1ServiceAccount() # V1ServiceAccount | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_service_account(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_service_account(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_service_account: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_service_account: %s\n" % e) ``` ### Parameters @@ -13247,8 +13303,8 @@ 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) -# **replace_core_v1_namespaced_service_status** -> V1Service replace_core_v1_namespaced_service_status(name, namespace, body, pretty=pretty) +# **replace_namespaced_service_status** +> V1Service replace_namespaced_service_status(name, namespace, body, pretty=pretty) @@ -13275,10 +13331,10 @@ body = k8sclient.V1Service() # V1Service | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_namespaced_service_status(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_service_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_namespaced_service_status: %s\n" % e) + print("Exception when calling CoreV1Api->replace_namespaced_service_status: %s\n" % e) ``` ### Parameters @@ -13305,8 +13361,8 @@ 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) -# **replace_core_v1_node** -> V1Node replace_core_v1_node(name, body, pretty=pretty) +# **replace_node** +> V1Node replace_node(name, body, pretty=pretty) @@ -13332,10 +13388,10 @@ body = k8sclient.V1Node() # V1Node | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_node(name, body, pretty=pretty) + api_response = api_instance.replace_node(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_node: %s\n" % e) + print("Exception when calling CoreV1Api->replace_node: %s\n" % e) ``` ### Parameters @@ -13361,8 +13417,8 @@ 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) -# **replace_core_v1_node_status** -> V1Node replace_core_v1_node_status(name, body, pretty=pretty) +# **replace_node_status** +> V1Node replace_node_status(name, body, pretty=pretty) @@ -13388,10 +13444,10 @@ body = k8sclient.V1Node() # V1Node | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_node_status(name, body, pretty=pretty) + api_response = api_instance.replace_node_status(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_node_status: %s\n" % e) + print("Exception when calling CoreV1Api->replace_node_status: %s\n" % e) ``` ### Parameters @@ -13417,8 +13473,8 @@ 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) -# **replace_core_v1_persistent_volume** -> V1PersistentVolume replace_core_v1_persistent_volume(name, body, pretty=pretty) +# **replace_persistent_volume** +> V1PersistentVolume replace_persistent_volume(name, body, pretty=pretty) @@ -13444,10 +13500,10 @@ body = k8sclient.V1PersistentVolume() # V1PersistentVolume | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_persistent_volume(name, body, pretty=pretty) + api_response = api_instance.replace_persistent_volume(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_persistent_volume: %s\n" % e) + print("Exception when calling CoreV1Api->replace_persistent_volume: %s\n" % e) ``` ### Parameters @@ -13473,8 +13529,8 @@ 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) -# **replace_core_v1_persistent_volume_status** -> V1PersistentVolume replace_core_v1_persistent_volume_status(name, body, pretty=pretty) +# **replace_persistent_volume_status** +> V1PersistentVolume replace_persistent_volume_status(name, body, pretty=pretty) @@ -13500,10 +13556,10 @@ body = k8sclient.V1PersistentVolume() # V1PersistentVolume | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_core_v1_persistent_volume_status(name, body, pretty=pretty) + api_response = api_instance.replace_persistent_volume_status(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->replace_core_v1_persistent_volume_status: %s\n" % e) + print("Exception when calling CoreV1Api->replace_persistent_volume_status: %s\n" % e) ``` ### Parameters @@ -13529,8 +13585,8 @@ 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) -# **watch_core_v1_config_map_list_for_all_namespaces** -> VersionedEvent watch_core_v1_config_map_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_config_map_list_for_all_namespaces** +> VersionedEvent watch_config_map_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -13559,10 +13615,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_config_map_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_config_map_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_config_map_list_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->watch_config_map_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -13591,8 +13647,8 @@ 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) -# **watch_core_v1_endpoints_list_for_all_namespaces** -> VersionedEvent watch_core_v1_endpoints_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_endpoints_list_for_all_namespaces** +> VersionedEvent watch_endpoints_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -13621,10 +13677,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_endpoints_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_endpoints_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_endpoints_list_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->watch_endpoints_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -13653,8 +13709,8 @@ 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) -# **watch_core_v1_event_list_for_all_namespaces** -> VersionedEvent watch_core_v1_event_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_event_list_for_all_namespaces** +> VersionedEvent watch_event_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -13683,10 +13739,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_event_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_event_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_event_list_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->watch_event_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -13715,8 +13771,8 @@ 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) -# **watch_core_v1_limit_range_list_for_all_namespaces** -> VersionedEvent watch_core_v1_limit_range_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_limit_range_list_for_all_namespaces** +> VersionedEvent watch_limit_range_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -13745,10 +13801,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_limit_range_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_limit_range_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_limit_range_list_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->watch_limit_range_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -13777,8 +13833,8 @@ 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) -# **watch_core_v1_namespace** -> VersionedEvent watch_core_v1_namespace(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespace** +> VersionedEvent watch_namespace(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -13808,10 +13864,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespace(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespace(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespace: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespace: %s\n" % e) ``` ### Parameters @@ -13841,8 +13897,8 @@ 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) -# **watch_core_v1_namespace_list** -> VersionedEvent watch_core_v1_namespace_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespace_list** +> VersionedEvent watch_namespace_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -13871,10 +13927,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespace_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespace_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespace_list: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespace_list: %s\n" % e) ``` ### Parameters @@ -13903,8 +13959,8 @@ 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) -# **watch_core_v1_namespaced_config_map** -> VersionedEvent watch_core_v1_namespaced_config_map(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_config_map** +> VersionedEvent watch_namespaced_config_map(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -13935,10 +13991,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_config_map(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_config_map(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_config_map: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_config_map: %s\n" % e) ``` ### Parameters @@ -13969,8 +14025,8 @@ 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) -# **watch_core_v1_namespaced_config_map_list** -> VersionedEvent watch_core_v1_namespaced_config_map_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_config_map_list** +> VersionedEvent watch_namespaced_config_map_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14000,10 +14056,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_config_map_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_config_map_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_config_map_list: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_config_map_list: %s\n" % e) ``` ### Parameters @@ -14033,8 +14089,8 @@ 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) -# **watch_core_v1_namespaced_endpoints** -> VersionedEvent watch_core_v1_namespaced_endpoints(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_endpoints** +> VersionedEvent watch_namespaced_endpoints(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14065,10 +14121,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_endpoints(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_endpoints(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_endpoints: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_endpoints: %s\n" % e) ``` ### Parameters @@ -14099,8 +14155,8 @@ 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) -# **watch_core_v1_namespaced_endpoints_list** -> VersionedEvent watch_core_v1_namespaced_endpoints_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_endpoints_list** +> VersionedEvent watch_namespaced_endpoints_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14130,10 +14186,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_endpoints_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_endpoints_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_endpoints_list: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_endpoints_list: %s\n" % e) ``` ### Parameters @@ -14163,8 +14219,8 @@ 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) -# **watch_core_v1_namespaced_event** -> VersionedEvent watch_core_v1_namespaced_event(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_event** +> VersionedEvent watch_namespaced_event(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14195,10 +14251,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_event(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_event(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_event: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_event: %s\n" % e) ``` ### Parameters @@ -14229,8 +14285,8 @@ 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) -# **watch_core_v1_namespaced_event_list** -> VersionedEvent watch_core_v1_namespaced_event_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_event_list** +> VersionedEvent watch_namespaced_event_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14260,10 +14316,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_event_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_event_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_event_list: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_event_list: %s\n" % e) ``` ### Parameters @@ -14293,8 +14349,8 @@ 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) -# **watch_core_v1_namespaced_limit_range** -> VersionedEvent watch_core_v1_namespaced_limit_range(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_limit_range** +> VersionedEvent watch_namespaced_limit_range(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14325,10 +14381,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_limit_range(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_limit_range(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_limit_range: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_limit_range: %s\n" % e) ``` ### Parameters @@ -14359,8 +14415,8 @@ 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) -# **watch_core_v1_namespaced_limit_range_list** -> VersionedEvent watch_core_v1_namespaced_limit_range_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_limit_range_list** +> VersionedEvent watch_namespaced_limit_range_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14390,10 +14446,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_limit_range_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_limit_range_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_limit_range_list: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_limit_range_list: %s\n" % e) ``` ### Parameters @@ -14423,8 +14479,8 @@ 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) -# **watch_core_v1_namespaced_persistent_volume_claim** -> VersionedEvent watch_core_v1_namespaced_persistent_volume_claim(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_persistent_volume_claim** +> VersionedEvent watch_namespaced_persistent_volume_claim(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14455,10 +14511,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_persistent_volume_claim(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_persistent_volume_claim(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_persistent_volume_claim: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_persistent_volume_claim: %s\n" % e) ``` ### Parameters @@ -14489,8 +14545,8 @@ 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) -# **watch_core_v1_namespaced_persistent_volume_claim_list** -> VersionedEvent watch_core_v1_namespaced_persistent_volume_claim_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_persistent_volume_claim_list** +> VersionedEvent watch_namespaced_persistent_volume_claim_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14520,10 +14576,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_persistent_volume_claim_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_persistent_volume_claim_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_persistent_volume_claim_list: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_persistent_volume_claim_list: %s\n" % e) ``` ### Parameters @@ -14553,8 +14609,8 @@ 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) -# **watch_core_v1_namespaced_pod** -> VersionedEvent watch_core_v1_namespaced_pod(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_pod** +> VersionedEvent watch_namespaced_pod(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14585,10 +14641,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_pod(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_pod(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_pod: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_pod: %s\n" % e) ``` ### Parameters @@ -14619,8 +14675,8 @@ 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) -# **watch_core_v1_namespaced_pod_list** -> VersionedEvent watch_core_v1_namespaced_pod_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_pod_list** +> VersionedEvent watch_namespaced_pod_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14650,10 +14706,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_pod_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_pod_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_pod_list: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_pod_list: %s\n" % e) ``` ### Parameters @@ -14683,8 +14739,8 @@ 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) -# **watch_core_v1_namespaced_pod_template** -> VersionedEvent watch_core_v1_namespaced_pod_template(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_pod_template** +> VersionedEvent watch_namespaced_pod_template(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14715,10 +14771,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_pod_template(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_pod_template(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_pod_template: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_pod_template: %s\n" % e) ``` ### Parameters @@ -14749,8 +14805,8 @@ 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) -# **watch_core_v1_namespaced_pod_template_list** -> VersionedEvent watch_core_v1_namespaced_pod_template_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_pod_template_list** +> VersionedEvent watch_namespaced_pod_template_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14780,10 +14836,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_pod_template_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_pod_template_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_pod_template_list: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_pod_template_list: %s\n" % e) ``` ### Parameters @@ -14813,8 +14869,8 @@ 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) -# **watch_core_v1_namespaced_replication_controller** -> VersionedEvent watch_core_v1_namespaced_replication_controller(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_replication_controller** +> VersionedEvent watch_namespaced_replication_controller(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14845,10 +14901,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_replication_controller(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_replication_controller(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_replication_controller: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_replication_controller: %s\n" % e) ``` ### Parameters @@ -14879,8 +14935,8 @@ 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) -# **watch_core_v1_namespaced_replication_controller_list** -> VersionedEvent watch_core_v1_namespaced_replication_controller_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_replication_controller_list** +> VersionedEvent watch_namespaced_replication_controller_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14910,10 +14966,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_replication_controller_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_replication_controller_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_replication_controller_list: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_replication_controller_list: %s\n" % e) ``` ### Parameters @@ -14943,8 +14999,8 @@ 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) -# **watch_core_v1_namespaced_resource_quota** -> VersionedEvent watch_core_v1_namespaced_resource_quota(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_resource_quota** +> VersionedEvent watch_namespaced_resource_quota(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -14975,10 +15031,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_resource_quota(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_resource_quota(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_resource_quota: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_resource_quota: %s\n" % e) ``` ### Parameters @@ -15009,8 +15065,8 @@ 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) -# **watch_core_v1_namespaced_resource_quota_list** -> VersionedEvent watch_core_v1_namespaced_resource_quota_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_resource_quota_list** +> VersionedEvent watch_namespaced_resource_quota_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15040,10 +15096,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_resource_quota_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_resource_quota_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_resource_quota_list: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_resource_quota_list: %s\n" % e) ``` ### Parameters @@ -15073,8 +15129,8 @@ 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) -# **watch_core_v1_namespaced_secret** -> VersionedEvent watch_core_v1_namespaced_secret(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_secret** +> VersionedEvent watch_namespaced_secret(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15105,10 +15161,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_secret(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_secret(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_secret: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_secret: %s\n" % e) ``` ### Parameters @@ -15139,8 +15195,8 @@ 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) -# **watch_core_v1_namespaced_secret_list** -> VersionedEvent watch_core_v1_namespaced_secret_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_secret_list** +> VersionedEvent watch_namespaced_secret_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15170,10 +15226,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_secret_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_secret_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_secret_list: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_secret_list: %s\n" % e) ``` ### Parameters @@ -15203,8 +15259,8 @@ 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) -# **watch_core_v1_namespaced_service** -> VersionedEvent watch_core_v1_namespaced_service(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_service** +> VersionedEvent watch_namespaced_service(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15235,10 +15291,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_service(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_service(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_service: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_service: %s\n" % e) ``` ### Parameters @@ -15269,8 +15325,8 @@ 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) -# **watch_core_v1_namespaced_service_account** -> VersionedEvent watch_core_v1_namespaced_service_account(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_service_account** +> VersionedEvent watch_namespaced_service_account(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15301,10 +15357,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_service_account(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_service_account(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_service_account: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_service_account: %s\n" % e) ``` ### Parameters @@ -15335,8 +15391,8 @@ 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) -# **watch_core_v1_namespaced_service_account_list** -> VersionedEvent watch_core_v1_namespaced_service_account_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_service_account_list** +> VersionedEvent watch_namespaced_service_account_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15366,10 +15422,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_service_account_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_service_account_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_service_account_list: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_service_account_list: %s\n" % e) ``` ### Parameters @@ -15399,8 +15455,8 @@ 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) -# **watch_core_v1_namespaced_service_list** -> VersionedEvent watch_core_v1_namespaced_service_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_service_list** +> VersionedEvent watch_namespaced_service_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15430,10 +15486,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_namespaced_service_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_service_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_namespaced_service_list: %s\n" % e) + print("Exception when calling CoreV1Api->watch_namespaced_service_list: %s\n" % e) ``` ### Parameters @@ -15463,8 +15519,8 @@ 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) -# **watch_core_v1_node** -> VersionedEvent watch_core_v1_node(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_node** +> VersionedEvent watch_node(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15494,10 +15550,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_node(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_node(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_node: %s\n" % e) + print("Exception when calling CoreV1Api->watch_node: %s\n" % e) ``` ### Parameters @@ -15527,8 +15583,8 @@ 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) -# **watch_core_v1_node_list** -> VersionedEvent watch_core_v1_node_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_node_list** +> VersionedEvent watch_node_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15557,10 +15613,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_node_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_node_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_node_list: %s\n" % e) + print("Exception when calling CoreV1Api->watch_node_list: %s\n" % e) ``` ### Parameters @@ -15589,8 +15645,8 @@ 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) -# **watch_core_v1_persistent_volume** -> VersionedEvent watch_core_v1_persistent_volume(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_persistent_volume** +> VersionedEvent watch_persistent_volume(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15620,10 +15676,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_persistent_volume(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_persistent_volume(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_persistent_volume: %s\n" % e) + print("Exception when calling CoreV1Api->watch_persistent_volume: %s\n" % e) ``` ### Parameters @@ -15653,8 +15709,8 @@ 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) -# **watch_core_v1_persistent_volume_claim_list_for_all_namespaces** -> VersionedEvent watch_core_v1_persistent_volume_claim_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_persistent_volume_claim_list_for_all_namespaces** +> VersionedEvent watch_persistent_volume_claim_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15683,10 +15739,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_persistent_volume_claim_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_persistent_volume_claim_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_persistent_volume_claim_list_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->watch_persistent_volume_claim_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -15715,8 +15771,8 @@ 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) -# **watch_core_v1_persistent_volume_list** -> VersionedEvent watch_core_v1_persistent_volume_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_persistent_volume_list** +> VersionedEvent watch_persistent_volume_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15745,10 +15801,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_persistent_volume_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_persistent_volume_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_persistent_volume_list: %s\n" % e) + print("Exception when calling CoreV1Api->watch_persistent_volume_list: %s\n" % e) ``` ### Parameters @@ -15777,8 +15833,8 @@ 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) -# **watch_core_v1_pod_list_for_all_namespaces** -> VersionedEvent watch_core_v1_pod_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_pod_list_for_all_namespaces** +> VersionedEvent watch_pod_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15807,10 +15863,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_pod_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_pod_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_pod_list_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->watch_pod_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -15839,8 +15895,8 @@ 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) -# **watch_core_v1_pod_template_list_for_all_namespaces** -> VersionedEvent watch_core_v1_pod_template_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_pod_template_list_for_all_namespaces** +> VersionedEvent watch_pod_template_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15869,10 +15925,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_pod_template_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_pod_template_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_pod_template_list_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->watch_pod_template_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -15901,8 +15957,8 @@ 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) -# **watch_core_v1_replication_controller_list_for_all_namespaces** -> VersionedEvent watch_core_v1_replication_controller_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_replication_controller_list_for_all_namespaces** +> VersionedEvent watch_replication_controller_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15931,10 +15987,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_replication_controller_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_replication_controller_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_replication_controller_list_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->watch_replication_controller_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -15963,8 +16019,8 @@ 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) -# **watch_core_v1_resource_quota_list_for_all_namespaces** -> VersionedEvent watch_core_v1_resource_quota_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_resource_quota_list_for_all_namespaces** +> VersionedEvent watch_resource_quota_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -15993,10 +16049,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_resource_quota_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_resource_quota_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_resource_quota_list_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->watch_resource_quota_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -16025,8 +16081,8 @@ 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) -# **watch_core_v1_secret_list_for_all_namespaces** -> VersionedEvent watch_core_v1_secret_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_secret_list_for_all_namespaces** +> VersionedEvent watch_secret_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -16055,10 +16111,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_secret_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_secret_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_secret_list_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->watch_secret_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -16087,8 +16143,8 @@ 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) -# **watch_core_v1_service_account_list_for_all_namespaces** -> VersionedEvent watch_core_v1_service_account_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_service_account_list_for_all_namespaces** +> VersionedEvent watch_service_account_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -16117,10 +16173,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_service_account_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_service_account_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_service_account_list_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->watch_service_account_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -16149,8 +16205,8 @@ 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) -# **watch_core_v1_service_list_for_all_namespaces** -> VersionedEvent watch_core_v1_service_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_service_list_for_all_namespaces** +> VersionedEvent watch_service_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -16179,10 +16235,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_core_v1_service_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_service_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling CoreV1Api->watch_core_v1_service_list_for_all_namespaces: %s\n" % e) + print("Exception when calling CoreV1Api->watch_service_list_for_all_namespaces: %s\n" % e) ``` ### Parameters diff --git a/docs/ExtensionsApi.md b/docs/ExtensionsApi.md index 17660da664..8d53d0e593 100644 --- a/docs/ExtensionsApi.md +++ b/docs/ExtensionsApi.md @@ -4,11 +4,11 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**get_extensions_api_group**](ExtensionsApi.md#get_extensions_api_group) | **GET** /apis/extensions/ | +[**get_api_group**](ExtensionsApi.md#get_api_group) | **GET** /apis/extensions/ | -# **get_extensions_api_group** -> UnversionedAPIGroup get_extensions_api_group() +# **get_api_group** +> UnversionedAPIGroup get_api_group() @@ -31,10 +31,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.ExtensionsApi() try: - api_response = api_instance.get_extensions_api_group() + api_response = api_instance.get_api_group() pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsApi->get_extensions_api_group: %s\n" % e) + print("Exception when calling ExtensionsApi->get_api_group: %s\n" % e) ``` ### Parameters diff --git a/docs/ExtensionsV1beta1Api.md b/docs/ExtensionsV1beta1Api.md index 424199ef23..92584c7227 100644 --- a/docs/ExtensionsV1beta1Api.md +++ b/docs/ExtensionsV1beta1Api.md @@ -4,125 +4,125 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**create_extensions_v1beta1_namespaced_daemon_set**](ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_daemon_set) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets | -[**create_extensions_v1beta1_namespaced_deployment**](ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_deployment) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/deployments | -[**create_extensions_v1beta1_namespaced_deployment_rollback_rollback**](ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_deployment_rollback_rollback) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback | -[**create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers | -[**create_extensions_v1beta1_namespaced_ingress**](ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_ingress) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses | -[**create_extensions_v1beta1_namespaced_job**](ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_job) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/jobs | -[**create_extensions_v1beta1_namespaced_network_policy**](ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_network_policy) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies | -[**create_extensions_v1beta1_namespaced_replica_set**](ExtensionsV1beta1Api.md#create_extensions_v1beta1_namespaced_replica_set) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets | -[**create_extensions_v1beta1_third_party_resource**](ExtensionsV1beta1Api.md#create_extensions_v1beta1_third_party_resource) | **POST** /apis/extensions/v1beta1/thirdpartyresources | -[**delete_extensions_v1beta1_collection_namespaced_daemon_set**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_namespaced_daemon_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets | -[**delete_extensions_v1beta1_collection_namespaced_deployment**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_namespaced_deployment) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/deployments | -[**delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers | -[**delete_extensions_v1beta1_collection_namespaced_ingress**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_namespaced_ingress) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses | -[**delete_extensions_v1beta1_collection_namespaced_job**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_namespaced_job) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/jobs | -[**delete_extensions_v1beta1_collection_namespaced_network_policy**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_namespaced_network_policy) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies | -[**delete_extensions_v1beta1_collection_namespaced_replica_set**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_namespaced_replica_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets | -[**delete_extensions_v1beta1_collection_third_party_resource**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_collection_third_party_resource) | **DELETE** /apis/extensions/v1beta1/thirdpartyresources | -[**delete_extensions_v1beta1_namespaced_daemon_set**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_namespaced_daemon_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | -[**delete_extensions_v1beta1_namespaced_deployment**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_namespaced_deployment) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | -[**delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -[**delete_extensions_v1beta1_namespaced_ingress**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_namespaced_ingress) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | -[**delete_extensions_v1beta1_namespaced_job**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_namespaced_job) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | -[**delete_extensions_v1beta1_namespaced_network_policy**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_namespaced_network_policy) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | -[**delete_extensions_v1beta1_namespaced_replica_set**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_namespaced_replica_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | -[**delete_extensions_v1beta1_third_party_resource**](ExtensionsV1beta1Api.md#delete_extensions_v1beta1_third_party_resource) | **DELETE** /apis/extensions/v1beta1/thirdpartyresources/{name} | -[**get_extensions_v1beta1_api_resources**](ExtensionsV1beta1Api.md#get_extensions_v1beta1_api_resources) | **GET** /apis/extensions/v1beta1/ | -[**list_extensions_v1beta1_daemon_set_for_all_namespaces**](ExtensionsV1beta1Api.md#list_extensions_v1beta1_daemon_set_for_all_namespaces) | **GET** /apis/extensions/v1beta1/daemonsets | -[**list_extensions_v1beta1_deployment_for_all_namespaces**](ExtensionsV1beta1Api.md#list_extensions_v1beta1_deployment_for_all_namespaces) | **GET** /apis/extensions/v1beta1/deployments | -[**list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces**](ExtensionsV1beta1Api.md#list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces) | **GET** /apis/extensions/v1beta1/horizontalpodautoscalers | -[**list_extensions_v1beta1_ingress_for_all_namespaces**](ExtensionsV1beta1Api.md#list_extensions_v1beta1_ingress_for_all_namespaces) | **GET** /apis/extensions/v1beta1/ingresses | -[**list_extensions_v1beta1_job_for_all_namespaces**](ExtensionsV1beta1Api.md#list_extensions_v1beta1_job_for_all_namespaces) | **GET** /apis/extensions/v1beta1/jobs | -[**list_extensions_v1beta1_namespaced_daemon_set**](ExtensionsV1beta1Api.md#list_extensions_v1beta1_namespaced_daemon_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets | -[**list_extensions_v1beta1_namespaced_deployment**](ExtensionsV1beta1Api.md#list_extensions_v1beta1_namespaced_deployment) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments | -[**list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers | -[**list_extensions_v1beta1_namespaced_ingress**](ExtensionsV1beta1Api.md#list_extensions_v1beta1_namespaced_ingress) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses | -[**list_extensions_v1beta1_namespaced_job**](ExtensionsV1beta1Api.md#list_extensions_v1beta1_namespaced_job) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/jobs | -[**list_extensions_v1beta1_namespaced_network_policy**](ExtensionsV1beta1Api.md#list_extensions_v1beta1_namespaced_network_policy) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies | -[**list_extensions_v1beta1_namespaced_replica_set**](ExtensionsV1beta1Api.md#list_extensions_v1beta1_namespaced_replica_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets | -[**list_extensions_v1beta1_network_policy_for_all_namespaces**](ExtensionsV1beta1Api.md#list_extensions_v1beta1_network_policy_for_all_namespaces) | **GET** /apis/extensions/v1beta1/networkpolicies | -[**list_extensions_v1beta1_replica_set_for_all_namespaces**](ExtensionsV1beta1Api.md#list_extensions_v1beta1_replica_set_for_all_namespaces) | **GET** /apis/extensions/v1beta1/replicasets | -[**list_extensions_v1beta1_third_party_resource**](ExtensionsV1beta1Api.md#list_extensions_v1beta1_third_party_resource) | **GET** /apis/extensions/v1beta1/thirdpartyresources | -[**patch_extensions_v1beta1_namespaced_daemon_set**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_daemon_set) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | -[**patch_extensions_v1beta1_namespaced_daemon_set_status**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_daemon_set_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status | -[**patch_extensions_v1beta1_namespaced_deployment**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_deployment) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | -[**patch_extensions_v1beta1_namespaced_deployment_status**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_deployment_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status | -[**patch_extensions_v1beta1_namespaced_deployments_scale**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_deployments_scale) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale | -[**patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -[**patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | -[**patch_extensions_v1beta1_namespaced_ingress**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_ingress) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | -[**patch_extensions_v1beta1_namespaced_ingress_status**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_ingress_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status | -[**patch_extensions_v1beta1_namespaced_job**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_job) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | -[**patch_extensions_v1beta1_namespaced_job_status**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_job_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status | -[**patch_extensions_v1beta1_namespaced_network_policy**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_network_policy) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | -[**patch_extensions_v1beta1_namespaced_replica_set**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_replica_set) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | -[**patch_extensions_v1beta1_namespaced_replica_set_status**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_replica_set_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status | -[**patch_extensions_v1beta1_namespaced_replicasets_scale**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_replicasets_scale) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale | -[**patch_extensions_v1beta1_namespaced_replicationcontrollers_scale**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_namespaced_replicationcontrollers_scale) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale | -[**patch_extensions_v1beta1_third_party_resource**](ExtensionsV1beta1Api.md#patch_extensions_v1beta1_third_party_resource) | **PATCH** /apis/extensions/v1beta1/thirdpartyresources/{name} | -[**read_extensions_v1beta1_namespaced_daemon_set**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_daemon_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | -[**read_extensions_v1beta1_namespaced_daemon_set_status**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_daemon_set_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status | -[**read_extensions_v1beta1_namespaced_deployment**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_deployment) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | -[**read_extensions_v1beta1_namespaced_deployment_status**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_deployment_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status | -[**read_extensions_v1beta1_namespaced_deployments_scale**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_deployments_scale) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale | -[**read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -[**read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | -[**read_extensions_v1beta1_namespaced_ingress**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_ingress) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | -[**read_extensions_v1beta1_namespaced_ingress_status**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_ingress_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status | -[**read_extensions_v1beta1_namespaced_job**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_job) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | -[**read_extensions_v1beta1_namespaced_job_status**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_job_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status | -[**read_extensions_v1beta1_namespaced_network_policy**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_network_policy) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | -[**read_extensions_v1beta1_namespaced_replica_set**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_replica_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | -[**read_extensions_v1beta1_namespaced_replica_set_status**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_replica_set_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status | -[**read_extensions_v1beta1_namespaced_replicasets_scale**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_replicasets_scale) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale | -[**read_extensions_v1beta1_namespaced_replicationcontrollers_scale**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_namespaced_replicationcontrollers_scale) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale | -[**read_extensions_v1beta1_third_party_resource**](ExtensionsV1beta1Api.md#read_extensions_v1beta1_third_party_resource) | **GET** /apis/extensions/v1beta1/thirdpartyresources/{name} | -[**replace_extensions_v1beta1_namespaced_daemon_set**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_daemon_set) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | -[**replace_extensions_v1beta1_namespaced_daemon_set_status**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_daemon_set_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status | -[**replace_extensions_v1beta1_namespaced_deployment**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_deployment) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | -[**replace_extensions_v1beta1_namespaced_deployment_status**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_deployment_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status | -[**replace_extensions_v1beta1_namespaced_deployments_scale**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_deployments_scale) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale | -[**replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | -[**replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | -[**replace_extensions_v1beta1_namespaced_ingress**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_ingress) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | -[**replace_extensions_v1beta1_namespaced_ingress_status**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_ingress_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status | -[**replace_extensions_v1beta1_namespaced_job**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_job) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | -[**replace_extensions_v1beta1_namespaced_job_status**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_job_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status | -[**replace_extensions_v1beta1_namespaced_network_policy**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_network_policy) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | -[**replace_extensions_v1beta1_namespaced_replica_set**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_replica_set) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | -[**replace_extensions_v1beta1_namespaced_replica_set_status**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_replica_set_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status | -[**replace_extensions_v1beta1_namespaced_replicasets_scale**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_replicasets_scale) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale | -[**replace_extensions_v1beta1_namespaced_replicationcontrollers_scale**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_namespaced_replicationcontrollers_scale) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale | -[**replace_extensions_v1beta1_third_party_resource**](ExtensionsV1beta1Api.md#replace_extensions_v1beta1_third_party_resource) | **PUT** /apis/extensions/v1beta1/thirdpartyresources/{name} | -[**watch_extensions_v1beta1_daemon_set_list_for_all_namespaces**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_daemon_set_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/daemonsets | -[**watch_extensions_v1beta1_deployment_list_for_all_namespaces**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_deployment_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/deployments | -[**watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/horizontalpodautoscalers | -[**watch_extensions_v1beta1_ingress_list_for_all_namespaces**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_ingress_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/ingresses | -[**watch_extensions_v1beta1_job_list_for_all_namespaces**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_job_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/jobs | -[**watch_extensions_v1beta1_namespaced_daemon_set**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_daemon_set) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets/{name} | -[**watch_extensions_v1beta1_namespaced_daemon_set_list**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_daemon_set_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets | -[**watch_extensions_v1beta1_namespaced_deployment**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_deployment) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments/{name} | -[**watch_extensions_v1beta1_namespaced_deployment_list**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_deployment_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments | -[**watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name} | -[**watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers | -[**watch_extensions_v1beta1_namespaced_ingress**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_ingress) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses/{name} | -[**watch_extensions_v1beta1_namespaced_ingress_list**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_ingress_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses | -[**watch_extensions_v1beta1_namespaced_job**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_job) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/jobs/{name} | -[**watch_extensions_v1beta1_namespaced_job_list**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_job_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/jobs | -[**watch_extensions_v1beta1_namespaced_network_policy**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_network_policy) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies/{name} | -[**watch_extensions_v1beta1_namespaced_network_policy_list**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_network_policy_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies | -[**watch_extensions_v1beta1_namespaced_replica_set**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_replica_set) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets/{name} | -[**watch_extensions_v1beta1_namespaced_replica_set_list**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_namespaced_replica_set_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets | -[**watch_extensions_v1beta1_network_policy_list_for_all_namespaces**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_network_policy_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/networkpolicies | -[**watch_extensions_v1beta1_replica_set_list_for_all_namespaces**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_replica_set_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/replicasets | -[**watch_extensions_v1beta1_third_party_resource**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_third_party_resource) | **GET** /apis/extensions/v1beta1/watch/thirdpartyresources/{name} | -[**watch_extensions_v1beta1_third_party_resource_list**](ExtensionsV1beta1Api.md#watch_extensions_v1beta1_third_party_resource_list) | **GET** /apis/extensions/v1beta1/watch/thirdpartyresources | - - -# **create_extensions_v1beta1_namespaced_daemon_set** -> V1beta1DaemonSet create_extensions_v1beta1_namespaced_daemon_set(namespace, body, pretty=pretty) +[**create_namespaced_daemon_set**](ExtensionsV1beta1Api.md#create_namespaced_daemon_set) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets | +[**create_namespaced_deployment**](ExtensionsV1beta1Api.md#create_namespaced_deployment) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/deployments | +[**create_namespaced_deployment_rollback_rollback**](ExtensionsV1beta1Api.md#create_namespaced_deployment_rollback_rollback) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback | +[**create_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#create_namespaced_horizontal_pod_autoscaler) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers | +[**create_namespaced_ingress**](ExtensionsV1beta1Api.md#create_namespaced_ingress) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses | +[**create_namespaced_job**](ExtensionsV1beta1Api.md#create_namespaced_job) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/jobs | +[**create_namespaced_network_policy**](ExtensionsV1beta1Api.md#create_namespaced_network_policy) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies | +[**create_namespaced_replica_set**](ExtensionsV1beta1Api.md#create_namespaced_replica_set) | **POST** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets | +[**create_third_party_resource**](ExtensionsV1beta1Api.md#create_third_party_resource) | **POST** /apis/extensions/v1beta1/thirdpartyresources | +[**delete_collection_namespaced_daemon_set**](ExtensionsV1beta1Api.md#delete_collection_namespaced_daemon_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets | +[**delete_collection_namespaced_deployment**](ExtensionsV1beta1Api.md#delete_collection_namespaced_deployment) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/deployments | +[**delete_collection_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#delete_collection_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers | +[**delete_collection_namespaced_ingress**](ExtensionsV1beta1Api.md#delete_collection_namespaced_ingress) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses | +[**delete_collection_namespaced_job**](ExtensionsV1beta1Api.md#delete_collection_namespaced_job) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/jobs | +[**delete_collection_namespaced_network_policy**](ExtensionsV1beta1Api.md#delete_collection_namespaced_network_policy) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies | +[**delete_collection_namespaced_replica_set**](ExtensionsV1beta1Api.md#delete_collection_namespaced_replica_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets | +[**delete_collection_third_party_resource**](ExtensionsV1beta1Api.md#delete_collection_third_party_resource) | **DELETE** /apis/extensions/v1beta1/thirdpartyresources | +[**delete_namespaced_daemon_set**](ExtensionsV1beta1Api.md#delete_namespaced_daemon_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | +[**delete_namespaced_deployment**](ExtensionsV1beta1Api.md#delete_namespaced_deployment) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | +[**delete_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#delete_namespaced_horizontal_pod_autoscaler) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +[**delete_namespaced_ingress**](ExtensionsV1beta1Api.md#delete_namespaced_ingress) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | +[**delete_namespaced_job**](ExtensionsV1beta1Api.md#delete_namespaced_job) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | +[**delete_namespaced_network_policy**](ExtensionsV1beta1Api.md#delete_namespaced_network_policy) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | +[**delete_namespaced_replica_set**](ExtensionsV1beta1Api.md#delete_namespaced_replica_set) | **DELETE** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | +[**delete_third_party_resource**](ExtensionsV1beta1Api.md#delete_third_party_resource) | **DELETE** /apis/extensions/v1beta1/thirdpartyresources/{name} | +[**get_api_resources**](ExtensionsV1beta1Api.md#get_api_resources) | **GET** /apis/extensions/v1beta1/ | +[**list_daemon_set_for_all_namespaces**](ExtensionsV1beta1Api.md#list_daemon_set_for_all_namespaces) | **GET** /apis/extensions/v1beta1/daemonsets | +[**list_deployment_for_all_namespaces**](ExtensionsV1beta1Api.md#list_deployment_for_all_namespaces) | **GET** /apis/extensions/v1beta1/deployments | +[**list_horizontal_pod_autoscaler_for_all_namespaces**](ExtensionsV1beta1Api.md#list_horizontal_pod_autoscaler_for_all_namespaces) | **GET** /apis/extensions/v1beta1/horizontalpodautoscalers | +[**list_ingress_for_all_namespaces**](ExtensionsV1beta1Api.md#list_ingress_for_all_namespaces) | **GET** /apis/extensions/v1beta1/ingresses | +[**list_job_for_all_namespaces**](ExtensionsV1beta1Api.md#list_job_for_all_namespaces) | **GET** /apis/extensions/v1beta1/jobs | +[**list_namespaced_daemon_set**](ExtensionsV1beta1Api.md#list_namespaced_daemon_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets | +[**list_namespaced_deployment**](ExtensionsV1beta1Api.md#list_namespaced_deployment) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments | +[**list_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#list_namespaced_horizontal_pod_autoscaler) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers | +[**list_namespaced_ingress**](ExtensionsV1beta1Api.md#list_namespaced_ingress) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses | +[**list_namespaced_job**](ExtensionsV1beta1Api.md#list_namespaced_job) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/jobs | +[**list_namespaced_network_policy**](ExtensionsV1beta1Api.md#list_namespaced_network_policy) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies | +[**list_namespaced_replica_set**](ExtensionsV1beta1Api.md#list_namespaced_replica_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets | +[**list_network_policy_for_all_namespaces**](ExtensionsV1beta1Api.md#list_network_policy_for_all_namespaces) | **GET** /apis/extensions/v1beta1/networkpolicies | +[**list_replica_set_for_all_namespaces**](ExtensionsV1beta1Api.md#list_replica_set_for_all_namespaces) | **GET** /apis/extensions/v1beta1/replicasets | +[**list_third_party_resource**](ExtensionsV1beta1Api.md#list_third_party_resource) | **GET** /apis/extensions/v1beta1/thirdpartyresources | +[**patch_namespaced_daemon_set**](ExtensionsV1beta1Api.md#patch_namespaced_daemon_set) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | +[**patch_namespaced_daemon_set_status**](ExtensionsV1beta1Api.md#patch_namespaced_daemon_set_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status | +[**patch_namespaced_deployment**](ExtensionsV1beta1Api.md#patch_namespaced_deployment) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | +[**patch_namespaced_deployment_status**](ExtensionsV1beta1Api.md#patch_namespaced_deployment_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status | +[**patch_namespaced_deployments_scale**](ExtensionsV1beta1Api.md#patch_namespaced_deployments_scale) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale | +[**patch_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#patch_namespaced_horizontal_pod_autoscaler) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +[**patch_namespaced_horizontal_pod_autoscaler_status**](ExtensionsV1beta1Api.md#patch_namespaced_horizontal_pod_autoscaler_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +[**patch_namespaced_ingress**](ExtensionsV1beta1Api.md#patch_namespaced_ingress) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | +[**patch_namespaced_ingress_status**](ExtensionsV1beta1Api.md#patch_namespaced_ingress_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status | +[**patch_namespaced_job**](ExtensionsV1beta1Api.md#patch_namespaced_job) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | +[**patch_namespaced_job_status**](ExtensionsV1beta1Api.md#patch_namespaced_job_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status | +[**patch_namespaced_network_policy**](ExtensionsV1beta1Api.md#patch_namespaced_network_policy) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | +[**patch_namespaced_replica_set**](ExtensionsV1beta1Api.md#patch_namespaced_replica_set) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | +[**patch_namespaced_replica_set_status**](ExtensionsV1beta1Api.md#patch_namespaced_replica_set_status) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status | +[**patch_namespaced_replicasets_scale**](ExtensionsV1beta1Api.md#patch_namespaced_replicasets_scale) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale | +[**patch_namespaced_replicationcontrollers_scale**](ExtensionsV1beta1Api.md#patch_namespaced_replicationcontrollers_scale) | **PATCH** /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +[**patch_third_party_resource**](ExtensionsV1beta1Api.md#patch_third_party_resource) | **PATCH** /apis/extensions/v1beta1/thirdpartyresources/{name} | +[**read_namespaced_daemon_set**](ExtensionsV1beta1Api.md#read_namespaced_daemon_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | +[**read_namespaced_daemon_set_status**](ExtensionsV1beta1Api.md#read_namespaced_daemon_set_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status | +[**read_namespaced_deployment**](ExtensionsV1beta1Api.md#read_namespaced_deployment) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | +[**read_namespaced_deployment_status**](ExtensionsV1beta1Api.md#read_namespaced_deployment_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status | +[**read_namespaced_deployments_scale**](ExtensionsV1beta1Api.md#read_namespaced_deployments_scale) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale | +[**read_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#read_namespaced_horizontal_pod_autoscaler) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +[**read_namespaced_horizontal_pod_autoscaler_status**](ExtensionsV1beta1Api.md#read_namespaced_horizontal_pod_autoscaler_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +[**read_namespaced_ingress**](ExtensionsV1beta1Api.md#read_namespaced_ingress) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | +[**read_namespaced_ingress_status**](ExtensionsV1beta1Api.md#read_namespaced_ingress_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status | +[**read_namespaced_job**](ExtensionsV1beta1Api.md#read_namespaced_job) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | +[**read_namespaced_job_status**](ExtensionsV1beta1Api.md#read_namespaced_job_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status | +[**read_namespaced_network_policy**](ExtensionsV1beta1Api.md#read_namespaced_network_policy) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | +[**read_namespaced_replica_set**](ExtensionsV1beta1Api.md#read_namespaced_replica_set) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | +[**read_namespaced_replica_set_status**](ExtensionsV1beta1Api.md#read_namespaced_replica_set_status) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status | +[**read_namespaced_replicasets_scale**](ExtensionsV1beta1Api.md#read_namespaced_replicasets_scale) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale | +[**read_namespaced_replicationcontrollers_scale**](ExtensionsV1beta1Api.md#read_namespaced_replicationcontrollers_scale) | **GET** /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +[**read_third_party_resource**](ExtensionsV1beta1Api.md#read_third_party_resource) | **GET** /apis/extensions/v1beta1/thirdpartyresources/{name} | +[**replace_namespaced_daemon_set**](ExtensionsV1beta1Api.md#replace_namespaced_daemon_set) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} | +[**replace_namespaced_daemon_set_status**](ExtensionsV1beta1Api.md#replace_namespaced_daemon_set_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status | +[**replace_namespaced_deployment**](ExtensionsV1beta1Api.md#replace_namespaced_deployment) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} | +[**replace_namespaced_deployment_status**](ExtensionsV1beta1Api.md#replace_namespaced_deployment_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status | +[**replace_namespaced_deployments_scale**](ExtensionsV1beta1Api.md#replace_namespaced_deployments_scale) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale | +[**replace_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#replace_namespaced_horizontal_pod_autoscaler) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name} | +[**replace_namespaced_horizontal_pod_autoscaler_status**](ExtensionsV1beta1Api.md#replace_namespaced_horizontal_pod_autoscaler_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status | +[**replace_namespaced_ingress**](ExtensionsV1beta1Api.md#replace_namespaced_ingress) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} | +[**replace_namespaced_ingress_status**](ExtensionsV1beta1Api.md#replace_namespaced_ingress_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status | +[**replace_namespaced_job**](ExtensionsV1beta1Api.md#replace_namespaced_job) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name} | +[**replace_namespaced_job_status**](ExtensionsV1beta1Api.md#replace_namespaced_job_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status | +[**replace_namespaced_network_policy**](ExtensionsV1beta1Api.md#replace_namespaced_network_policy) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} | +[**replace_namespaced_replica_set**](ExtensionsV1beta1Api.md#replace_namespaced_replica_set) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} | +[**replace_namespaced_replica_set_status**](ExtensionsV1beta1Api.md#replace_namespaced_replica_set_status) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status | +[**replace_namespaced_replicasets_scale**](ExtensionsV1beta1Api.md#replace_namespaced_replicasets_scale) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale | +[**replace_namespaced_replicationcontrollers_scale**](ExtensionsV1beta1Api.md#replace_namespaced_replicationcontrollers_scale) | **PUT** /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale | +[**replace_third_party_resource**](ExtensionsV1beta1Api.md#replace_third_party_resource) | **PUT** /apis/extensions/v1beta1/thirdpartyresources/{name} | +[**watch_daemon_set_list_for_all_namespaces**](ExtensionsV1beta1Api.md#watch_daemon_set_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/daemonsets | +[**watch_deployment_list_for_all_namespaces**](ExtensionsV1beta1Api.md#watch_deployment_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/deployments | +[**watch_horizontal_pod_autoscaler_list_for_all_namespaces**](ExtensionsV1beta1Api.md#watch_horizontal_pod_autoscaler_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/horizontalpodautoscalers | +[**watch_ingress_list_for_all_namespaces**](ExtensionsV1beta1Api.md#watch_ingress_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/ingresses | +[**watch_job_list_for_all_namespaces**](ExtensionsV1beta1Api.md#watch_job_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/jobs | +[**watch_namespaced_daemon_set**](ExtensionsV1beta1Api.md#watch_namespaced_daemon_set) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets/{name} | +[**watch_namespaced_daemon_set_list**](ExtensionsV1beta1Api.md#watch_namespaced_daemon_set_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets | +[**watch_namespaced_deployment**](ExtensionsV1beta1Api.md#watch_namespaced_deployment) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments/{name} | +[**watch_namespaced_deployment_list**](ExtensionsV1beta1Api.md#watch_namespaced_deployment_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments | +[**watch_namespaced_horizontal_pod_autoscaler**](ExtensionsV1beta1Api.md#watch_namespaced_horizontal_pod_autoscaler) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name} | +[**watch_namespaced_horizontal_pod_autoscaler_list**](ExtensionsV1beta1Api.md#watch_namespaced_horizontal_pod_autoscaler_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers | +[**watch_namespaced_ingress**](ExtensionsV1beta1Api.md#watch_namespaced_ingress) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses/{name} | +[**watch_namespaced_ingress_list**](ExtensionsV1beta1Api.md#watch_namespaced_ingress_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses | +[**watch_namespaced_job**](ExtensionsV1beta1Api.md#watch_namespaced_job) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/jobs/{name} | +[**watch_namespaced_job_list**](ExtensionsV1beta1Api.md#watch_namespaced_job_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/jobs | +[**watch_namespaced_network_policy**](ExtensionsV1beta1Api.md#watch_namespaced_network_policy) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies/{name} | +[**watch_namespaced_network_policy_list**](ExtensionsV1beta1Api.md#watch_namespaced_network_policy_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies | +[**watch_namespaced_replica_set**](ExtensionsV1beta1Api.md#watch_namespaced_replica_set) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets/{name} | +[**watch_namespaced_replica_set_list**](ExtensionsV1beta1Api.md#watch_namespaced_replica_set_list) | **GET** /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets | +[**watch_network_policy_list_for_all_namespaces**](ExtensionsV1beta1Api.md#watch_network_policy_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/networkpolicies | +[**watch_replica_set_list_for_all_namespaces**](ExtensionsV1beta1Api.md#watch_replica_set_list_for_all_namespaces) | **GET** /apis/extensions/v1beta1/watch/replicasets | +[**watch_third_party_resource**](ExtensionsV1beta1Api.md#watch_third_party_resource) | **GET** /apis/extensions/v1beta1/watch/thirdpartyresources/{name} | +[**watch_third_party_resource_list**](ExtensionsV1beta1Api.md#watch_third_party_resource_list) | **GET** /apis/extensions/v1beta1/watch/thirdpartyresources | + + +# **create_namespaced_daemon_set** +> V1beta1DaemonSet create_namespaced_daemon_set(namespace, body, pretty=pretty) @@ -148,10 +148,10 @@ body = k8sclient.V1beta1DaemonSet() # V1beta1DaemonSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_extensions_v1beta1_namespaced_daemon_set(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_daemon_set(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->create_extensions_v1beta1_namespaced_daemon_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->create_namespaced_daemon_set: %s\n" % e) ``` ### Parameters @@ -177,8 +177,8 @@ 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) -# **create_extensions_v1beta1_namespaced_deployment** -> V1beta1Deployment create_extensions_v1beta1_namespaced_deployment(namespace, body, pretty=pretty) +# **create_namespaced_deployment** +> V1beta1Deployment create_namespaced_deployment(namespace, body, pretty=pretty) @@ -204,10 +204,10 @@ body = k8sclient.V1beta1Deployment() # V1beta1Deployment | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_extensions_v1beta1_namespaced_deployment(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_deployment(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->create_extensions_v1beta1_namespaced_deployment: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->create_namespaced_deployment: %s\n" % e) ``` ### Parameters @@ -233,8 +233,8 @@ 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) -# **create_extensions_v1beta1_namespaced_deployment_rollback_rollback** -> V1beta1DeploymentRollback create_extensions_v1beta1_namespaced_deployment_rollback_rollback(body, name, namespace, pretty=pretty) +# **create_namespaced_deployment_rollback_rollback** +> V1beta1DeploymentRollback create_namespaced_deployment_rollback_rollback(body, name, namespace, pretty=pretty) @@ -261,10 +261,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_extensions_v1beta1_namespaced_deployment_rollback_rollback(body, name, namespace, pretty=pretty) + api_response = api_instance.create_namespaced_deployment_rollback_rollback(body, name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->create_extensions_v1beta1_namespaced_deployment_rollback_rollback: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->create_namespaced_deployment_rollback_rollback: %s\n" % e) ``` ### Parameters @@ -291,8 +291,8 @@ 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) -# **create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler** -> V1beta1HorizontalPodAutoscaler create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(namespace, body, pretty=pretty) +# **create_namespaced_horizontal_pod_autoscaler** +> V1beta1HorizontalPodAutoscaler create_namespaced_horizontal_pod_autoscaler(namespace, body, pretty=pretty) @@ -318,10 +318,10 @@ body = k8sclient.V1beta1HorizontalPodAutoscaler() # V1beta1HorizontalPodAutoscal pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_horizontal_pod_autoscaler(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->create_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -347,8 +347,8 @@ 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) -# **create_extensions_v1beta1_namespaced_ingress** -> V1beta1Ingress create_extensions_v1beta1_namespaced_ingress(namespace, body, pretty=pretty) +# **create_namespaced_ingress** +> V1beta1Ingress create_namespaced_ingress(namespace, body, pretty=pretty) @@ -374,10 +374,10 @@ body = k8sclient.V1beta1Ingress() # V1beta1Ingress | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_extensions_v1beta1_namespaced_ingress(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_ingress(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->create_extensions_v1beta1_namespaced_ingress: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->create_namespaced_ingress: %s\n" % e) ``` ### Parameters @@ -403,8 +403,8 @@ 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) -# **create_extensions_v1beta1_namespaced_job** -> V1beta1Job create_extensions_v1beta1_namespaced_job(namespace, body, pretty=pretty) +# **create_namespaced_job** +> V1beta1Job create_namespaced_job(namespace, body, pretty=pretty) @@ -430,10 +430,10 @@ body = k8sclient.V1beta1Job() # V1beta1Job | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_extensions_v1beta1_namespaced_job(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_job(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->create_extensions_v1beta1_namespaced_job: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->create_namespaced_job: %s\n" % e) ``` ### Parameters @@ -459,8 +459,8 @@ 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) -# **create_extensions_v1beta1_namespaced_network_policy** -> V1beta1NetworkPolicy create_extensions_v1beta1_namespaced_network_policy(namespace, body, pretty=pretty) +# **create_namespaced_network_policy** +> V1beta1NetworkPolicy create_namespaced_network_policy(namespace, body, pretty=pretty) @@ -486,10 +486,10 @@ body = k8sclient.V1beta1NetworkPolicy() # V1beta1NetworkPolicy | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_extensions_v1beta1_namespaced_network_policy(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_network_policy(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->create_extensions_v1beta1_namespaced_network_policy: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->create_namespaced_network_policy: %s\n" % e) ``` ### Parameters @@ -515,8 +515,8 @@ 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) -# **create_extensions_v1beta1_namespaced_replica_set** -> V1beta1ReplicaSet create_extensions_v1beta1_namespaced_replica_set(namespace, body, pretty=pretty) +# **create_namespaced_replica_set** +> V1beta1ReplicaSet create_namespaced_replica_set(namespace, body, pretty=pretty) @@ -542,10 +542,10 @@ body = k8sclient.V1beta1ReplicaSet() # V1beta1ReplicaSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_extensions_v1beta1_namespaced_replica_set(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_replica_set(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->create_extensions_v1beta1_namespaced_replica_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->create_namespaced_replica_set: %s\n" % e) ``` ### Parameters @@ -571,8 +571,8 @@ 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) -# **create_extensions_v1beta1_third_party_resource** -> V1beta1ThirdPartyResource create_extensions_v1beta1_third_party_resource(body, pretty=pretty) +# **create_third_party_resource** +> V1beta1ThirdPartyResource create_third_party_resource(body, pretty=pretty) @@ -597,10 +597,10 @@ body = k8sclient.V1beta1ThirdPartyResource() # V1beta1ThirdPartyResource | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_extensions_v1beta1_third_party_resource(body, pretty=pretty) + api_response = api_instance.create_third_party_resource(body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->create_extensions_v1beta1_third_party_resource: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->create_third_party_resource: %s\n" % e) ``` ### Parameters @@ -625,8 +625,8 @@ 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) -# **delete_extensions_v1beta1_collection_namespaced_daemon_set** -> UnversionedStatus delete_extensions_v1beta1_collection_namespaced_daemon_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_daemon_set** +> UnversionedStatus delete_collection_namespaced_daemon_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -656,10 +656,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_collection_namespaced_daemon_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_daemon_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_collection_namespaced_daemon_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_collection_namespaced_daemon_set: %s\n" % e) ``` ### Parameters @@ -689,8 +689,8 @@ 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) -# **delete_extensions_v1beta1_collection_namespaced_deployment** -> UnversionedStatus delete_extensions_v1beta1_collection_namespaced_deployment(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_deployment** +> UnversionedStatus delete_collection_namespaced_deployment(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -720,10 +720,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_collection_namespaced_deployment(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_deployment(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_collection_namespaced_deployment: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_collection_namespaced_deployment: %s\n" % e) ``` ### Parameters @@ -753,8 +753,8 @@ 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) -# **delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler** -> UnversionedStatus delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_horizontal_pod_autoscaler** +> UnversionedStatus delete_collection_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -784,10 +784,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_collection_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -817,8 +817,8 @@ 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) -# **delete_extensions_v1beta1_collection_namespaced_ingress** -> UnversionedStatus delete_extensions_v1beta1_collection_namespaced_ingress(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_ingress** +> UnversionedStatus delete_collection_namespaced_ingress(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -848,10 +848,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_collection_namespaced_ingress(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_ingress(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_collection_namespaced_ingress: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_collection_namespaced_ingress: %s\n" % e) ``` ### Parameters @@ -881,8 +881,8 @@ 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) -# **delete_extensions_v1beta1_collection_namespaced_job** -> UnversionedStatus delete_extensions_v1beta1_collection_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_job** +> UnversionedStatus delete_collection_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -912,10 +912,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_collection_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_collection_namespaced_job: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_collection_namespaced_job: %s\n" % e) ``` ### Parameters @@ -945,8 +945,8 @@ 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) -# **delete_extensions_v1beta1_collection_namespaced_network_policy** -> UnversionedStatus delete_extensions_v1beta1_collection_namespaced_network_policy(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_network_policy** +> UnversionedStatus delete_collection_namespaced_network_policy(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -976,10 +976,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_collection_namespaced_network_policy(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_network_policy(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_collection_namespaced_network_policy: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_collection_namespaced_network_policy: %s\n" % e) ``` ### Parameters @@ -1009,8 +1009,8 @@ 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) -# **delete_extensions_v1beta1_collection_namespaced_replica_set** -> UnversionedStatus delete_extensions_v1beta1_collection_namespaced_replica_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_replica_set** +> UnversionedStatus delete_collection_namespaced_replica_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -1040,10 +1040,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_collection_namespaced_replica_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_replica_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_collection_namespaced_replica_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_collection_namespaced_replica_set: %s\n" % e) ``` ### Parameters @@ -1073,8 +1073,8 @@ 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) -# **delete_extensions_v1beta1_collection_third_party_resource** -> UnversionedStatus delete_extensions_v1beta1_collection_third_party_resource(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_third_party_resource** +> UnversionedStatus delete_collection_third_party_resource(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -1103,10 +1103,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_collection_third_party_resource(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_third_party_resource(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_collection_third_party_resource: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_collection_third_party_resource: %s\n" % e) ``` ### Parameters @@ -1135,8 +1135,8 @@ 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) -# **delete_extensions_v1beta1_namespaced_daemon_set** -> UnversionedStatus delete_extensions_v1beta1_namespaced_daemon_set(name, namespace, body, pretty=pretty) +# **delete_namespaced_daemon_set** +> UnversionedStatus delete_namespaced_daemon_set(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -1161,12 +1161,14 @@ name = 'name_example' # str | name of the DaemonSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_extensions_v1beta1_namespaced_daemon_set(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_daemon_set(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_namespaced_daemon_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_namespaced_daemon_set: %s\n" % e) ``` ### Parameters @@ -1177,6 +1179,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -1193,8 +1197,8 @@ 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) -# **delete_extensions_v1beta1_namespaced_deployment** -> UnversionedStatus delete_extensions_v1beta1_namespaced_deployment(name, namespace, body, pretty=pretty) +# **delete_namespaced_deployment** +> UnversionedStatus delete_namespaced_deployment(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -1219,12 +1223,14 @@ name = 'name_example' # str | name of the Deployment namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_extensions_v1beta1_namespaced_deployment(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_deployment(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_namespaced_deployment: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_namespaced_deployment: %s\n" % e) ``` ### Parameters @@ -1235,6 +1241,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -1251,8 +1259,8 @@ 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) -# **delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler** -> UnversionedStatus delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) +# **delete_namespaced_horizontal_pod_autoscaler** +> UnversionedStatus delete_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -1277,12 +1285,14 @@ name = 'name_example' # str | name of the HorizontalPodAutoscaler namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -1293,6 +1303,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -1309,8 +1321,8 @@ 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) -# **delete_extensions_v1beta1_namespaced_ingress** -> UnversionedStatus delete_extensions_v1beta1_namespaced_ingress(name, namespace, body, pretty=pretty) +# **delete_namespaced_ingress** +> UnversionedStatus delete_namespaced_ingress(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -1335,12 +1347,14 @@ name = 'name_example' # str | name of the Ingress namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_extensions_v1beta1_namespaced_ingress(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_ingress(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_namespaced_ingress: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_namespaced_ingress: %s\n" % e) ``` ### Parameters @@ -1351,6 +1365,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -1367,8 +1383,8 @@ 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) -# **delete_extensions_v1beta1_namespaced_job** -> UnversionedStatus delete_extensions_v1beta1_namespaced_job(name, namespace, body, pretty=pretty) +# **delete_namespaced_job** +> UnversionedStatus delete_namespaced_job(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -1393,12 +1409,14 @@ name = 'name_example' # str | name of the Job namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_extensions_v1beta1_namespaced_job(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_job(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_namespaced_job: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_namespaced_job: %s\n" % e) ``` ### Parameters @@ -1409,6 +1427,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -1425,8 +1445,8 @@ 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) -# **delete_extensions_v1beta1_namespaced_network_policy** -> UnversionedStatus delete_extensions_v1beta1_namespaced_network_policy(name, namespace, body, pretty=pretty) +# **delete_namespaced_network_policy** +> UnversionedStatus delete_namespaced_network_policy(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -1451,12 +1471,14 @@ name = 'name_example' # str | name of the NetworkPolicy namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_extensions_v1beta1_namespaced_network_policy(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_network_policy(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_namespaced_network_policy: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_namespaced_network_policy: %s\n" % e) ``` ### Parameters @@ -1467,6 +1489,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -1483,8 +1507,8 @@ 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) -# **delete_extensions_v1beta1_namespaced_replica_set** -> UnversionedStatus delete_extensions_v1beta1_namespaced_replica_set(name, namespace, body, pretty=pretty) +# **delete_namespaced_replica_set** +> UnversionedStatus delete_namespaced_replica_set(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -1509,12 +1533,14 @@ name = 'name_example' # str | name of the ReplicaSet namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_extensions_v1beta1_namespaced_replica_set(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_replica_set(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_namespaced_replica_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_namespaced_replica_set: %s\n" % e) ``` ### Parameters @@ -1525,6 +1551,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -1541,8 +1569,8 @@ 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) -# **delete_extensions_v1beta1_third_party_resource** -> UnversionedStatus delete_extensions_v1beta1_third_party_resource(name, body, pretty=pretty) +# **delete_third_party_resource** +> UnversionedStatus delete_third_party_resource(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -1566,12 +1594,14 @@ api_instance = k8sclient.ExtensionsV1beta1Api() name = 'name_example' # str | name of the ThirdPartyResource body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_extensions_v1beta1_third_party_resource(name, body, pretty=pretty) + api_response = api_instance.delete_third_party_resource(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->delete_extensions_v1beta1_third_party_resource: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->delete_third_party_resource: %s\n" % e) ``` ### Parameters @@ -1581,6 +1611,8 @@ Name | Type | Description | Notes **name** | **str**| name of the ThirdPartyResource | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -1597,8 +1629,8 @@ 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) -# **get_extensions_v1beta1_api_resources** -> UnversionedAPIResourceList get_extensions_v1beta1_api_resources() +# **get_api_resources** +> UnversionedAPIResourceList get_api_resources() @@ -1621,10 +1653,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.ExtensionsV1beta1Api() try: - api_response = api_instance.get_extensions_v1beta1_api_resources() + api_response = api_instance.get_api_resources() pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->get_extensions_v1beta1_api_resources: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->get_api_resources: %s\n" % e) ``` ### Parameters @@ -1645,8 +1677,8 @@ This endpoint does not need any parameter. [[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_extensions_v1beta1_daemon_set_for_all_namespaces** -> V1beta1DaemonSetList list_extensions_v1beta1_daemon_set_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_daemon_set_for_all_namespaces** +> V1beta1DaemonSetList list_daemon_set_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -1675,10 +1707,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_daemon_set_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_daemon_set_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->list_extensions_v1beta1_daemon_set_for_all_namespaces: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->list_daemon_set_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -1707,8 +1739,8 @@ 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) -# **list_extensions_v1beta1_deployment_for_all_namespaces** -> V1beta1DeploymentList list_extensions_v1beta1_deployment_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_deployment_for_all_namespaces** +> V1beta1DeploymentList list_deployment_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -1737,10 +1769,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_deployment_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_deployment_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->list_extensions_v1beta1_deployment_for_all_namespaces: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->list_deployment_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -1769,8 +1801,8 @@ 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) -# **list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces** -> V1beta1HorizontalPodAutoscalerList list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_horizontal_pod_autoscaler_for_all_namespaces** +> V1beta1HorizontalPodAutoscalerList list_horizontal_pod_autoscaler_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -1799,10 +1831,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_horizontal_pod_autoscaler_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->list_horizontal_pod_autoscaler_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -1831,8 +1863,8 @@ 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) -# **list_extensions_v1beta1_ingress_for_all_namespaces** -> V1beta1IngressList list_extensions_v1beta1_ingress_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_ingress_for_all_namespaces** +> V1beta1IngressList list_ingress_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -1861,10 +1893,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_ingress_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_ingress_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->list_extensions_v1beta1_ingress_for_all_namespaces: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->list_ingress_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -1893,8 +1925,8 @@ 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) -# **list_extensions_v1beta1_job_for_all_namespaces** -> V1beta1JobList list_extensions_v1beta1_job_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_job_for_all_namespaces** +> V1beta1JobList list_job_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -1923,10 +1955,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_job_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_job_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->list_extensions_v1beta1_job_for_all_namespaces: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->list_job_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -1955,8 +1987,8 @@ 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) -# **list_extensions_v1beta1_namespaced_daemon_set** -> V1beta1DaemonSetList list_extensions_v1beta1_namespaced_daemon_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_daemon_set** +> V1beta1DaemonSetList list_namespaced_daemon_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -1986,10 +2018,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_namespaced_daemon_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_daemon_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->list_extensions_v1beta1_namespaced_daemon_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->list_namespaced_daemon_set: %s\n" % e) ``` ### Parameters @@ -2019,8 +2051,8 @@ 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) -# **list_extensions_v1beta1_namespaced_deployment** -> V1beta1DeploymentList list_extensions_v1beta1_namespaced_deployment(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_deployment** +> V1beta1DeploymentList list_namespaced_deployment(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2050,10 +2082,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_namespaced_deployment(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_deployment(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->list_extensions_v1beta1_namespaced_deployment: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->list_namespaced_deployment: %s\n" % e) ``` ### Parameters @@ -2083,8 +2115,8 @@ 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) -# **list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler** -> V1beta1HorizontalPodAutoscalerList list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_horizontal_pod_autoscaler** +> V1beta1HorizontalPodAutoscalerList list_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2114,10 +2146,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_horizontal_pod_autoscaler(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->list_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -2147,8 +2179,8 @@ 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) -# **list_extensions_v1beta1_namespaced_ingress** -> V1beta1IngressList list_extensions_v1beta1_namespaced_ingress(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_ingress** +> V1beta1IngressList list_namespaced_ingress(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2178,10 +2210,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_namespaced_ingress(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_ingress(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->list_extensions_v1beta1_namespaced_ingress: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->list_namespaced_ingress: %s\n" % e) ``` ### Parameters @@ -2211,8 +2243,8 @@ 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) -# **list_extensions_v1beta1_namespaced_job** -> V1beta1JobList list_extensions_v1beta1_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_job** +> V1beta1JobList list_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2242,10 +2274,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_job(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->list_extensions_v1beta1_namespaced_job: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->list_namespaced_job: %s\n" % e) ``` ### Parameters @@ -2275,8 +2307,8 @@ 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) -# **list_extensions_v1beta1_namespaced_network_policy** -> V1beta1NetworkPolicyList list_extensions_v1beta1_namespaced_network_policy(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_network_policy** +> V1beta1NetworkPolicyList list_namespaced_network_policy(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2306,10 +2338,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_namespaced_network_policy(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_network_policy(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->list_extensions_v1beta1_namespaced_network_policy: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->list_namespaced_network_policy: %s\n" % e) ``` ### Parameters @@ -2339,8 +2371,8 @@ 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) -# **list_extensions_v1beta1_namespaced_replica_set** -> V1beta1ReplicaSetList list_extensions_v1beta1_namespaced_replica_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_replica_set** +> V1beta1ReplicaSetList list_namespaced_replica_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2370,10 +2402,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_namespaced_replica_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_replica_set(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->list_extensions_v1beta1_namespaced_replica_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->list_namespaced_replica_set: %s\n" % e) ``` ### Parameters @@ -2403,8 +2435,8 @@ 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) -# **list_extensions_v1beta1_network_policy_for_all_namespaces** -> V1beta1NetworkPolicyList list_extensions_v1beta1_network_policy_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_network_policy_for_all_namespaces** +> V1beta1NetworkPolicyList list_network_policy_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2433,10 +2465,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_network_policy_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_network_policy_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->list_extensions_v1beta1_network_policy_for_all_namespaces: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->list_network_policy_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -2465,8 +2497,8 @@ 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) -# **list_extensions_v1beta1_replica_set_for_all_namespaces** -> V1beta1ReplicaSetList list_extensions_v1beta1_replica_set_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_replica_set_for_all_namespaces** +> V1beta1ReplicaSetList list_replica_set_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2495,10 +2527,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_replica_set_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_replica_set_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->list_extensions_v1beta1_replica_set_for_all_namespaces: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->list_replica_set_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -2527,8 +2559,8 @@ 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) -# **list_extensions_v1beta1_third_party_resource** -> V1beta1ThirdPartyResourceList list_extensions_v1beta1_third_party_resource(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_third_party_resource** +> V1beta1ThirdPartyResourceList list_third_party_resource(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2557,10 +2589,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_extensions_v1beta1_third_party_resource(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_third_party_resource(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->list_extensions_v1beta1_third_party_resource: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->list_third_party_resource: %s\n" % e) ``` ### Parameters @@ -2589,8 +2621,8 @@ 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_extensions_v1beta1_namespaced_daemon_set** -> V1beta1DaemonSet patch_extensions_v1beta1_namespaced_daemon_set(name, namespace, body, pretty=pretty) +# **patch_namespaced_daemon_set** +> V1beta1DaemonSet patch_namespaced_daemon_set(name, namespace, body, pretty=pretty) @@ -2617,10 +2649,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_daemon_set(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_daemon_set(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_daemon_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_daemon_set: %s\n" % e) ``` ### Parameters @@ -2647,8 +2679,8 @@ 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_extensions_v1beta1_namespaced_daemon_set_status** -> V1beta1DaemonSet patch_extensions_v1beta1_namespaced_daemon_set_status(name, namespace, body, pretty=pretty) +# **patch_namespaced_daemon_set_status** +> V1beta1DaemonSet patch_namespaced_daemon_set_status(name, namespace, body, pretty=pretty) @@ -2675,10 +2707,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_daemon_set_status(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_daemon_set_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_daemon_set_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_daemon_set_status: %s\n" % e) ``` ### Parameters @@ -2705,8 +2737,8 @@ 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_extensions_v1beta1_namespaced_deployment** -> V1beta1Deployment patch_extensions_v1beta1_namespaced_deployment(name, namespace, body, pretty=pretty) +# **patch_namespaced_deployment** +> V1beta1Deployment patch_namespaced_deployment(name, namespace, body, pretty=pretty) @@ -2733,10 +2765,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_deployment(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_deployment(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_deployment: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_deployment: %s\n" % e) ``` ### Parameters @@ -2763,8 +2795,8 @@ 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_extensions_v1beta1_namespaced_deployment_status** -> V1beta1Deployment patch_extensions_v1beta1_namespaced_deployment_status(name, namespace, body, pretty=pretty) +# **patch_namespaced_deployment_status** +> V1beta1Deployment patch_namespaced_deployment_status(name, namespace, body, pretty=pretty) @@ -2791,10 +2823,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_deployment_status(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_deployment_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_deployment_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_deployment_status: %s\n" % e) ``` ### Parameters @@ -2821,8 +2853,8 @@ 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_extensions_v1beta1_namespaced_deployments_scale** -> V1beta1Scale patch_extensions_v1beta1_namespaced_deployments_scale(name, namespace, body, pretty=pretty) +# **patch_namespaced_deployments_scale** +> V1beta1Scale patch_namespaced_deployments_scale(name, namespace, body, pretty=pretty) @@ -2849,10 +2881,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_deployments_scale(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_deployments_scale(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_deployments_scale: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_deployments_scale: %s\n" % e) ``` ### Parameters @@ -2879,8 +2911,8 @@ 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler** -> V1beta1HorizontalPodAutoscaler patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) +# **patch_namespaced_horizontal_pod_autoscaler** +> V1beta1HorizontalPodAutoscaler patch_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) @@ -2907,10 +2939,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -2937,8 +2969,8 @@ 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status** -> V1beta1HorizontalPodAutoscaler patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) +# **patch_namespaced_horizontal_pod_autoscaler_status** +> V1beta1HorizontalPodAutoscaler patch_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) @@ -2965,10 +2997,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_horizontal_pod_autoscaler_status: %s\n" % e) ``` ### Parameters @@ -2995,8 +3027,8 @@ 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_extensions_v1beta1_namespaced_ingress** -> V1beta1Ingress patch_extensions_v1beta1_namespaced_ingress(name, namespace, body, pretty=pretty) +# **patch_namespaced_ingress** +> V1beta1Ingress patch_namespaced_ingress(name, namespace, body, pretty=pretty) @@ -3023,10 +3055,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_ingress(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_ingress(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_ingress: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_ingress: %s\n" % e) ``` ### Parameters @@ -3053,8 +3085,8 @@ 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_extensions_v1beta1_namespaced_ingress_status** -> V1beta1Ingress patch_extensions_v1beta1_namespaced_ingress_status(name, namespace, body, pretty=pretty) +# **patch_namespaced_ingress_status** +> V1beta1Ingress patch_namespaced_ingress_status(name, namespace, body, pretty=pretty) @@ -3081,10 +3113,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_ingress_status(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_ingress_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_ingress_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_ingress_status: %s\n" % e) ``` ### Parameters @@ -3111,8 +3143,8 @@ 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_extensions_v1beta1_namespaced_job** -> V1beta1Job patch_extensions_v1beta1_namespaced_job(name, namespace, body, pretty=pretty) +# **patch_namespaced_job** +> V1beta1Job patch_namespaced_job(name, namespace, body, pretty=pretty) @@ -3139,10 +3171,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_job(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_job(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_job: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_job: %s\n" % e) ``` ### Parameters @@ -3169,8 +3201,8 @@ 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_extensions_v1beta1_namespaced_job_status** -> V1beta1Job patch_extensions_v1beta1_namespaced_job_status(name, namespace, body, pretty=pretty) +# **patch_namespaced_job_status** +> V1beta1Job patch_namespaced_job_status(name, namespace, body, pretty=pretty) @@ -3197,10 +3229,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_job_status(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_job_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_job_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_job_status: %s\n" % e) ``` ### Parameters @@ -3227,8 +3259,8 @@ 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_extensions_v1beta1_namespaced_network_policy** -> V1beta1NetworkPolicy patch_extensions_v1beta1_namespaced_network_policy(name, namespace, body, pretty=pretty) +# **patch_namespaced_network_policy** +> V1beta1NetworkPolicy patch_namespaced_network_policy(name, namespace, body, pretty=pretty) @@ -3255,10 +3287,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_network_policy(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_network_policy(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_network_policy: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_network_policy: %s\n" % e) ``` ### Parameters @@ -3285,8 +3317,8 @@ 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_extensions_v1beta1_namespaced_replica_set** -> V1beta1ReplicaSet patch_extensions_v1beta1_namespaced_replica_set(name, namespace, body, pretty=pretty) +# **patch_namespaced_replica_set** +> V1beta1ReplicaSet patch_namespaced_replica_set(name, namespace, body, pretty=pretty) @@ -3313,10 +3345,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_replica_set(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_replica_set(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_replica_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_replica_set: %s\n" % e) ``` ### Parameters @@ -3343,8 +3375,8 @@ 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_extensions_v1beta1_namespaced_replica_set_status** -> V1beta1ReplicaSet patch_extensions_v1beta1_namespaced_replica_set_status(name, namespace, body, pretty=pretty) +# **patch_namespaced_replica_set_status** +> V1beta1ReplicaSet patch_namespaced_replica_set_status(name, namespace, body, pretty=pretty) @@ -3371,10 +3403,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_replica_set_status(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_replica_set_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_replica_set_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_replica_set_status: %s\n" % e) ``` ### Parameters @@ -3401,8 +3433,8 @@ 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_extensions_v1beta1_namespaced_replicasets_scale** -> V1beta1Scale patch_extensions_v1beta1_namespaced_replicasets_scale(name, namespace, body, pretty=pretty) +# **patch_namespaced_replicasets_scale** +> V1beta1Scale patch_namespaced_replicasets_scale(name, namespace, body, pretty=pretty) @@ -3429,10 +3461,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_replicasets_scale(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_replicasets_scale(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_replicasets_scale: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_replicasets_scale: %s\n" % e) ``` ### Parameters @@ -3459,8 +3491,8 @@ 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_extensions_v1beta1_namespaced_replicationcontrollers_scale** -> V1beta1Scale patch_extensions_v1beta1_namespaced_replicationcontrollers_scale(name, namespace, body, pretty=pretty) +# **patch_namespaced_replicationcontrollers_scale** +> V1beta1Scale patch_namespaced_replicationcontrollers_scale(name, namespace, body, pretty=pretty) @@ -3487,10 +3519,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_namespaced_replicationcontrollers_scale(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_replicationcontrollers_scale(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_namespaced_replicationcontrollers_scale: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_namespaced_replicationcontrollers_scale: %s\n" % e) ``` ### Parameters @@ -3517,8 +3549,8 @@ 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_extensions_v1beta1_third_party_resource** -> V1beta1ThirdPartyResource patch_extensions_v1beta1_third_party_resource(name, body, pretty=pretty) +# **patch_third_party_resource** +> V1beta1ThirdPartyResource patch_third_party_resource(name, body, pretty=pretty) @@ -3544,10 +3576,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_extensions_v1beta1_third_party_resource(name, body, pretty=pretty) + api_response = api_instance.patch_third_party_resource(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->patch_extensions_v1beta1_third_party_resource: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->patch_third_party_resource: %s\n" % e) ``` ### Parameters @@ -3573,8 +3605,8 @@ 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_extensions_v1beta1_namespaced_daemon_set** -> V1beta1DaemonSet read_extensions_v1beta1_namespaced_daemon_set(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_daemon_set** +> V1beta1DaemonSet read_namespaced_daemon_set(name, namespace, pretty=pretty, exact=exact, export=export) @@ -3602,10 +3634,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_daemon_set(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_daemon_set(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_daemon_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_daemon_set: %s\n" % e) ``` ### Parameters @@ -3633,8 +3665,8 @@ 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_extensions_v1beta1_namespaced_daemon_set_status** -> V1beta1DaemonSet read_extensions_v1beta1_namespaced_daemon_set_status(name, namespace, pretty=pretty) +# **read_namespaced_daemon_set_status** +> V1beta1DaemonSet read_namespaced_daemon_set_status(name, namespace, pretty=pretty) @@ -3660,10 +3692,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_daemon_set_status(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_daemon_set_status(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_daemon_set_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_daemon_set_status: %s\n" % e) ``` ### Parameters @@ -3689,8 +3721,8 @@ 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_extensions_v1beta1_namespaced_deployment** -> V1beta1Deployment read_extensions_v1beta1_namespaced_deployment(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_deployment** +> V1beta1Deployment read_namespaced_deployment(name, namespace, pretty=pretty, exact=exact, export=export) @@ -3718,10 +3750,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_deployment(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_deployment(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_deployment: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_deployment: %s\n" % e) ``` ### Parameters @@ -3749,8 +3781,8 @@ 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_extensions_v1beta1_namespaced_deployment_status** -> V1beta1Deployment read_extensions_v1beta1_namespaced_deployment_status(name, namespace, pretty=pretty) +# **read_namespaced_deployment_status** +> V1beta1Deployment read_namespaced_deployment_status(name, namespace, pretty=pretty) @@ -3776,10 +3808,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_deployment_status(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_deployment_status(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_deployment_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_deployment_status: %s\n" % e) ``` ### Parameters @@ -3805,8 +3837,8 @@ 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_extensions_v1beta1_namespaced_deployments_scale** -> V1beta1Scale read_extensions_v1beta1_namespaced_deployments_scale(name, namespace, pretty=pretty) +# **read_namespaced_deployments_scale** +> V1beta1Scale read_namespaced_deployments_scale(name, namespace, pretty=pretty) @@ -3832,10 +3864,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_deployments_scale(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_deployments_scale(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_deployments_scale: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_deployments_scale: %s\n" % e) ``` ### Parameters @@ -3861,8 +3893,8 @@ 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler** -> V1beta1HorizontalPodAutoscaler read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_horizontal_pod_autoscaler** +> V1beta1HorizontalPodAutoscaler read_namespaced_horizontal_pod_autoscaler(name, namespace, pretty=pretty, exact=exact, export=export) @@ -3890,10 +3922,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_horizontal_pod_autoscaler(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -3921,8 +3953,8 @@ 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status** -> V1beta1HorizontalPodAutoscaler read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(name, namespace, pretty=pretty) +# **read_namespaced_horizontal_pod_autoscaler_status** +> V1beta1HorizontalPodAutoscaler read_namespaced_horizontal_pod_autoscaler_status(name, namespace, pretty=pretty) @@ -3948,10 +3980,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_horizontal_pod_autoscaler_status(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_horizontal_pod_autoscaler_status: %s\n" % e) ``` ### Parameters @@ -3977,8 +4009,8 @@ 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_extensions_v1beta1_namespaced_ingress** -> V1beta1Ingress read_extensions_v1beta1_namespaced_ingress(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_ingress** +> V1beta1Ingress read_namespaced_ingress(name, namespace, pretty=pretty, exact=exact, export=export) @@ -4006,10 +4038,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_ingress(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_ingress(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_ingress: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_ingress: %s\n" % e) ``` ### Parameters @@ -4037,8 +4069,8 @@ 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_extensions_v1beta1_namespaced_ingress_status** -> V1beta1Ingress read_extensions_v1beta1_namespaced_ingress_status(name, namespace, pretty=pretty) +# **read_namespaced_ingress_status** +> V1beta1Ingress read_namespaced_ingress_status(name, namespace, pretty=pretty) @@ -4064,10 +4096,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_ingress_status(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_ingress_status(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_ingress_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_ingress_status: %s\n" % e) ``` ### Parameters @@ -4093,8 +4125,8 @@ 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_extensions_v1beta1_namespaced_job** -> V1beta1Job read_extensions_v1beta1_namespaced_job(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_job** +> V1beta1Job read_namespaced_job(name, namespace, pretty=pretty, exact=exact, export=export) @@ -4122,10 +4154,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_job(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_job(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_job: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_job: %s\n" % e) ``` ### Parameters @@ -4153,8 +4185,8 @@ 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_extensions_v1beta1_namespaced_job_status** -> V1beta1Job read_extensions_v1beta1_namespaced_job_status(name, namespace, pretty=pretty) +# **read_namespaced_job_status** +> V1beta1Job read_namespaced_job_status(name, namespace, pretty=pretty) @@ -4180,10 +4212,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_job_status(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_job_status(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_job_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_job_status: %s\n" % e) ``` ### Parameters @@ -4209,8 +4241,8 @@ 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_extensions_v1beta1_namespaced_network_policy** -> V1beta1NetworkPolicy read_extensions_v1beta1_namespaced_network_policy(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_network_policy** +> V1beta1NetworkPolicy read_namespaced_network_policy(name, namespace, pretty=pretty, exact=exact, export=export) @@ -4238,10 +4270,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_network_policy(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_network_policy(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_network_policy: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_network_policy: %s\n" % e) ``` ### Parameters @@ -4269,8 +4301,8 @@ 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_extensions_v1beta1_namespaced_replica_set** -> V1beta1ReplicaSet read_extensions_v1beta1_namespaced_replica_set(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_replica_set** +> V1beta1ReplicaSet read_namespaced_replica_set(name, namespace, pretty=pretty, exact=exact, export=export) @@ -4298,10 +4330,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_replica_set(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_replica_set(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_replica_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_replica_set: %s\n" % e) ``` ### Parameters @@ -4329,8 +4361,8 @@ 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_extensions_v1beta1_namespaced_replica_set_status** -> V1beta1ReplicaSet read_extensions_v1beta1_namespaced_replica_set_status(name, namespace, pretty=pretty) +# **read_namespaced_replica_set_status** +> V1beta1ReplicaSet read_namespaced_replica_set_status(name, namespace, pretty=pretty) @@ -4356,10 +4388,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_replica_set_status(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_replica_set_status(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_replica_set_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_replica_set_status: %s\n" % e) ``` ### Parameters @@ -4385,8 +4417,8 @@ 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_extensions_v1beta1_namespaced_replicasets_scale** -> V1beta1Scale read_extensions_v1beta1_namespaced_replicasets_scale(name, namespace, pretty=pretty) +# **read_namespaced_replicasets_scale** +> V1beta1Scale read_namespaced_replicasets_scale(name, namespace, pretty=pretty) @@ -4412,10 +4444,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_replicasets_scale(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_replicasets_scale(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_replicasets_scale: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_replicasets_scale: %s\n" % e) ``` ### Parameters @@ -4441,8 +4473,8 @@ 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_extensions_v1beta1_namespaced_replicationcontrollers_scale** -> V1beta1Scale read_extensions_v1beta1_namespaced_replicationcontrollers_scale(name, namespace, pretty=pretty) +# **read_namespaced_replicationcontrollers_scale** +> V1beta1Scale read_namespaced_replicationcontrollers_scale(name, namespace, pretty=pretty) @@ -4468,10 +4500,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_extensions_v1beta1_namespaced_replicationcontrollers_scale(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_replicationcontrollers_scale(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_namespaced_replicationcontrollers_scale: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_namespaced_replicationcontrollers_scale: %s\n" % e) ``` ### Parameters @@ -4497,8 +4529,8 @@ 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_extensions_v1beta1_third_party_resource** -> V1beta1ThirdPartyResource read_extensions_v1beta1_third_party_resource(name, pretty=pretty, exact=exact, export=export) +# **read_third_party_resource** +> V1beta1ThirdPartyResource read_third_party_resource(name, pretty=pretty, exact=exact, export=export) @@ -4525,10 +4557,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_extensions_v1beta1_third_party_resource(name, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_third_party_resource(name, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->read_extensions_v1beta1_third_party_resource: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->read_third_party_resource: %s\n" % e) ``` ### Parameters @@ -4555,8 +4587,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_daemon_set** -> V1beta1DaemonSet replace_extensions_v1beta1_namespaced_daemon_set(name, namespace, body, pretty=pretty) +# **replace_namespaced_daemon_set** +> V1beta1DaemonSet replace_namespaced_daemon_set(name, namespace, body, pretty=pretty) @@ -4583,10 +4615,10 @@ body = k8sclient.V1beta1DaemonSet() # V1beta1DaemonSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_daemon_set(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_daemon_set(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_daemon_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_daemon_set: %s\n" % e) ``` ### Parameters @@ -4613,8 +4645,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_daemon_set_status** -> V1beta1DaemonSet replace_extensions_v1beta1_namespaced_daemon_set_status(name, namespace, body, pretty=pretty) +# **replace_namespaced_daemon_set_status** +> V1beta1DaemonSet replace_namespaced_daemon_set_status(name, namespace, body, pretty=pretty) @@ -4641,10 +4673,10 @@ body = k8sclient.V1beta1DaemonSet() # V1beta1DaemonSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_daemon_set_status(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_daemon_set_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_daemon_set_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_daemon_set_status: %s\n" % e) ``` ### Parameters @@ -4671,8 +4703,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_deployment** -> V1beta1Deployment replace_extensions_v1beta1_namespaced_deployment(name, namespace, body, pretty=pretty) +# **replace_namespaced_deployment** +> V1beta1Deployment replace_namespaced_deployment(name, namespace, body, pretty=pretty) @@ -4699,10 +4731,10 @@ body = k8sclient.V1beta1Deployment() # V1beta1Deployment | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_deployment(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_deployment(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_deployment: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_deployment: %s\n" % e) ``` ### Parameters @@ -4729,8 +4761,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_deployment_status** -> V1beta1Deployment replace_extensions_v1beta1_namespaced_deployment_status(name, namespace, body, pretty=pretty) +# **replace_namespaced_deployment_status** +> V1beta1Deployment replace_namespaced_deployment_status(name, namespace, body, pretty=pretty) @@ -4757,10 +4789,10 @@ body = k8sclient.V1beta1Deployment() # V1beta1Deployment | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_deployment_status(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_deployment_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_deployment_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_deployment_status: %s\n" % e) ``` ### Parameters @@ -4787,8 +4819,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_deployments_scale** -> V1beta1Scale replace_extensions_v1beta1_namespaced_deployments_scale(name, namespace, body, pretty=pretty) +# **replace_namespaced_deployments_scale** +> V1beta1Scale replace_namespaced_deployments_scale(name, namespace, body, pretty=pretty) @@ -4815,10 +4847,10 @@ body = k8sclient.V1beta1Scale() # V1beta1Scale | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_deployments_scale(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_deployments_scale(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_deployments_scale: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_deployments_scale: %s\n" % e) ``` ### Parameters @@ -4845,8 +4877,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler** -> V1beta1HorizontalPodAutoscaler replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) +# **replace_namespaced_horizontal_pod_autoscaler** +> V1beta1HorizontalPodAutoscaler replace_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) @@ -4873,10 +4905,10 @@ body = k8sclient.V1beta1HorizontalPodAutoscaler() # V1beta1HorizontalPodAutoscal pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_horizontal_pod_autoscaler(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -4903,8 +4935,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status** -> V1beta1HorizontalPodAutoscaler replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) +# **replace_namespaced_horizontal_pod_autoscaler_status** +> V1beta1HorizontalPodAutoscaler replace_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) @@ -4931,10 +4963,10 @@ body = k8sclient.V1beta1HorizontalPodAutoscaler() # V1beta1HorizontalPodAutoscal pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_horizontal_pod_autoscaler_status: %s\n" % e) ``` ### Parameters @@ -4961,8 +4993,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_ingress** -> V1beta1Ingress replace_extensions_v1beta1_namespaced_ingress(name, namespace, body, pretty=pretty) +# **replace_namespaced_ingress** +> V1beta1Ingress replace_namespaced_ingress(name, namespace, body, pretty=pretty) @@ -4989,10 +5021,10 @@ body = k8sclient.V1beta1Ingress() # V1beta1Ingress | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_ingress(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_ingress(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_ingress: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_ingress: %s\n" % e) ``` ### Parameters @@ -5019,8 +5051,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_ingress_status** -> V1beta1Ingress replace_extensions_v1beta1_namespaced_ingress_status(name, namespace, body, pretty=pretty) +# **replace_namespaced_ingress_status** +> V1beta1Ingress replace_namespaced_ingress_status(name, namespace, body, pretty=pretty) @@ -5047,10 +5079,10 @@ body = k8sclient.V1beta1Ingress() # V1beta1Ingress | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_ingress_status(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_ingress_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_ingress_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_ingress_status: %s\n" % e) ``` ### Parameters @@ -5077,8 +5109,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_job** -> V1beta1Job replace_extensions_v1beta1_namespaced_job(name, namespace, body, pretty=pretty) +# **replace_namespaced_job** +> V1beta1Job replace_namespaced_job(name, namespace, body, pretty=pretty) @@ -5105,10 +5137,10 @@ body = k8sclient.V1beta1Job() # V1beta1Job | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_job(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_job(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_job: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_job: %s\n" % e) ``` ### Parameters @@ -5135,8 +5167,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_job_status** -> V1beta1Job replace_extensions_v1beta1_namespaced_job_status(name, namespace, body, pretty=pretty) +# **replace_namespaced_job_status** +> V1beta1Job replace_namespaced_job_status(name, namespace, body, pretty=pretty) @@ -5163,10 +5195,10 @@ body = k8sclient.V1beta1Job() # V1beta1Job | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_job_status(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_job_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_job_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_job_status: %s\n" % e) ``` ### Parameters @@ -5193,8 +5225,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_network_policy** -> V1beta1NetworkPolicy replace_extensions_v1beta1_namespaced_network_policy(name, namespace, body, pretty=pretty) +# **replace_namespaced_network_policy** +> V1beta1NetworkPolicy replace_namespaced_network_policy(name, namespace, body, pretty=pretty) @@ -5221,10 +5253,10 @@ body = k8sclient.V1beta1NetworkPolicy() # V1beta1NetworkPolicy | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_network_policy(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_network_policy(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_network_policy: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_network_policy: %s\n" % e) ``` ### Parameters @@ -5251,8 +5283,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_replica_set** -> V1beta1ReplicaSet replace_extensions_v1beta1_namespaced_replica_set(name, namespace, body, pretty=pretty) +# **replace_namespaced_replica_set** +> V1beta1ReplicaSet replace_namespaced_replica_set(name, namespace, body, pretty=pretty) @@ -5279,10 +5311,10 @@ body = k8sclient.V1beta1ReplicaSet() # V1beta1ReplicaSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_replica_set(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_replica_set(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_replica_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_replica_set: %s\n" % e) ``` ### Parameters @@ -5309,8 +5341,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_replica_set_status** -> V1beta1ReplicaSet replace_extensions_v1beta1_namespaced_replica_set_status(name, namespace, body, pretty=pretty) +# **replace_namespaced_replica_set_status** +> V1beta1ReplicaSet replace_namespaced_replica_set_status(name, namespace, body, pretty=pretty) @@ -5337,10 +5369,10 @@ body = k8sclient.V1beta1ReplicaSet() # V1beta1ReplicaSet | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_replica_set_status(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_replica_set_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_replica_set_status: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_replica_set_status: %s\n" % e) ``` ### Parameters @@ -5367,8 +5399,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_replicasets_scale** -> V1beta1Scale replace_extensions_v1beta1_namespaced_replicasets_scale(name, namespace, body, pretty=pretty) +# **replace_namespaced_replicasets_scale** +> V1beta1Scale replace_namespaced_replicasets_scale(name, namespace, body, pretty=pretty) @@ -5395,10 +5427,10 @@ body = k8sclient.V1beta1Scale() # V1beta1Scale | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_replicasets_scale(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_replicasets_scale(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_replicasets_scale: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_replicasets_scale: %s\n" % e) ``` ### Parameters @@ -5425,8 +5457,8 @@ 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) -# **replace_extensions_v1beta1_namespaced_replicationcontrollers_scale** -> V1beta1Scale replace_extensions_v1beta1_namespaced_replicationcontrollers_scale(name, namespace, body, pretty=pretty) +# **replace_namespaced_replicationcontrollers_scale** +> V1beta1Scale replace_namespaced_replicationcontrollers_scale(name, namespace, body, pretty=pretty) @@ -5453,10 +5485,10 @@ body = k8sclient.V1beta1Scale() # V1beta1Scale | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_namespaced_replicationcontrollers_scale(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_replicationcontrollers_scale(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_namespaced_replicationcontrollers_scale: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_namespaced_replicationcontrollers_scale: %s\n" % e) ``` ### Parameters @@ -5483,8 +5515,8 @@ 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) -# **replace_extensions_v1beta1_third_party_resource** -> V1beta1ThirdPartyResource replace_extensions_v1beta1_third_party_resource(name, body, pretty=pretty) +# **replace_third_party_resource** +> V1beta1ThirdPartyResource replace_third_party_resource(name, body, pretty=pretty) @@ -5510,10 +5542,10 @@ body = k8sclient.V1beta1ThirdPartyResource() # V1beta1ThirdPartyResource | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_extensions_v1beta1_third_party_resource(name, body, pretty=pretty) + api_response = api_instance.replace_third_party_resource(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->replace_extensions_v1beta1_third_party_resource: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->replace_third_party_resource: %s\n" % e) ``` ### Parameters @@ -5539,8 +5571,8 @@ 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) -# **watch_extensions_v1beta1_daemon_set_list_for_all_namespaces** -> VersionedEvent watch_extensions_v1beta1_daemon_set_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_daemon_set_list_for_all_namespaces** +> VersionedEvent watch_daemon_set_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -5569,10 +5601,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_daemon_set_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_daemon_set_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_daemon_set_list_for_all_namespaces: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_daemon_set_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -5601,8 +5633,8 @@ 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) -# **watch_extensions_v1beta1_deployment_list_for_all_namespaces** -> VersionedEvent watch_extensions_v1beta1_deployment_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_deployment_list_for_all_namespaces** +> VersionedEvent watch_deployment_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -5631,10 +5663,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_deployment_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_deployment_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_deployment_list_for_all_namespaces: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_deployment_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -5663,8 +5695,8 @@ 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) -# **watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces** -> VersionedEvent watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_horizontal_pod_autoscaler_list_for_all_namespaces** +> VersionedEvent watch_horizontal_pod_autoscaler_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -5693,10 +5725,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_horizontal_pod_autoscaler_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_horizontal_pod_autoscaler_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -5725,8 +5757,8 @@ 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) -# **watch_extensions_v1beta1_ingress_list_for_all_namespaces** -> VersionedEvent watch_extensions_v1beta1_ingress_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_ingress_list_for_all_namespaces** +> VersionedEvent watch_ingress_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -5755,10 +5787,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_ingress_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_ingress_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_ingress_list_for_all_namespaces: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_ingress_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -5787,8 +5819,8 @@ 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) -# **watch_extensions_v1beta1_job_list_for_all_namespaces** -> VersionedEvent watch_extensions_v1beta1_job_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_job_list_for_all_namespaces** +> VersionedEvent watch_job_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -5817,10 +5849,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_job_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_job_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_job_list_for_all_namespaces: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_job_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -5849,8 +5881,8 @@ 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) -# **watch_extensions_v1beta1_namespaced_daemon_set** -> VersionedEvent watch_extensions_v1beta1_namespaced_daemon_set(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_daemon_set** +> VersionedEvent watch_namespaced_daemon_set(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -5881,10 +5913,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_namespaced_daemon_set(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_daemon_set(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_namespaced_daemon_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_namespaced_daemon_set: %s\n" % e) ``` ### Parameters @@ -5915,8 +5947,8 @@ 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) -# **watch_extensions_v1beta1_namespaced_daemon_set_list** -> VersionedEvent watch_extensions_v1beta1_namespaced_daemon_set_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_daemon_set_list** +> VersionedEvent watch_namespaced_daemon_set_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -5946,10 +5978,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_namespaced_daemon_set_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_daemon_set_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_namespaced_daemon_set_list: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_namespaced_daemon_set_list: %s\n" % e) ``` ### Parameters @@ -5979,8 +6011,8 @@ 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) -# **watch_extensions_v1beta1_namespaced_deployment** -> VersionedEvent watch_extensions_v1beta1_namespaced_deployment(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_deployment** +> VersionedEvent watch_namespaced_deployment(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6011,10 +6043,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_namespaced_deployment(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_deployment(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_namespaced_deployment: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_namespaced_deployment: %s\n" % e) ``` ### Parameters @@ -6045,8 +6077,8 @@ 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) -# **watch_extensions_v1beta1_namespaced_deployment_list** -> VersionedEvent watch_extensions_v1beta1_namespaced_deployment_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_deployment_list** +> VersionedEvent watch_namespaced_deployment_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6076,10 +6108,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_namespaced_deployment_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_deployment_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_namespaced_deployment_list: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_namespaced_deployment_list: %s\n" % e) ``` ### Parameters @@ -6109,8 +6141,8 @@ 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) -# **watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler** -> VersionedEvent watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_horizontal_pod_autoscaler** +> VersionedEvent watch_namespaced_horizontal_pod_autoscaler(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6141,10 +6173,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_horizontal_pod_autoscaler(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_namespaced_horizontal_pod_autoscaler: %s\n" % e) ``` ### Parameters @@ -6175,8 +6207,8 @@ 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) -# **watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list** -> VersionedEvent watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_horizontal_pod_autoscaler_list** +> VersionedEvent watch_namespaced_horizontal_pod_autoscaler_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6206,10 +6238,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_horizontal_pod_autoscaler_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_namespaced_horizontal_pod_autoscaler_list: %s\n" % e) ``` ### Parameters @@ -6239,8 +6271,8 @@ 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) -# **watch_extensions_v1beta1_namespaced_ingress** -> VersionedEvent watch_extensions_v1beta1_namespaced_ingress(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_ingress** +> VersionedEvent watch_namespaced_ingress(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6271,10 +6303,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_namespaced_ingress(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_ingress(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_namespaced_ingress: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_namespaced_ingress: %s\n" % e) ``` ### Parameters @@ -6305,8 +6337,8 @@ 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) -# **watch_extensions_v1beta1_namespaced_ingress_list** -> VersionedEvent watch_extensions_v1beta1_namespaced_ingress_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_ingress_list** +> VersionedEvent watch_namespaced_ingress_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6336,10 +6368,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_namespaced_ingress_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_ingress_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_namespaced_ingress_list: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_namespaced_ingress_list: %s\n" % e) ``` ### Parameters @@ -6369,8 +6401,8 @@ 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) -# **watch_extensions_v1beta1_namespaced_job** -> VersionedEvent watch_extensions_v1beta1_namespaced_job(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_job** +> VersionedEvent watch_namespaced_job(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6401,10 +6433,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_namespaced_job(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_job(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_namespaced_job: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_namespaced_job: %s\n" % e) ``` ### Parameters @@ -6435,8 +6467,8 @@ 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) -# **watch_extensions_v1beta1_namespaced_job_list** -> VersionedEvent watch_extensions_v1beta1_namespaced_job_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_job_list** +> VersionedEvent watch_namespaced_job_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6466,10 +6498,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_namespaced_job_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_job_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_namespaced_job_list: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_namespaced_job_list: %s\n" % e) ``` ### Parameters @@ -6499,8 +6531,8 @@ 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) -# **watch_extensions_v1beta1_namespaced_network_policy** -> VersionedEvent watch_extensions_v1beta1_namespaced_network_policy(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_network_policy** +> VersionedEvent watch_namespaced_network_policy(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6531,10 +6563,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_namespaced_network_policy(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_network_policy(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_namespaced_network_policy: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_namespaced_network_policy: %s\n" % e) ``` ### Parameters @@ -6565,8 +6597,8 @@ 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) -# **watch_extensions_v1beta1_namespaced_network_policy_list** -> VersionedEvent watch_extensions_v1beta1_namespaced_network_policy_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_network_policy_list** +> VersionedEvent watch_namespaced_network_policy_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6596,10 +6628,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_namespaced_network_policy_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_network_policy_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_namespaced_network_policy_list: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_namespaced_network_policy_list: %s\n" % e) ``` ### Parameters @@ -6629,8 +6661,8 @@ 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) -# **watch_extensions_v1beta1_namespaced_replica_set** -> VersionedEvent watch_extensions_v1beta1_namespaced_replica_set(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_replica_set** +> VersionedEvent watch_namespaced_replica_set(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6661,10 +6693,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_namespaced_replica_set(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_replica_set(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_namespaced_replica_set: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_namespaced_replica_set: %s\n" % e) ``` ### Parameters @@ -6695,8 +6727,8 @@ 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) -# **watch_extensions_v1beta1_namespaced_replica_set_list** -> VersionedEvent watch_extensions_v1beta1_namespaced_replica_set_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_replica_set_list** +> VersionedEvent watch_namespaced_replica_set_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6726,10 +6758,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_namespaced_replica_set_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_replica_set_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_namespaced_replica_set_list: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_namespaced_replica_set_list: %s\n" % e) ``` ### Parameters @@ -6759,8 +6791,8 @@ 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) -# **watch_extensions_v1beta1_network_policy_list_for_all_namespaces** -> VersionedEvent watch_extensions_v1beta1_network_policy_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_network_policy_list_for_all_namespaces** +> VersionedEvent watch_network_policy_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6789,10 +6821,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_network_policy_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_network_policy_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_network_policy_list_for_all_namespaces: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_network_policy_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -6821,8 +6853,8 @@ 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) -# **watch_extensions_v1beta1_replica_set_list_for_all_namespaces** -> VersionedEvent watch_extensions_v1beta1_replica_set_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_replica_set_list_for_all_namespaces** +> VersionedEvent watch_replica_set_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6851,10 +6883,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_replica_set_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_replica_set_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_replica_set_list_for_all_namespaces: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_replica_set_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -6883,8 +6915,8 @@ 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) -# **watch_extensions_v1beta1_third_party_resource** -> VersionedEvent watch_extensions_v1beta1_third_party_resource(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_third_party_resource** +> VersionedEvent watch_third_party_resource(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6914,10 +6946,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_third_party_resource(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_third_party_resource(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_third_party_resource: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_third_party_resource: %s\n" % e) ``` ### Parameters @@ -6947,8 +6979,8 @@ 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) -# **watch_extensions_v1beta1_third_party_resource_list** -> VersionedEvent watch_extensions_v1beta1_third_party_resource_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_third_party_resource_list** +> VersionedEvent watch_third_party_resource_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -6977,10 +7009,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_extensions_v1beta1_third_party_resource_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_third_party_resource_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling ExtensionsV1beta1Api->watch_extensions_v1beta1_third_party_resource_list: %s\n" % e) + print("Exception when calling ExtensionsV1beta1Api->watch_third_party_resource_list: %s\n" % e) ``` ### Parameters diff --git a/docs/PolicyApi.md b/docs/PolicyApi.md index 9221dea472..36f6d2d1ca 100644 --- a/docs/PolicyApi.md +++ b/docs/PolicyApi.md @@ -4,11 +4,11 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**get_policy_api_group**](PolicyApi.md#get_policy_api_group) | **GET** /apis/policy/ | +[**get_api_group**](PolicyApi.md#get_api_group) | **GET** /apis/policy/ | -# **get_policy_api_group** -> UnversionedAPIGroup get_policy_api_group() +# **get_api_group** +> UnversionedAPIGroup get_api_group() @@ -31,10 +31,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.PolicyApi() try: - api_response = api_instance.get_policy_api_group() + api_response = api_instance.get_api_group() pprint(api_response) except ApiException as e: - print("Exception when calling PolicyApi->get_policy_api_group: %s\n" % e) + print("Exception when calling PolicyApi->get_api_group: %s\n" % e) ``` ### Parameters diff --git a/docs/PolicyV1alpha1Api.md b/docs/PolicyV1beta1Api.md similarity index 71% rename from docs/PolicyV1alpha1Api.md rename to docs/PolicyV1beta1Api.md index 97178edf32..fca01108aa 100644 --- a/docs/PolicyV1alpha1Api.md +++ b/docs/PolicyV1beta1Api.md @@ -1,28 +1,28 @@ -# k8sclient.PolicyV1alpha1Api +# k8sclient.PolicyV1beta1Api All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**create_policy_v1alpha1_namespaced_pod_disruption_budget**](PolicyV1alpha1Api.md#create_policy_v1alpha1_namespaced_pod_disruption_budget) | **POST** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets | -[**delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget**](PolicyV1alpha1Api.md#delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget) | **DELETE** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets | -[**delete_policy_v1alpha1_namespaced_pod_disruption_budget**](PolicyV1alpha1Api.md#delete_policy_v1alpha1_namespaced_pod_disruption_budget) | **DELETE** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name} | -[**get_policy_v1alpha1_api_resources**](PolicyV1alpha1Api.md#get_policy_v1alpha1_api_resources) | **GET** /apis/policy/v1alpha1/ | -[**list_policy_v1alpha1_namespaced_pod_disruption_budget**](PolicyV1alpha1Api.md#list_policy_v1alpha1_namespaced_pod_disruption_budget) | **GET** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets | -[**list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces**](PolicyV1alpha1Api.md#list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces) | **GET** /apis/policy/v1alpha1/poddisruptionbudgets | -[**patch_policy_v1alpha1_namespaced_pod_disruption_budget**](PolicyV1alpha1Api.md#patch_policy_v1alpha1_namespaced_pod_disruption_budget) | **PATCH** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name} | -[**patch_policy_v1alpha1_namespaced_pod_disruption_budget_status**](PolicyV1alpha1Api.md#patch_policy_v1alpha1_namespaced_pod_disruption_budget_status) | **PATCH** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name}/status | -[**read_policy_v1alpha1_namespaced_pod_disruption_budget**](PolicyV1alpha1Api.md#read_policy_v1alpha1_namespaced_pod_disruption_budget) | **GET** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name} | -[**read_policy_v1alpha1_namespaced_pod_disruption_budget_status**](PolicyV1alpha1Api.md#read_policy_v1alpha1_namespaced_pod_disruption_budget_status) | **GET** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name}/status | -[**replace_policy_v1alpha1_namespaced_pod_disruption_budget**](PolicyV1alpha1Api.md#replace_policy_v1alpha1_namespaced_pod_disruption_budget) | **PUT** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name} | -[**replace_policy_v1alpha1_namespaced_pod_disruption_budget_status**](PolicyV1alpha1Api.md#replace_policy_v1alpha1_namespaced_pod_disruption_budget_status) | **PUT** /apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name}/status | -[**watch_policy_v1alpha1_namespaced_pod_disruption_budget**](PolicyV1alpha1Api.md#watch_policy_v1alpha1_namespaced_pod_disruption_budget) | **GET** /apis/policy/v1alpha1/watch/namespaces/{namespace}/poddisruptionbudgets/{name} | -[**watch_policy_v1alpha1_namespaced_pod_disruption_budget_list**](PolicyV1alpha1Api.md#watch_policy_v1alpha1_namespaced_pod_disruption_budget_list) | **GET** /apis/policy/v1alpha1/watch/namespaces/{namespace}/poddisruptionbudgets | -[**watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces**](PolicyV1alpha1Api.md#watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces) | **GET** /apis/policy/v1alpha1/watch/poddisruptionbudgets | +[**create_namespaced_pod_disruption_budget**](PolicyV1beta1Api.md#create_namespaced_pod_disruption_budget) | **POST** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets | +[**delete_collection_namespaced_pod_disruption_budget**](PolicyV1beta1Api.md#delete_collection_namespaced_pod_disruption_budget) | **DELETE** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets | +[**delete_namespaced_pod_disruption_budget**](PolicyV1beta1Api.md#delete_namespaced_pod_disruption_budget) | **DELETE** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} | +[**get_api_resources**](PolicyV1beta1Api.md#get_api_resources) | **GET** /apis/policy/v1beta1/ | +[**list_namespaced_pod_disruption_budget**](PolicyV1beta1Api.md#list_namespaced_pod_disruption_budget) | **GET** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets | +[**list_pod_disruption_budget_for_all_namespaces**](PolicyV1beta1Api.md#list_pod_disruption_budget_for_all_namespaces) | **GET** /apis/policy/v1beta1/poddisruptionbudgets | +[**patch_namespaced_pod_disruption_budget**](PolicyV1beta1Api.md#patch_namespaced_pod_disruption_budget) | **PATCH** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} | +[**patch_namespaced_pod_disruption_budget_status**](PolicyV1beta1Api.md#patch_namespaced_pod_disruption_budget_status) | **PATCH** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status | +[**read_namespaced_pod_disruption_budget**](PolicyV1beta1Api.md#read_namespaced_pod_disruption_budget) | **GET** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} | +[**read_namespaced_pod_disruption_budget_status**](PolicyV1beta1Api.md#read_namespaced_pod_disruption_budget_status) | **GET** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status | +[**replace_namespaced_pod_disruption_budget**](PolicyV1beta1Api.md#replace_namespaced_pod_disruption_budget) | **PUT** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} | +[**replace_namespaced_pod_disruption_budget_status**](PolicyV1beta1Api.md#replace_namespaced_pod_disruption_budget_status) | **PUT** /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status | +[**watch_namespaced_pod_disruption_budget**](PolicyV1beta1Api.md#watch_namespaced_pod_disruption_budget) | **GET** /apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets/{name} | +[**watch_namespaced_pod_disruption_budget_list**](PolicyV1beta1Api.md#watch_namespaced_pod_disruption_budget_list) | **GET** /apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets | +[**watch_pod_disruption_budget_list_for_all_namespaces**](PolicyV1beta1Api.md#watch_pod_disruption_budget_list_for_all_namespaces) | **GET** /apis/policy/v1beta1/watch/poddisruptionbudgets | -# **create_policy_v1alpha1_namespaced_pod_disruption_budget** -> V1alpha1PodDisruptionBudget create_policy_v1alpha1_namespaced_pod_disruption_budget(namespace, body, pretty=pretty) +# **create_namespaced_pod_disruption_budget** +> V1beta1PodDisruptionBudget create_namespaced_pod_disruption_budget(namespace, body, pretty=pretty) @@ -42,16 +42,16 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1alpha1Api() +api_instance = k8sclient.PolicyV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1alpha1PodDisruptionBudget() # V1alpha1PodDisruptionBudget | +body = k8sclient.V1beta1PodDisruptionBudget() # V1beta1PodDisruptionBudget | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_policy_v1alpha1_namespaced_pod_disruption_budget(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_pod_disruption_budget(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling PolicyV1alpha1Api->create_policy_v1alpha1_namespaced_pod_disruption_budget: %s\n" % e) + print("Exception when calling PolicyV1beta1Api->create_namespaced_pod_disruption_budget: %s\n" % e) ``` ### Parameters @@ -59,12 +59,12 @@ except ApiException as e: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **namespace** | **str**| object name and auth scope, such as for teams and projects | - **body** | [**V1alpha1PodDisruptionBudget**](V1alpha1PodDisruptionBudget.md)| | + **body** | [**V1beta1PodDisruptionBudget**](V1beta1PodDisruptionBudget.md)| | **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] ### Return type -[**V1alpha1PodDisruptionBudget**](V1alpha1PodDisruptionBudget.md) +[**V1beta1PodDisruptionBudget**](V1beta1PodDisruptionBudget.md) ### Authorization @@ -77,8 +77,8 @@ 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) -# **delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget** -> UnversionedStatus delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_pod_disruption_budget** +> UnversionedStatus delete_collection_namespaced_pod_disruption_budget(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -98,7 +98,7 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1alpha1Api() +api_instance = k8sclient.PolicyV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -108,10 +108,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_policy_v1alpha1_collection_namespaced_pod_disruption_budget(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_pod_disruption_budget(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling PolicyV1alpha1Api->delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget: %s\n" % e) + print("Exception when calling PolicyV1beta1Api->delete_collection_namespaced_pod_disruption_budget: %s\n" % e) ``` ### Parameters @@ -141,8 +141,8 @@ 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) -# **delete_policy_v1alpha1_namespaced_pod_disruption_budget** -> UnversionedStatus delete_policy_v1alpha1_namespaced_pod_disruption_budget(name, namespace, body, pretty=pretty) +# **delete_namespaced_pod_disruption_budget** +> UnversionedStatus delete_namespaced_pod_disruption_budget(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -162,17 +162,19 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1alpha1Api() +api_instance = k8sclient.PolicyV1beta1Api() name = 'name_example' # str | name of the PodDisruptionBudget namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_policy_v1alpha1_namespaced_pod_disruption_budget(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_pod_disruption_budget(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling PolicyV1alpha1Api->delete_policy_v1alpha1_namespaced_pod_disruption_budget: %s\n" % e) + print("Exception when calling PolicyV1beta1Api->delete_namespaced_pod_disruption_budget: %s\n" % e) ``` ### Parameters @@ -183,6 +185,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -199,8 +203,8 @@ 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) -# **get_policy_v1alpha1_api_resources** -> UnversionedAPIResourceList get_policy_v1alpha1_api_resources() +# **get_api_resources** +> UnversionedAPIResourceList get_api_resources() @@ -220,13 +224,13 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1alpha1Api() +api_instance = k8sclient.PolicyV1beta1Api() try: - api_response = api_instance.get_policy_v1alpha1_api_resources() + api_response = api_instance.get_api_resources() pprint(api_response) except ApiException as e: - print("Exception when calling PolicyV1alpha1Api->get_policy_v1alpha1_api_resources: %s\n" % e) + print("Exception when calling PolicyV1beta1Api->get_api_resources: %s\n" % e) ``` ### Parameters @@ -247,8 +251,8 @@ This endpoint does not need any parameter. [[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_policy_v1alpha1_namespaced_pod_disruption_budget** -> V1alpha1PodDisruptionBudgetList list_policy_v1alpha1_namespaced_pod_disruption_budget(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_pod_disruption_budget** +> V1beta1PodDisruptionBudgetList list_namespaced_pod_disruption_budget(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -268,7 +272,7 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1alpha1Api() +api_instance = k8sclient.PolicyV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -278,10 +282,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_policy_v1alpha1_namespaced_pod_disruption_budget(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_pod_disruption_budget(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling PolicyV1alpha1Api->list_policy_v1alpha1_namespaced_pod_disruption_budget: %s\n" % e) + print("Exception when calling PolicyV1beta1Api->list_namespaced_pod_disruption_budget: %s\n" % e) ``` ### Parameters @@ -298,7 +302,7 @@ Name | Type | Description | Notes ### Return type -[**V1alpha1PodDisruptionBudgetList**](V1alpha1PodDisruptionBudgetList.md) +[**V1beta1PodDisruptionBudgetList**](V1beta1PodDisruptionBudgetList.md) ### Authorization @@ -311,8 +315,8 @@ 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) -# **list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces** -> V1alpha1PodDisruptionBudgetList list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_pod_disruption_budget_for_all_namespaces** +> V1beta1PodDisruptionBudgetList list_pod_disruption_budget_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -332,7 +336,7 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1alpha1Api() +api_instance = k8sclient.PolicyV1beta1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -341,10 +345,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_policy_v1alpha1_pod_disruption_budget_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_pod_disruption_budget_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling PolicyV1alpha1Api->list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces: %s\n" % e) + print("Exception when calling PolicyV1beta1Api->list_pod_disruption_budget_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -360,7 +364,7 @@ Name | Type | Description | Notes ### Return type -[**V1alpha1PodDisruptionBudgetList**](V1alpha1PodDisruptionBudgetList.md) +[**V1beta1PodDisruptionBudgetList**](V1beta1PodDisruptionBudgetList.md) ### Authorization @@ -373,8 +377,8 @@ 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_policy_v1alpha1_namespaced_pod_disruption_budget** -> V1alpha1PodDisruptionBudget patch_policy_v1alpha1_namespaced_pod_disruption_budget(name, namespace, body, pretty=pretty) +# **patch_namespaced_pod_disruption_budget** +> V1beta1PodDisruptionBudget patch_namespaced_pod_disruption_budget(name, namespace, body, pretty=pretty) @@ -394,17 +398,17 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1alpha1Api() +api_instance = k8sclient.PolicyV1beta1Api() name = 'name_example' # str | name of the PodDisruptionBudget namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_policy_v1alpha1_namespaced_pod_disruption_budget(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_pod_disruption_budget(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling PolicyV1alpha1Api->patch_policy_v1alpha1_namespaced_pod_disruption_budget: %s\n" % e) + print("Exception when calling PolicyV1beta1Api->patch_namespaced_pod_disruption_budget: %s\n" % e) ``` ### Parameters @@ -418,7 +422,7 @@ Name | Type | Description | Notes ### Return type -[**V1alpha1PodDisruptionBudget**](V1alpha1PodDisruptionBudget.md) +[**V1beta1PodDisruptionBudget**](V1beta1PodDisruptionBudget.md) ### Authorization @@ -431,8 +435,8 @@ 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_policy_v1alpha1_namespaced_pod_disruption_budget_status** -> V1alpha1PodDisruptionBudget patch_policy_v1alpha1_namespaced_pod_disruption_budget_status(name, namespace, body, pretty=pretty) +# **patch_namespaced_pod_disruption_budget_status** +> V1beta1PodDisruptionBudget patch_namespaced_pod_disruption_budget_status(name, namespace, body, pretty=pretty) @@ -452,17 +456,17 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1alpha1Api() +api_instance = k8sclient.PolicyV1beta1Api() name = 'name_example' # str | name of the PodDisruptionBudget namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_policy_v1alpha1_namespaced_pod_disruption_budget_status(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_pod_disruption_budget_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling PolicyV1alpha1Api->patch_policy_v1alpha1_namespaced_pod_disruption_budget_status: %s\n" % e) + print("Exception when calling PolicyV1beta1Api->patch_namespaced_pod_disruption_budget_status: %s\n" % e) ``` ### Parameters @@ -476,7 +480,7 @@ Name | Type | Description | Notes ### Return type -[**V1alpha1PodDisruptionBudget**](V1alpha1PodDisruptionBudget.md) +[**V1beta1PodDisruptionBudget**](V1beta1PodDisruptionBudget.md) ### Authorization @@ -489,8 +493,8 @@ 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_policy_v1alpha1_namespaced_pod_disruption_budget** -> V1alpha1PodDisruptionBudget read_policy_v1alpha1_namespaced_pod_disruption_budget(name, namespace, pretty=pretty, exact=exact, export=export) +# **read_namespaced_pod_disruption_budget** +> V1beta1PodDisruptionBudget read_namespaced_pod_disruption_budget(name, namespace, pretty=pretty, exact=exact, export=export) @@ -510,7 +514,7 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1alpha1Api() +api_instance = k8sclient.PolicyV1beta1Api() name = 'name_example' # str | name of the PodDisruptionBudget namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -518,10 +522,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_policy_v1alpha1_namespaced_pod_disruption_budget(name, namespace, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_namespaced_pod_disruption_budget(name, namespace, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling PolicyV1alpha1Api->read_policy_v1alpha1_namespaced_pod_disruption_budget: %s\n" % e) + print("Exception when calling PolicyV1beta1Api->read_namespaced_pod_disruption_budget: %s\n" % e) ``` ### Parameters @@ -536,7 +540,7 @@ Name | Type | Description | Notes ### Return type -[**V1alpha1PodDisruptionBudget**](V1alpha1PodDisruptionBudget.md) +[**V1beta1PodDisruptionBudget**](V1beta1PodDisruptionBudget.md) ### Authorization @@ -549,8 +553,8 @@ 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_policy_v1alpha1_namespaced_pod_disruption_budget_status** -> V1alpha1PodDisruptionBudget read_policy_v1alpha1_namespaced_pod_disruption_budget_status(name, namespace, pretty=pretty) +# **read_namespaced_pod_disruption_budget_status** +> V1beta1PodDisruptionBudget read_namespaced_pod_disruption_budget_status(name, namespace, pretty=pretty) @@ -570,16 +574,16 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1alpha1Api() +api_instance = k8sclient.PolicyV1beta1Api() name = 'name_example' # str | name of the PodDisruptionBudget namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_policy_v1alpha1_namespaced_pod_disruption_budget_status(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_pod_disruption_budget_status(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling PolicyV1alpha1Api->read_policy_v1alpha1_namespaced_pod_disruption_budget_status: %s\n" % e) + print("Exception when calling PolicyV1beta1Api->read_namespaced_pod_disruption_budget_status: %s\n" % e) ``` ### Parameters @@ -592,7 +596,7 @@ Name | Type | Description | Notes ### Return type -[**V1alpha1PodDisruptionBudget**](V1alpha1PodDisruptionBudget.md) +[**V1beta1PodDisruptionBudget**](V1beta1PodDisruptionBudget.md) ### Authorization @@ -605,8 +609,8 @@ 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) -# **replace_policy_v1alpha1_namespaced_pod_disruption_budget** -> V1alpha1PodDisruptionBudget replace_policy_v1alpha1_namespaced_pod_disruption_budget(name, namespace, body, pretty=pretty) +# **replace_namespaced_pod_disruption_budget** +> V1beta1PodDisruptionBudget replace_namespaced_pod_disruption_budget(name, namespace, body, pretty=pretty) @@ -626,17 +630,17 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1alpha1Api() +api_instance = k8sclient.PolicyV1beta1Api() name = 'name_example' # str | name of the PodDisruptionBudget namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1alpha1PodDisruptionBudget() # V1alpha1PodDisruptionBudget | +body = k8sclient.V1beta1PodDisruptionBudget() # V1beta1PodDisruptionBudget | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_policy_v1alpha1_namespaced_pod_disruption_budget(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_pod_disruption_budget(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling PolicyV1alpha1Api->replace_policy_v1alpha1_namespaced_pod_disruption_budget: %s\n" % e) + print("Exception when calling PolicyV1beta1Api->replace_namespaced_pod_disruption_budget: %s\n" % e) ``` ### Parameters @@ -645,12 +649,12 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **name** | **str**| name of the PodDisruptionBudget | **namespace** | **str**| object name and auth scope, such as for teams and projects | - **body** | [**V1alpha1PodDisruptionBudget**](V1alpha1PodDisruptionBudget.md)| | + **body** | [**V1beta1PodDisruptionBudget**](V1beta1PodDisruptionBudget.md)| | **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] ### Return type -[**V1alpha1PodDisruptionBudget**](V1alpha1PodDisruptionBudget.md) +[**V1beta1PodDisruptionBudget**](V1beta1PodDisruptionBudget.md) ### Authorization @@ -663,8 +667,8 @@ 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) -# **replace_policy_v1alpha1_namespaced_pod_disruption_budget_status** -> V1alpha1PodDisruptionBudget replace_policy_v1alpha1_namespaced_pod_disruption_budget_status(name, namespace, body, pretty=pretty) +# **replace_namespaced_pod_disruption_budget_status** +> V1beta1PodDisruptionBudget replace_namespaced_pod_disruption_budget_status(name, namespace, body, pretty=pretty) @@ -684,17 +688,17 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1alpha1Api() +api_instance = k8sclient.PolicyV1beta1Api() name = 'name_example' # str | name of the PodDisruptionBudget namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects -body = k8sclient.V1alpha1PodDisruptionBudget() # V1alpha1PodDisruptionBudget | +body = k8sclient.V1beta1PodDisruptionBudget() # V1beta1PodDisruptionBudget | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_policy_v1alpha1_namespaced_pod_disruption_budget_status(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_pod_disruption_budget_status(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling PolicyV1alpha1Api->replace_policy_v1alpha1_namespaced_pod_disruption_budget_status: %s\n" % e) + print("Exception when calling PolicyV1beta1Api->replace_namespaced_pod_disruption_budget_status: %s\n" % e) ``` ### Parameters @@ -703,12 +707,12 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **name** | **str**| name of the PodDisruptionBudget | **namespace** | **str**| object name and auth scope, such as for teams and projects | - **body** | [**V1alpha1PodDisruptionBudget**](V1alpha1PodDisruptionBudget.md)| | + **body** | [**V1beta1PodDisruptionBudget**](V1beta1PodDisruptionBudget.md)| | **pretty** | **str**| If 'true', then the output is pretty printed. | [optional] ### Return type -[**V1alpha1PodDisruptionBudget**](V1alpha1PodDisruptionBudget.md) +[**V1beta1PodDisruptionBudget**](V1beta1PodDisruptionBudget.md) ### Authorization @@ -721,8 +725,8 @@ 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) -# **watch_policy_v1alpha1_namespaced_pod_disruption_budget** -> VersionedEvent watch_policy_v1alpha1_namespaced_pod_disruption_budget(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_pod_disruption_budget** +> VersionedEvent watch_namespaced_pod_disruption_budget(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -742,7 +746,7 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1alpha1Api() +api_instance = k8sclient.PolicyV1beta1Api() name = 'name_example' # str | name of the PodDisruptionBudget namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) @@ -753,10 +757,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_policy_v1alpha1_namespaced_pod_disruption_budget(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_pod_disruption_budget(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling PolicyV1alpha1Api->watch_policy_v1alpha1_namespaced_pod_disruption_budget: %s\n" % e) + print("Exception when calling PolicyV1beta1Api->watch_namespaced_pod_disruption_budget: %s\n" % e) ``` ### Parameters @@ -787,8 +791,8 @@ 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) -# **watch_policy_v1alpha1_namespaced_pod_disruption_budget_list** -> VersionedEvent watch_policy_v1alpha1_namespaced_pod_disruption_budget_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_pod_disruption_budget_list** +> VersionedEvent watch_namespaced_pod_disruption_budget_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -808,7 +812,7 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1alpha1Api() +api_instance = k8sclient.PolicyV1beta1Api() namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) @@ -818,10 +822,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_policy_v1alpha1_namespaced_pod_disruption_budget_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_pod_disruption_budget_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling PolicyV1alpha1Api->watch_policy_v1alpha1_namespaced_pod_disruption_budget_list: %s\n" % e) + print("Exception when calling PolicyV1beta1Api->watch_namespaced_pod_disruption_budget_list: %s\n" % e) ``` ### Parameters @@ -851,8 +855,8 @@ 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) -# **watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces** -> VersionedEvent watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_pod_disruption_budget_list_for_all_namespaces** +> VersionedEvent watch_pod_disruption_budget_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -872,7 +876,7 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' # k8sclient.configuration.api_key_prefix['authorization'] = 'Bearer' # create an instance of the API class -api_instance = k8sclient.PolicyV1alpha1Api() +api_instance = k8sclient.PolicyV1beta1Api() field_selector = 'field_selector_example' # str | A selector to restrict the list of returned objects by their fields. Defaults to everything. (optional) label_selector = 'label_selector_example' # str | A selector to restrict the list of returned objects by their labels. Defaults to everything. (optional) pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) @@ -881,10 +885,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_pod_disruption_budget_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling PolicyV1alpha1Api->watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces: %s\n" % e) + print("Exception when calling PolicyV1beta1Api->watch_pod_disruption_budget_list_for_all_namespaces: %s\n" % e) ``` ### Parameters diff --git a/docs/RbacAuthorizationApi.md b/docs/RbacAuthorizationApi.md index 9e92281751..262a001420 100644 --- a/docs/RbacAuthorizationApi.md +++ b/docs/RbacAuthorizationApi.md @@ -4,11 +4,11 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**get_rbac_authorization_api_group**](RbacAuthorizationApi.md#get_rbac_authorization_api_group) | **GET** /apis/rbac.authorization.k8s.io/ | +[**get_api_group**](RbacAuthorizationApi.md#get_api_group) | **GET** /apis/rbac.authorization.k8s.io/ | -# **get_rbac_authorization_api_group** -> UnversionedAPIGroup get_rbac_authorization_api_group() +# **get_api_group** +> UnversionedAPIGroup get_api_group() @@ -31,10 +31,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.RbacAuthorizationApi() try: - api_response = api_instance.get_rbac_authorization_api_group() + api_response = api_instance.get_api_group() pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationApi->get_rbac_authorization_api_group: %s\n" % e) + print("Exception when calling RbacAuthorizationApi->get_api_group: %s\n" % e) ``` ### Parameters diff --git a/docs/RbacAuthorizationV1alpha1Api.md b/docs/RbacAuthorizationV1alpha1Api.md index 1217f0b290..c3dc1605ae 100644 --- a/docs/RbacAuthorizationV1alpha1Api.md +++ b/docs/RbacAuthorizationV1alpha1Api.md @@ -4,51 +4,51 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**create_rbac_authorization_v1alpha1_cluster_role**](RbacAuthorizationV1alpha1Api.md#create_rbac_authorization_v1alpha1_cluster_role) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles | -[**create_rbac_authorization_v1alpha1_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#create_rbac_authorization_v1alpha1_cluster_role_binding) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings | -[**create_rbac_authorization_v1alpha1_namespaced_role**](RbacAuthorizationV1alpha1Api.md#create_rbac_authorization_v1alpha1_namespaced_role) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles | -[**create_rbac_authorization_v1alpha1_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#create_rbac_authorization_v1alpha1_namespaced_role_binding) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings | -[**delete_rbac_authorization_v1alpha1_cluster_role**](RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_cluster_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | -[**delete_rbac_authorization_v1alpha1_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_cluster_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | -[**delete_rbac_authorization_v1alpha1_collection_cluster_role**](RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_collection_cluster_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles | -[**delete_rbac_authorization_v1alpha1_collection_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_collection_cluster_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings | -[**delete_rbac_authorization_v1alpha1_collection_namespaced_role**](RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_collection_namespaced_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles | -[**delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings | -[**delete_rbac_authorization_v1alpha1_namespaced_role**](RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_namespaced_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | -[**delete_rbac_authorization_v1alpha1_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#delete_rbac_authorization_v1alpha1_namespaced_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | -[**get_rbac_authorization_v1alpha1_api_resources**](RbacAuthorizationV1alpha1Api.md#get_rbac_authorization_v1alpha1_api_resources) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/ | -[**list_rbac_authorization_v1alpha1_cluster_role**](RbacAuthorizationV1alpha1Api.md#list_rbac_authorization_v1alpha1_cluster_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles | -[**list_rbac_authorization_v1alpha1_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#list_rbac_authorization_v1alpha1_cluster_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings | -[**list_rbac_authorization_v1alpha1_namespaced_role**](RbacAuthorizationV1alpha1Api.md#list_rbac_authorization_v1alpha1_namespaced_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles | -[**list_rbac_authorization_v1alpha1_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#list_rbac_authorization_v1alpha1_namespaced_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings | -[**list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces**](RbacAuthorizationV1alpha1Api.md#list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/rolebindings | -[**list_rbac_authorization_v1alpha1_role_for_all_namespaces**](RbacAuthorizationV1alpha1Api.md#list_rbac_authorization_v1alpha1_role_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/roles | -[**patch_rbac_authorization_v1alpha1_cluster_role**](RbacAuthorizationV1alpha1Api.md#patch_rbac_authorization_v1alpha1_cluster_role) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | -[**patch_rbac_authorization_v1alpha1_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#patch_rbac_authorization_v1alpha1_cluster_role_binding) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | -[**patch_rbac_authorization_v1alpha1_namespaced_role**](RbacAuthorizationV1alpha1Api.md#patch_rbac_authorization_v1alpha1_namespaced_role) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | -[**patch_rbac_authorization_v1alpha1_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#patch_rbac_authorization_v1alpha1_namespaced_role_binding) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | -[**read_rbac_authorization_v1alpha1_cluster_role**](RbacAuthorizationV1alpha1Api.md#read_rbac_authorization_v1alpha1_cluster_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | -[**read_rbac_authorization_v1alpha1_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#read_rbac_authorization_v1alpha1_cluster_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | -[**read_rbac_authorization_v1alpha1_namespaced_role**](RbacAuthorizationV1alpha1Api.md#read_rbac_authorization_v1alpha1_namespaced_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | -[**read_rbac_authorization_v1alpha1_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#read_rbac_authorization_v1alpha1_namespaced_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | -[**replace_rbac_authorization_v1alpha1_cluster_role**](RbacAuthorizationV1alpha1Api.md#replace_rbac_authorization_v1alpha1_cluster_role) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | -[**replace_rbac_authorization_v1alpha1_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#replace_rbac_authorization_v1alpha1_cluster_role_binding) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | -[**replace_rbac_authorization_v1alpha1_namespaced_role**](RbacAuthorizationV1alpha1Api.md#replace_rbac_authorization_v1alpha1_namespaced_role) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | -[**replace_rbac_authorization_v1alpha1_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#replace_rbac_authorization_v1alpha1_namespaced_role_binding) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | -[**watch_rbac_authorization_v1alpha1_cluster_role**](RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_cluster_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles/{name} | -[**watch_rbac_authorization_v1alpha1_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_cluster_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings/{name} | -[**watch_rbac_authorization_v1alpha1_cluster_role_binding_list**](RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_cluster_role_binding_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings | -[**watch_rbac_authorization_v1alpha1_cluster_role_list**](RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_cluster_role_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles | -[**watch_rbac_authorization_v1alpha1_namespaced_role**](RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_namespaced_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles/{name} | -[**watch_rbac_authorization_v1alpha1_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_namespaced_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings/{name} | -[**watch_rbac_authorization_v1alpha1_namespaced_role_binding_list**](RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_namespaced_role_binding_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings | -[**watch_rbac_authorization_v1alpha1_namespaced_role_list**](RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_namespaced_role_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles | -[**watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces**](RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/rolebindings | -[**watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces**](RbacAuthorizationV1alpha1Api.md#watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/roles | - - -# **create_rbac_authorization_v1alpha1_cluster_role** -> V1alpha1ClusterRole create_rbac_authorization_v1alpha1_cluster_role(body, pretty=pretty) +[**create_cluster_role**](RbacAuthorizationV1alpha1Api.md#create_cluster_role) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles | +[**create_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#create_cluster_role_binding) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings | +[**create_namespaced_role**](RbacAuthorizationV1alpha1Api.md#create_namespaced_role) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles | +[**create_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#create_namespaced_role_binding) | **POST** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings | +[**delete_cluster_role**](RbacAuthorizationV1alpha1Api.md#delete_cluster_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | +[**delete_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#delete_cluster_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | +[**delete_collection_cluster_role**](RbacAuthorizationV1alpha1Api.md#delete_collection_cluster_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles | +[**delete_collection_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#delete_collection_cluster_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings | +[**delete_collection_namespaced_role**](RbacAuthorizationV1alpha1Api.md#delete_collection_namespaced_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles | +[**delete_collection_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#delete_collection_namespaced_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings | +[**delete_namespaced_role**](RbacAuthorizationV1alpha1Api.md#delete_namespaced_role) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | +[**delete_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#delete_namespaced_role_binding) | **DELETE** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | +[**get_api_resources**](RbacAuthorizationV1alpha1Api.md#get_api_resources) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/ | +[**list_cluster_role**](RbacAuthorizationV1alpha1Api.md#list_cluster_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles | +[**list_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#list_cluster_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings | +[**list_namespaced_role**](RbacAuthorizationV1alpha1Api.md#list_namespaced_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles | +[**list_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#list_namespaced_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings | +[**list_role_binding_for_all_namespaces**](RbacAuthorizationV1alpha1Api.md#list_role_binding_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/rolebindings | +[**list_role_for_all_namespaces**](RbacAuthorizationV1alpha1Api.md#list_role_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/roles | +[**patch_cluster_role**](RbacAuthorizationV1alpha1Api.md#patch_cluster_role) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | +[**patch_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#patch_cluster_role_binding) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | +[**patch_namespaced_role**](RbacAuthorizationV1alpha1Api.md#patch_namespaced_role) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | +[**patch_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#patch_namespaced_role_binding) | **PATCH** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | +[**read_cluster_role**](RbacAuthorizationV1alpha1Api.md#read_cluster_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | +[**read_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#read_cluster_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | +[**read_namespaced_role**](RbacAuthorizationV1alpha1Api.md#read_namespaced_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | +[**read_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#read_namespaced_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | +[**replace_cluster_role**](RbacAuthorizationV1alpha1Api.md#replace_cluster_role) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name} | +[**replace_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#replace_cluster_role_binding) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name} | +[**replace_namespaced_role**](RbacAuthorizationV1alpha1Api.md#replace_namespaced_role) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name} | +[**replace_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#replace_namespaced_role_binding) | **PUT** /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name} | +[**watch_cluster_role**](RbacAuthorizationV1alpha1Api.md#watch_cluster_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles/{name} | +[**watch_cluster_role_binding**](RbacAuthorizationV1alpha1Api.md#watch_cluster_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings/{name} | +[**watch_cluster_role_binding_list**](RbacAuthorizationV1alpha1Api.md#watch_cluster_role_binding_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings | +[**watch_cluster_role_list**](RbacAuthorizationV1alpha1Api.md#watch_cluster_role_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles | +[**watch_namespaced_role**](RbacAuthorizationV1alpha1Api.md#watch_namespaced_role) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles/{name} | +[**watch_namespaced_role_binding**](RbacAuthorizationV1alpha1Api.md#watch_namespaced_role_binding) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings/{name} | +[**watch_namespaced_role_binding_list**](RbacAuthorizationV1alpha1Api.md#watch_namespaced_role_binding_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings | +[**watch_namespaced_role_list**](RbacAuthorizationV1alpha1Api.md#watch_namespaced_role_list) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles | +[**watch_role_binding_list_for_all_namespaces**](RbacAuthorizationV1alpha1Api.md#watch_role_binding_list_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/rolebindings | +[**watch_role_list_for_all_namespaces**](RbacAuthorizationV1alpha1Api.md#watch_role_list_for_all_namespaces) | **GET** /apis/rbac.authorization.k8s.io/v1alpha1/watch/roles | + + +# **create_cluster_role** +> V1alpha1ClusterRole create_cluster_role(body, pretty=pretty) @@ -73,10 +73,10 @@ body = k8sclient.V1alpha1ClusterRole() # V1alpha1ClusterRole | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_rbac_authorization_v1alpha1_cluster_role(body, pretty=pretty) + api_response = api_instance.create_cluster_role(body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->create_rbac_authorization_v1alpha1_cluster_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->create_cluster_role: %s\n" % e) ``` ### Parameters @@ -101,8 +101,8 @@ 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) -# **create_rbac_authorization_v1alpha1_cluster_role_binding** -> V1alpha1ClusterRoleBinding create_rbac_authorization_v1alpha1_cluster_role_binding(body, pretty=pretty) +# **create_cluster_role_binding** +> V1alpha1ClusterRoleBinding create_cluster_role_binding(body, pretty=pretty) @@ -127,10 +127,10 @@ body = k8sclient.V1alpha1ClusterRoleBinding() # V1alpha1ClusterRoleBinding | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_rbac_authorization_v1alpha1_cluster_role_binding(body, pretty=pretty) + api_response = api_instance.create_cluster_role_binding(body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->create_rbac_authorization_v1alpha1_cluster_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->create_cluster_role_binding: %s\n" % e) ``` ### Parameters @@ -155,8 +155,8 @@ 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) -# **create_rbac_authorization_v1alpha1_namespaced_role** -> V1alpha1Role create_rbac_authorization_v1alpha1_namespaced_role(namespace, body, pretty=pretty) +# **create_namespaced_role** +> V1alpha1Role create_namespaced_role(namespace, body, pretty=pretty) @@ -182,10 +182,10 @@ body = k8sclient.V1alpha1Role() # V1alpha1Role | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_rbac_authorization_v1alpha1_namespaced_role(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_role(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->create_rbac_authorization_v1alpha1_namespaced_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->create_namespaced_role: %s\n" % e) ``` ### Parameters @@ -211,8 +211,8 @@ 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) -# **create_rbac_authorization_v1alpha1_namespaced_role_binding** -> V1alpha1RoleBinding create_rbac_authorization_v1alpha1_namespaced_role_binding(namespace, body, pretty=pretty) +# **create_namespaced_role_binding** +> V1alpha1RoleBinding create_namespaced_role_binding(namespace, body, pretty=pretty) @@ -238,10 +238,10 @@ body = k8sclient.V1alpha1RoleBinding() # V1alpha1RoleBinding | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_rbac_authorization_v1alpha1_namespaced_role_binding(namespace, body, pretty=pretty) + api_response = api_instance.create_namespaced_role_binding(namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->create_rbac_authorization_v1alpha1_namespaced_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->create_namespaced_role_binding: %s\n" % e) ``` ### Parameters @@ -267,8 +267,8 @@ 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) -# **delete_rbac_authorization_v1alpha1_cluster_role** -> UnversionedStatus delete_rbac_authorization_v1alpha1_cluster_role(name, body, pretty=pretty) +# **delete_cluster_role** +> UnversionedStatus delete_cluster_role(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -292,12 +292,14 @@ api_instance = k8sclient.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the ClusterRole body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_rbac_authorization_v1alpha1_cluster_role(name, body, pretty=pretty) + api_response = api_instance.delete_cluster_role(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->delete_rbac_authorization_v1alpha1_cluster_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->delete_cluster_role: %s\n" % e) ``` ### Parameters @@ -307,6 +309,8 @@ Name | Type | Description | Notes **name** | **str**| name of the ClusterRole | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -323,8 +327,8 @@ 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) -# **delete_rbac_authorization_v1alpha1_cluster_role_binding** -> UnversionedStatus delete_rbac_authorization_v1alpha1_cluster_role_binding(name, body, pretty=pretty) +# **delete_cluster_role_binding** +> UnversionedStatus delete_cluster_role_binding(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -348,12 +352,14 @@ api_instance = k8sclient.RbacAuthorizationV1alpha1Api() name = 'name_example' # str | name of the ClusterRoleBinding body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_rbac_authorization_v1alpha1_cluster_role_binding(name, body, pretty=pretty) + api_response = api_instance.delete_cluster_role_binding(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->delete_rbac_authorization_v1alpha1_cluster_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->delete_cluster_role_binding: %s\n" % e) ``` ### Parameters @@ -363,6 +369,8 @@ Name | Type | Description | Notes **name** | **str**| name of the ClusterRoleBinding | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -379,8 +387,8 @@ 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) -# **delete_rbac_authorization_v1alpha1_collection_cluster_role** -> UnversionedStatus delete_rbac_authorization_v1alpha1_collection_cluster_role(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_cluster_role** +> UnversionedStatus delete_collection_cluster_role(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -409,10 +417,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_rbac_authorization_v1alpha1_collection_cluster_role(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_cluster_role(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->delete_rbac_authorization_v1alpha1_collection_cluster_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->delete_collection_cluster_role: %s\n" % e) ``` ### Parameters @@ -441,8 +449,8 @@ 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) -# **delete_rbac_authorization_v1alpha1_collection_cluster_role_binding** -> UnversionedStatus delete_rbac_authorization_v1alpha1_collection_cluster_role_binding(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_cluster_role_binding** +> UnversionedStatus delete_collection_cluster_role_binding(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -471,10 +479,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_rbac_authorization_v1alpha1_collection_cluster_role_binding(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_cluster_role_binding(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->delete_rbac_authorization_v1alpha1_collection_cluster_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->delete_collection_cluster_role_binding: %s\n" % e) ``` ### Parameters @@ -503,8 +511,8 @@ 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) -# **delete_rbac_authorization_v1alpha1_collection_namespaced_role** -> UnversionedStatus delete_rbac_authorization_v1alpha1_collection_namespaced_role(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_role** +> UnversionedStatus delete_collection_namespaced_role(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -534,10 +542,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_rbac_authorization_v1alpha1_collection_namespaced_role(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_role(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->delete_rbac_authorization_v1alpha1_collection_namespaced_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->delete_collection_namespaced_role: %s\n" % e) ``` ### Parameters @@ -567,8 +575,8 @@ 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) -# **delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding** -> UnversionedStatus delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_namespaced_role_binding** +> UnversionedStatus delete_collection_namespaced_role_binding(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -598,10 +606,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_rbac_authorization_v1alpha1_collection_namespaced_role_binding(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_namespaced_role_binding(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->delete_collection_namespaced_role_binding: %s\n" % e) ``` ### Parameters @@ -631,8 +639,8 @@ 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) -# **delete_rbac_authorization_v1alpha1_namespaced_role** -> UnversionedStatus delete_rbac_authorization_v1alpha1_namespaced_role(name, namespace, body, pretty=pretty) +# **delete_namespaced_role** +> UnversionedStatus delete_namespaced_role(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -657,12 +665,14 @@ name = 'name_example' # str | name of the Role namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_rbac_authorization_v1alpha1_namespaced_role(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_role(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->delete_rbac_authorization_v1alpha1_namespaced_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->delete_namespaced_role: %s\n" % e) ``` ### Parameters @@ -673,6 +683,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -689,8 +701,8 @@ 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) -# **delete_rbac_authorization_v1alpha1_namespaced_role_binding** -> UnversionedStatus delete_rbac_authorization_v1alpha1_namespaced_role_binding(name, namespace, body, pretty=pretty) +# **delete_namespaced_role_binding** +> UnversionedStatus delete_namespaced_role_binding(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -715,12 +727,14 @@ name = 'name_example' # str | name of the RoleBinding namespace = 'namespace_example' # str | object name and auth scope, such as for teams and projects body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_rbac_authorization_v1alpha1_namespaced_role_binding(name, namespace, body, pretty=pretty) + api_response = api_instance.delete_namespaced_role_binding(name, namespace, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->delete_rbac_authorization_v1alpha1_namespaced_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->delete_namespaced_role_binding: %s\n" % e) ``` ### Parameters @@ -731,6 +745,8 @@ Name | Type | Description | Notes **namespace** | **str**| object name and auth scope, such as for teams and projects | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -747,8 +763,8 @@ 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) -# **get_rbac_authorization_v1alpha1_api_resources** -> UnversionedAPIResourceList get_rbac_authorization_v1alpha1_api_resources() +# **get_api_resources** +> UnversionedAPIResourceList get_api_resources() @@ -771,10 +787,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.RbacAuthorizationV1alpha1Api() try: - api_response = api_instance.get_rbac_authorization_v1alpha1_api_resources() + api_response = api_instance.get_api_resources() pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->get_rbac_authorization_v1alpha1_api_resources: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->get_api_resources: %s\n" % e) ``` ### Parameters @@ -795,8 +811,8 @@ This endpoint does not need any parameter. [[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_rbac_authorization_v1alpha1_cluster_role** -> V1alpha1ClusterRoleList list_rbac_authorization_v1alpha1_cluster_role(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_cluster_role** +> V1alpha1ClusterRoleList list_cluster_role(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -825,10 +841,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_rbac_authorization_v1alpha1_cluster_role(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_cluster_role(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->list_rbac_authorization_v1alpha1_cluster_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->list_cluster_role: %s\n" % e) ``` ### Parameters @@ -857,8 +873,8 @@ 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) -# **list_rbac_authorization_v1alpha1_cluster_role_binding** -> V1alpha1ClusterRoleBindingList list_rbac_authorization_v1alpha1_cluster_role_binding(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_cluster_role_binding** +> V1alpha1ClusterRoleBindingList list_cluster_role_binding(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -887,10 +903,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_rbac_authorization_v1alpha1_cluster_role_binding(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_cluster_role_binding(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->list_rbac_authorization_v1alpha1_cluster_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->list_cluster_role_binding: %s\n" % e) ``` ### Parameters @@ -919,8 +935,8 @@ 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) -# **list_rbac_authorization_v1alpha1_namespaced_role** -> V1alpha1RoleList list_rbac_authorization_v1alpha1_namespaced_role(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_role** +> V1alpha1RoleList list_namespaced_role(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -950,10 +966,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_rbac_authorization_v1alpha1_namespaced_role(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_role(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->list_rbac_authorization_v1alpha1_namespaced_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->list_namespaced_role: %s\n" % e) ``` ### Parameters @@ -983,8 +999,8 @@ 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) -# **list_rbac_authorization_v1alpha1_namespaced_role_binding** -> V1alpha1RoleBindingList list_rbac_authorization_v1alpha1_namespaced_role_binding(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_namespaced_role_binding** +> V1alpha1RoleBindingList list_namespaced_role_binding(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -1014,10 +1030,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_rbac_authorization_v1alpha1_namespaced_role_binding(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_namespaced_role_binding(namespace, pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->list_rbac_authorization_v1alpha1_namespaced_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->list_namespaced_role_binding: %s\n" % e) ``` ### Parameters @@ -1047,8 +1063,8 @@ 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) -# **list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces** -> V1alpha1RoleBindingList list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_role_binding_for_all_namespaces** +> V1alpha1RoleBindingList list_role_binding_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -1077,10 +1093,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_rbac_authorization_v1alpha1_role_binding_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_role_binding_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->list_role_binding_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -1109,8 +1125,8 @@ 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) -# **list_rbac_authorization_v1alpha1_role_for_all_namespaces** -> V1alpha1RoleList list_rbac_authorization_v1alpha1_role_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_role_for_all_namespaces** +> V1alpha1RoleList list_role_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -1139,10 +1155,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_rbac_authorization_v1alpha1_role_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_role_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->list_rbac_authorization_v1alpha1_role_for_all_namespaces: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->list_role_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -1171,8 +1187,8 @@ 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_rbac_authorization_v1alpha1_cluster_role** -> V1alpha1ClusterRole patch_rbac_authorization_v1alpha1_cluster_role(name, body, pretty=pretty) +# **patch_cluster_role** +> V1alpha1ClusterRole patch_cluster_role(name, body, pretty=pretty) @@ -1198,10 +1214,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_rbac_authorization_v1alpha1_cluster_role(name, body, pretty=pretty) + api_response = api_instance.patch_cluster_role(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->patch_rbac_authorization_v1alpha1_cluster_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->patch_cluster_role: %s\n" % e) ``` ### Parameters @@ -1227,8 +1243,8 @@ 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_rbac_authorization_v1alpha1_cluster_role_binding** -> V1alpha1ClusterRoleBinding patch_rbac_authorization_v1alpha1_cluster_role_binding(name, body, pretty=pretty) +# **patch_cluster_role_binding** +> V1alpha1ClusterRoleBinding patch_cluster_role_binding(name, body, pretty=pretty) @@ -1254,10 +1270,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_rbac_authorization_v1alpha1_cluster_role_binding(name, body, pretty=pretty) + api_response = api_instance.patch_cluster_role_binding(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->patch_rbac_authorization_v1alpha1_cluster_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->patch_cluster_role_binding: %s\n" % e) ``` ### Parameters @@ -1283,8 +1299,8 @@ 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_rbac_authorization_v1alpha1_namespaced_role** -> V1alpha1Role patch_rbac_authorization_v1alpha1_namespaced_role(name, namespace, body, pretty=pretty) +# **patch_namespaced_role** +> V1alpha1Role patch_namespaced_role(name, namespace, body, pretty=pretty) @@ -1311,10 +1327,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_rbac_authorization_v1alpha1_namespaced_role(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_role(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->patch_rbac_authorization_v1alpha1_namespaced_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->patch_namespaced_role: %s\n" % e) ``` ### Parameters @@ -1341,8 +1357,8 @@ 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_rbac_authorization_v1alpha1_namespaced_role_binding** -> V1alpha1RoleBinding patch_rbac_authorization_v1alpha1_namespaced_role_binding(name, namespace, body, pretty=pretty) +# **patch_namespaced_role_binding** +> V1alpha1RoleBinding patch_namespaced_role_binding(name, namespace, body, pretty=pretty) @@ -1369,10 +1385,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_rbac_authorization_v1alpha1_namespaced_role_binding(name, namespace, body, pretty=pretty) + api_response = api_instance.patch_namespaced_role_binding(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->patch_rbac_authorization_v1alpha1_namespaced_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->patch_namespaced_role_binding: %s\n" % e) ``` ### Parameters @@ -1399,8 +1415,8 @@ 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_rbac_authorization_v1alpha1_cluster_role** -> V1alpha1ClusterRole read_rbac_authorization_v1alpha1_cluster_role(name, pretty=pretty) +# **read_cluster_role** +> V1alpha1ClusterRole read_cluster_role(name, pretty=pretty) @@ -1425,10 +1441,10 @@ name = 'name_example' # str | name of the ClusterRole pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_rbac_authorization_v1alpha1_cluster_role(name, pretty=pretty) + api_response = api_instance.read_cluster_role(name, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->read_rbac_authorization_v1alpha1_cluster_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->read_cluster_role: %s\n" % e) ``` ### Parameters @@ -1453,8 +1469,8 @@ 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_rbac_authorization_v1alpha1_cluster_role_binding** -> V1alpha1ClusterRoleBinding read_rbac_authorization_v1alpha1_cluster_role_binding(name, pretty=pretty) +# **read_cluster_role_binding** +> V1alpha1ClusterRoleBinding read_cluster_role_binding(name, pretty=pretty) @@ -1479,10 +1495,10 @@ name = 'name_example' # str | name of the ClusterRoleBinding pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_rbac_authorization_v1alpha1_cluster_role_binding(name, pretty=pretty) + api_response = api_instance.read_cluster_role_binding(name, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->read_rbac_authorization_v1alpha1_cluster_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->read_cluster_role_binding: %s\n" % e) ``` ### Parameters @@ -1507,8 +1523,8 @@ 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_rbac_authorization_v1alpha1_namespaced_role** -> V1alpha1Role read_rbac_authorization_v1alpha1_namespaced_role(name, namespace, pretty=pretty) +# **read_namespaced_role** +> V1alpha1Role read_namespaced_role(name, namespace, pretty=pretty) @@ -1534,10 +1550,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_rbac_authorization_v1alpha1_namespaced_role(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_role(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->read_rbac_authorization_v1alpha1_namespaced_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->read_namespaced_role: %s\n" % e) ``` ### Parameters @@ -1563,8 +1579,8 @@ 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_rbac_authorization_v1alpha1_namespaced_role_binding** -> V1alpha1RoleBinding read_rbac_authorization_v1alpha1_namespaced_role_binding(name, namespace, pretty=pretty) +# **read_namespaced_role_binding** +> V1alpha1RoleBinding read_namespaced_role_binding(name, namespace, pretty=pretty) @@ -1590,10 +1606,10 @@ namespace = 'namespace_example' # str | object name and auth scope, such as for pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.read_rbac_authorization_v1alpha1_namespaced_role_binding(name, namespace, pretty=pretty) + api_response = api_instance.read_namespaced_role_binding(name, namespace, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->read_rbac_authorization_v1alpha1_namespaced_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->read_namespaced_role_binding: %s\n" % e) ``` ### Parameters @@ -1619,8 +1635,8 @@ 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) -# **replace_rbac_authorization_v1alpha1_cluster_role** -> V1alpha1ClusterRole replace_rbac_authorization_v1alpha1_cluster_role(name, body, pretty=pretty) +# **replace_cluster_role** +> V1alpha1ClusterRole replace_cluster_role(name, body, pretty=pretty) @@ -1646,10 +1662,10 @@ body = k8sclient.V1alpha1ClusterRole() # V1alpha1ClusterRole | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_rbac_authorization_v1alpha1_cluster_role(name, body, pretty=pretty) + api_response = api_instance.replace_cluster_role(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->replace_rbac_authorization_v1alpha1_cluster_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->replace_cluster_role: %s\n" % e) ``` ### Parameters @@ -1675,8 +1691,8 @@ 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) -# **replace_rbac_authorization_v1alpha1_cluster_role_binding** -> V1alpha1ClusterRoleBinding replace_rbac_authorization_v1alpha1_cluster_role_binding(name, body, pretty=pretty) +# **replace_cluster_role_binding** +> V1alpha1ClusterRoleBinding replace_cluster_role_binding(name, body, pretty=pretty) @@ -1702,10 +1718,10 @@ body = k8sclient.V1alpha1ClusterRoleBinding() # V1alpha1ClusterRoleBinding | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_rbac_authorization_v1alpha1_cluster_role_binding(name, body, pretty=pretty) + api_response = api_instance.replace_cluster_role_binding(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->replace_rbac_authorization_v1alpha1_cluster_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->replace_cluster_role_binding: %s\n" % e) ``` ### Parameters @@ -1731,8 +1747,8 @@ 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) -# **replace_rbac_authorization_v1alpha1_namespaced_role** -> V1alpha1Role replace_rbac_authorization_v1alpha1_namespaced_role(name, namespace, body, pretty=pretty) +# **replace_namespaced_role** +> V1alpha1Role replace_namespaced_role(name, namespace, body, pretty=pretty) @@ -1759,10 +1775,10 @@ body = k8sclient.V1alpha1Role() # V1alpha1Role | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_rbac_authorization_v1alpha1_namespaced_role(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_role(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->replace_rbac_authorization_v1alpha1_namespaced_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->replace_namespaced_role: %s\n" % e) ``` ### Parameters @@ -1789,8 +1805,8 @@ 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) -# **replace_rbac_authorization_v1alpha1_namespaced_role_binding** -> V1alpha1RoleBinding replace_rbac_authorization_v1alpha1_namespaced_role_binding(name, namespace, body, pretty=pretty) +# **replace_namespaced_role_binding** +> V1alpha1RoleBinding replace_namespaced_role_binding(name, namespace, body, pretty=pretty) @@ -1817,10 +1833,10 @@ body = k8sclient.V1alpha1RoleBinding() # V1alpha1RoleBinding | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_rbac_authorization_v1alpha1_namespaced_role_binding(name, namespace, body, pretty=pretty) + api_response = api_instance.replace_namespaced_role_binding(name, namespace, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->replace_rbac_authorization_v1alpha1_namespaced_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->replace_namespaced_role_binding: %s\n" % e) ``` ### Parameters @@ -1847,8 +1863,8 @@ 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) -# **watch_rbac_authorization_v1alpha1_cluster_role** -> VersionedEvent watch_rbac_authorization_v1alpha1_cluster_role(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_cluster_role** +> VersionedEvent watch_cluster_role(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -1878,10 +1894,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_rbac_authorization_v1alpha1_cluster_role(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_cluster_role(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->watch_rbac_authorization_v1alpha1_cluster_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->watch_cluster_role: %s\n" % e) ``` ### Parameters @@ -1911,8 +1927,8 @@ 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) -# **watch_rbac_authorization_v1alpha1_cluster_role_binding** -> VersionedEvent watch_rbac_authorization_v1alpha1_cluster_role_binding(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_cluster_role_binding** +> VersionedEvent watch_cluster_role_binding(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -1942,10 +1958,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_rbac_authorization_v1alpha1_cluster_role_binding(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_cluster_role_binding(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->watch_rbac_authorization_v1alpha1_cluster_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->watch_cluster_role_binding: %s\n" % e) ``` ### Parameters @@ -1975,8 +1991,8 @@ 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) -# **watch_rbac_authorization_v1alpha1_cluster_role_binding_list** -> VersionedEvent watch_rbac_authorization_v1alpha1_cluster_role_binding_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_cluster_role_binding_list** +> VersionedEvent watch_cluster_role_binding_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2005,10 +2021,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_rbac_authorization_v1alpha1_cluster_role_binding_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_cluster_role_binding_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->watch_rbac_authorization_v1alpha1_cluster_role_binding_list: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->watch_cluster_role_binding_list: %s\n" % e) ``` ### Parameters @@ -2037,8 +2053,8 @@ 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) -# **watch_rbac_authorization_v1alpha1_cluster_role_list** -> VersionedEvent watch_rbac_authorization_v1alpha1_cluster_role_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_cluster_role_list** +> VersionedEvent watch_cluster_role_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2067,10 +2083,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_rbac_authorization_v1alpha1_cluster_role_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_cluster_role_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->watch_rbac_authorization_v1alpha1_cluster_role_list: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->watch_cluster_role_list: %s\n" % e) ``` ### Parameters @@ -2099,8 +2115,8 @@ 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) -# **watch_rbac_authorization_v1alpha1_namespaced_role** -> VersionedEvent watch_rbac_authorization_v1alpha1_namespaced_role(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_role** +> VersionedEvent watch_namespaced_role(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2131,10 +2147,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_rbac_authorization_v1alpha1_namespaced_role(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_role(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->watch_rbac_authorization_v1alpha1_namespaced_role: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->watch_namespaced_role: %s\n" % e) ``` ### Parameters @@ -2165,8 +2181,8 @@ 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) -# **watch_rbac_authorization_v1alpha1_namespaced_role_binding** -> VersionedEvent watch_rbac_authorization_v1alpha1_namespaced_role_binding(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_role_binding** +> VersionedEvent watch_namespaced_role_binding(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2197,10 +2213,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_rbac_authorization_v1alpha1_namespaced_role_binding(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_role_binding(name, namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->watch_rbac_authorization_v1alpha1_namespaced_role_binding: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->watch_namespaced_role_binding: %s\n" % e) ``` ### Parameters @@ -2231,8 +2247,8 @@ 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) -# **watch_rbac_authorization_v1alpha1_namespaced_role_binding_list** -> VersionedEvent watch_rbac_authorization_v1alpha1_namespaced_role_binding_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_role_binding_list** +> VersionedEvent watch_namespaced_role_binding_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2262,10 +2278,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_rbac_authorization_v1alpha1_namespaced_role_binding_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_role_binding_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->watch_rbac_authorization_v1alpha1_namespaced_role_binding_list: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->watch_namespaced_role_binding_list: %s\n" % e) ``` ### Parameters @@ -2295,8 +2311,8 @@ 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) -# **watch_rbac_authorization_v1alpha1_namespaced_role_list** -> VersionedEvent watch_rbac_authorization_v1alpha1_namespaced_role_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_namespaced_role_list** +> VersionedEvent watch_namespaced_role_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2326,10 +2342,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_rbac_authorization_v1alpha1_namespaced_role_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_namespaced_role_list(namespace, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->watch_rbac_authorization_v1alpha1_namespaced_role_list: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->watch_namespaced_role_list: %s\n" % e) ``` ### Parameters @@ -2359,8 +2375,8 @@ 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) -# **watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces** -> VersionedEvent watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_role_binding_list_for_all_namespaces** +> VersionedEvent watch_role_binding_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2389,10 +2405,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_role_binding_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->watch_role_binding_list_for_all_namespaces: %s\n" % e) ``` ### Parameters @@ -2421,8 +2437,8 @@ 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) -# **watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces** -> VersionedEvent watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_role_list_for_all_namespaces** +> VersionedEvent watch_role_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -2451,10 +2467,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_role_list_for_all_namespaces(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling RbacAuthorizationV1alpha1Api->watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces: %s\n" % e) + print("Exception when calling RbacAuthorizationV1alpha1Api->watch_role_list_for_all_namespaces: %s\n" % e) ``` ### Parameters diff --git a/docs/StorageApi.md b/docs/StorageApi.md index 36240c0e96..25107decab 100644 --- a/docs/StorageApi.md +++ b/docs/StorageApi.md @@ -4,11 +4,11 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**get_storage_api_group**](StorageApi.md#get_storage_api_group) | **GET** /apis/storage.k8s.io/ | +[**get_api_group**](StorageApi.md#get_api_group) | **GET** /apis/storage.k8s.io/ | -# **get_storage_api_group** -> UnversionedAPIGroup get_storage_api_group() +# **get_api_group** +> UnversionedAPIGroup get_api_group() @@ -31,10 +31,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.StorageApi() try: - api_response = api_instance.get_storage_api_group() + api_response = api_instance.get_api_group() pprint(api_response) except ApiException as e: - print("Exception when calling StorageApi->get_storage_api_group: %s\n" % e) + print("Exception when calling StorageApi->get_api_group: %s\n" % e) ``` ### Parameters diff --git a/docs/StorageV1beta1Api.md b/docs/StorageV1beta1Api.md index 85cb9ab91c..0143ee05d4 100644 --- a/docs/StorageV1beta1Api.md +++ b/docs/StorageV1beta1Api.md @@ -4,20 +4,20 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**create_storage_v1beta1_storage_class**](StorageV1beta1Api.md#create_storage_v1beta1_storage_class) | **POST** /apis/storage.k8s.io/v1beta1/storageclasses | -[**delete_storage_v1beta1_collection_storage_class**](StorageV1beta1Api.md#delete_storage_v1beta1_collection_storage_class) | **DELETE** /apis/storage.k8s.io/v1beta1/storageclasses | -[**delete_storage_v1beta1_storage_class**](StorageV1beta1Api.md#delete_storage_v1beta1_storage_class) | **DELETE** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | -[**get_storage_v1beta1_api_resources**](StorageV1beta1Api.md#get_storage_v1beta1_api_resources) | **GET** /apis/storage.k8s.io/v1beta1/ | -[**list_storage_v1beta1_storage_class**](StorageV1beta1Api.md#list_storage_v1beta1_storage_class) | **GET** /apis/storage.k8s.io/v1beta1/storageclasses | -[**patch_storage_v1beta1_storage_class**](StorageV1beta1Api.md#patch_storage_v1beta1_storage_class) | **PATCH** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | -[**read_storage_v1beta1_storage_class**](StorageV1beta1Api.md#read_storage_v1beta1_storage_class) | **GET** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | -[**replace_storage_v1beta1_storage_class**](StorageV1beta1Api.md#replace_storage_v1beta1_storage_class) | **PUT** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | -[**watch_storage_v1beta1_storage_class**](StorageV1beta1Api.md#watch_storage_v1beta1_storage_class) | **GET** /apis/storage.k8s.io/v1beta1/watch/storageclasses/{name} | -[**watch_storage_v1beta1_storage_class_list**](StorageV1beta1Api.md#watch_storage_v1beta1_storage_class_list) | **GET** /apis/storage.k8s.io/v1beta1/watch/storageclasses | +[**create_storage_class**](StorageV1beta1Api.md#create_storage_class) | **POST** /apis/storage.k8s.io/v1beta1/storageclasses | +[**delete_collection_storage_class**](StorageV1beta1Api.md#delete_collection_storage_class) | **DELETE** /apis/storage.k8s.io/v1beta1/storageclasses | +[**delete_storage_class**](StorageV1beta1Api.md#delete_storage_class) | **DELETE** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | +[**get_api_resources**](StorageV1beta1Api.md#get_api_resources) | **GET** /apis/storage.k8s.io/v1beta1/ | +[**list_storage_class**](StorageV1beta1Api.md#list_storage_class) | **GET** /apis/storage.k8s.io/v1beta1/storageclasses | +[**patch_storage_class**](StorageV1beta1Api.md#patch_storage_class) | **PATCH** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | +[**read_storage_class**](StorageV1beta1Api.md#read_storage_class) | **GET** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | +[**replace_storage_class**](StorageV1beta1Api.md#replace_storage_class) | **PUT** /apis/storage.k8s.io/v1beta1/storageclasses/{name} | +[**watch_storage_class**](StorageV1beta1Api.md#watch_storage_class) | **GET** /apis/storage.k8s.io/v1beta1/watch/storageclasses/{name} | +[**watch_storage_class_list**](StorageV1beta1Api.md#watch_storage_class_list) | **GET** /apis/storage.k8s.io/v1beta1/watch/storageclasses | -# **create_storage_v1beta1_storage_class** -> V1beta1StorageClass create_storage_v1beta1_storage_class(body, pretty=pretty) +# **create_storage_class** +> V1beta1StorageClass create_storage_class(body, pretty=pretty) @@ -42,10 +42,10 @@ body = k8sclient.V1beta1StorageClass() # V1beta1StorageClass | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.create_storage_v1beta1_storage_class(body, pretty=pretty) + api_response = api_instance.create_storage_class(body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling StorageV1beta1Api->create_storage_v1beta1_storage_class: %s\n" % e) + print("Exception when calling StorageV1beta1Api->create_storage_class: %s\n" % e) ``` ### Parameters @@ -70,8 +70,8 @@ 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) -# **delete_storage_v1beta1_collection_storage_class** -> UnversionedStatus delete_storage_v1beta1_collection_storage_class(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **delete_collection_storage_class** +> UnversionedStatus delete_collection_storage_class(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -100,10 +100,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_storage_v1beta1_collection_storage_class(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.delete_collection_storage_class(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling StorageV1beta1Api->delete_storage_v1beta1_collection_storage_class: %s\n" % e) + print("Exception when calling StorageV1beta1Api->delete_collection_storage_class: %s\n" % e) ``` ### Parameters @@ -132,8 +132,8 @@ 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) -# **delete_storage_v1beta1_storage_class** -> UnversionedStatus delete_storage_v1beta1_storage_class(name, body, pretty=pretty) +# **delete_storage_class** +> UnversionedStatus delete_storage_class(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) @@ -157,12 +157,14 @@ api_instance = k8sclient.StorageV1beta1Api() name = 'name_example' # str | name of the StorageClass body = k8sclient.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 | Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. (optional) try: - api_response = api_instance.delete_storage_v1beta1_storage_class(name, body, pretty=pretty) + api_response = api_instance.delete_storage_class(name, body, pretty=pretty, grace_period_seconds=grace_period_seconds, orphan_dependents=orphan_dependents) pprint(api_response) except ApiException as e: - print("Exception when calling StorageV1beta1Api->delete_storage_v1beta1_storage_class: %s\n" % e) + print("Exception when calling StorageV1beta1Api->delete_storage_class: %s\n" % e) ``` ### Parameters @@ -172,6 +174,8 @@ Name | Type | Description | Notes **name** | **str**| name of the StorageClass | **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**| Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. | [optional] ### Return type @@ -188,8 +192,8 @@ 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) -# **get_storage_v1beta1_api_resources** -> UnversionedAPIResourceList get_storage_v1beta1_api_resources() +# **get_api_resources** +> UnversionedAPIResourceList get_api_resources() @@ -212,10 +216,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.StorageV1beta1Api() try: - api_response = api_instance.get_storage_v1beta1_api_resources() + api_response = api_instance.get_api_resources() pprint(api_response) except ApiException as e: - print("Exception when calling StorageV1beta1Api->get_storage_v1beta1_api_resources: %s\n" % e) + print("Exception when calling StorageV1beta1Api->get_api_resources: %s\n" % e) ``` ### Parameters @@ -236,8 +240,8 @@ This endpoint does not need any parameter. [[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_storage_v1beta1_storage_class** -> V1beta1StorageClassList list_storage_v1beta1_storage_class(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **list_storage_class** +> V1beta1StorageClassList list_storage_class(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -266,10 +270,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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_storage_v1beta1_storage_class(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.list_storage_class(pretty=pretty, field_selector=field_selector, label_selector=label_selector, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling StorageV1beta1Api->list_storage_v1beta1_storage_class: %s\n" % e) + print("Exception when calling StorageV1beta1Api->list_storage_class: %s\n" % e) ``` ### Parameters @@ -298,8 +302,8 @@ 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_storage_v1beta1_storage_class** -> V1beta1StorageClass patch_storage_v1beta1_storage_class(name, body, pretty=pretty) +# **patch_storage_class** +> V1beta1StorageClass patch_storage_class(name, body, pretty=pretty) @@ -325,10 +329,10 @@ body = k8sclient.UnversionedPatch() # UnversionedPatch | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.patch_storage_v1beta1_storage_class(name, body, pretty=pretty) + api_response = api_instance.patch_storage_class(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling StorageV1beta1Api->patch_storage_v1beta1_storage_class: %s\n" % e) + print("Exception when calling StorageV1beta1Api->patch_storage_class: %s\n" % e) ``` ### Parameters @@ -354,8 +358,8 @@ 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_storage_v1beta1_storage_class** -> V1beta1StorageClass read_storage_v1beta1_storage_class(name, pretty=pretty, exact=exact, export=export) +# **read_storage_class** +> V1beta1StorageClass read_storage_class(name, pretty=pretty, exact=exact, export=export) @@ -382,10 +386,10 @@ exact = true # bool | Should the export be exact. Exact export maintains cluste export = true # bool | Should this value be exported. Export strips fields that a user can not specify. (optional) try: - api_response = api_instance.read_storage_v1beta1_storage_class(name, pretty=pretty, exact=exact, export=export) + api_response = api_instance.read_storage_class(name, pretty=pretty, exact=exact, export=export) pprint(api_response) except ApiException as e: - print("Exception when calling StorageV1beta1Api->read_storage_v1beta1_storage_class: %s\n" % e) + print("Exception when calling StorageV1beta1Api->read_storage_class: %s\n" % e) ``` ### Parameters @@ -412,8 +416,8 @@ 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) -# **replace_storage_v1beta1_storage_class** -> V1beta1StorageClass replace_storage_v1beta1_storage_class(name, body, pretty=pretty) +# **replace_storage_class** +> V1beta1StorageClass replace_storage_class(name, body, pretty=pretty) @@ -439,10 +443,10 @@ body = k8sclient.V1beta1StorageClass() # V1beta1StorageClass | pretty = 'pretty_example' # str | If 'true', then the output is pretty printed. (optional) try: - api_response = api_instance.replace_storage_v1beta1_storage_class(name, body, pretty=pretty) + api_response = api_instance.replace_storage_class(name, body, pretty=pretty) pprint(api_response) except ApiException as e: - print("Exception when calling StorageV1beta1Api->replace_storage_v1beta1_storage_class: %s\n" % e) + print("Exception when calling StorageV1beta1Api->replace_storage_class: %s\n" % e) ``` ### Parameters @@ -468,8 +472,8 @@ 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) -# **watch_storage_v1beta1_storage_class** -> VersionedEvent watch_storage_v1beta1_storage_class(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_storage_class** +> VersionedEvent watch_storage_class(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -499,10 +503,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_storage_v1beta1_storage_class(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_storage_class(name, field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling StorageV1beta1Api->watch_storage_v1beta1_storage_class: %s\n" % e) + print("Exception when calling StorageV1beta1Api->watch_storage_class: %s\n" % e) ``` ### Parameters @@ -532,8 +536,8 @@ 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) -# **watch_storage_v1beta1_storage_class_list** -> VersionedEvent watch_storage_v1beta1_storage_class_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) +# **watch_storage_class_list** +> VersionedEvent watch_storage_class_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) @@ -562,10 +566,10 @@ timeout_seconds = 56 # int | Timeout for the list/watch call. (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.watch_storage_v1beta1_storage_class_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) + api_response = api_instance.watch_storage_class_list(field_selector=field_selector, label_selector=label_selector, pretty=pretty, resource_version=resource_version, timeout_seconds=timeout_seconds, watch=watch) pprint(api_response) except ApiException as e: - print("Exception when calling StorageV1beta1Api->watch_storage_v1beta1_storage_class_list: %s\n" % e) + print("Exception when calling StorageV1beta1Api->watch_storage_class_list: %s\n" % e) ``` ### Parameters diff --git a/docs/V1ObjectMeta.md b/docs/V1ObjectMeta.md index b4d27943d0..908fc4f1aa 100644 --- a/docs/V1ObjectMeta.md +++ b/docs/V1ObjectMeta.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes **cluster_name** | **str** | The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request. | [optional] **creation_timestamp** | [**UnversionedTime**](UnversionedTime.md) | CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. Populated by the system. Read-only. Null for lists. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata | [optional] **deletion_grace_period_seconds** | **int** | Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. | [optional] -**deletion_timestamp** | [**UnversionedTime**](UnversionedTime.md) | DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource will be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field. Once set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. Once the resource is deleted in the API, the Kubelet will send a hard termination signal to the container. If not set, graceful deletion of the object has not been requested. Populated by the system when a graceful deletion is requested. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata | [optional] +**deletion_timestamp** | [**UnversionedTime**](UnversionedTime.md) | DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field. Once set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. Populated by the system when a graceful deletion is requested. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata | [optional] **finalizers** | **list[str]** | Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. | [optional] **generate_name** | **str** | GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. If this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header). Applied only if Name is not specified. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#idempotency | [optional] **generation** | **int** | A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. | [optional] diff --git a/docs/V1alpha1PodDisruptionBudget.md b/docs/V1alpha1PodDisruptionBudget.md deleted file mode 100644 index 164b6f8311..0000000000 --- a/docs/V1alpha1PodDisruptionBudget.md +++ /dev/null @@ -1,12 +0,0 @@ -# V1alpha1PodDisruptionBudget - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | | [optional] -**spec** | [**V1alpha1PodDisruptionBudgetSpec**](V1alpha1PodDisruptionBudgetSpec.md) | Specification of the desired behavior of the PodDisruptionBudget. | [optional] -**status** | [**V1alpha1PodDisruptionBudgetStatus**](V1alpha1PodDisruptionBudgetStatus.md) | Most recently observed status of the PodDisruptionBudget. | [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/docs/V1alpha1PodDisruptionBudgetStatus.md b/docs/V1alpha1PodDisruptionBudgetStatus.md deleted file mode 100644 index 2549b9841a..0000000000 --- a/docs/V1alpha1PodDisruptionBudgetStatus.md +++ /dev/null @@ -1,13 +0,0 @@ -# V1alpha1PodDisruptionBudgetStatus - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**current_healthy** | **int** | current number of healthy pods | -**desired_healthy** | **int** | minimum desired number of healthy pods | -**disruption_allowed** | **bool** | Whether or not a disruption is currently allowed. | -**expected_pods** | **int** | total number of pods counted by this disruption budget | - -[[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/docs/V1alpha1StatefulSet.md b/docs/V1alpha1StatefulSet.md deleted file mode 100644 index b8b0e881e5..0000000000 --- a/docs/V1alpha1StatefulSet.md +++ /dev/null @@ -1,12 +0,0 @@ -# V1alpha1StatefulSet - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | | [optional] -**spec** | [**V1alpha1StatefulSetSpec**](V1alpha1StatefulSetSpec.md) | Spec defines the desired identities of pods in this set. | [optional] -**status** | [**V1alpha1StatefulSetStatus**](V1alpha1StatefulSetStatus.md) | Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. | [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/docs/V1alpha1Eviction.md b/docs/V1beta1Eviction.md similarity index 77% rename from docs/V1alpha1Eviction.md rename to docs/V1beta1Eviction.md index 2baca01054..619e48016b 100644 --- a/docs/V1alpha1Eviction.md +++ b/docs/V1beta1Eviction.md @@ -1,10 +1,10 @@ -# V1alpha1Eviction +# V1beta1Eviction ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**delete_options** | [**V1DeleteOptions**](V1DeleteOptions.md) | DeleteOptions may be provided | [optional] -**metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | ObjectMeta describes the pod that is being evicted. | [optional] +**delete_options** | [**V1DeleteOptions**](V1DeleteOptions.md) | DeleteOptions may be provided | +**metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | ObjectMeta describes the pod that is being evicted. | [[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/docs/V1beta1PodDisruptionBudget.md b/docs/V1beta1PodDisruptionBudget.md new file mode 100644 index 0000000000..078c31206d --- /dev/null +++ b/docs/V1beta1PodDisruptionBudget.md @@ -0,0 +1,12 @@ +# V1beta1PodDisruptionBudget + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | | +**spec** | [**V1beta1PodDisruptionBudgetSpec**](V1beta1PodDisruptionBudgetSpec.md) | Specification of the desired behavior of the PodDisruptionBudget. | +**status** | [**V1beta1PodDisruptionBudgetStatus**](V1beta1PodDisruptionBudgetStatus.md) | Most recently observed status of the PodDisruptionBudget. | + +[[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/docs/V1alpha1PodDisruptionBudgetList.md b/docs/V1beta1PodDisruptionBudgetList.md similarity index 70% rename from docs/V1alpha1PodDisruptionBudgetList.md rename to docs/V1beta1PodDisruptionBudgetList.md index 82d7e361dd..8bcdbe9c00 100644 --- a/docs/V1alpha1PodDisruptionBudgetList.md +++ b/docs/V1beta1PodDisruptionBudgetList.md @@ -1,10 +1,10 @@ -# V1alpha1PodDisruptionBudgetList +# V1beta1PodDisruptionBudgetList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**items** | [**list[V1alpha1PodDisruptionBudget]**](V1alpha1PodDisruptionBudget.md) | | -**metadata** | [**UnversionedListMeta**](UnversionedListMeta.md) | | [optional] +**items** | [**list[V1beta1PodDisruptionBudget]**](V1beta1PodDisruptionBudget.md) | | +**metadata** | [**UnversionedListMeta**](UnversionedListMeta.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/docs/V1alpha1PodDisruptionBudgetSpec.md b/docs/V1beta1PodDisruptionBudgetSpec.md similarity index 86% rename from docs/V1alpha1PodDisruptionBudgetSpec.md rename to docs/V1beta1PodDisruptionBudgetSpec.md index 41fed90c1f..ca91f37fd8 100644 --- a/docs/V1alpha1PodDisruptionBudgetSpec.md +++ b/docs/V1beta1PodDisruptionBudgetSpec.md @@ -1,10 +1,10 @@ -# V1alpha1PodDisruptionBudgetSpec +# V1beta1PodDisruptionBudgetSpec ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**min_available** | [**IntstrIntOrString**](IntstrIntOrString.md) | An eviction is allowed if at least \"minAvailable\" pods selected by \"selector\" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying \"100%\". | [optional] -**selector** | [**UnversionedLabelSelector**](UnversionedLabelSelector.md) | Label query over pods whose evictions are managed by the disruption budget. | [optional] +**min_available** | [**IntstrIntOrString**](IntstrIntOrString.md) | An eviction is allowed if at least \"minAvailable\" pods selected by \"selector\" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying \"100%\". | +**selector** | [**UnversionedLabelSelector**](UnversionedLabelSelector.md) | Label query over pods whose evictions are managed by the disruption budget. | [[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/docs/V1beta1PodDisruptionBudgetStatus.md b/docs/V1beta1PodDisruptionBudgetStatus.md new file mode 100644 index 0000000000..1945e75525 --- /dev/null +++ b/docs/V1beta1PodDisruptionBudgetStatus.md @@ -0,0 +1,15 @@ +# V1beta1PodDisruptionBudgetStatus + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**current_healthy** | **int** | current number of healthy pods | +**desired_healthy** | **int** | minimum desired number of healthy pods | +**disrupted_pods** | [**dict(str, UnversionedTime)**](UnversionedTime.md) | 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. | +**disruptions_allowed** | **int** | Number of pod disruptions that are currently allowed. | +**expected_pods** | **int** | total number of pods counted by this disruption budget | +**observed_generation** | **int** | Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status informatio is valid only if observedGeneration equals to PDB's object generation. | [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/docs/V1beta1StatefulSet.md b/docs/V1beta1StatefulSet.md new file mode 100644 index 0000000000..a925439f34 --- /dev/null +++ b/docs/V1beta1StatefulSet.md @@ -0,0 +1,12 @@ +# V1beta1StatefulSet + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | | [optional] +**spec** | [**V1beta1StatefulSetSpec**](V1beta1StatefulSetSpec.md) | Spec defines the desired identities of pods in this set. | [optional] +**status** | [**V1beta1StatefulSetStatus**](V1beta1StatefulSetStatus.md) | Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. | [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/docs/V1alpha1StatefulSetList.md b/docs/V1beta1StatefulSetList.md similarity index 78% rename from docs/V1alpha1StatefulSetList.md rename to docs/V1beta1StatefulSetList.md index 496935d7a8..1bf904746b 100644 --- a/docs/V1alpha1StatefulSetList.md +++ b/docs/V1beta1StatefulSetList.md @@ -1,9 +1,9 @@ -# V1alpha1StatefulSetList +# V1beta1StatefulSetList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**items** | [**list[V1alpha1StatefulSet]**](V1alpha1StatefulSet.md) | | +**items** | [**list[V1beta1StatefulSet]**](V1beta1StatefulSet.md) | | **metadata** | [**UnversionedListMeta**](UnversionedListMeta.md) | | [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/docs/V1alpha1StatefulSetSpec.md b/docs/V1beta1StatefulSetSpec.md similarity index 98% rename from docs/V1alpha1StatefulSetSpec.md rename to docs/V1beta1StatefulSetSpec.md index 2aa718f248..c6cab39441 100644 --- a/docs/V1alpha1StatefulSetSpec.md +++ b/docs/V1beta1StatefulSetSpec.md @@ -1,4 +1,4 @@ -# V1alpha1StatefulSetSpec +# V1beta1StatefulSetSpec ## Properties Name | Type | Description | Notes diff --git a/docs/V1alpha1StatefulSetStatus.md b/docs/V1beta1StatefulSetStatus.md similarity index 94% rename from docs/V1alpha1StatefulSetStatus.md rename to docs/V1beta1StatefulSetStatus.md index fe040a3c85..a7d5ebfb9a 100644 --- a/docs/V1alpha1StatefulSetStatus.md +++ b/docs/V1beta1StatefulSetStatus.md @@ -1,4 +1,4 @@ -# V1alpha1StatefulSetStatus +# V1beta1StatefulSetStatus ## Properties Name | Type | Description | Notes diff --git a/docs/V2alpha1CronJob.md b/docs/V2alpha1CronJob.md new file mode 100644 index 0000000000..a827e97ca9 --- /dev/null +++ b/docs/V2alpha1CronJob.md @@ -0,0 +1,12 @@ +# V2alpha1CronJob + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata | [optional] +**spec** | [**V2alpha1CronJobSpec**](V2alpha1CronJobSpec.md) | Spec is a structure defining the expected behavior of a job, including the schedule. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status | [optional] +**status** | [**V2alpha1CronJobStatus**](V2alpha1CronJobStatus.md) | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-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/docs/V2alpha1CronJobList.md b/docs/V2alpha1CronJobList.md new file mode 100644 index 0000000000..04ab530312 --- /dev/null +++ b/docs/V2alpha1CronJobList.md @@ -0,0 +1,11 @@ +# V2alpha1CronJobList + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**items** | [**list[V2alpha1CronJob]**](V2alpha1CronJob.md) | Items is the list of CronJob. | +**metadata** | [**UnversionedListMeta**](UnversionedListMeta.md) | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata | [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/docs/V2alpha1CronJobSpec.md b/docs/V2alpha1CronJobSpec.md new file mode 100644 index 0000000000..d9e879fb95 --- /dev/null +++ b/docs/V2alpha1CronJobSpec.md @@ -0,0 +1,14 @@ +# V2alpha1CronJobSpec + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**concurrency_policy** | **str** | ConcurrencyPolicy specifies how to treat concurrent executions of a Job. | [optional] +**job_template** | [**V2alpha1JobTemplateSpec**](V2alpha1JobTemplateSpec.md) | JobTemplate is the object that describes the job that will be created when executing a CronJob. | +**schedule** | **str** | Schedule contains the schedule in Cron format, see https://en.wikipedia.org/wiki/Cron. | +**starting_deadline_seconds** | **int** | Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones. | [optional] +**suspend** | **bool** | Suspend flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false. | [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/docs/V2alpha1CronJobStatus.md b/docs/V2alpha1CronJobStatus.md new file mode 100644 index 0000000000..ac15f19184 --- /dev/null +++ b/docs/V2alpha1CronJobStatus.md @@ -0,0 +1,11 @@ +# V2alpha1CronJobStatus + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**active** | [**list[V1ObjectReference]**](V1ObjectReference.md) | Active holds pointers to currently running jobs. | [optional] +**last_schedule_time** | [**UnversionedTime**](UnversionedTime.md) | LastScheduleTime keeps information of when was the last time the job was successfully scheduled. | [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/docs/V2alpha1Job.md b/docs/V2alpha1Job.md new file mode 100644 index 0000000000..49ed9e0181 --- /dev/null +++ b/docs/V2alpha1Job.md @@ -0,0 +1,12 @@ +# V2alpha1Job + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata | [optional] +**spec** | [**V2alpha1JobSpec**](V2alpha1JobSpec.md) | Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status | [optional] +**status** | [**V2alpha1JobStatus**](V2alpha1JobStatus.md) | Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-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/docs/V2alpha1JobCondition.md b/docs/V2alpha1JobCondition.md new file mode 100644 index 0000000000..1ded8af5a4 --- /dev/null +++ b/docs/V2alpha1JobCondition.md @@ -0,0 +1,15 @@ +# V2alpha1JobCondition + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**last_probe_time** | [**UnversionedTime**](UnversionedTime.md) | Last time the condition was checked. | [optional] +**last_transition_time** | [**UnversionedTime**](UnversionedTime.md) | Last time the condition transit from one status to another. | [optional] +**message** | **str** | Human readable message indicating details about last transition. | [optional] +**reason** | **str** | (brief) reason for the condition's last transition. | [optional] +**status** | **str** | Status of the condition, one of True, False, Unknown. | +**type** | **str** | Type of job condition, Complete or Failed. | + +[[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/docs/V2alpha1JobList.md b/docs/V2alpha1JobList.md new file mode 100644 index 0000000000..0624840337 --- /dev/null +++ b/docs/V2alpha1JobList.md @@ -0,0 +1,11 @@ +# V2alpha1JobList + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**items** | [**list[V2alpha1Job]**](V2alpha1Job.md) | Items is the list of Job. | +**metadata** | [**UnversionedListMeta**](UnversionedListMeta.md) | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata | [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/docs/V2alpha1JobSpec.md b/docs/V2alpha1JobSpec.md new file mode 100644 index 0000000000..382e13b04b --- /dev/null +++ b/docs/V2alpha1JobSpec.md @@ -0,0 +1,15 @@ +# V2alpha1JobSpec + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**active_deadline_seconds** | **int** | Optional duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer | [optional] +**completions** | **int** | Completions specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: http://kubernetes.io/docs/user-guide/jobs | [optional] +**manual_selector** | **bool** | ManualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: http://releases.k8s.io/HEAD/docs/design/selector-generation.md | [optional] +**parallelism** | **int** | Parallelism specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: http://kubernetes.io/docs/user-guide/jobs | [optional] +**selector** | [**UnversionedLabelSelector**](UnversionedLabelSelector.md) | Selector is a label query over pods that should match the pod count. Normally, the system sets this field for you. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors | [optional] +**template** | [**V1PodTemplateSpec**](V1PodTemplateSpec.md) | Template is the object that describes the pod that will be created when executing a job. More info: http://kubernetes.io/docs/user-guide/jobs | + +[[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/docs/V2alpha1JobStatus.md b/docs/V2alpha1JobStatus.md new file mode 100644 index 0000000000..0e62a4069d --- /dev/null +++ b/docs/V2alpha1JobStatus.md @@ -0,0 +1,15 @@ +# V2alpha1JobStatus + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**active** | **int** | Active is the number of actively running pods. | [optional] +**completion_time** | [**UnversionedTime**](UnversionedTime.md) | CompletionTime represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. | [optional] +**conditions** | [**list[V2alpha1JobCondition]**](V2alpha1JobCondition.md) | Conditions represent the latest available observations of an object's current state. More info: http://kubernetes.io/docs/user-guide/jobs | [optional] +**failed** | **int** | Failed is the number of pods which reached Phase Failed. | [optional] +**start_time** | [**UnversionedTime**](UnversionedTime.md) | StartTime represents time when the job was acknowledged by the Job Manager. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. | [optional] +**succeeded** | **int** | Succeeded is the number of pods which reached Phase Succeeded. | [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/docs/V2alpha1JobTemplateSpec.md b/docs/V2alpha1JobTemplateSpec.md new file mode 100644 index 0000000000..ba7ad8e4bf --- /dev/null +++ b/docs/V2alpha1JobTemplateSpec.md @@ -0,0 +1,11 @@ +# V2alpha1JobTemplateSpec + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | Standard object's metadata of the jobs created from this template. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata | [optional] +**spec** | [**V2alpha1JobSpec**](V2alpha1JobSpec.md) | Specification of the desired behavior of the job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-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/docs/VersionApi.md b/docs/VersionApi.md index ed1e1c4362..d77b3675bb 100644 --- a/docs/VersionApi.md +++ b/docs/VersionApi.md @@ -4,11 +4,11 @@ All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- -[**get_code_version**](VersionApi.md#get_code_version) | **GET** /version/ | +[**get_code**](VersionApi.md#get_code) | **GET** /version/ | -# **get_code_version** -> VersionInfo get_code_version() +# **get_code** +> VersionInfo get_code() @@ -31,10 +31,10 @@ k8sclient.configuration.api_key['authorization'] = 'YOUR_API_KEY' api_instance = k8sclient.VersionApi() try: - api_response = api_instance.get_code_version() + api_response = api_instance.get_code() pprint(api_response) except ApiException as e: - print("Exception when calling VersionApi->get_code_version: %s\n" % e) + print("Exception when calling VersionApi->get_code: %s\n" % e) ``` ### Parameters diff --git a/examples/__init__.py b/examples/__init__.py new file mode 100644 index 0000000000..13d0123d14 --- /dev/null +++ b/examples/__init__.py @@ -0,0 +1,15 @@ +# Copyright 2016 The Kubernetes Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Empty init file to make examples folder a python module. diff --git a/examples/example1.py b/examples/example1.py new file mode 100644 index 0000000000..d690da17d9 --- /dev/null +++ b/examples/example1.py @@ -0,0 +1,35 @@ +# Copyright 2016 The Kubernetes Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import os + +import k8sclient +import k8sutil + + +def main(): + # Configs can be set in Configuration class directly or using helper + # utility + k8sutil.load_kube_config(os.environ["HOME"] + '/.kube/config') + + v1 = k8sclient.CoreV1Api() + print("Listing pods with their IPs:") + ret = v1.list_pod_for_all_namespaces(watch=False) + for i in ret.items: + print("%s\t%s\t%s" % + (i.status.pod_ip, i.metadata.namespace, i.metadata.name)) + + +if __name__ == '__main__': + main() diff --git a/examples/example2.py b/examples/example2.py new file mode 100644 index 0000000000..4e334823a7 --- /dev/null +++ b/examples/example2.py @@ -0,0 +1,39 @@ +# Copyright 2016 The Kubernetes Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import os + +import k8sclient +import k8sutil + + +def main(): + # Configs can be set in Configuration class directly or using helper + # utility + k8sutil.load_kube_config(os.environ["HOME"] + '/.kube/config') + + v1 = k8sclient.CoreV1Api() + count = 10 + watch = k8sutil.Watch() + for event in watch.stream(v1.list_namespace, timeout_seconds=10): + print("Event: %s %s" % (event['type'], event['object'].metadata.name)) + count -= 1 + if not count: + watch.stop() + + print("Ended.") + + +if __name__ == '__main__': + main() diff --git a/examples/example3.py b/examples/example3.py new file mode 100644 index 0000000000..6bb00b2c8e --- /dev/null +++ b/examples/example3.py @@ -0,0 +1,42 @@ +# Copyright 2016 The Kubernetes Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import os + +import k8sclient +import k8sutil + + +def main(): + # Configs can be set in Configuration class directly or using helper + # utility + k8sutil.load_kube_config(os.environ["HOME"] + '/.kube/config') + + print("Supported APIs (* is preferred version):") + print("%-20s %s" % + ("core", ",".join(k8sclient.CoreApi().get_api_versions().versions))) + for api in k8sclient.ApisApi().get_api_versions().groups: + versions = [] + for v in api.versions: + name = "" + if v.version == api.preferred_version.version and len( + api.versions) > 1: + name += "*" + name += v.version + versions.append(name) + print("%-20s %s" % (api.name, ",".join(versions))) + + +if __name__ == '__main__': + main() diff --git a/k8sclient/__init__.py b/k8sclient/__init__.py index 3ecf7f9662..83b034c73e 100644 --- a/k8sclient/__init__.py +++ b/k8sclient/__init__.py @@ -166,21 +166,12 @@ from .models.v1alpha1_cluster_role_binding import V1alpha1ClusterRoleBinding from .models.v1alpha1_cluster_role_binding_list import V1alpha1ClusterRoleBindingList from .models.v1alpha1_cluster_role_list import V1alpha1ClusterRoleList -from .models.v1alpha1_eviction import V1alpha1Eviction -from .models.v1alpha1_pod_disruption_budget import V1alpha1PodDisruptionBudget -from .models.v1alpha1_pod_disruption_budget_list import V1alpha1PodDisruptionBudgetList -from .models.v1alpha1_pod_disruption_budget_spec import V1alpha1PodDisruptionBudgetSpec -from .models.v1alpha1_pod_disruption_budget_status import V1alpha1PodDisruptionBudgetStatus from .models.v1alpha1_policy_rule import V1alpha1PolicyRule from .models.v1alpha1_role import V1alpha1Role from .models.v1alpha1_role_binding import V1alpha1RoleBinding from .models.v1alpha1_role_binding_list import V1alpha1RoleBindingList from .models.v1alpha1_role_list import V1alpha1RoleList from .models.v1alpha1_role_ref import V1alpha1RoleRef -from .models.v1alpha1_stateful_set import V1alpha1StatefulSet -from .models.v1alpha1_stateful_set_list import V1alpha1StatefulSetList -from .models.v1alpha1_stateful_set_spec import V1alpha1StatefulSetSpec -from .models.v1alpha1_stateful_set_status import V1alpha1StatefulSetStatus from .models.v1alpha1_subject import V1alpha1Subject from .models.v1beta1_api_version import V1beta1APIVersion from .models.v1beta1_cpu_target_utilization import V1beta1CPUTargetUtilization @@ -195,6 +186,7 @@ from .models.v1beta1_deployment_spec import V1beta1DeploymentSpec from .models.v1beta1_deployment_status import V1beta1DeploymentStatus from .models.v1beta1_deployment_strategy import V1beta1DeploymentStrategy +from .models.v1beta1_eviction import V1beta1Eviction from .models.v1beta1_horizontal_pod_autoscaler import V1beta1HorizontalPodAutoscaler from .models.v1beta1_horizontal_pod_autoscaler_list import V1beta1HorizontalPodAutoscalerList from .models.v1beta1_horizontal_pod_autoscaler_spec import V1beta1HorizontalPodAutoscalerSpec @@ -219,6 +211,10 @@ from .models.v1beta1_network_policy_port import V1beta1NetworkPolicyPort from .models.v1beta1_network_policy_spec import V1beta1NetworkPolicySpec from .models.v1beta1_non_resource_attributes import V1beta1NonResourceAttributes +from .models.v1beta1_pod_disruption_budget import V1beta1PodDisruptionBudget +from .models.v1beta1_pod_disruption_budget_list import V1beta1PodDisruptionBudgetList +from .models.v1beta1_pod_disruption_budget_spec import V1beta1PodDisruptionBudgetSpec +from .models.v1beta1_pod_disruption_budget_status import V1beta1PodDisruptionBudgetStatus from .models.v1beta1_replica_set import V1beta1ReplicaSet from .models.v1beta1_replica_set_condition import V1beta1ReplicaSetCondition from .models.v1beta1_replica_set_list import V1beta1ReplicaSetList @@ -232,6 +228,10 @@ from .models.v1beta1_scale_status import V1beta1ScaleStatus from .models.v1beta1_self_subject_access_review import V1beta1SelfSubjectAccessReview from .models.v1beta1_self_subject_access_review_spec import V1beta1SelfSubjectAccessReviewSpec +from .models.v1beta1_stateful_set import V1beta1StatefulSet +from .models.v1beta1_stateful_set_list import V1beta1StatefulSetList +from .models.v1beta1_stateful_set_spec import V1beta1StatefulSetSpec +from .models.v1beta1_stateful_set_status import V1beta1StatefulSetStatus from .models.v1beta1_storage_class import V1beta1StorageClass from .models.v1beta1_storage_class_list import V1beta1StorageClassList from .models.v1beta1_subject_access_review import V1beta1SubjectAccessReview @@ -244,13 +244,23 @@ from .models.v1beta1_token_review_spec import V1beta1TokenReviewSpec from .models.v1beta1_token_review_status import V1beta1TokenReviewStatus from .models.v1beta1_user_info import V1beta1UserInfo +from .models.v2alpha1_cron_job import V2alpha1CronJob +from .models.v2alpha1_cron_job_list import V2alpha1CronJobList +from .models.v2alpha1_cron_job_spec import V2alpha1CronJobSpec +from .models.v2alpha1_cron_job_status import V2alpha1CronJobStatus +from .models.v2alpha1_job import V2alpha1Job +from .models.v2alpha1_job_condition import V2alpha1JobCondition +from .models.v2alpha1_job_list import V2alpha1JobList +from .models.v2alpha1_job_spec import V2alpha1JobSpec +from .models.v2alpha1_job_status import V2alpha1JobStatus +from .models.v2alpha1_job_template_spec import V2alpha1JobTemplateSpec from .models.version_info import VersionInfo from .models.versioned_event import VersionedEvent # import apis into sdk package from .apis.apis_api import ApisApi from .apis.apps_api import AppsApi -from .apis.apps_v1alpha1_api import AppsV1alpha1Api +from .apis.apps_v1beta1_api import AppsV1beta1Api from .apis.authentication_api import AuthenticationApi from .apis.authentication_v1beta1_api import AuthenticationV1beta1Api from .apis.authorization_api import AuthorizationApi @@ -268,7 +278,7 @@ from .apis.extensions_v1beta1_api import ExtensionsV1beta1Api from .apis.logs_api import LogsApi from .apis.policy_api import PolicyApi -from .apis.policy_v1alpha1_api import PolicyV1alpha1Api +from .apis.policy_v1beta1_api import PolicyV1beta1Api from .apis.rbac_authorization_api import RbacAuthorizationApi from .apis.rbac_authorization_v1alpha1_api import RbacAuthorizationV1alpha1Api from .apis.storage_api import StorageApi diff --git a/k8sclient/api_client.py b/k8sclient/api_client.py index adf66173db..16841117b1 100644 --- a/k8sclient/api_client.py +++ b/k8sclient/api_client.py @@ -96,7 +96,8 @@ 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, callback=None, - _return_http_data_only=None, collection_formats=None): + _return_http_data_only=None, collection_formats=None, _preload_content=True, + _request_timeout=None): # header parameters header_params = header_params or {} @@ -144,22 +145,26 @@ def __call_api(self, resource_path, method, response_data = self.request(method, url, query_params=query_params, headers=header_params, - post_params=post_params, body=body) + post_params=post_params, body=body, + _preload_content=_preload_content, + _request_timeout=_request_timeout) self.last_response = response_data - # deserialize response data - if response_type: - deserialized_data = self.deserialize(response_data, response_type) - else: - deserialized_data = None + return_data = response_data + if _preload_content: + # deserialize response data + if response_type: + return_data = self.deserialize(response_data, response_type) + else: + return_data = None if callback: - callback(deserialized_data) if _return_http_data_only else callback((deserialized_data, response_data.status, response_data.getheaders())) + callback(return_data) if _return_http_data_only else callback((return_data, response_data.status, response_data.getheaders())) elif _return_http_data_only: - return (deserialized_data) + return (return_data) else: - return (deserialized_data, response_data.status, response_data.getheaders()) + return (return_data, response_data.status, response_data.getheaders()) def sanitize_for_serialization(self, obj): """ @@ -277,7 +282,8 @@ 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, callback=None, - _return_http_data_only=None, collection_formats=None): + _return_http_data_only=None, collection_formats=None, _preload_content=True, + _request_timeout=None): """ Makes the HTTP request (synchronous) and return the deserialized data. To make an async request, define a function for callback. @@ -301,6 +307,10 @@ def call_api(self, resource_path, method, :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. + :param _preload_content: if False, the urllib3.HTTPResponse object will be returned without + reading/decoding response data. Default is True. + :param _request_timeout: timeout setting for this request. If one number provided, it will be total request + timeout. It can also be a pair (tuple) of (connection, read) timeouts. :return: If provide parameter callback, the request will be called asynchronously. @@ -313,7 +323,7 @@ def call_api(self, resource_path, method, path_params, query_params, header_params, body, post_params, files, response_type, auth_settings, callback, - _return_http_data_only, collection_formats) + _return_http_data_only, collection_formats, _preload_content, _request_timeout) else: thread = threading.Thread(target=self.__call_api, args=(resource_path, method, @@ -322,51 +332,65 @@ def call_api(self, resource_path, method, post_params, files, response_type, auth_settings, callback, _return_http_data_only, - collection_formats)) + collection_formats, _preload_content, _request_timeout)) thread.start() return thread def request(self, method, url, query_params=None, headers=None, - post_params=None, body=None): + post_params=None, body=None, _preload_content=True, _request_timeout=None): """ Makes the HTTP request using RESTClient. """ if method == "GET": return self.rest_client.GET(url, query_params=query_params, + _preload_content=_preload_content, + _request_timeout=_request_timeout, headers=headers) elif method == "HEAD": return self.rest_client.HEAD(url, query_params=query_params, + _preload_content=_preload_content, + _request_timeout=_request_timeout, headers=headers) elif method == "OPTIONS": return self.rest_client.OPTIONS(url, query_params=query_params, headers=headers, post_params=post_params, + _preload_content=_preload_content, + _request_timeout=_request_timeout, body=body) elif method == "POST": return self.rest_client.POST(url, query_params=query_params, headers=headers, post_params=post_params, + _preload_content=_preload_content, + _request_timeout=_request_timeout, body=body) elif method == "PUT": return self.rest_client.PUT(url, query_params=query_params, headers=headers, post_params=post_params, + _preload_content=_preload_content, + _request_timeout=_request_timeout, body=body) elif method == "PATCH": return self.rest_client.PATCH(url, query_params=query_params, headers=headers, post_params=post_params, + _preload_content=_preload_content, + _request_timeout=_request_timeout, body=body) elif method == "DELETE": return self.rest_client.DELETE(url, query_params=query_params, headers=headers, + _preload_content=_preload_content, + _request_timeout=_request_timeout, body=body) else: raise ValueError( @@ -462,7 +486,7 @@ def select_header_content_type(self, content_types): content_types = list(map(lambda x: x.lower(), content_types)) - if 'application/json' in content_types: + if 'application/json' in content_types or '*/*' in content_types: return 'application/json' else: return content_types[0] diff --git a/k8sclient/apis/__init__.py b/k8sclient/apis/__init__.py index 26efeeb29b..48558bd396 100644 --- a/k8sclient/apis/__init__.py +++ b/k8sclient/apis/__init__.py @@ -3,7 +3,7 @@ # import apis into api package from .apis_api import ApisApi from .apps_api import AppsApi -from .apps_v1alpha1_api import AppsV1alpha1Api +from .apps_v1beta1_api import AppsV1beta1Api from .authentication_api import AuthenticationApi from .authentication_v1beta1_api import AuthenticationV1beta1Api from .authorization_api import AuthorizationApi @@ -21,7 +21,7 @@ from .extensions_v1beta1_api import ExtensionsV1beta1Api from .logs_api import LogsApi from .policy_api import PolicyApi -from .policy_v1alpha1_api import PolicyV1alpha1Api +from .policy_v1beta1_api import PolicyV1beta1Api from .rbac_authorization_api import RbacAuthorizationApi from .rbac_authorization_v1alpha1_api import RbacAuthorizationV1alpha1Api from .storage_api import StorageApi diff --git a/k8sclient/apis/apis_api.py b/k8sclient/apis/apis_api.py index b052a94485..eacf81f2f8 100644 --- a/k8sclient/apis/apis_api.py +++ b/k8sclient/apis/apis_api.py @@ -100,6 +100,8 @@ def get_api_versions_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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']): @@ -150,4 +152,6 @@ def get_api_versions_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/apps_api.py b/k8sclient/apis/apps_api.py index b030184f64..9085794270 100644 --- a/k8sclient/apis/apps_api.py +++ b/k8sclient/apis/apps_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def get_apps_api_group(self, **kwargs): + def get_api_group(self, **kwargs): """ get information of a group @@ -62,7 +62,7 @@ def get_apps_api_group(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_apps_api_group(callback=callback_function) + >>> thread = api.get_api_group(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -72,12 +72,12 @@ def get_apps_api_group(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_apps_api_group_with_http_info(**kwargs) + return self.get_api_group_with_http_info(**kwargs) else: - (data) = self.get_apps_api_group_with_http_info(**kwargs) + (data) = self.get_api_group_with_http_info(**kwargs) return data - def get_apps_api_group_with_http_info(self, **kwargs): + def get_api_group_with_http_info(self, **kwargs): """ get information of a group @@ -88,7 +88,7 @@ def get_apps_api_group_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_apps_api_group_with_http_info(callback=callback_function) + >>> thread = api.get_api_group_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -100,13 +100,15 @@ def get_apps_api_group_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_apps_api_group" % key + " to method get_api_group" % key ) params[key] = val del params['kwargs'] @@ -150,4 +152,6 @@ def get_apps_api_group_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/apps_v1alpha1_api.py b/k8sclient/apis/apps_v1beta1_api.py similarity index 79% rename from k8sclient/apis/apps_v1alpha1_api.py rename to k8sclient/apis/apps_v1beta1_api.py index a4e72c9c93..e4bbe30ef1 100644 --- a/k8sclient/apis/apps_v1alpha1_api.py +++ b/k8sclient/apis/apps_v1beta1_api.py @@ -35,7 +35,7 @@ from ..api_client import ApiClient -class AppsV1alpha1Api(object): +class AppsV1beta1Api(object): """ NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def create_apps_v1alpha1_namespaced_stateful_set(self, namespace, body, **kwargs): + def create_namespaced_stateful_set(self, namespace, body, **kwargs): """ create a StatefulSet @@ -62,25 +62,25 @@ def create_apps_v1alpha1_namespaced_stateful_set(self, namespace, body, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_apps_v1alpha1_namespaced_stateful_set(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_stateful_set(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str namespace: object name and auth scope, such as for teams and projects (required) - :param V1alpha1StatefulSet body: (required) + :param V1beta1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1StatefulSet + :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_apps_v1alpha1_namespaced_stateful_set_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_stateful_set_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_apps_v1alpha1_namespaced_stateful_set_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_stateful_set_with_http_info(namespace, body, **kwargs) return data - def create_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_stateful_set_with_http_info(self, namespace, body, **kwargs): """ create a StatefulSet @@ -91,14 +91,14 @@ def create_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_apps_v1alpha1_namespaced_stateful_set_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_stateful_set_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str namespace: object name and auth scope, such as for teams and projects (required) - :param V1alpha1StatefulSet body: (required) + :param V1beta1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1StatefulSet + :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. """ @@ -106,27 +106,29 @@ def create_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, namespace, all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_apps_v1alpha1_namespaced_stateful_set" % key + " to method create_namespaced_stateful_set" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_stateful_set`") # 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_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_stateful_set`") collection_formats = {} - resource_path = '/apis/apps/v1alpha1/namespaces/{namespace}/statefulsets'.replace('{format}', 'json') + resource_path = '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets'.replace('{format}', 'json') path_params = {} if 'namespace' in params: path_params['namespace'] = params['namespace'] @@ -164,13 +166,15 @@ def create_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, namespace, body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1StatefulSet', + response_type='V1beta1StatefulSet', auth_settings=auth_settings, callback=params.get('callback'), _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_apps_v1alpha1_collection_namespaced_stateful_set(self, namespace, **kwargs): + def delete_collection_namespaced_stateful_set(self, namespace, **kwargs): """ delete collection of StatefulSet @@ -181,7 +185,7 @@ def delete_apps_v1alpha1_collection_namespaced_stateful_set(self, namespace, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_apps_v1alpha1_collection_namespaced_stateful_set(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_stateful_set(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -198,12 +202,12 @@ def delete_apps_v1alpha1_collection_namespaced_stateful_set(self, namespace, **k """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_apps_v1alpha1_collection_namespaced_stateful_set_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_stateful_set_with_http_info(namespace, **kwargs) else: - (data) = self.delete_apps_v1alpha1_collection_namespaced_stateful_set_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_stateful_set_with_http_info(namespace, **kwargs) return data - def delete_apps_v1alpha1_collection_namespaced_stateful_set_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_stateful_set_with_http_info(self, namespace, **kwargs): """ delete collection of StatefulSet @@ -214,7 +218,7 @@ def delete_apps_v1alpha1_collection_namespaced_stateful_set_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_apps_v1alpha1_collection_namespaced_stateful_set_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_stateful_set_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -233,24 +237,26 @@ def delete_apps_v1alpha1_collection_namespaced_stateful_set_with_http_info(self, all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_apps_v1alpha1_collection_namespaced_stateful_set" % key + " to method delete_collection_namespaced_stateful_set" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_apps_v1alpha1_collection_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_stateful_set`") collection_formats = {} - resource_path = '/apis/apps/v1alpha1/namespaces/{namespace}/statefulsets'.replace('{format}', 'json') + resource_path = '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets'.replace('{format}', 'json') path_params = {} if 'namespace' in params: path_params['namespace'] = params['namespace'] @@ -300,9 +306,11 @@ def delete_apps_v1alpha1_collection_namespaced_stateful_set_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_apps_v1alpha1_namespaced_stateful_set(self, name, namespace, body, **kwargs): + def delete_namespaced_stateful_set(self, name, namespace, body, **kwargs): """ delete a StatefulSet @@ -313,7 +321,7 @@ def delete_apps_v1alpha1_namespaced_stateful_set(self, name, namespace, body, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_apps_v1alpha1_namespaced_stateful_set(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_stateful_set(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -321,18 +329,20 @@ def delete_apps_v1alpha1_namespaced_stateful_set(self, name, namespace, body, ** :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_apps_v1alpha1_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_apps_v1alpha1_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) return data - def delete_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_stateful_set_with_http_info(self, name, namespace, body, **kwargs): """ delete a StatefulSet @@ -343,7 +353,7 @@ def delete_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_apps_v1alpha1_namespaced_stateful_set_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_stateful_set_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -351,38 +361,42 @@ def delete_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, name :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_apps_v1alpha1_namespaced_stateful_set" % key + " to method delete_namespaced_stateful_set" % 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_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_stateful_set`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_stateful_set`") # 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_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_stateful_set`") collection_formats = {} - resource_path = '/apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name}'.replace('{format}', 'json') + resource_path = '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -392,6 +406,10 @@ def delete_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, name query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -426,9 +444,11 @@ def delete_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, name auth_settings=auth_settings, callback=params.get('callback'), _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_apps_v1alpha1_api_resources(self, **kwargs): + def get_api_resources(self, **kwargs): """ get available resources @@ -439,7 +459,7 @@ def get_apps_v1alpha1_api_resources(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_apps_v1alpha1_api_resources(callback=callback_function) + >>> thread = api.get_api_resources(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -449,12 +469,12 @@ def get_apps_v1alpha1_api_resources(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_apps_v1alpha1_api_resources_with_http_info(**kwargs) + return self.get_api_resources_with_http_info(**kwargs) else: - (data) = self.get_apps_v1alpha1_api_resources_with_http_info(**kwargs) + (data) = self.get_api_resources_with_http_info(**kwargs) return data - def get_apps_v1alpha1_api_resources_with_http_info(self, **kwargs): + def get_api_resources_with_http_info(self, **kwargs): """ get available resources @@ -465,7 +485,7 @@ def get_apps_v1alpha1_api_resources_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_apps_v1alpha1_api_resources_with_http_info(callback=callback_function) + >>> thread = api.get_api_resources_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -477,13 +497,15 @@ def get_apps_v1alpha1_api_resources_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_apps_v1alpha1_api_resources" % key + " to method get_api_resources" % key ) params[key] = val del params['kwargs'] @@ -491,7 +513,7 @@ def get_apps_v1alpha1_api_resources_with_http_info(self, **kwargs): collection_formats = {} - resource_path = '/apis/apps/v1alpha1/'.replace('{format}', 'json') + resource_path = '/apis/apps/v1beta1/'.replace('{format}', 'json') path_params = {} query_params = {} @@ -527,9 +549,11 @@ def get_apps_v1alpha1_api_resources_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_apps_v1alpha1_namespaced_stateful_set(self, namespace, **kwargs): + def list_namespaced_stateful_set(self, namespace, **kwargs): """ list or watch objects of kind StatefulSet @@ -540,7 +564,7 @@ def list_apps_v1alpha1_namespaced_stateful_set(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_apps_v1alpha1_namespaced_stateful_set(namespace, callback=callback_function) + >>> thread = api.list_namespaced_stateful_set(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -551,18 +575,18 @@ def list_apps_v1alpha1_namespaced_stateful_set(self, namespace, **kwargs): :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. :param int timeout_seconds: Timeout for the list/watch call. :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: V1alpha1StatefulSetList + :return: V1beta1StatefulSetList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_apps_v1alpha1_namespaced_stateful_set_with_http_info(namespace, **kwargs) + return self.list_namespaced_stateful_set_with_http_info(namespace, **kwargs) else: - (data) = self.list_apps_v1alpha1_namespaced_stateful_set_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_stateful_set_with_http_info(namespace, **kwargs) return data - def list_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, namespace, **kwargs): + def list_namespaced_stateful_set_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind StatefulSet @@ -573,7 +597,7 @@ def list_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, namespace, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_apps_v1alpha1_namespaced_stateful_set_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_stateful_set_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -584,7 +608,7 @@ def list_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, namespace, * :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. :param int timeout_seconds: Timeout for the list/watch call. :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: V1alpha1StatefulSetList + :return: V1beta1StatefulSetList If the method is called asynchronously, returns the request thread. """ @@ -592,24 +616,26 @@ def list_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, namespace, * all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_apps_v1alpha1_namespaced_stateful_set" % key + " to method list_namespaced_stateful_set" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_stateful_set`") collection_formats = {} - resource_path = '/apis/apps/v1alpha1/namespaces/{namespace}/statefulsets'.replace('{format}', 'json') + resource_path = '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets'.replace('{format}', 'json') path_params = {} if 'namespace' in params: path_params['namespace'] = params['namespace'] @@ -655,13 +681,15 @@ def list_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, namespace, * body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1StatefulSetList', + response_type='V1beta1StatefulSetList', auth_settings=auth_settings, callback=params.get('callback'), _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_apps_v1alpha1_stateful_set_for_all_namespaces(self, **kwargs): + def list_stateful_set_for_all_namespaces(self, **kwargs): """ list or watch objects of kind StatefulSet @@ -672,7 +700,7 @@ def list_apps_v1alpha1_stateful_set_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_apps_v1alpha1_stateful_set_for_all_namespaces(callback=callback_function) + >>> thread = api.list_stateful_set_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -682,18 +710,18 @@ def list_apps_v1alpha1_stateful_set_for_all_namespaces(self, **kwargs): :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. :param int timeout_seconds: Timeout for the list/watch call. :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: V1alpha1StatefulSetList + :return: V1beta1StatefulSetList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_apps_v1alpha1_stateful_set_for_all_namespaces_with_http_info(**kwargs) + return self.list_stateful_set_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_apps_v1alpha1_stateful_set_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_stateful_set_for_all_namespaces_with_http_info(**kwargs) return data - def list_apps_v1alpha1_stateful_set_for_all_namespaces_with_http_info(self, **kwargs): + def list_stateful_set_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind StatefulSet @@ -704,7 +732,7 @@ def list_apps_v1alpha1_stateful_set_for_all_namespaces_with_http_info(self, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_apps_v1alpha1_stateful_set_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_stateful_set_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -714,7 +742,7 @@ def list_apps_v1alpha1_stateful_set_for_all_namespaces_with_http_info(self, **kw :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. :param int timeout_seconds: Timeout for the list/watch call. :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: V1alpha1StatefulSetList + :return: V1beta1StatefulSetList If the method is called asynchronously, returns the request thread. """ @@ -722,13 +750,15 @@ def list_apps_v1alpha1_stateful_set_for_all_namespaces_with_http_info(self, **kw all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_apps_v1alpha1_stateful_set_for_all_namespaces" % key + " to method list_stateful_set_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -736,7 +766,7 @@ def list_apps_v1alpha1_stateful_set_for_all_namespaces_with_http_info(self, **kw collection_formats = {} - resource_path = '/apis/apps/v1alpha1/statefulsets'.replace('{format}', 'json') + resource_path = '/apis/apps/v1beta1/statefulsets'.replace('{format}', 'json') path_params = {} query_params = {} @@ -780,13 +810,15 @@ def list_apps_v1alpha1_stateful_set_for_all_namespaces_with_http_info(self, **kw body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1StatefulSetList', + response_type='V1beta1StatefulSetList', auth_settings=auth_settings, callback=params.get('callback'), _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_apps_v1alpha1_namespaced_stateful_set(self, name, namespace, body, **kwargs): + def patch_namespaced_stateful_set(self, name, namespace, body, **kwargs): """ partially update the specified StatefulSet @@ -797,7 +829,7 @@ def patch_apps_v1alpha1_namespaced_stateful_set(self, name, namespace, body, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_apps_v1alpha1_namespaced_stateful_set(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_stateful_set(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -805,18 +837,18 @@ def patch_apps_v1alpha1_namespaced_stateful_set(self, name, namespace, body, **k :param str namespace: object name and auth scope, such as for teams and projects (required) :param UnversionedPatch body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1StatefulSet + :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_apps_v1alpha1_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_apps_v1alpha1_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) return data - def patch_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_stateful_set_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified StatefulSet @@ -827,7 +859,7 @@ def patch_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, names >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_apps_v1alpha1_namespaced_stateful_set_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_stateful_set_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -835,7 +867,7 @@ def patch_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, names :param str namespace: object name and auth scope, such as for teams and projects (required) :param UnversionedPatch body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1StatefulSet + :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. """ @@ -843,30 +875,32 @@ def patch_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, names all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_apps_v1alpha1_namespaced_stateful_set" % key + " to method patch_namespaced_stateful_set" % 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_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_stateful_set`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_stateful_set`") # 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_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_stateful_set`") collection_formats = {} - resource_path = '/apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name}'.replace('{format}', 'json') + resource_path = '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -906,13 +940,15 @@ def patch_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, names body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1StatefulSet', + response_type='V1beta1StatefulSet', auth_settings=auth_settings, callback=params.get('callback'), _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_apps_v1alpha1_namespaced_stateful_set_status(self, name, namespace, body, **kwargs): + def patch_namespaced_stateful_set_status(self, name, namespace, body, **kwargs): """ partially update status of the specified StatefulSet @@ -923,7 +959,7 @@ def patch_apps_v1alpha1_namespaced_stateful_set_status(self, name, namespace, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_apps_v1alpha1_namespaced_stateful_set_status(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_stateful_set_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -931,18 +967,18 @@ def patch_apps_v1alpha1_namespaced_stateful_set_status(self, name, namespace, bo :param str namespace: object name and auth scope, such as for teams and projects (required) :param UnversionedPatch body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1StatefulSet + :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) return data - def patch_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_stateful_set_status_with_http_info(self, name, namespace, body, **kwargs): """ partially update status of the specified StatefulSet @@ -953,7 +989,7 @@ def patch_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(self, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_stateful_set_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -961,7 +997,7 @@ def patch_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(self, name :param str namespace: object name and auth scope, such as for teams and projects (required) :param UnversionedPatch body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1StatefulSet + :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. """ @@ -969,30 +1005,32 @@ def patch_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(self, name all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_apps_v1alpha1_namespaced_stateful_set_status" % key + " to method patch_namespaced_stateful_set_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_apps_v1alpha1_namespaced_stateful_set_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_stateful_set_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_apps_v1alpha1_namespaced_stateful_set_status`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_stateful_set_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_apps_v1alpha1_namespaced_stateful_set_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_stateful_set_status`") collection_formats = {} - resource_path = '/apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name}/status'.replace('{format}', 'json') + resource_path = '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -1032,13 +1070,15 @@ def patch_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(self, name body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1StatefulSet', + response_type='V1beta1StatefulSet', auth_settings=auth_settings, callback=params.get('callback'), _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_apps_v1alpha1_namespaced_stateful_set(self, name, namespace, **kwargs): + def read_namespaced_stateful_set(self, name, namespace, **kwargs): """ read the specified StatefulSet @@ -1049,7 +1089,7 @@ def read_apps_v1alpha1_namespaced_stateful_set(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_apps_v1alpha1_namespaced_stateful_set(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_stateful_set(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1058,18 +1098,18 @@ def read_apps_v1alpha1_namespaced_stateful_set(self, name, namespace, **kwargs): :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: V1alpha1StatefulSet + :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_apps_v1alpha1_namespaced_stateful_set_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_stateful_set_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_apps_v1alpha1_namespaced_stateful_set_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_stateful_set_with_http_info(name, namespace, **kwargs) return data - def read_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_stateful_set_with_http_info(self, name, namespace, **kwargs): """ read the specified StatefulSet @@ -1080,7 +1120,7 @@ def read_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_apps_v1alpha1_namespaced_stateful_set_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_stateful_set_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1089,7 +1129,7 @@ def read_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, namesp :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: V1alpha1StatefulSet + :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. """ @@ -1097,27 +1137,29 @@ def read_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, namesp all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_apps_v1alpha1_namespaced_stateful_set" % key + " to method read_namespaced_stateful_set" % 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_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_stateful_set`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_stateful_set`") collection_formats = {} - resource_path = '/apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name}'.replace('{format}', 'json') + resource_path = '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -1159,13 +1201,15 @@ def read_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, namesp body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1StatefulSet', + response_type='V1beta1StatefulSet', auth_settings=auth_settings, callback=params.get('callback'), _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_apps_v1alpha1_namespaced_stateful_set_status(self, name, namespace, **kwargs): + def read_namespaced_stateful_set_status(self, name, namespace, **kwargs): """ read status of the specified StatefulSet @@ -1176,25 +1220,25 @@ def read_apps_v1alpha1_namespaced_stateful_set_status(self, name, namespace, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_apps_v1alpha1_namespaced_stateful_set_status(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_stateful_set_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :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. - :return: V1alpha1StatefulSet + :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_stateful_set_status_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_stateful_set_status_with_http_info(name, namespace, **kwargs) return data - def read_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_stateful_set_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified StatefulSet @@ -1205,14 +1249,14 @@ def read_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_stateful_set_status_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :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. - :return: V1alpha1StatefulSet + :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. """ @@ -1220,27 +1264,29 @@ def read_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(self, name, all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_apps_v1alpha1_namespaced_stateful_set_status" % key + " to method read_namespaced_stateful_set_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_apps_v1alpha1_namespaced_stateful_set_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_stateful_set_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_apps_v1alpha1_namespaced_stateful_set_status`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_stateful_set_status`") collection_formats = {} - resource_path = '/apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name}/status'.replace('{format}', 'json') + resource_path = '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -1278,13 +1324,15 @@ def read_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(self, name, body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1StatefulSet', + response_type='V1beta1StatefulSet', auth_settings=auth_settings, callback=params.get('callback'), _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_apps_v1alpha1_namespaced_stateful_set(self, name, namespace, body, **kwargs): + def replace_namespaced_stateful_set(self, name, namespace, body, **kwargs): """ replace the specified StatefulSet @@ -1295,26 +1343,26 @@ def replace_apps_v1alpha1_namespaced_stateful_set(self, name, namespace, body, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_apps_v1alpha1_namespaced_stateful_set(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_stateful_set(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) - :param V1alpha1StatefulSet body: (required) + :param V1beta1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1StatefulSet + :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_apps_v1alpha1_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_apps_v1alpha1_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_stateful_set_with_http_info(name, namespace, body, **kwargs) return data - def replace_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_stateful_set_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified StatefulSet @@ -1325,15 +1373,15 @@ def replace_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_apps_v1alpha1_namespaced_stateful_set_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_stateful_set_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) - :param V1alpha1StatefulSet body: (required) + :param V1beta1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1StatefulSet + :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. """ @@ -1341,30 +1389,32 @@ def replace_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, nam all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_apps_v1alpha1_namespaced_stateful_set" % key + " to method replace_namespaced_stateful_set" % 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_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_stateful_set`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_stateful_set`") # 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_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_stateful_set`") collection_formats = {} - resource_path = '/apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name}'.replace('{format}', 'json') + resource_path = '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -1404,13 +1454,15 @@ def replace_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, nam body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1StatefulSet', + response_type='V1beta1StatefulSet', auth_settings=auth_settings, callback=params.get('callback'), _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_apps_v1alpha1_namespaced_stateful_set_status(self, name, namespace, body, **kwargs): + def replace_namespaced_stateful_set_status(self, name, namespace, body, **kwargs): """ replace status of the specified StatefulSet @@ -1421,26 +1473,26 @@ def replace_apps_v1alpha1_namespaced_stateful_set_status(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_apps_v1alpha1_namespaced_stateful_set_status(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_stateful_set_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) - :param V1alpha1StatefulSet body: (required) + :param V1beta1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1StatefulSet + :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_stateful_set_status_with_http_info(name, namespace, body, **kwargs) return data - def replace_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_stateful_set_status_with_http_info(self, name, namespace, body, **kwargs): """ replace status of the specified StatefulSet @@ -1451,15 +1503,15 @@ def replace_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(self, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_stateful_set_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the StatefulSet (required) :param str namespace: object name and auth scope, such as for teams and projects (required) - :param V1alpha1StatefulSet body: (required) + :param V1beta1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1StatefulSet + :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. """ @@ -1467,30 +1519,32 @@ def replace_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(self, na all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_apps_v1alpha1_namespaced_stateful_set_status" % key + " to method replace_namespaced_stateful_set_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 `replace_apps_v1alpha1_namespaced_stateful_set_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_stateful_set_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_apps_v1alpha1_namespaced_stateful_set_status`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_stateful_set_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 `replace_apps_v1alpha1_namespaced_stateful_set_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_stateful_set_status`") collection_formats = {} - resource_path = '/apis/apps/v1alpha1/namespaces/{namespace}/statefulsets/{name}/status'.replace('{format}', 'json') + resource_path = '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -1530,13 +1584,15 @@ def replace_apps_v1alpha1_namespaced_stateful_set_status_with_http_info(self, na body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1StatefulSet', + response_type='V1beta1StatefulSet', auth_settings=auth_settings, callback=params.get('callback'), _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 watch_apps_v1alpha1_namespaced_stateful_set(self, name, namespace, **kwargs): + def watch_namespaced_stateful_set(self, name, namespace, **kwargs): """ watch changes to an object of kind StatefulSet @@ -1547,7 +1603,7 @@ def watch_apps_v1alpha1_namespaced_stateful_set(self, name, namespace, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_apps_v1alpha1_namespaced_stateful_set(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_stateful_set(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1565,12 +1621,12 @@ def watch_apps_v1alpha1_namespaced_stateful_set(self, name, namespace, **kwargs) """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_apps_v1alpha1_namespaced_stateful_set_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_stateful_set_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_apps_v1alpha1_namespaced_stateful_set_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_stateful_set_with_http_info(name, namespace, **kwargs) return data - def watch_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_stateful_set_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind StatefulSet @@ -1581,7 +1637,7 @@ def watch_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, names >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_apps_v1alpha1_namespaced_stateful_set_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_stateful_set_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1601,27 +1657,29 @@ def watch_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, names all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_apps_v1alpha1_namespaced_stateful_set" % key + " to method watch_namespaced_stateful_set" % 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 `watch_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_stateful_set`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_apps_v1alpha1_namespaced_stateful_set`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_stateful_set`") collection_formats = {} - resource_path = '/apis/apps/v1alpha1/watch/namespaces/{namespace}/statefulsets/{name}'.replace('{format}', 'json') + resource_path = '/apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets/{name}'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -1673,9 +1731,11 @@ def watch_apps_v1alpha1_namespaced_stateful_set_with_http_info(self, name, names auth_settings=auth_settings, callback=params.get('callback'), _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 watch_apps_v1alpha1_namespaced_stateful_set_list(self, namespace, **kwargs): + def watch_namespaced_stateful_set_list(self, namespace, **kwargs): """ watch individual changes to a list of StatefulSet @@ -1686,7 +1746,7 @@ def watch_apps_v1alpha1_namespaced_stateful_set_list(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_apps_v1alpha1_namespaced_stateful_set_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_stateful_set_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1703,12 +1763,12 @@ def watch_apps_v1alpha1_namespaced_stateful_set_list(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_apps_v1alpha1_namespaced_stateful_set_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_stateful_set_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_apps_v1alpha1_namespaced_stateful_set_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_stateful_set_list_with_http_info(namespace, **kwargs) return data - def watch_apps_v1alpha1_namespaced_stateful_set_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_stateful_set_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of StatefulSet @@ -1719,7 +1779,7 @@ def watch_apps_v1alpha1_namespaced_stateful_set_list_with_http_info(self, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_apps_v1alpha1_namespaced_stateful_set_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_stateful_set_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1738,24 +1798,26 @@ def watch_apps_v1alpha1_namespaced_stateful_set_list_with_http_info(self, namesp all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_apps_v1alpha1_namespaced_stateful_set_list" % key + " to method watch_namespaced_stateful_set_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_apps_v1alpha1_namespaced_stateful_set_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_stateful_set_list`") collection_formats = {} - resource_path = '/apis/apps/v1alpha1/watch/namespaces/{namespace}/statefulsets'.replace('{format}', 'json') + resource_path = '/apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets'.replace('{format}', 'json') path_params = {} if 'namespace' in params: path_params['namespace'] = params['namespace'] @@ -1805,9 +1867,11 @@ def watch_apps_v1alpha1_namespaced_stateful_set_list_with_http_info(self, namesp auth_settings=auth_settings, callback=params.get('callback'), _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 watch_apps_v1alpha1_stateful_set_list_for_all_namespaces(self, **kwargs): + def watch_stateful_set_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of StatefulSet @@ -1818,7 +1882,7 @@ def watch_apps_v1alpha1_stateful_set_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_apps_v1alpha1_stateful_set_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_stateful_set_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1834,12 +1898,12 @@ def watch_apps_v1alpha1_stateful_set_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_apps_v1alpha1_stateful_set_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_stateful_set_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_apps_v1alpha1_stateful_set_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_stateful_set_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_apps_v1alpha1_stateful_set_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_stateful_set_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of StatefulSet @@ -1850,7 +1914,7 @@ def watch_apps_v1alpha1_stateful_set_list_for_all_namespaces_with_http_info(self >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_apps_v1alpha1_stateful_set_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_stateful_set_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1868,13 +1932,15 @@ def watch_apps_v1alpha1_stateful_set_list_for_all_namespaces_with_http_info(self all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_apps_v1alpha1_stateful_set_list_for_all_namespaces" % key + " to method watch_stateful_set_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -1882,7 +1948,7 @@ def watch_apps_v1alpha1_stateful_set_list_for_all_namespaces_with_http_info(self collection_formats = {} - resource_path = '/apis/apps/v1alpha1/watch/statefulsets'.replace('{format}', 'json') + resource_path = '/apis/apps/v1beta1/watch/statefulsets'.replace('{format}', 'json') path_params = {} query_params = {} @@ -1930,4 +1996,6 @@ def watch_apps_v1alpha1_stateful_set_list_for_all_namespaces_with_http_info(self auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/authentication_api.py b/k8sclient/apis/authentication_api.py index 9a8c35da36..d24653cc20 100644 --- a/k8sclient/apis/authentication_api.py +++ b/k8sclient/apis/authentication_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def get_authentication_api_group(self, **kwargs): + def get_api_group(self, **kwargs): """ get information of a group @@ -62,7 +62,7 @@ def get_authentication_api_group(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_authentication_api_group(callback=callback_function) + >>> thread = api.get_api_group(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -72,12 +72,12 @@ def get_authentication_api_group(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_authentication_api_group_with_http_info(**kwargs) + return self.get_api_group_with_http_info(**kwargs) else: - (data) = self.get_authentication_api_group_with_http_info(**kwargs) + (data) = self.get_api_group_with_http_info(**kwargs) return data - def get_authentication_api_group_with_http_info(self, **kwargs): + def get_api_group_with_http_info(self, **kwargs): """ get information of a group @@ -88,7 +88,7 @@ def get_authentication_api_group_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_authentication_api_group_with_http_info(callback=callback_function) + >>> thread = api.get_api_group_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -100,13 +100,15 @@ def get_authentication_api_group_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_authentication_api_group" % key + " to method get_api_group" % key ) params[key] = val del params['kwargs'] @@ -150,4 +152,6 @@ def get_authentication_api_group_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/authentication_v1beta1_api.py b/k8sclient/apis/authentication_v1beta1_api.py index 1f09bf4ca3..c97e2d929e 100644 --- a/k8sclient/apis/authentication_v1beta1_api.py +++ b/k8sclient/apis/authentication_v1beta1_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def create_authentication_v1beta1_token_review(self, body, **kwargs): + def create_token_review(self, body, **kwargs): """ create a TokenReview @@ -62,7 +62,7 @@ def create_authentication_v1beta1_token_review(self, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_authentication_v1beta1_token_review(body, callback=callback_function) + >>> thread = api.create_token_review(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -74,12 +74,12 @@ def create_authentication_v1beta1_token_review(self, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_authentication_v1beta1_token_review_with_http_info(body, **kwargs) + return self.create_token_review_with_http_info(body, **kwargs) else: - (data) = self.create_authentication_v1beta1_token_review_with_http_info(body, **kwargs) + (data) = self.create_token_review_with_http_info(body, **kwargs) return data - def create_authentication_v1beta1_token_review_with_http_info(self, body, **kwargs): + def create_token_review_with_http_info(self, body, **kwargs): """ create a TokenReview @@ -90,7 +90,7 @@ def create_authentication_v1beta1_token_review_with_http_info(self, body, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_authentication_v1beta1_token_review_with_http_info(body, callback=callback_function) + >>> thread = api.create_token_review_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -104,19 +104,21 @@ def create_authentication_v1beta1_token_review_with_http_info(self, body, **kwar all_params = ['body', 'pretty'] all_params.append('callback') 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_authentication_v1beta1_token_review" % key + " to method create_token_review" % 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_authentication_v1beta1_token_review`") + raise ValueError("Missing the required parameter `body` when calling `create_token_review`") collection_formats = {} @@ -161,9 +163,11 @@ def create_authentication_v1beta1_token_review_with_http_info(self, body, **kwar auth_settings=auth_settings, callback=params.get('callback'), _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_authentication_v1beta1_api_resources(self, **kwargs): + def get_api_resources(self, **kwargs): """ get available resources @@ -174,7 +178,7 @@ def get_authentication_v1beta1_api_resources(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_authentication_v1beta1_api_resources(callback=callback_function) + >>> thread = api.get_api_resources(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -184,12 +188,12 @@ def get_authentication_v1beta1_api_resources(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_authentication_v1beta1_api_resources_with_http_info(**kwargs) + return self.get_api_resources_with_http_info(**kwargs) else: - (data) = self.get_authentication_v1beta1_api_resources_with_http_info(**kwargs) + (data) = self.get_api_resources_with_http_info(**kwargs) return data - def get_authentication_v1beta1_api_resources_with_http_info(self, **kwargs): + def get_api_resources_with_http_info(self, **kwargs): """ get available resources @@ -200,7 +204,7 @@ def get_authentication_v1beta1_api_resources_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_authentication_v1beta1_api_resources_with_http_info(callback=callback_function) + >>> thread = api.get_api_resources_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -212,13 +216,15 @@ def get_authentication_v1beta1_api_resources_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_authentication_v1beta1_api_resources" % key + " to method get_api_resources" % key ) params[key] = val del params['kwargs'] @@ -262,4 +268,6 @@ def get_authentication_v1beta1_api_resources_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/authorization_api.py b/k8sclient/apis/authorization_api.py index 68af011c4a..7e679ece0b 100644 --- a/k8sclient/apis/authorization_api.py +++ b/k8sclient/apis/authorization_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def get_authorization_api_group(self, **kwargs): + def get_api_group(self, **kwargs): """ get information of a group @@ -62,7 +62,7 @@ def get_authorization_api_group(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_authorization_api_group(callback=callback_function) + >>> thread = api.get_api_group(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -72,12 +72,12 @@ def get_authorization_api_group(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_authorization_api_group_with_http_info(**kwargs) + return self.get_api_group_with_http_info(**kwargs) else: - (data) = self.get_authorization_api_group_with_http_info(**kwargs) + (data) = self.get_api_group_with_http_info(**kwargs) return data - def get_authorization_api_group_with_http_info(self, **kwargs): + def get_api_group_with_http_info(self, **kwargs): """ get information of a group @@ -88,7 +88,7 @@ def get_authorization_api_group_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_authorization_api_group_with_http_info(callback=callback_function) + >>> thread = api.get_api_group_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -100,13 +100,15 @@ def get_authorization_api_group_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_authorization_api_group" % key + " to method get_api_group" % key ) params[key] = val del params['kwargs'] @@ -150,4 +152,6 @@ def get_authorization_api_group_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/authorization_v1beta1_api.py b/k8sclient/apis/authorization_v1beta1_api.py index b03b57732a..b66810457e 100644 --- a/k8sclient/apis/authorization_v1beta1_api.py +++ b/k8sclient/apis/authorization_v1beta1_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def create_authorization_v1beta1_namespaced_local_subject_access_review(self, body, namespace, **kwargs): + def create_namespaced_local_subject_access_review(self, body, namespace, **kwargs): """ create a LocalSubjectAccessReview @@ -62,7 +62,7 @@ def create_authorization_v1beta1_namespaced_local_subject_access_review(self, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_authorization_v1beta1_namespaced_local_subject_access_review(body, namespace, callback=callback_function) + >>> thread = api.create_namespaced_local_subject_access_review(body, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -75,12 +75,12 @@ def create_authorization_v1beta1_namespaced_local_subject_access_review(self, bo """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_authorization_v1beta1_namespaced_local_subject_access_review_with_http_info(body, namespace, **kwargs) + return self.create_namespaced_local_subject_access_review_with_http_info(body, namespace, **kwargs) else: - (data) = self.create_authorization_v1beta1_namespaced_local_subject_access_review_with_http_info(body, namespace, **kwargs) + (data) = self.create_namespaced_local_subject_access_review_with_http_info(body, namespace, **kwargs) return data - def create_authorization_v1beta1_namespaced_local_subject_access_review_with_http_info(self, body, namespace, **kwargs): + def create_namespaced_local_subject_access_review_with_http_info(self, body, namespace, **kwargs): """ create a LocalSubjectAccessReview @@ -91,7 +91,7 @@ def create_authorization_v1beta1_namespaced_local_subject_access_review_with_htt >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_authorization_v1beta1_namespaced_local_subject_access_review_with_http_info(body, namespace, callback=callback_function) + >>> thread = api.create_namespaced_local_subject_access_review_with_http_info(body, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -106,22 +106,24 @@ def create_authorization_v1beta1_namespaced_local_subject_access_review_with_htt all_params = ['body', 'namespace', 'pretty'] all_params.append('callback') 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_authorization_v1beta1_namespaced_local_subject_access_review" % key + " to method create_namespaced_local_subject_access_review" % 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_authorization_v1beta1_namespaced_local_subject_access_review`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_local_subject_access_review`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_authorization_v1beta1_namespaced_local_subject_access_review`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_local_subject_access_review`") collection_formats = {} @@ -168,9 +170,11 @@ def create_authorization_v1beta1_namespaced_local_subject_access_review_with_htt auth_settings=auth_settings, callback=params.get('callback'), _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 create_authorization_v1beta1_self_subject_access_review(self, body, **kwargs): + def create_self_subject_access_review(self, body, **kwargs): """ create a SelfSubjectAccessReview @@ -181,7 +185,7 @@ def create_authorization_v1beta1_self_subject_access_review(self, body, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_authorization_v1beta1_self_subject_access_review(body, callback=callback_function) + >>> thread = api.create_self_subject_access_review(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -193,12 +197,12 @@ def create_authorization_v1beta1_self_subject_access_review(self, body, **kwargs """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_authorization_v1beta1_self_subject_access_review_with_http_info(body, **kwargs) + return self.create_self_subject_access_review_with_http_info(body, **kwargs) else: - (data) = self.create_authorization_v1beta1_self_subject_access_review_with_http_info(body, **kwargs) + (data) = self.create_self_subject_access_review_with_http_info(body, **kwargs) return data - def create_authorization_v1beta1_self_subject_access_review_with_http_info(self, body, **kwargs): + def create_self_subject_access_review_with_http_info(self, body, **kwargs): """ create a SelfSubjectAccessReview @@ -209,7 +213,7 @@ def create_authorization_v1beta1_self_subject_access_review_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_authorization_v1beta1_self_subject_access_review_with_http_info(body, callback=callback_function) + >>> thread = api.create_self_subject_access_review_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -223,19 +227,21 @@ def create_authorization_v1beta1_self_subject_access_review_with_http_info(self, all_params = ['body', 'pretty'] all_params.append('callback') 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_authorization_v1beta1_self_subject_access_review" % key + " to method create_self_subject_access_review" % 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_authorization_v1beta1_self_subject_access_review`") + raise ValueError("Missing the required parameter `body` when calling `create_self_subject_access_review`") collection_formats = {} @@ -280,9 +286,11 @@ def create_authorization_v1beta1_self_subject_access_review_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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 create_authorization_v1beta1_subject_access_review(self, body, **kwargs): + def create_subject_access_review(self, body, **kwargs): """ create a SubjectAccessReview @@ -293,7 +301,7 @@ def create_authorization_v1beta1_subject_access_review(self, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_authorization_v1beta1_subject_access_review(body, callback=callback_function) + >>> thread = api.create_subject_access_review(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -305,12 +313,12 @@ def create_authorization_v1beta1_subject_access_review(self, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_authorization_v1beta1_subject_access_review_with_http_info(body, **kwargs) + return self.create_subject_access_review_with_http_info(body, **kwargs) else: - (data) = self.create_authorization_v1beta1_subject_access_review_with_http_info(body, **kwargs) + (data) = self.create_subject_access_review_with_http_info(body, **kwargs) return data - def create_authorization_v1beta1_subject_access_review_with_http_info(self, body, **kwargs): + def create_subject_access_review_with_http_info(self, body, **kwargs): """ create a SubjectAccessReview @@ -321,7 +329,7 @@ def create_authorization_v1beta1_subject_access_review_with_http_info(self, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_authorization_v1beta1_subject_access_review_with_http_info(body, callback=callback_function) + >>> thread = api.create_subject_access_review_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -335,19 +343,21 @@ def create_authorization_v1beta1_subject_access_review_with_http_info(self, body all_params = ['body', 'pretty'] all_params.append('callback') 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_authorization_v1beta1_subject_access_review" % key + " to method create_subject_access_review" % 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_authorization_v1beta1_subject_access_review`") + raise ValueError("Missing the required parameter `body` when calling `create_subject_access_review`") collection_formats = {} @@ -392,9 +402,11 @@ def create_authorization_v1beta1_subject_access_review_with_http_info(self, body auth_settings=auth_settings, callback=params.get('callback'), _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_authorization_v1beta1_api_resources(self, **kwargs): + def get_api_resources(self, **kwargs): """ get available resources @@ -405,7 +417,7 @@ def get_authorization_v1beta1_api_resources(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_authorization_v1beta1_api_resources(callback=callback_function) + >>> thread = api.get_api_resources(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -415,12 +427,12 @@ def get_authorization_v1beta1_api_resources(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_authorization_v1beta1_api_resources_with_http_info(**kwargs) + return self.get_api_resources_with_http_info(**kwargs) else: - (data) = self.get_authorization_v1beta1_api_resources_with_http_info(**kwargs) + (data) = self.get_api_resources_with_http_info(**kwargs) return data - def get_authorization_v1beta1_api_resources_with_http_info(self, **kwargs): + def get_api_resources_with_http_info(self, **kwargs): """ get available resources @@ -431,7 +443,7 @@ def get_authorization_v1beta1_api_resources_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_authorization_v1beta1_api_resources_with_http_info(callback=callback_function) + >>> thread = api.get_api_resources_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -443,13 +455,15 @@ def get_authorization_v1beta1_api_resources_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_authorization_v1beta1_api_resources" % key + " to method get_api_resources" % key ) params[key] = val del params['kwargs'] @@ -493,4 +507,6 @@ def get_authorization_v1beta1_api_resources_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/autoscaling_api.py b/k8sclient/apis/autoscaling_api.py index 691a1cdd4f..428f866767 100644 --- a/k8sclient/apis/autoscaling_api.py +++ b/k8sclient/apis/autoscaling_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def get_autoscaling_api_group(self, **kwargs): + def get_api_group(self, **kwargs): """ get information of a group @@ -62,7 +62,7 @@ def get_autoscaling_api_group(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_autoscaling_api_group(callback=callback_function) + >>> thread = api.get_api_group(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -72,12 +72,12 @@ def get_autoscaling_api_group(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_autoscaling_api_group_with_http_info(**kwargs) + return self.get_api_group_with_http_info(**kwargs) else: - (data) = self.get_autoscaling_api_group_with_http_info(**kwargs) + (data) = self.get_api_group_with_http_info(**kwargs) return data - def get_autoscaling_api_group_with_http_info(self, **kwargs): + def get_api_group_with_http_info(self, **kwargs): """ get information of a group @@ -88,7 +88,7 @@ def get_autoscaling_api_group_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_autoscaling_api_group_with_http_info(callback=callback_function) + >>> thread = api.get_api_group_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -100,13 +100,15 @@ def get_autoscaling_api_group_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_autoscaling_api_group" % key + " to method get_api_group" % key ) params[key] = val del params['kwargs'] @@ -150,4 +152,6 @@ def get_autoscaling_api_group_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/autoscaling_v1_api.py b/k8sclient/apis/autoscaling_v1_api.py index 2462487649..b024a5e4b4 100644 --- a/k8sclient/apis/autoscaling_v1_api.py +++ b/k8sclient/apis/autoscaling_v1_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def create_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, namespace, body, **kwargs): + def create_namespaced_horizontal_pod_autoscaler(self, namespace, body, **kwargs): """ create a HorizontalPodAutoscaler @@ -62,7 +62,7 @@ def create_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_autoscaling_v1_namespaced_horizontal_pod_autoscaler(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_horizontal_pod_autoscaler(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -75,12 +75,12 @@ def create_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, **kwargs) return data - def create_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, body, **kwargs): """ create a HorizontalPodAutoscaler @@ -91,7 +91,7 @@ def create_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(se >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -106,22 +106,24 @@ def create_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(se all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler" % key + " to method create_namespaced_horizontal_pod_autoscaler" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_horizontal_pod_autoscaler`") # 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -168,9 +170,11 @@ def create_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(se auth_settings=auth_settings, callback=params.get('callback'), _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_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler(self, namespace, **kwargs): + def delete_collection_namespaced_horizontal_pod_autoscaler(self, namespace, **kwargs): """ delete collection of HorizontalPodAutoscaler @@ -181,7 +185,7 @@ def delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_horizontal_pod_autoscaler(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -198,12 +202,12 @@ def delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler(self, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) else: - (data) = self.delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) return data - def delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, **kwargs): """ delete collection of HorizontalPodAutoscaler @@ -214,7 +218,7 @@ def delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler_with_h >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -233,19 +237,21 @@ def delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler_with_h all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler" % key + " to method delete_collection_namespaced_horizontal_pod_autoscaler" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -300,9 +306,11 @@ def delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler_with_h auth_settings=auth_settings, callback=params.get('callback'), _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_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kwargs): + def delete_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kwargs): """ delete a HorizontalPodAutoscaler @@ -313,7 +321,7 @@ def delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, name, names >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_horizontal_pod_autoscaler(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -321,18 +329,20 @@ def delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, name, names :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) return data - def delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, body, **kwargs): """ delete a HorizontalPodAutoscaler @@ -343,7 +353,7 @@ def delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(se >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -351,33 +361,37 @@ def delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(se :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler" % key + " to method delete_namespaced_horizontal_pod_autoscaler" % 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_horizontal_pod_autoscaler`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_horizontal_pod_autoscaler`") # 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -392,6 +406,10 @@ def delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(se query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -426,9 +444,11 @@ def delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(se auth_settings=auth_settings, callback=params.get('callback'), _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_autoscaling_v1_api_resources(self, **kwargs): + def get_api_resources(self, **kwargs): """ get available resources @@ -439,7 +459,7 @@ def get_autoscaling_v1_api_resources(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_autoscaling_v1_api_resources(callback=callback_function) + >>> thread = api.get_api_resources(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -449,12 +469,12 @@ def get_autoscaling_v1_api_resources(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_autoscaling_v1_api_resources_with_http_info(**kwargs) + return self.get_api_resources_with_http_info(**kwargs) else: - (data) = self.get_autoscaling_v1_api_resources_with_http_info(**kwargs) + (data) = self.get_api_resources_with_http_info(**kwargs) return data - def get_autoscaling_v1_api_resources_with_http_info(self, **kwargs): + def get_api_resources_with_http_info(self, **kwargs): """ get available resources @@ -465,7 +485,7 @@ def get_autoscaling_v1_api_resources_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_autoscaling_v1_api_resources_with_http_info(callback=callback_function) + >>> thread = api.get_api_resources_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -477,13 +497,15 @@ def get_autoscaling_v1_api_resources_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_autoscaling_v1_api_resources" % key + " to method get_api_resources" % key ) params[key] = val del params['kwargs'] @@ -527,9 +549,11 @@ def get_autoscaling_v1_api_resources_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces(self, **kwargs): + def list_horizontal_pod_autoscaler_for_all_namespaces(self, **kwargs): """ list or watch objects of kind HorizontalPodAutoscaler @@ -540,7 +564,7 @@ def list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces(self, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces(callback=callback_function) + >>> thread = api.list_horizontal_pod_autoscaler_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -556,12 +580,12 @@ def list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces(self, **kwa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(**kwargs) + return self.list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(**kwargs) return data - def list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(self, **kwargs): + def list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind HorizontalPodAutoscaler @@ -572,7 +596,7 @@ def list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces_with_http_i >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -590,13 +614,15 @@ def list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces_with_http_i all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces" % key + " to method list_horizontal_pod_autoscaler_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -652,9 +678,11 @@ def list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces_with_http_i auth_settings=auth_settings, callback=params.get('callback'), _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_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, namespace, **kwargs): + def list_namespaced_horizontal_pod_autoscaler(self, namespace, **kwargs): """ list or watch objects of kind HorizontalPodAutoscaler @@ -665,7 +693,7 @@ def list_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, namespace, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_autoscaling_v1_namespaced_horizontal_pod_autoscaler(namespace, callback=callback_function) + >>> thread = api.list_namespaced_horizontal_pod_autoscaler(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -682,12 +710,12 @@ def list_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, namespace, ** """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) + return self.list_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) else: - (data) = self.list_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) return data - def list_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, **kwargs): + def list_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind HorizontalPodAutoscaler @@ -698,7 +726,7 @@ def list_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(self >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -717,19 +745,21 @@ def list_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(self all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler" % key + " to method list_namespaced_horizontal_pod_autoscaler" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -784,9 +814,11 @@ def list_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(self auth_settings=auth_settings, callback=params.get('callback'), _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_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kwargs): + def patch_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kwargs): """ partially update the specified HorizontalPodAutoscaler @@ -797,7 +829,7 @@ def patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, name, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -811,12 +843,12 @@ def patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, name, namesp """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) return data - def patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified HorizontalPodAutoscaler @@ -827,7 +859,7 @@ def patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(sel >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -843,25 +875,27 @@ def patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(sel all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler" % key + " to method patch_namespaced_horizontal_pod_autoscaler" % 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_horizontal_pod_autoscaler`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_horizontal_pod_autoscaler`") # 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -910,9 +944,11 @@ def patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(sel auth_settings=auth_settings, callback=params.get('callback'), _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_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, body, **kwargs): + def patch_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, body, **kwargs): """ partially update status of the specified HorizontalPodAutoscaler @@ -923,7 +959,7 @@ def patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -937,12 +973,12 @@ def patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(self, name, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) return data - def patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, namespace, body, **kwargs): """ partially update status of the specified HorizontalPodAutoscaler @@ -953,7 +989,7 @@ def patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_i >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -969,25 +1005,27 @@ def patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_i all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status" % key + " to method patch_namespaced_horizontal_pod_autoscaler_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_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_horizontal_pod_autoscaler_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_horizontal_pod_autoscaler_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_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_horizontal_pod_autoscaler_status`") collection_formats = {} @@ -1036,9 +1074,11 @@ def patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_i auth_settings=auth_settings, callback=params.get('callback'), _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_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, name, namespace, **kwargs): + def read_namespaced_horizontal_pod_autoscaler(self, name, namespace, **kwargs): """ read the specified HorizontalPodAutoscaler @@ -1049,7 +1089,7 @@ def read_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, name, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_autoscaling_v1_namespaced_horizontal_pod_autoscaler(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_horizontal_pod_autoscaler(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1064,12 +1104,12 @@ def read_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, name, namespa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) return data - def read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, **kwargs): """ read the specified HorizontalPodAutoscaler @@ -1080,7 +1120,7 @@ def read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(self >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1097,22 +1137,24 @@ def read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(self all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler" % key + " to method read_namespaced_horizontal_pod_autoscaler" % 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_horizontal_pod_autoscaler`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -1163,9 +1205,11 @@ def read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(self auth_settings=auth_settings, callback=params.get('callback'), _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_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, **kwargs): + def read_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, **kwargs): """ read status of the specified HorizontalPodAutoscaler @@ -1176,7 +1220,7 @@ def read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_horizontal_pod_autoscaler_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1189,12 +1233,12 @@ def read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(self, name, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, **kwargs) return data - def read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified HorizontalPodAutoscaler @@ -1205,7 +1249,7 @@ def read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_in >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1220,22 +1264,24 @@ def read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_in all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status" % key + " to method read_namespaced_horizontal_pod_autoscaler_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_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_horizontal_pod_autoscaler_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_horizontal_pod_autoscaler_status`") collection_formats = {} @@ -1282,9 +1328,11 @@ def read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_in auth_settings=auth_settings, callback=params.get('callback'), _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_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kwargs): + def replace_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kwargs): """ replace the specified HorizontalPodAutoscaler @@ -1295,7 +1343,7 @@ def replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, name, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1309,12 +1357,12 @@ def replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, name, name """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) return data - def replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified HorizontalPodAutoscaler @@ -1325,7 +1373,7 @@ def replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(s >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1341,25 +1389,27 @@ def replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(s all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler" % key + " to method replace_namespaced_horizontal_pod_autoscaler" % 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_horizontal_pod_autoscaler`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_horizontal_pod_autoscaler`") # 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -1408,9 +1458,11 @@ def replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(s auth_settings=auth_settings, callback=params.get('callback'), _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_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, body, **kwargs): + def replace_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, body, **kwargs): """ replace status of the specified HorizontalPodAutoscaler @@ -1421,7 +1473,7 @@ def replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(self, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1435,12 +1487,12 @@ def replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(self, nam """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) return data - def replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, namespace, body, **kwargs): """ replace status of the specified HorizontalPodAutoscaler @@ -1451,7 +1503,7 @@ def replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1467,25 +1519,27 @@ def replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status" % key + " to method replace_namespaced_horizontal_pod_autoscaler_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 `replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_horizontal_pod_autoscaler_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_horizontal_pod_autoscaler_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 `replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_horizontal_pod_autoscaler_status`") collection_formats = {} @@ -1534,9 +1588,11 @@ def replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status_with_http auth_settings=auth_settings, callback=params.get('callback'), _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 watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces(self, **kwargs): + def watch_horizontal_pod_autoscaler_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of HorizontalPodAutoscaler @@ -1547,7 +1603,7 @@ def watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_horizontal_pod_autoscaler_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1563,12 +1619,12 @@ def watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces(self, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of HorizontalPodAutoscaler @@ -1579,7 +1635,7 @@ def watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces_with_ >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1597,13 +1653,15 @@ def watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces_with_ all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces" % key + " to method watch_horizontal_pod_autoscaler_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -1659,9 +1717,11 @@ def watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces_with_ auth_settings=auth_settings, callback=params.get('callback'), _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 watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, name, namespace, **kwargs): + def watch_namespaced_horizontal_pod_autoscaler(self, name, namespace, **kwargs): """ watch changes to an object of kind HorizontalPodAutoscaler @@ -1672,7 +1732,7 @@ def watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, name, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_horizontal_pod_autoscaler(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1690,12 +1750,12 @@ def watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self, name, namesp """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) return data - def watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind HorizontalPodAutoscaler @@ -1706,7 +1766,7 @@ def watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(sel >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1726,22 +1786,24 @@ def watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(sel all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler" % key + " to method watch_namespaced_horizontal_pod_autoscaler" % 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 `watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_horizontal_pod_autoscaler`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -1798,9 +1860,11 @@ def watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_with_http_info(sel auth_settings=auth_settings, callback=params.get('callback'), _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 watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list(self, namespace, **kwargs): + def watch_namespaced_horizontal_pod_autoscaler_list(self, namespace, **kwargs): """ watch individual changes to a list of HorizontalPodAutoscaler @@ -1811,7 +1875,7 @@ def watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list(self, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_horizontal_pod_autoscaler_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1828,12 +1892,12 @@ def watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list(self, namespa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_horizontal_pod_autoscaler_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_horizontal_pod_autoscaler_list_with_http_info(namespace, **kwargs) return data - def watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_horizontal_pod_autoscaler_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of HorizontalPodAutoscaler @@ -1844,7 +1908,7 @@ def watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list_with_http_inf >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_horizontal_pod_autoscaler_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1863,19 +1927,21 @@ def watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list_with_http_inf all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list" % key + " to method watch_namespaced_horizontal_pod_autoscaler_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_horizontal_pod_autoscaler_list`") collection_formats = {} @@ -1930,4 +1996,6 @@ def watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list_with_http_inf auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/batch_api.py b/k8sclient/apis/batch_api.py index 0930d9e840..177929fe00 100644 --- a/k8sclient/apis/batch_api.py +++ b/k8sclient/apis/batch_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def get_batch_api_group(self, **kwargs): + def get_api_group(self, **kwargs): """ get information of a group @@ -62,7 +62,7 @@ def get_batch_api_group(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_batch_api_group(callback=callback_function) + >>> thread = api.get_api_group(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -72,12 +72,12 @@ def get_batch_api_group(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_batch_api_group_with_http_info(**kwargs) + return self.get_api_group_with_http_info(**kwargs) else: - (data) = self.get_batch_api_group_with_http_info(**kwargs) + (data) = self.get_api_group_with_http_info(**kwargs) return data - def get_batch_api_group_with_http_info(self, **kwargs): + def get_api_group_with_http_info(self, **kwargs): """ get information of a group @@ -88,7 +88,7 @@ def get_batch_api_group_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_batch_api_group_with_http_info(callback=callback_function) + >>> thread = api.get_api_group_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -100,13 +100,15 @@ def get_batch_api_group_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_batch_api_group" % key + " to method get_api_group" % key ) params[key] = val del params['kwargs'] @@ -150,4 +152,6 @@ def get_batch_api_group_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/batch_v1_api.py b/k8sclient/apis/batch_v1_api.py index a5597a4485..706fc142ca 100644 --- a/k8sclient/apis/batch_v1_api.py +++ b/k8sclient/apis/batch_v1_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def create_batch_v1_namespaced_job(self, namespace, body, **kwargs): + def create_namespaced_job(self, namespace, body, **kwargs): """ create a Job @@ -62,7 +62,7 @@ def create_batch_v1_namespaced_job(self, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_batch_v1_namespaced_job(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_job(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -75,12 +75,12 @@ def create_batch_v1_namespaced_job(self, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_batch_v1_namespaced_job_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_job_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_batch_v1_namespaced_job_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_job_with_http_info(namespace, body, **kwargs) return data - def create_batch_v1_namespaced_job_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_job_with_http_info(self, namespace, body, **kwargs): """ create a Job @@ -91,7 +91,7 @@ def create_batch_v1_namespaced_job_with_http_info(self, namespace, body, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_batch_v1_namespaced_job_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_job_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -106,22 +106,24 @@ def create_batch_v1_namespaced_job_with_http_info(self, namespace, body, **kwarg all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_batch_v1_namespaced_job" % key + " to method create_namespaced_job" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_job`") # 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_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_job`") collection_formats = {} @@ -168,9 +170,11 @@ def create_batch_v1_namespaced_job_with_http_info(self, namespace, body, **kwarg auth_settings=auth_settings, callback=params.get('callback'), _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_batch_v1_collection_namespaced_job(self, namespace, **kwargs): + def delete_collection_namespaced_job(self, namespace, **kwargs): """ delete collection of Job @@ -181,7 +185,7 @@ def delete_batch_v1_collection_namespaced_job(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_batch_v1_collection_namespaced_job(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_job(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -198,12 +202,12 @@ def delete_batch_v1_collection_namespaced_job(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_batch_v1_collection_namespaced_job_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_job_with_http_info(namespace, **kwargs) else: - (data) = self.delete_batch_v1_collection_namespaced_job_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_job_with_http_info(namespace, **kwargs) return data - def delete_batch_v1_collection_namespaced_job_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_job_with_http_info(self, namespace, **kwargs): """ delete collection of Job @@ -214,7 +218,7 @@ def delete_batch_v1_collection_namespaced_job_with_http_info(self, namespace, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_batch_v1_collection_namespaced_job_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_job_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -233,19 +237,21 @@ def delete_batch_v1_collection_namespaced_job_with_http_info(self, namespace, ** all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_batch_v1_collection_namespaced_job" % key + " to method delete_collection_namespaced_job" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_batch_v1_collection_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_job`") collection_formats = {} @@ -300,9 +306,11 @@ def delete_batch_v1_collection_namespaced_job_with_http_info(self, namespace, ** auth_settings=auth_settings, callback=params.get('callback'), _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_batch_v1_namespaced_job(self, name, namespace, body, **kwargs): + def delete_namespaced_job(self, name, namespace, body, **kwargs): """ delete a Job @@ -313,7 +321,7 @@ def delete_batch_v1_namespaced_job(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_batch_v1_namespaced_job(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_job(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -321,18 +329,20 @@ def delete_batch_v1_namespaced_job(self, name, namespace, body, **kwargs): :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_batch_v1_namespaced_job_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_job_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_batch_v1_namespaced_job_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_job_with_http_info(name, namespace, body, **kwargs) return data - def delete_batch_v1_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): """ delete a Job @@ -343,7 +353,7 @@ def delete_batch_v1_namespaced_job_with_http_info(self, name, namespace, body, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_batch_v1_namespaced_job_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_job_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -351,33 +361,37 @@ def delete_batch_v1_namespaced_job_with_http_info(self, name, namespace, body, * :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_batch_v1_namespaced_job" % key + " to method delete_namespaced_job" % 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_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_job`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_job`") # 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_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_job`") collection_formats = {} @@ -392,6 +406,10 @@ def delete_batch_v1_namespaced_job_with_http_info(self, name, namespace, body, * query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -426,9 +444,11 @@ def delete_batch_v1_namespaced_job_with_http_info(self, name, namespace, body, * auth_settings=auth_settings, callback=params.get('callback'), _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_batch_v1_api_resources(self, **kwargs): + def get_api_resources(self, **kwargs): """ get available resources @@ -439,7 +459,7 @@ def get_batch_v1_api_resources(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_batch_v1_api_resources(callback=callback_function) + >>> thread = api.get_api_resources(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -449,12 +469,12 @@ def get_batch_v1_api_resources(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_batch_v1_api_resources_with_http_info(**kwargs) + return self.get_api_resources_with_http_info(**kwargs) else: - (data) = self.get_batch_v1_api_resources_with_http_info(**kwargs) + (data) = self.get_api_resources_with_http_info(**kwargs) return data - def get_batch_v1_api_resources_with_http_info(self, **kwargs): + def get_api_resources_with_http_info(self, **kwargs): """ get available resources @@ -465,7 +485,7 @@ def get_batch_v1_api_resources_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_batch_v1_api_resources_with_http_info(callback=callback_function) + >>> thread = api.get_api_resources_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -477,13 +497,15 @@ def get_batch_v1_api_resources_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_batch_v1_api_resources" % key + " to method get_api_resources" % key ) params[key] = val del params['kwargs'] @@ -527,9 +549,11 @@ def get_batch_v1_api_resources_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_batch_v1_job_for_all_namespaces(self, **kwargs): + def list_job_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Job @@ -540,7 +564,7 @@ def list_batch_v1_job_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_batch_v1_job_for_all_namespaces(callback=callback_function) + >>> thread = api.list_job_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -556,12 +580,12 @@ def list_batch_v1_job_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_batch_v1_job_for_all_namespaces_with_http_info(**kwargs) + return self.list_job_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_batch_v1_job_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_job_for_all_namespaces_with_http_info(**kwargs) return data - def list_batch_v1_job_for_all_namespaces_with_http_info(self, **kwargs): + def list_job_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Job @@ -572,7 +596,7 @@ def list_batch_v1_job_for_all_namespaces_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_batch_v1_job_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_job_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -590,13 +614,15 @@ def list_batch_v1_job_for_all_namespaces_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_batch_v1_job_for_all_namespaces" % key + " to method list_job_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -652,9 +678,11 @@ def list_batch_v1_job_for_all_namespaces_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_batch_v1_namespaced_job(self, namespace, **kwargs): + def list_namespaced_job(self, namespace, **kwargs): """ list or watch objects of kind Job @@ -665,7 +693,7 @@ def list_batch_v1_namespaced_job(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_batch_v1_namespaced_job(namespace, callback=callback_function) + >>> thread = api.list_namespaced_job(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -682,12 +710,12 @@ def list_batch_v1_namespaced_job(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_batch_v1_namespaced_job_with_http_info(namespace, **kwargs) + return self.list_namespaced_job_with_http_info(namespace, **kwargs) else: - (data) = self.list_batch_v1_namespaced_job_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_job_with_http_info(namespace, **kwargs) return data - def list_batch_v1_namespaced_job_with_http_info(self, namespace, **kwargs): + def list_namespaced_job_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Job @@ -698,7 +726,7 @@ def list_batch_v1_namespaced_job_with_http_info(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_batch_v1_namespaced_job_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_job_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -717,19 +745,21 @@ def list_batch_v1_namespaced_job_with_http_info(self, namespace, **kwargs): all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_batch_v1_namespaced_job" % key + " to method list_namespaced_job" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_job`") collection_formats = {} @@ -784,9 +814,11 @@ def list_batch_v1_namespaced_job_with_http_info(self, namespace, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_batch_v1_namespaced_job(self, name, namespace, body, **kwargs): + def patch_namespaced_job(self, name, namespace, body, **kwargs): """ partially update the specified Job @@ -797,7 +829,7 @@ def patch_batch_v1_namespaced_job(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_batch_v1_namespaced_job(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_job(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -811,12 +843,12 @@ def patch_batch_v1_namespaced_job(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_batch_v1_namespaced_job_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_job_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_batch_v1_namespaced_job_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_job_with_http_info(name, namespace, body, **kwargs) return data - def patch_batch_v1_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified Job @@ -827,7 +859,7 @@ def patch_batch_v1_namespaced_job_with_http_info(self, name, namespace, body, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_batch_v1_namespaced_job_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_job_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -843,25 +875,27 @@ def patch_batch_v1_namespaced_job_with_http_info(self, name, namespace, body, ** all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_batch_v1_namespaced_job" % key + " to method patch_namespaced_job" % 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_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_job`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_job`") # 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_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_job`") collection_formats = {} @@ -910,9 +944,11 @@ def patch_batch_v1_namespaced_job_with_http_info(self, name, namespace, body, ** auth_settings=auth_settings, callback=params.get('callback'), _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_batch_v1_namespaced_job_status(self, name, namespace, body, **kwargs): + def patch_namespaced_job_status(self, name, namespace, body, **kwargs): """ partially update status of the specified Job @@ -923,7 +959,7 @@ def patch_batch_v1_namespaced_job_status(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_batch_v1_namespaced_job_status(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_job_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -937,12 +973,12 @@ def patch_batch_v1_namespaced_job_status(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_batch_v1_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_batch_v1_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) return data - def patch_batch_v1_namespaced_job_status_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_job_status_with_http_info(self, name, namespace, body, **kwargs): """ partially update status of the specified Job @@ -953,7 +989,7 @@ def patch_batch_v1_namespaced_job_status_with_http_info(self, name, namespace, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_batch_v1_namespaced_job_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_job_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -969,25 +1005,27 @@ def patch_batch_v1_namespaced_job_status_with_http_info(self, name, namespace, b all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_batch_v1_namespaced_job_status" % key + " to method patch_namespaced_job_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_batch_v1_namespaced_job_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_job_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_batch_v1_namespaced_job_status`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_job_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_batch_v1_namespaced_job_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_job_status`") collection_formats = {} @@ -1036,9 +1074,11 @@ def patch_batch_v1_namespaced_job_status_with_http_info(self, name, namespace, b auth_settings=auth_settings, callback=params.get('callback'), _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_batch_v1_namespaced_job(self, name, namespace, **kwargs): + def read_namespaced_job(self, name, namespace, **kwargs): """ read the specified Job @@ -1049,7 +1089,7 @@ def read_batch_v1_namespaced_job(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_batch_v1_namespaced_job(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_job(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1064,12 +1104,12 @@ def read_batch_v1_namespaced_job(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_batch_v1_namespaced_job_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_job_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_batch_v1_namespaced_job_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_job_with_http_info(name, namespace, **kwargs) return data - def read_batch_v1_namespaced_job_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_job_with_http_info(self, name, namespace, **kwargs): """ read the specified Job @@ -1080,7 +1120,7 @@ def read_batch_v1_namespaced_job_with_http_info(self, name, namespace, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_batch_v1_namespaced_job_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_job_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1097,22 +1137,24 @@ def read_batch_v1_namespaced_job_with_http_info(self, name, namespace, **kwargs) all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_batch_v1_namespaced_job" % key + " to method read_namespaced_job" % 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_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_job`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_job`") collection_formats = {} @@ -1163,9 +1205,11 @@ def read_batch_v1_namespaced_job_with_http_info(self, name, namespace, **kwargs) auth_settings=auth_settings, callback=params.get('callback'), _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_batch_v1_namespaced_job_status(self, name, namespace, **kwargs): + def read_namespaced_job_status(self, name, namespace, **kwargs): """ read status of the specified Job @@ -1176,7 +1220,7 @@ def read_batch_v1_namespaced_job_status(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_batch_v1_namespaced_job_status(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_job_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1189,12 +1233,12 @@ def read_batch_v1_namespaced_job_status(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_batch_v1_namespaced_job_status_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_job_status_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_batch_v1_namespaced_job_status_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_job_status_with_http_info(name, namespace, **kwargs) return data - def read_batch_v1_namespaced_job_status_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_job_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified Job @@ -1205,7 +1249,7 @@ def read_batch_v1_namespaced_job_status_with_http_info(self, name, namespace, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_batch_v1_namespaced_job_status_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_job_status_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1220,22 +1264,24 @@ def read_batch_v1_namespaced_job_status_with_http_info(self, name, namespace, ** all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_batch_v1_namespaced_job_status" % key + " to method read_namespaced_job_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_batch_v1_namespaced_job_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_job_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_batch_v1_namespaced_job_status`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_job_status`") collection_formats = {} @@ -1282,9 +1328,11 @@ def read_batch_v1_namespaced_job_status_with_http_info(self, name, namespace, ** auth_settings=auth_settings, callback=params.get('callback'), _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_batch_v1_namespaced_job(self, name, namespace, body, **kwargs): + def replace_namespaced_job(self, name, namespace, body, **kwargs): """ replace the specified Job @@ -1295,7 +1343,7 @@ def replace_batch_v1_namespaced_job(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_batch_v1_namespaced_job(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_job(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1309,12 +1357,12 @@ def replace_batch_v1_namespaced_job(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_batch_v1_namespaced_job_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_job_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_batch_v1_namespaced_job_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_job_with_http_info(name, namespace, body, **kwargs) return data - def replace_batch_v1_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified Job @@ -1325,7 +1373,7 @@ def replace_batch_v1_namespaced_job_with_http_info(self, name, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_batch_v1_namespaced_job_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_job_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1341,25 +1389,27 @@ def replace_batch_v1_namespaced_job_with_http_info(self, name, namespace, body, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_batch_v1_namespaced_job" % key + " to method replace_namespaced_job" % 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_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_job`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_job`") # 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_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_job`") collection_formats = {} @@ -1408,9 +1458,11 @@ def replace_batch_v1_namespaced_job_with_http_info(self, name, namespace, body, auth_settings=auth_settings, callback=params.get('callback'), _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_batch_v1_namespaced_job_status(self, name, namespace, body, **kwargs): + def replace_namespaced_job_status(self, name, namespace, body, **kwargs): """ replace status of the specified Job @@ -1421,7 +1473,7 @@ def replace_batch_v1_namespaced_job_status(self, name, namespace, body, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_batch_v1_namespaced_job_status(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_job_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1435,12 +1487,12 @@ def replace_batch_v1_namespaced_job_status(self, name, namespace, body, **kwargs """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_batch_v1_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_batch_v1_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) return data - def replace_batch_v1_namespaced_job_status_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_job_status_with_http_info(self, name, namespace, body, **kwargs): """ replace status of the specified Job @@ -1451,7 +1503,7 @@ def replace_batch_v1_namespaced_job_status_with_http_info(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_batch_v1_namespaced_job_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_job_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1467,25 +1519,27 @@ def replace_batch_v1_namespaced_job_status_with_http_info(self, name, namespace, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_batch_v1_namespaced_job_status" % key + " to method replace_namespaced_job_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 `replace_batch_v1_namespaced_job_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_job_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_batch_v1_namespaced_job_status`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_job_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 `replace_batch_v1_namespaced_job_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_job_status`") collection_formats = {} @@ -1534,9 +1588,11 @@ def replace_batch_v1_namespaced_job_status_with_http_info(self, name, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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 watch_batch_v1_job_list_for_all_namespaces(self, **kwargs): + def watch_job_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of Job @@ -1547,7 +1603,7 @@ def watch_batch_v1_job_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_batch_v1_job_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_job_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1563,12 +1619,12 @@ def watch_batch_v1_job_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_batch_v1_job_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_job_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_batch_v1_job_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_job_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_batch_v1_job_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_job_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of Job @@ -1579,7 +1635,7 @@ def watch_batch_v1_job_list_for_all_namespaces_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_batch_v1_job_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_job_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1597,13 +1653,15 @@ def watch_batch_v1_job_list_for_all_namespaces_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_batch_v1_job_list_for_all_namespaces" % key + " to method watch_job_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -1659,9 +1717,11 @@ def watch_batch_v1_job_list_for_all_namespaces_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 watch_batch_v1_namespaced_job(self, name, namespace, **kwargs): + def watch_namespaced_job(self, name, namespace, **kwargs): """ watch changes to an object of kind Job @@ -1672,7 +1732,7 @@ def watch_batch_v1_namespaced_job(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_batch_v1_namespaced_job(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_job(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1690,12 +1750,12 @@ def watch_batch_v1_namespaced_job(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_batch_v1_namespaced_job_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_job_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_batch_v1_namespaced_job_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_job_with_http_info(name, namespace, **kwargs) return data - def watch_batch_v1_namespaced_job_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_job_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind Job @@ -1706,7 +1766,7 @@ def watch_batch_v1_namespaced_job_with_http_info(self, name, namespace, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_batch_v1_namespaced_job_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_job_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1726,22 +1786,24 @@ def watch_batch_v1_namespaced_job_with_http_info(self, name, namespace, **kwargs all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_batch_v1_namespaced_job" % key + " to method watch_namespaced_job" % 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 `watch_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_job`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_batch_v1_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_job`") collection_formats = {} @@ -1798,9 +1860,11 @@ def watch_batch_v1_namespaced_job_with_http_info(self, name, namespace, **kwargs auth_settings=auth_settings, callback=params.get('callback'), _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 watch_batch_v1_namespaced_job_list(self, namespace, **kwargs): + def watch_namespaced_job_list(self, namespace, **kwargs): """ watch individual changes to a list of Job @@ -1811,7 +1875,7 @@ def watch_batch_v1_namespaced_job_list(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_batch_v1_namespaced_job_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_job_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1828,12 +1892,12 @@ def watch_batch_v1_namespaced_job_list(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_batch_v1_namespaced_job_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_job_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_batch_v1_namespaced_job_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_job_list_with_http_info(namespace, **kwargs) return data - def watch_batch_v1_namespaced_job_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_job_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of Job @@ -1844,7 +1908,7 @@ def watch_batch_v1_namespaced_job_list_with_http_info(self, namespace, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_batch_v1_namespaced_job_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_job_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1863,19 +1927,21 @@ def watch_batch_v1_namespaced_job_list_with_http_info(self, namespace, **kwargs) all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_batch_v1_namespaced_job_list" % key + " to method watch_namespaced_job_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_batch_v1_namespaced_job_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_job_list`") collection_formats = {} @@ -1930,4 +1996,6 @@ def watch_batch_v1_namespaced_job_list_with_http_info(self, namespace, **kwargs) auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/batch_v2alpha1_api.py b/k8sclient/apis/batch_v2alpha1_api.py index 1bd3fcf45f..6465e01533 100644 --- a/k8sclient/apis/batch_v2alpha1_api.py +++ b/k8sclient/apis/batch_v2alpha1_api.py @@ -51,7 +51,1224 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def get_batch_v2alpha1_api_resources(self, **kwargs): + 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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.create_namespaced_cron_job(namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + 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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.create_namespaced_cron_job_with_http_info(namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['namespace', 'body', 'pretty'] + all_params.append('callback') + 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_namespaced_cron_job" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_cron_job`") + # 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_namespaced_cron_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs'.replace('{format}', 'json') + path_params = {} + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'POST', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJob', + auth_settings=auth_settings, + callback=params.get('callback'), + _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 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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.create_namespaced_job(namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param V2alpha1Job body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1Job + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.create_namespaced_job_with_http_info(namespace, body, **kwargs) + else: + (data) = self.create_namespaced_job_with_http_info(namespace, body, **kwargs) + return data + + 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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.create_namespaced_job_with_http_info(namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param V2alpha1Job body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1Job + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['namespace', 'body', 'pretty'] + all_params.append('callback') + 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_namespaced_job" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_job`") + # 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_namespaced_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/jobs'.replace('{format}', 'json') + path_params = {} + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'POST', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1Job', + auth_settings=auth_settings, + callback=params.get('callback'), + _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 create_namespaced_scheduled_job(self, namespace, body, **kwargs): + """ + + create a ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.create_namespaced_scheduled_job(namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.create_namespaced_scheduled_job_with_http_info(namespace, body, **kwargs) + else: + (data) = self.create_namespaced_scheduled_job_with_http_info(namespace, body, **kwargs) + return data + + def create_namespaced_scheduled_job_with_http_info(self, namespace, body, **kwargs): + """ + + create a ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.create_namespaced_scheduled_job_with_http_info(namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['namespace', 'body', 'pretty'] + all_params.append('callback') + 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_namespaced_scheduled_job" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_scheduled_job`") + # 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_namespaced_scheduled_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs'.replace('{format}', 'json') + path_params = {} + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'POST', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJob', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.delete_collection_namespaced_cron_job(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str 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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: UnversionedStatus + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + def delete_collection_namespaced_cron_job_with_http_info(self, namespace, **kwargs): + """ + + delete collection of CronJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.delete_collection_namespaced_cron_job_with_http_info(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str 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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: UnversionedStatus + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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_namespaced_cron_job" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_cron_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs'.replace('{format}', 'json') + path_params = {} + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'DELETE', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='UnversionedStatus', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.delete_collection_namespaced_job(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str 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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: UnversionedStatus + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.delete_collection_namespaced_job_with_http_info(namespace, **kwargs) + else: + (data) = self.delete_collection_namespaced_job_with_http_info(namespace, **kwargs) + return data + + 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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.delete_collection_namespaced_job_with_http_info(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str 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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: UnversionedStatus + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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_namespaced_job" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/jobs'.replace('{format}', 'json') + path_params = {} + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'DELETE', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='UnversionedStatus', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_namespaced_scheduled_job(self, namespace, **kwargs): + """ + + delete collection of ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.delete_collection_namespaced_scheduled_job(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str 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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: UnversionedStatus + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.delete_collection_namespaced_scheduled_job_with_http_info(namespace, **kwargs) + else: + (data) = self.delete_collection_namespaced_scheduled_job_with_http_info(namespace, **kwargs) + return data + + def delete_collection_namespaced_scheduled_job_with_http_info(self, namespace, **kwargs): + """ + + delete collection of ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.delete_collection_namespaced_scheduled_job_with_http_info(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str 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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: UnversionedStatus + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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_namespaced_scheduled_job" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_scheduled_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs'.replace('{format}', 'json') + path_params = {} + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'DELETE', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='UnversionedStatus', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.delete_namespaced_cron_job(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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) + :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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. + :return: UnversionedStatus + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + def delete_namespaced_cron_job_with_http_info(self, name, namespace, body, **kwargs): + """ + + delete a CronJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.delete_namespaced_cron_job_with_http_info(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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) + :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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. + :return: UnversionedStatus + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] + all_params.append('callback') + 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_namespaced_cron_job" % 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_namespaced_cron_job`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_cron_job`") + # 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_namespaced_cron_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] + + 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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'DELETE', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='UnversionedStatus', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.delete_namespaced_job(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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) + :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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. + :return: UnversionedStatus + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + 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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.delete_namespaced_job_with_http_info(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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) + :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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. + :return: UnversionedStatus + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] + all_params.append('callback') + 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_namespaced_job" % 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_namespaced_job`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_job`") + # 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_namespaced_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] + + 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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'DELETE', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='UnversionedStatus', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_namespaced_scheduled_job(self, name, namespace, body, **kwargs): + """ + + delete a ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.delete_namespaced_scheduled_job(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the ScheduledJob (required) + :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. + :return: UnversionedStatus + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.delete_namespaced_scheduled_job_with_http_info(name, namespace, body, **kwargs) + else: + (data) = self.delete_namespaced_scheduled_job_with_http_info(name, namespace, body, **kwargs) + return data + + def delete_namespaced_scheduled_job_with_http_info(self, name, namespace, body, **kwargs): + """ + + delete a ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.delete_namespaced_scheduled_job_with_http_info(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the ScheduledJob (required) + :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. + :return: UnversionedStatus + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] + all_params.append('callback') + 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_namespaced_scheduled_job" % 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_namespaced_scheduled_job`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_scheduled_job`") + # 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_namespaced_scheduled_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] + + 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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'DELETE', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='UnversionedStatus', + auth_settings=auth_settings, + callback=params.get('callback'), + _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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.get_api_resources(callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :return: UnversionedAPIResourceList + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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 @@ -62,25 +1279,4045 @@ def get_batch_v2alpha1_api_resources(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_batch_v2alpha1_api_resources(callback=callback_function) + >>> thread = api.get_api_resources_with_http_info(callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :return: UnversionedAPIResourceList + If the method is called asynchronously, + returns the request thread. + """ + + all_params = [] + all_params.append('callback') + 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 = {} + + resource_path = '/apis/batch/v2alpha1/'.replace('{format}', 'json') + 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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='UnversionedAPIResourceList', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.list_cron_job_for_all_namespaces(callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: V2alpha1CronJobList + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + 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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.list_cron_job_for_all_namespaces_with_http_info(callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: V2alpha1CronJobList + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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_cron_job_for_all_namespaces" % key + ) + params[key] = val + del params['kwargs'] + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/cronjobs'.replace('{format}', 'json') + path_params = {} + + query_params = {} + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJobList', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.list_job_for_all_namespaces(callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: V2alpha1JobList + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.list_job_for_all_namespaces_with_http_info(**kwargs) + else: + (data) = self.list_job_for_all_namespaces_with_http_info(**kwargs) + return data + + 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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.list_job_for_all_namespaces_with_http_info(callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: V2alpha1JobList + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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_job_for_all_namespaces" % key + ) + params[key] = val + del params['kwargs'] + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/jobs'.replace('{format}', 'json') + path_params = {} + + query_params = {} + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1JobList', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.list_namespaced_cron_job(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str 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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: V2alpha1CronJobList + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.list_namespaced_cron_job_with_http_info(namespace, **kwargs) + else: + (data) = self.list_namespaced_cron_job_with_http_info(namespace, **kwargs) + return data + + 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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.list_namespaced_cron_job_with_http_info(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str 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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: V2alpha1CronJobList + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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_namespaced_cron_job" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_cron_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs'.replace('{format}', 'json') + path_params = {} + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJobList', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.list_namespaced_job(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str 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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: V2alpha1JobList + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.list_namespaced_job_with_http_info(namespace, **kwargs) + else: + (data) = self.list_namespaced_job_with_http_info(namespace, **kwargs) + return data + + 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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.list_namespaced_job_with_http_info(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str 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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: V2alpha1JobList + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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_namespaced_job" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/jobs'.replace('{format}', 'json') + path_params = {} + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1JobList', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_namespaced_scheduled_job(self, namespace, **kwargs): + """ + + list or watch objects of kind ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.list_namespaced_scheduled_job(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str 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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: V2alpha1CronJobList + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.list_namespaced_scheduled_job_with_http_info(namespace, **kwargs) + else: + (data) = self.list_namespaced_scheduled_job_with_http_info(namespace, **kwargs) + return data + + def list_namespaced_scheduled_job_with_http_info(self, namespace, **kwargs): + """ + + list or watch objects of kind ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.list_namespaced_scheduled_job_with_http_info(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str 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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: V2alpha1CronJobList + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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_namespaced_scheduled_job" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_scheduled_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs'.replace('{format}', 'json') + path_params = {} + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJobList', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_scheduled_job_for_all_namespaces(self, **kwargs): + """ + + list or watch objects of kind ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.list_scheduled_job_for_all_namespaces(callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: V2alpha1CronJobList + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.list_scheduled_job_for_all_namespaces_with_http_info(**kwargs) + else: + (data) = self.list_scheduled_job_for_all_namespaces_with_http_info(**kwargs) + return data + + def list_scheduled_job_for_all_namespaces_with_http_info(self, **kwargs): + """ + + list or watch objects of kind ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.list_scheduled_job_for_all_namespaces_with_http_info(callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: V2alpha1CronJobList + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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_scheduled_job_for_all_namespaces" % key + ) + params[key] = val + del params['kwargs'] + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/scheduledjobs'.replace('{format}', 'json') + path_params = {} + + query_params = {} + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJobList', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.patch_namespaced_cron_job(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the CronJob (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param UnversionedPatch body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + def patch_namespaced_cron_job_with_http_info(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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.patch_namespaced_cron_job_with_http_info(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the CronJob (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param UnversionedPatch body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'body', 'pretty'] + all_params.append('callback') + 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_namespaced_cron_job" % 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_namespaced_cron_job`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_cron_job`") + # 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_namespaced_cron_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'PATCH', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJob', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.patch_namespaced_cron_job_status(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the CronJob (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param UnversionedPatch body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + def patch_namespaced_cron_job_status_with_http_info(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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.patch_namespaced_cron_job_status_with_http_info(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the CronJob (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param UnversionedPatch body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'body', 'pretty'] + all_params.append('callback') + 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_namespaced_cron_job_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_namespaced_cron_job_status`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_cron_job_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_namespaced_cron_job_status`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'PATCH', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJob', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.patch_namespaced_job(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the Job (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param UnversionedPatch body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1Job + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + 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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.patch_namespaced_job_with_http_info(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the Job (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param UnversionedPatch body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1Job + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'body', 'pretty'] + all_params.append('callback') + 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_namespaced_job" % 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_namespaced_job`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_job`") + # 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_namespaced_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'PATCH', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1Job', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.patch_namespaced_job_status(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the Job (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param UnversionedPatch body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1Job + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + def patch_namespaced_job_status_with_http_info(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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.patch_namespaced_job_status_with_http_info(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the Job (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param UnversionedPatch body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1Job + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'body', 'pretty'] + all_params.append('callback') + 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_namespaced_job_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_namespaced_job_status`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_job_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_namespaced_job_status`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}/status'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'PATCH', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1Job', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_namespaced_scheduled_job(self, name, namespace, body, **kwargs): + """ + + partially update the specified ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.patch_namespaced_scheduled_job(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the ScheduledJob (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param UnversionedPatch body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.patch_namespaced_scheduled_job_with_http_info(name, namespace, body, **kwargs) + else: + (data) = self.patch_namespaced_scheduled_job_with_http_info(name, namespace, body, **kwargs) + return data + + def patch_namespaced_scheduled_job_with_http_info(self, name, namespace, body, **kwargs): + """ + + partially update the specified ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.patch_namespaced_scheduled_job_with_http_info(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the ScheduledJob (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param UnversionedPatch body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'body', 'pretty'] + all_params.append('callback') + 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_namespaced_scheduled_job" % 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_namespaced_scheduled_job`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_scheduled_job`") + # 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_namespaced_scheduled_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'PATCH', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJob', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_namespaced_scheduled_job_status(self, name, namespace, body, **kwargs): + """ + + partially update status of the specified ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.patch_namespaced_scheduled_job_status(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the ScheduledJob (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param UnversionedPatch body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.patch_namespaced_scheduled_job_status_with_http_info(name, namespace, body, **kwargs) + else: + (data) = self.patch_namespaced_scheduled_job_status_with_http_info(name, namespace, body, **kwargs) + return data + + def patch_namespaced_scheduled_job_status_with_http_info(self, name, namespace, body, **kwargs): + """ + + partially update status of the specified ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.patch_namespaced_scheduled_job_status_with_http_info(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the ScheduledJob (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param UnversionedPatch body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'body', 'pretty'] + all_params.append('callback') + 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_namespaced_scheduled_job_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_namespaced_scheduled_job_status`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_scheduled_job_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_namespaced_scheduled_job_status`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'PATCH', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJob', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.read_namespaced_cron_job(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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. + :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: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + 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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.read_namespaced_cron_job_with_http_info(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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. + :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: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] + all_params.append('callback') + 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_namespaced_cron_job" % 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_namespaced_cron_job`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_cron_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'exact' in params: + query_params['exact'] = params['exact'] + if 'export' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJob', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.read_namespaced_cron_job_status(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + def read_namespaced_cron_job_status_with_http_info(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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.read_namespaced_cron_job_status_with_http_info(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'pretty'] + all_params.append('callback') + 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_namespaced_cron_job_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_namespaced_cron_job_status`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_cron_job_status`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJob', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.read_namespaced_job(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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. + :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: V2alpha1Job + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.read_namespaced_job_with_http_info(name, namespace, **kwargs) + else: + (data) = self.read_namespaced_job_with_http_info(name, namespace, **kwargs) + return data + + 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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.read_namespaced_job_with_http_info(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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. + :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: V2alpha1Job + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] + all_params.append('callback') + 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_namespaced_job" % 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_namespaced_job`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'exact' in params: + query_params['exact'] = params['exact'] + if 'export' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1Job', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.read_namespaced_job_status(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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. + :return: V2alpha1Job + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + 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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.read_namespaced_job_status_with_http_info(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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. + :return: V2alpha1Job + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'pretty'] + all_params.append('callback') + 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_namespaced_job_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_namespaced_job_status`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_job_status`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}/status'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1Job', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_namespaced_scheduled_job(self, name, namespace, **kwargs): + """ + + read the specified ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.read_namespaced_scheduled_job(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the ScheduledJob (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. + :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: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.read_namespaced_scheduled_job_with_http_info(name, namespace, **kwargs) + else: + (data) = self.read_namespaced_scheduled_job_with_http_info(name, namespace, **kwargs) + return data + + def read_namespaced_scheduled_job_with_http_info(self, name, namespace, **kwargs): + """ + + read the specified ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.read_namespaced_scheduled_job_with_http_info(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the ScheduledJob (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. + :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: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] + all_params.append('callback') + 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_namespaced_scheduled_job" % 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_namespaced_scheduled_job`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_scheduled_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'exact' in params: + query_params['exact'] = params['exact'] + if 'export' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJob', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_namespaced_scheduled_job_status(self, name, namespace, **kwargs): + """ + + read status of the specified ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.read_namespaced_scheduled_job_status(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the ScheduledJob (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. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.read_namespaced_scheduled_job_status_with_http_info(name, namespace, **kwargs) + else: + (data) = self.read_namespaced_scheduled_job_status_with_http_info(name, namespace, **kwargs) + return data + + def read_namespaced_scheduled_job_status_with_http_info(self, name, namespace, **kwargs): + """ + + read status of the specified ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.read_namespaced_scheduled_job_status_with_http_info(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the ScheduledJob (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. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'pretty'] + all_params.append('callback') + 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_namespaced_scheduled_job_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_namespaced_scheduled_job_status`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_scheduled_job_status`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJob', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.replace_namespaced_cron_job(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + def replace_namespaced_cron_job_with_http_info(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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.replace_namespaced_cron_job_with_http_info(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'body', 'pretty'] + all_params.append('callback') + 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_namespaced_cron_job" % 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_namespaced_cron_job`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_cron_job`") + # 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_namespaced_cron_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'PUT', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJob', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.replace_namespaced_cron_job_status(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + def replace_namespaced_cron_job_status_with_http_info(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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.replace_namespaced_cron_job_status_with_http_info(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'body', 'pretty'] + all_params.append('callback') + 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_namespaced_cron_job_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 `replace_namespaced_cron_job_status`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_cron_job_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 `replace_namespaced_cron_job_status`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'PUT', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJob', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.replace_namespaced_job(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the Job (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param V2alpha1Job body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1Job + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + 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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.replace_namespaced_job_with_http_info(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the Job (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param V2alpha1Job body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1Job + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'body', 'pretty'] + all_params.append('callback') + 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_namespaced_job" % 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_namespaced_job`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_job`") + # 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_namespaced_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'PUT', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1Job', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.replace_namespaced_job_status(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the Job (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param V2alpha1Job body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1Job + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + 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) + return data + + def replace_namespaced_job_status_with_http_info(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 define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.replace_namespaced_job_status_with_http_info(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the Job (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param V2alpha1Job body: (required) + :param str pretty: If 'true', then the output is pretty printed. + :return: V2alpha1Job + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'body', 'pretty'] + all_params.append('callback') + 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_namespaced_job_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 `replace_namespaced_job_status`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_job_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 `replace_namespaced_job_status`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/jobs/{name}/status'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'PUT', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1Job', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_namespaced_scheduled_job(self, name, namespace, body, **kwargs): + """ + + replace the specified ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.replace_namespaced_scheduled_job(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the ScheduledJob (required) + :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. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.replace_namespaced_scheduled_job_with_http_info(name, namespace, body, **kwargs) + else: + (data) = self.replace_namespaced_scheduled_job_with_http_info(name, namespace, body, **kwargs) + return data + + def replace_namespaced_scheduled_job_with_http_info(self, name, namespace, body, **kwargs): + """ + + replace the specified ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.replace_namespaced_scheduled_job_with_http_info(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the ScheduledJob (required) + :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. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'body', 'pretty'] + all_params.append('callback') + 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_namespaced_scheduled_job" % 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_namespaced_scheduled_job`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_scheduled_job`") + # 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_namespaced_scheduled_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'PUT', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJob', + auth_settings=auth_settings, + callback=params.get('callback'), + _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_namespaced_scheduled_job_status(self, name, namespace, body, **kwargs): + """ + + replace status of the specified ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.replace_namespaced_scheduled_job_status(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the ScheduledJob (required) + :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. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.replace_namespaced_scheduled_job_status_with_http_info(name, namespace, body, **kwargs) + else: + (data) = self.replace_namespaced_scheduled_job_status_with_http_info(name, namespace, body, **kwargs) + return data + + def replace_namespaced_scheduled_job_status_with_http_info(self, name, namespace, body, **kwargs): + """ + + replace status of the specified ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.replace_namespaced_scheduled_job_status_with_http_info(name, namespace, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the ScheduledJob (required) + :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. + :return: V2alpha1CronJob + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'body', 'pretty'] + all_params.append('callback') + 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_namespaced_scheduled_job_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 `replace_namespaced_scheduled_job_status`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_scheduled_job_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 `replace_namespaced_scheduled_job_status`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'pretty' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'PUT', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='V2alpha1CronJob', + auth_settings=auth_settings, + callback=params.get('callback'), + _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 watch_cron_job_list_for_all_namespaces(self, **kwargs): + """ + + watch individual changes to a list of CronJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_cron_job_list_for_all_namespaces(callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.watch_cron_job_list_for_all_namespaces_with_http_info(**kwargs) + else: + (data) = self.watch_cron_job_list_for_all_namespaces_with_http_info(**kwargs) + return data + + def watch_cron_job_list_for_all_namespaces_with_http_info(self, **kwargs): + """ + + watch individual changes to a list of CronJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_cron_job_list_for_all_namespaces_with_http_info(callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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 watch_cron_job_list_for_all_namespaces" % key + ) + params[key] = val + del params['kwargs'] + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/watch/cronjobs'.replace('{format}', 'json') + path_params = {} + + query_params = {} + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='VersionedEvent', + auth_settings=auth_settings, + callback=params.get('callback'), + _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 watch_job_list_for_all_namespaces(self, **kwargs): + """ + + watch individual changes to a list of Job + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_job_list_for_all_namespaces(callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.watch_job_list_for_all_namespaces_with_http_info(**kwargs) + else: + (data) = self.watch_job_list_for_all_namespaces_with_http_info(**kwargs) + return data + + def watch_job_list_for_all_namespaces_with_http_info(self, **kwargs): + """ + + watch individual changes to a list of Job + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_job_list_for_all_namespaces_with_http_info(callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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 watch_job_list_for_all_namespaces" % key + ) + params[key] = val + del params['kwargs'] + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/watch/jobs'.replace('{format}', 'json') + path_params = {} + + query_params = {} + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='VersionedEvent', + auth_settings=auth_settings, + callback=params.get('callback'), + _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 watch_namespaced_cron_job(self, name, namespace, **kwargs): + """ + + watch changes to an object of kind CronJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_namespaced_cron_job(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.watch_namespaced_cron_job_with_http_info(name, namespace, **kwargs) + else: + (data) = self.watch_namespaced_cron_job_with_http_info(name, namespace, **kwargs) + return data + + def watch_namespaced_cron_job_with_http_info(self, name, namespace, **kwargs): + """ + + watch changes to an object of kind CronJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_namespaced_cron_job_with_http_info(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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 watch_namespaced_cron_job" % 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 `watch_namespaced_cron_job`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_cron_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs/{name}'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='VersionedEvent', + auth_settings=auth_settings, + callback=params.get('callback'), + _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 watch_namespaced_cron_job_list(self, namespace, **kwargs): + """ + + watch individual changes to a list of CronJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_namespaced_cron_job_list(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.watch_namespaced_cron_job_list_with_http_info(namespace, **kwargs) + else: + (data) = self.watch_namespaced_cron_job_list_with_http_info(namespace, **kwargs) + return data + + def watch_namespaced_cron_job_list_with_http_info(self, namespace, **kwargs): + """ + + watch individual changes to a list of CronJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_namespaced_cron_job_list_with_http_info(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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 watch_namespaced_cron_job_list" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_cron_job_list`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs'.replace('{format}', 'json') + path_params = {} + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='VersionedEvent', + auth_settings=auth_settings, + callback=params.get('callback'), + _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 watch_namespaced_job(self, name, namespace, **kwargs): + """ + + watch changes to an object of kind Job + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_namespaced_job(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.watch_namespaced_job_with_http_info(name, namespace, **kwargs) + else: + (data) = self.watch_namespaced_job_with_http_info(name, namespace, **kwargs) + return data + + def watch_namespaced_job_with_http_info(self, name, namespace, **kwargs): + """ + + watch changes to an object of kind Job + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_namespaced_job_with_http_info(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :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 field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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 watch_namespaced_job" % 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 `watch_namespaced_job`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_job`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/watch/namespaces/{namespace}/jobs/{name}'.replace('{format}', 'json') + path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='VersionedEvent', + auth_settings=auth_settings, + callback=params.get('callback'), + _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 watch_namespaced_job_list(self, namespace, **kwargs): + """ + + watch individual changes to a list of Job + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_namespaced_job_list(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.watch_namespaced_job_list_with_http_info(namespace, **kwargs) + else: + (data) = self.watch_namespaced_job_list_with_http_info(namespace, **kwargs) + return data + + def watch_namespaced_job_list_with_http_info(self, namespace, **kwargs): + """ + + watch individual changes to a list of Job + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_namespaced_job_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) - :return: UnversionedAPIResourceList + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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 watch_namespaced_job_list" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_job_list`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/watch/namespaces/{namespace}/jobs'.replace('{format}', 'json') + path_params = {} + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='VersionedEvent', + auth_settings=auth_settings, + callback=params.get('callback'), + _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 watch_namespaced_scheduled_job(self, name, namespace, **kwargs): + """ + + watch changes to an object of kind ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_namespaced_scheduled_job(name, namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str name: name of the ScheduledJob (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_batch_v2alpha1_api_resources_with_http_info(**kwargs) + return self.watch_namespaced_scheduled_job_with_http_info(name, namespace, **kwargs) else: - (data) = self.get_batch_v2alpha1_api_resources_with_http_info(**kwargs) + (data) = self.watch_namespaced_scheduled_job_with_http_info(name, namespace, **kwargs) return data - def get_batch_v2alpha1_api_resources_with_http_info(self, **kwargs): + def watch_namespaced_scheduled_job_with_http_info(self, name, namespace, **kwargs): """ - get available resources + watch changes to an object of kind ScheduledJob This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please define a `callback` function @@ -88,36 +5325,68 @@ def get_batch_v2alpha1_api_resources_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_batch_v2alpha1_api_resources_with_http_info(callback=callback_function) + >>> thread = api.watch_namespaced_scheduled_job_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) - :return: UnversionedAPIResourceList + :param str name: name of the ScheduledJob (required) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent If the method is called asynchronously, returns the request thread. """ - all_params = [] + all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_batch_v2alpha1_api_resources" % key + " to method watch_namespaced_scheduled_job" % 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 `watch_namespaced_scheduled_job`") + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_scheduled_job`") collection_formats = {} - resource_path = '/apis/batch/v2alpha1/'.replace('{format}', 'json') + resource_path = '/apis/batch/v2alpha1/watch/namespaces/{namespace}/scheduledjobs/{name}'.replace('{format}', 'json') path_params = {} + if 'name' in params: + path_params['name'] = params['name'] + if 'namespace' in params: + path_params['namespace'] = params['namespace'] query_params = {} + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['watch'] = params['watch'] header_params = {} @@ -128,13 +5397,13 @@ def get_batch_v2alpha1_api_resources_with_http_info(self, **kwargs): # HTTP header `Accept` header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) + select_header_accept(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf', 'application/json;stream=watch', 'application/vnd.kubernetes.protobuf;stream=watch']) if not header_params['Accept']: del header_params['Accept'] # HTTP header `Content-Type` header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json', 'application/yaml', 'application/vnd.kubernetes.protobuf']) + select_header_content_type(['*/*']) # Authentication setting auth_settings = ['BearerToken'] @@ -146,8 +5415,275 @@ def get_batch_v2alpha1_api_resources_with_http_info(self, **kwargs): body=body_params, post_params=form_params, files=local_var_files, - response_type='UnversionedAPIResourceList', + response_type='VersionedEvent', + auth_settings=auth_settings, + callback=params.get('callback'), + _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 watch_namespaced_scheduled_job_list(self, namespace, **kwargs): + """ + + watch individual changes to a list of ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_namespaced_scheduled_job_list(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.watch_namespaced_scheduled_job_list_with_http_info(namespace, **kwargs) + else: + (data) = self.watch_namespaced_scheduled_job_list_with_http_info(namespace, **kwargs) + return data + + def watch_namespaced_scheduled_job_list_with_http_info(self, namespace, **kwargs): + """ + + watch individual changes to a list of ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_namespaced_scheduled_job_list_with_http_info(namespace, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str namespace: object name and auth scope, such as for teams and projects (required) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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 watch_namespaced_scheduled_job_list" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'namespace' is set + if ('namespace' not in params) or (params['namespace'] is None): + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_scheduled_job_list`") + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/watch/namespaces/{namespace}/scheduledjobs'.replace('{format}', 'json') + path_params = {} + if 'namespace' in params: + path_params['namespace'] = params['namespace'] + + query_params = {} + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='VersionedEvent', + auth_settings=auth_settings, + callback=params.get('callback'), + _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 watch_scheduled_job_list_for_all_namespaces(self, **kwargs): + """ + + watch individual changes to a list of ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_scheduled_job_list_for_all_namespaces(callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.watch_scheduled_job_list_for_all_namespaces_with_http_info(**kwargs) + else: + (data) = self.watch_scheduled_job_list_for_all_namespaces_with_http_info(**kwargs) + return data + + def watch_scheduled_job_list_for_all_namespaces_with_http_info(self, **kwargs): + """ + + watch individual changes to a list of ScheduledJob + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.watch_scheduled_job_list_for_all_namespaces_with_http_info(callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything. + :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. + :param str pretty: If 'true', then the output is pretty printed. + :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. + :param int timeout_seconds: Timeout for the list/watch call. + :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: VersionedEvent + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] + all_params.append('callback') + 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 watch_scheduled_job_list_for_all_namespaces" % key + ) + params[key] = val + del params['kwargs'] + + + collection_formats = {} + + resource_path = '/apis/batch/v2alpha1/watch/scheduledjobs'.replace('{format}', 'json') + path_params = {} + + query_params = {} + if 'field_selector' in params: + query_params['fieldSelector'] = params['field_selector'] + if 'label_selector' in params: + query_params['labelSelector'] = params['label_selector'] + if 'pretty' in params: + query_params['pretty'] = params['pretty'] + if 'resource_version' in params: + query_params['resourceVersion'] = params['resource_version'] + if 'timeout_seconds' in params: + query_params['timeoutSeconds'] = params['timeout_seconds'] + if 'watch' in params: + query_params['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']) + if not header_params['Accept']: + del header_params['Accept'] + + # 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(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='VersionedEvent', auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/certificates_api.py b/k8sclient/apis/certificates_api.py index e34d268aca..a957c3fa86 100644 --- a/k8sclient/apis/certificates_api.py +++ b/k8sclient/apis/certificates_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def get_certificates_api_group(self, **kwargs): + def get_api_group(self, **kwargs): """ get information of a group @@ -62,7 +62,7 @@ def get_certificates_api_group(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_certificates_api_group(callback=callback_function) + >>> thread = api.get_api_group(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -72,12 +72,12 @@ def get_certificates_api_group(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_certificates_api_group_with_http_info(**kwargs) + return self.get_api_group_with_http_info(**kwargs) else: - (data) = self.get_certificates_api_group_with_http_info(**kwargs) + (data) = self.get_api_group_with_http_info(**kwargs) return data - def get_certificates_api_group_with_http_info(self, **kwargs): + def get_api_group_with_http_info(self, **kwargs): """ get information of a group @@ -88,7 +88,7 @@ def get_certificates_api_group_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_certificates_api_group_with_http_info(callback=callback_function) + >>> thread = api.get_api_group_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -100,13 +100,15 @@ def get_certificates_api_group_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_certificates_api_group" % key + " to method get_api_group" % key ) params[key] = val del params['kwargs'] @@ -150,4 +152,6 @@ def get_certificates_api_group_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/certificates_v1alpha1_api.py b/k8sclient/apis/certificates_v1alpha1_api.py index 0346c30fbb..ce97cbb33d 100644 --- a/k8sclient/apis/certificates_v1alpha1_api.py +++ b/k8sclient/apis/certificates_v1alpha1_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def create_certificates_v1alpha1_certificate_signing_request(self, body, **kwargs): + def create_certificate_signing_request(self, body, **kwargs): """ create a CertificateSigningRequest @@ -62,7 +62,7 @@ def create_certificates_v1alpha1_certificate_signing_request(self, body, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_certificates_v1alpha1_certificate_signing_request(body, callback=callback_function) + >>> thread = api.create_certificate_signing_request(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -74,12 +74,12 @@ def create_certificates_v1alpha1_certificate_signing_request(self, body, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_certificates_v1alpha1_certificate_signing_request_with_http_info(body, **kwargs) + return self.create_certificate_signing_request_with_http_info(body, **kwargs) else: - (data) = self.create_certificates_v1alpha1_certificate_signing_request_with_http_info(body, **kwargs) + (data) = self.create_certificate_signing_request_with_http_info(body, **kwargs) return data - def create_certificates_v1alpha1_certificate_signing_request_with_http_info(self, body, **kwargs): + def create_certificate_signing_request_with_http_info(self, body, **kwargs): """ create a CertificateSigningRequest @@ -90,7 +90,7 @@ def create_certificates_v1alpha1_certificate_signing_request_with_http_info(self >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_certificates_v1alpha1_certificate_signing_request_with_http_info(body, callback=callback_function) + >>> thread = api.create_certificate_signing_request_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -104,19 +104,21 @@ def create_certificates_v1alpha1_certificate_signing_request_with_http_info(self all_params = ['body', 'pretty'] all_params.append('callback') 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_certificates_v1alpha1_certificate_signing_request" % key + " to method create_certificate_signing_request" % 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_certificates_v1alpha1_certificate_signing_request`") + raise ValueError("Missing the required parameter `body` when calling `create_certificate_signing_request`") collection_formats = {} @@ -161,9 +163,11 @@ def create_certificates_v1alpha1_certificate_signing_request_with_http_info(self auth_settings=auth_settings, callback=params.get('callback'), _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_certificates_v1alpha1_certificate_signing_request(self, name, body, **kwargs): + def delete_certificate_signing_request(self, name, body, **kwargs): """ delete a CertificateSigningRequest @@ -174,25 +178,27 @@ def delete_certificates_v1alpha1_certificate_signing_request(self, name, body, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_certificates_v1alpha1_certificate_signing_request(name, body, callback=callback_function) + >>> thread = api.delete_certificate_signing_request(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the CertificateSigningRequest (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_certificates_v1alpha1_certificate_signing_request_with_http_info(name, body, **kwargs) + return self.delete_certificate_signing_request_with_http_info(name, body, **kwargs) else: - (data) = self.delete_certificates_v1alpha1_certificate_signing_request_with_http_info(name, body, **kwargs) + (data) = self.delete_certificate_signing_request_with_http_info(name, body, **kwargs) return data - def delete_certificates_v1alpha1_certificate_signing_request_with_http_info(self, name, body, **kwargs): + def delete_certificate_signing_request_with_http_info(self, name, body, **kwargs): """ delete a CertificateSigningRequest @@ -203,37 +209,41 @@ def delete_certificates_v1alpha1_certificate_signing_request_with_http_info(self >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_certificates_v1alpha1_certificate_signing_request_with_http_info(name, body, callback=callback_function) + >>> thread = api.delete_certificate_signing_request_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the CertificateSigningRequest (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'body', 'pretty'] + all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_certificates_v1alpha1_certificate_signing_request" % key + " to method delete_certificate_signing_request" % 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_certificates_v1alpha1_certificate_signing_request`") + raise ValueError("Missing the required parameter `name` when calling `delete_certificate_signing_request`") # 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_certificates_v1alpha1_certificate_signing_request`") + raise ValueError("Missing the required parameter `body` when calling `delete_certificate_signing_request`") collection_formats = {} @@ -246,6 +256,10 @@ def delete_certificates_v1alpha1_certificate_signing_request_with_http_info(self query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -280,9 +294,11 @@ def delete_certificates_v1alpha1_certificate_signing_request_with_http_info(self auth_settings=auth_settings, callback=params.get('callback'), _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_certificates_v1alpha1_collection_certificate_signing_request(self, **kwargs): + def delete_collection_certificate_signing_request(self, **kwargs): """ delete collection of CertificateSigningRequest @@ -293,7 +309,7 @@ def delete_certificates_v1alpha1_collection_certificate_signing_request(self, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_certificates_v1alpha1_collection_certificate_signing_request(callback=callback_function) + >>> thread = api.delete_collection_certificate_signing_request(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -309,12 +325,12 @@ def delete_certificates_v1alpha1_collection_certificate_signing_request(self, ** """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_certificates_v1alpha1_collection_certificate_signing_request_with_http_info(**kwargs) + return self.delete_collection_certificate_signing_request_with_http_info(**kwargs) else: - (data) = self.delete_certificates_v1alpha1_collection_certificate_signing_request_with_http_info(**kwargs) + (data) = self.delete_collection_certificate_signing_request_with_http_info(**kwargs) return data - def delete_certificates_v1alpha1_collection_certificate_signing_request_with_http_info(self, **kwargs): + def delete_collection_certificate_signing_request_with_http_info(self, **kwargs): """ delete collection of CertificateSigningRequest @@ -325,7 +341,7 @@ def delete_certificates_v1alpha1_collection_certificate_signing_request_with_htt >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_certificates_v1alpha1_collection_certificate_signing_request_with_http_info(callback=callback_function) + >>> thread = api.delete_collection_certificate_signing_request_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -343,13 +359,15 @@ def delete_certificates_v1alpha1_collection_certificate_signing_request_with_htt all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_certificates_v1alpha1_collection_certificate_signing_request" % key + " to method delete_collection_certificate_signing_request" % key ) params[key] = val del params['kwargs'] @@ -405,9 +423,11 @@ def delete_certificates_v1alpha1_collection_certificate_signing_request_with_htt auth_settings=auth_settings, callback=params.get('callback'), _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_certificates_v1alpha1_api_resources(self, **kwargs): + def get_api_resources(self, **kwargs): """ get available resources @@ -418,7 +438,7 @@ def get_certificates_v1alpha1_api_resources(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_certificates_v1alpha1_api_resources(callback=callback_function) + >>> thread = api.get_api_resources(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -428,12 +448,12 @@ def get_certificates_v1alpha1_api_resources(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_certificates_v1alpha1_api_resources_with_http_info(**kwargs) + return self.get_api_resources_with_http_info(**kwargs) else: - (data) = self.get_certificates_v1alpha1_api_resources_with_http_info(**kwargs) + (data) = self.get_api_resources_with_http_info(**kwargs) return data - def get_certificates_v1alpha1_api_resources_with_http_info(self, **kwargs): + def get_api_resources_with_http_info(self, **kwargs): """ get available resources @@ -444,7 +464,7 @@ def get_certificates_v1alpha1_api_resources_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_certificates_v1alpha1_api_resources_with_http_info(callback=callback_function) + >>> thread = api.get_api_resources_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -456,13 +476,15 @@ def get_certificates_v1alpha1_api_resources_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_certificates_v1alpha1_api_resources" % key + " to method get_api_resources" % key ) params[key] = val del params['kwargs'] @@ -506,9 +528,11 @@ def get_certificates_v1alpha1_api_resources_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_certificates_v1alpha1_certificate_signing_request(self, **kwargs): + def list_certificate_signing_request(self, **kwargs): """ list or watch objects of kind CertificateSigningRequest @@ -519,7 +543,7 @@ def list_certificates_v1alpha1_certificate_signing_request(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_certificates_v1alpha1_certificate_signing_request(callback=callback_function) + >>> thread = api.list_certificate_signing_request(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -535,12 +559,12 @@ def list_certificates_v1alpha1_certificate_signing_request(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_certificates_v1alpha1_certificate_signing_request_with_http_info(**kwargs) + return self.list_certificate_signing_request_with_http_info(**kwargs) else: - (data) = self.list_certificates_v1alpha1_certificate_signing_request_with_http_info(**kwargs) + (data) = self.list_certificate_signing_request_with_http_info(**kwargs) return data - def list_certificates_v1alpha1_certificate_signing_request_with_http_info(self, **kwargs): + def list_certificate_signing_request_with_http_info(self, **kwargs): """ list or watch objects of kind CertificateSigningRequest @@ -551,7 +575,7 @@ def list_certificates_v1alpha1_certificate_signing_request_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_certificates_v1alpha1_certificate_signing_request_with_http_info(callback=callback_function) + >>> thread = api.list_certificate_signing_request_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -569,13 +593,15 @@ def list_certificates_v1alpha1_certificate_signing_request_with_http_info(self, all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_certificates_v1alpha1_certificate_signing_request" % key + " to method list_certificate_signing_request" % key ) params[key] = val del params['kwargs'] @@ -631,9 +657,11 @@ def list_certificates_v1alpha1_certificate_signing_request_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_certificates_v1alpha1_certificate_signing_request(self, name, body, **kwargs): + def patch_certificate_signing_request(self, name, body, **kwargs): """ partially update the specified CertificateSigningRequest @@ -644,7 +672,7 @@ def patch_certificates_v1alpha1_certificate_signing_request(self, name, body, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_certificates_v1alpha1_certificate_signing_request(name, body, callback=callback_function) + >>> thread = api.patch_certificate_signing_request(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -657,12 +685,12 @@ def patch_certificates_v1alpha1_certificate_signing_request(self, name, body, ** """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_certificates_v1alpha1_certificate_signing_request_with_http_info(name, body, **kwargs) + return self.patch_certificate_signing_request_with_http_info(name, body, **kwargs) else: - (data) = self.patch_certificates_v1alpha1_certificate_signing_request_with_http_info(name, body, **kwargs) + (data) = self.patch_certificate_signing_request_with_http_info(name, body, **kwargs) return data - def patch_certificates_v1alpha1_certificate_signing_request_with_http_info(self, name, body, **kwargs): + def patch_certificate_signing_request_with_http_info(self, name, body, **kwargs): """ partially update the specified CertificateSigningRequest @@ -673,7 +701,7 @@ def patch_certificates_v1alpha1_certificate_signing_request_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_certificates_v1alpha1_certificate_signing_request_with_http_info(name, body, callback=callback_function) + >>> thread = api.patch_certificate_signing_request_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -688,22 +716,24 @@ def patch_certificates_v1alpha1_certificate_signing_request_with_http_info(self, all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_certificates_v1alpha1_certificate_signing_request" % key + " to method patch_certificate_signing_request" % 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_certificates_v1alpha1_certificate_signing_request`") + raise ValueError("Missing the required parameter `name` when calling `patch_certificate_signing_request`") # 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_certificates_v1alpha1_certificate_signing_request`") + raise ValueError("Missing the required parameter `body` when calling `patch_certificate_signing_request`") collection_formats = {} @@ -750,9 +780,11 @@ def patch_certificates_v1alpha1_certificate_signing_request_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_certificates_v1alpha1_certificate_signing_request(self, name, **kwargs): + def read_certificate_signing_request(self, name, **kwargs): """ read the specified CertificateSigningRequest @@ -763,7 +795,7 @@ def read_certificates_v1alpha1_certificate_signing_request(self, name, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_certificates_v1alpha1_certificate_signing_request(name, callback=callback_function) + >>> thread = api.read_certificate_signing_request(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -777,12 +809,12 @@ def read_certificates_v1alpha1_certificate_signing_request(self, name, **kwargs) """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_certificates_v1alpha1_certificate_signing_request_with_http_info(name, **kwargs) + return self.read_certificate_signing_request_with_http_info(name, **kwargs) else: - (data) = self.read_certificates_v1alpha1_certificate_signing_request_with_http_info(name, **kwargs) + (data) = self.read_certificate_signing_request_with_http_info(name, **kwargs) return data - def read_certificates_v1alpha1_certificate_signing_request_with_http_info(self, name, **kwargs): + def read_certificate_signing_request_with_http_info(self, name, **kwargs): """ read the specified CertificateSigningRequest @@ -793,7 +825,7 @@ def read_certificates_v1alpha1_certificate_signing_request_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_certificates_v1alpha1_certificate_signing_request_with_http_info(name, callback=callback_function) + >>> thread = api.read_certificate_signing_request_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -809,19 +841,21 @@ def read_certificates_v1alpha1_certificate_signing_request_with_http_info(self, all_params = ['name', 'pretty', 'exact', 'export'] all_params.append('callback') 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_certificates_v1alpha1_certificate_signing_request" % key + " to method read_certificate_signing_request" % 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_certificates_v1alpha1_certificate_signing_request`") + raise ValueError("Missing the required parameter `name` when calling `read_certificate_signing_request`") collection_formats = {} @@ -870,9 +904,11 @@ def read_certificates_v1alpha1_certificate_signing_request_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_certificates_v1alpha1_certificate_signing_request(self, name, body, **kwargs): + def replace_certificate_signing_request(self, name, body, **kwargs): """ replace the specified CertificateSigningRequest @@ -883,7 +919,7 @@ def replace_certificates_v1alpha1_certificate_signing_request(self, name, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_certificates_v1alpha1_certificate_signing_request(name, body, callback=callback_function) + >>> thread = api.replace_certificate_signing_request(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -896,12 +932,12 @@ def replace_certificates_v1alpha1_certificate_signing_request(self, name, body, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_certificates_v1alpha1_certificate_signing_request_with_http_info(name, body, **kwargs) + return self.replace_certificate_signing_request_with_http_info(name, body, **kwargs) else: - (data) = self.replace_certificates_v1alpha1_certificate_signing_request_with_http_info(name, body, **kwargs) + (data) = self.replace_certificate_signing_request_with_http_info(name, body, **kwargs) return data - def replace_certificates_v1alpha1_certificate_signing_request_with_http_info(self, name, body, **kwargs): + def replace_certificate_signing_request_with_http_info(self, name, body, **kwargs): """ replace the specified CertificateSigningRequest @@ -912,7 +948,7 @@ def replace_certificates_v1alpha1_certificate_signing_request_with_http_info(sel >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_certificates_v1alpha1_certificate_signing_request_with_http_info(name, body, callback=callback_function) + >>> thread = api.replace_certificate_signing_request_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -927,22 +963,24 @@ def replace_certificates_v1alpha1_certificate_signing_request_with_http_info(sel all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_certificates_v1alpha1_certificate_signing_request" % key + " to method replace_certificate_signing_request" % 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_certificates_v1alpha1_certificate_signing_request`") + raise ValueError("Missing the required parameter `name` when calling `replace_certificate_signing_request`") # 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_certificates_v1alpha1_certificate_signing_request`") + raise ValueError("Missing the required parameter `body` when calling `replace_certificate_signing_request`") collection_formats = {} @@ -989,9 +1027,11 @@ def replace_certificates_v1alpha1_certificate_signing_request_with_http_info(sel auth_settings=auth_settings, callback=params.get('callback'), _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_certificates_v1alpha1_certificate_signing_request_approval(self, body, name, **kwargs): + def replace_certificate_signing_request_approval(self, body, name, **kwargs): """ replace approval of the specified CertificateSigningRequest @@ -1002,7 +1042,7 @@ def replace_certificates_v1alpha1_certificate_signing_request_approval(self, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_certificates_v1alpha1_certificate_signing_request_approval(body, name, callback=callback_function) + >>> thread = api.replace_certificate_signing_request_approval(body, name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1015,12 +1055,12 @@ def replace_certificates_v1alpha1_certificate_signing_request_approval(self, bod """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_certificates_v1alpha1_certificate_signing_request_approval_with_http_info(body, name, **kwargs) + return self.replace_certificate_signing_request_approval_with_http_info(body, name, **kwargs) else: - (data) = self.replace_certificates_v1alpha1_certificate_signing_request_approval_with_http_info(body, name, **kwargs) + (data) = self.replace_certificate_signing_request_approval_with_http_info(body, name, **kwargs) return data - def replace_certificates_v1alpha1_certificate_signing_request_approval_with_http_info(self, body, name, **kwargs): + def replace_certificate_signing_request_approval_with_http_info(self, body, name, **kwargs): """ replace approval of the specified CertificateSigningRequest @@ -1031,7 +1071,7 @@ def replace_certificates_v1alpha1_certificate_signing_request_approval_with_http >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_certificates_v1alpha1_certificate_signing_request_approval_with_http_info(body, name, callback=callback_function) + >>> thread = api.replace_certificate_signing_request_approval_with_http_info(body, name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1046,22 +1086,24 @@ def replace_certificates_v1alpha1_certificate_signing_request_approval_with_http all_params = ['body', 'name', 'pretty'] all_params.append('callback') 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_certificates_v1alpha1_certificate_signing_request_approval" % key + " to method replace_certificate_signing_request_approval" % 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 `replace_certificates_v1alpha1_certificate_signing_request_approval`") + raise ValueError("Missing the required parameter `body` when calling `replace_certificate_signing_request_approval`") # 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_certificates_v1alpha1_certificate_signing_request_approval`") + raise ValueError("Missing the required parameter `name` when calling `replace_certificate_signing_request_approval`") collection_formats = {} @@ -1108,9 +1150,11 @@ def replace_certificates_v1alpha1_certificate_signing_request_approval_with_http auth_settings=auth_settings, callback=params.get('callback'), _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_certificates_v1alpha1_certificate_signing_request_status(self, body, name, **kwargs): + def replace_certificate_signing_request_status(self, body, name, **kwargs): """ replace status of the specified CertificateSigningRequest @@ -1121,7 +1165,7 @@ def replace_certificates_v1alpha1_certificate_signing_request_status(self, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_certificates_v1alpha1_certificate_signing_request_status(body, name, callback=callback_function) + >>> thread = api.replace_certificate_signing_request_status(body, name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1134,12 +1178,12 @@ def replace_certificates_v1alpha1_certificate_signing_request_status(self, body, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_certificates_v1alpha1_certificate_signing_request_status_with_http_info(body, name, **kwargs) + return self.replace_certificate_signing_request_status_with_http_info(body, name, **kwargs) else: - (data) = self.replace_certificates_v1alpha1_certificate_signing_request_status_with_http_info(body, name, **kwargs) + (data) = self.replace_certificate_signing_request_status_with_http_info(body, name, **kwargs) return data - def replace_certificates_v1alpha1_certificate_signing_request_status_with_http_info(self, body, name, **kwargs): + def replace_certificate_signing_request_status_with_http_info(self, body, name, **kwargs): """ replace status of the specified CertificateSigningRequest @@ -1150,7 +1194,7 @@ def replace_certificates_v1alpha1_certificate_signing_request_status_with_http_i >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_certificates_v1alpha1_certificate_signing_request_status_with_http_info(body, name, callback=callback_function) + >>> thread = api.replace_certificate_signing_request_status_with_http_info(body, name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1165,22 +1209,24 @@ def replace_certificates_v1alpha1_certificate_signing_request_status_with_http_i all_params = ['body', 'name', 'pretty'] all_params.append('callback') 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_certificates_v1alpha1_certificate_signing_request_status" % key + " to method replace_certificate_signing_request_status" % 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 `replace_certificates_v1alpha1_certificate_signing_request_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_certificate_signing_request_status`") # 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_certificates_v1alpha1_certificate_signing_request_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_certificate_signing_request_status`") collection_formats = {} @@ -1227,9 +1273,11 @@ def replace_certificates_v1alpha1_certificate_signing_request_status_with_http_i auth_settings=auth_settings, callback=params.get('callback'), _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 watch_certificates_v1alpha1_certificate_signing_request(self, name, **kwargs): + def watch_certificate_signing_request(self, name, **kwargs): """ watch changes to an object of kind CertificateSigningRequest @@ -1240,7 +1288,7 @@ def watch_certificates_v1alpha1_certificate_signing_request(self, name, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_certificates_v1alpha1_certificate_signing_request(name, callback=callback_function) + >>> thread = api.watch_certificate_signing_request(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1257,12 +1305,12 @@ def watch_certificates_v1alpha1_certificate_signing_request(self, name, **kwargs """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_certificates_v1alpha1_certificate_signing_request_with_http_info(name, **kwargs) + return self.watch_certificate_signing_request_with_http_info(name, **kwargs) else: - (data) = self.watch_certificates_v1alpha1_certificate_signing_request_with_http_info(name, **kwargs) + (data) = self.watch_certificate_signing_request_with_http_info(name, **kwargs) return data - def watch_certificates_v1alpha1_certificate_signing_request_with_http_info(self, name, **kwargs): + def watch_certificate_signing_request_with_http_info(self, name, **kwargs): """ watch changes to an object of kind CertificateSigningRequest @@ -1273,7 +1321,7 @@ def watch_certificates_v1alpha1_certificate_signing_request_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_certificates_v1alpha1_certificate_signing_request_with_http_info(name, callback=callback_function) + >>> thread = api.watch_certificate_signing_request_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1292,19 +1340,21 @@ def watch_certificates_v1alpha1_certificate_signing_request_with_http_info(self, all_params = ['name', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_certificates_v1alpha1_certificate_signing_request" % key + " to method watch_certificate_signing_request" % 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 `watch_certificates_v1alpha1_certificate_signing_request`") + raise ValueError("Missing the required parameter `name` when calling `watch_certificate_signing_request`") collection_formats = {} @@ -1359,9 +1409,11 @@ def watch_certificates_v1alpha1_certificate_signing_request_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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 watch_certificates_v1alpha1_certificate_signing_request_list(self, **kwargs): + def watch_certificate_signing_request_list(self, **kwargs): """ watch individual changes to a list of CertificateSigningRequest @@ -1372,7 +1424,7 @@ def watch_certificates_v1alpha1_certificate_signing_request_list(self, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_certificates_v1alpha1_certificate_signing_request_list(callback=callback_function) + >>> thread = api.watch_certificate_signing_request_list(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1388,12 +1440,12 @@ def watch_certificates_v1alpha1_certificate_signing_request_list(self, **kwargs) """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_certificates_v1alpha1_certificate_signing_request_list_with_http_info(**kwargs) + return self.watch_certificate_signing_request_list_with_http_info(**kwargs) else: - (data) = self.watch_certificates_v1alpha1_certificate_signing_request_list_with_http_info(**kwargs) + (data) = self.watch_certificate_signing_request_list_with_http_info(**kwargs) return data - def watch_certificates_v1alpha1_certificate_signing_request_list_with_http_info(self, **kwargs): + def watch_certificate_signing_request_list_with_http_info(self, **kwargs): """ watch individual changes to a list of CertificateSigningRequest @@ -1404,7 +1456,7 @@ def watch_certificates_v1alpha1_certificate_signing_request_list_with_http_info( >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_certificates_v1alpha1_certificate_signing_request_list_with_http_info(callback=callback_function) + >>> thread = api.watch_certificate_signing_request_list_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1422,13 +1474,15 @@ def watch_certificates_v1alpha1_certificate_signing_request_list_with_http_info( all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_certificates_v1alpha1_certificate_signing_request_list" % key + " to method watch_certificate_signing_request_list" % key ) params[key] = val del params['kwargs'] @@ -1484,4 +1538,6 @@ def watch_certificates_v1alpha1_certificate_signing_request_list_with_http_info( auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/core_api.py b/k8sclient/apis/core_api.py index d573083ace..d9d332c1f1 100644 --- a/k8sclient/apis/core_api.py +++ b/k8sclient/apis/core_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def get_core_api_versions(self, **kwargs): + def get_api_versions(self, **kwargs): """ get available API versions @@ -62,7 +62,7 @@ def get_core_api_versions(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_core_api_versions(callback=callback_function) + >>> thread = api.get_api_versions(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -72,12 +72,12 @@ def get_core_api_versions(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_core_api_versions_with_http_info(**kwargs) + return self.get_api_versions_with_http_info(**kwargs) else: - (data) = self.get_core_api_versions_with_http_info(**kwargs) + (data) = self.get_api_versions_with_http_info(**kwargs) return data - def get_core_api_versions_with_http_info(self, **kwargs): + def get_api_versions_with_http_info(self, **kwargs): """ get available API versions @@ -88,7 +88,7 @@ def get_core_api_versions_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_core_api_versions_with_http_info(callback=callback_function) + >>> thread = api.get_api_versions_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -100,13 +100,15 @@ def get_core_api_versions_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_core_api_versions" % key + " to method get_api_versions" % key ) params[key] = val del params['kwargs'] @@ -150,4 +152,6 @@ def get_core_api_versions_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/core_v1_api.py b/k8sclient/apis/core_v1_api.py index af6c8f658a..ad2a80ea37 100644 --- a/k8sclient/apis/core_v1_api.py +++ b/k8sclient/apis/core_v1_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def connect_core_v1_delete_namespaced_pod_proxy(self, name, namespace, **kwargs): + def connect_delete_namespaced_pod_proxy(self, name, namespace, **kwargs): """ connect DELETE requests to proxy of Pod @@ -62,7 +62,7 @@ def connect_core_v1_delete_namespaced_pod_proxy(self, name, namespace, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_delete_namespaced_pod_proxy(name, namespace, callback=callback_function) + >>> thread = api.connect_delete_namespaced_pod_proxy(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -75,12 +75,12 @@ def connect_core_v1_delete_namespaced_pod_proxy(self, name, namespace, **kwargs) """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_delete_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) + return self.connect_delete_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_delete_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) + (data) = self.connect_delete_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_delete_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwargs): + def connect_delete_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwargs): """ connect DELETE requests to proxy of Pod @@ -91,7 +91,7 @@ def connect_core_v1_delete_namespaced_pod_proxy_with_http_info(self, name, names >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_delete_namespaced_pod_proxy_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_delete_namespaced_pod_proxy_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -106,22 +106,24 @@ def connect_core_v1_delete_namespaced_pod_proxy_with_http_info(self, name, names all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 connect_core_v1_delete_namespaced_pod_proxy" % key + " to method connect_delete_namespaced_pod_proxy" % 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 `connect_core_v1_delete_namespaced_pod_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_delete_namespaced_pod_proxy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_delete_namespaced_pod_proxy`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_delete_namespaced_pod_proxy`") collection_formats = {} @@ -168,9 +170,11 @@ def connect_core_v1_delete_namespaced_pod_proxy_with_http_info(self, name, names auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_delete_namespaced_pod_proxy_with_path(self, name, namespace, path, **kwargs): + def connect_delete_namespaced_pod_proxy_with_path(self, name, namespace, path, **kwargs): """ connect DELETE requests to proxy of Pod @@ -181,7 +185,7 @@ def connect_core_v1_delete_namespaced_pod_proxy_with_path(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_delete_namespaced_pod_proxy_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.connect_delete_namespaced_pod_proxy_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -195,12 +199,12 @@ def connect_core_v1_delete_namespaced_pod_proxy_with_path(self, name, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_delete_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + return self.connect_delete_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.connect_core_v1_delete_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.connect_delete_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) return data - def connect_core_v1_delete_namespaced_pod_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): + def connect_delete_namespaced_pod_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): """ connect DELETE requests to proxy of Pod @@ -211,7 +215,7 @@ def connect_core_v1_delete_namespaced_pod_proxy_with_path_with_http_info(self, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_delete_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.connect_delete_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -227,25 +231,27 @@ def connect_core_v1_delete_namespaced_pod_proxy_with_path_with_http_info(self, n all_params = ['name', 'namespace', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_delete_namespaced_pod_proxy_with_path" % key + " to method connect_delete_namespaced_pod_proxy_with_path" % 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 `connect_core_v1_delete_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_delete_namespaced_pod_proxy_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_delete_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_delete_namespaced_pod_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_delete_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_delete_namespaced_pod_proxy_with_path`") collection_formats = {} @@ -294,9 +300,11 @@ def connect_core_v1_delete_namespaced_pod_proxy_with_path_with_http_info(self, n auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_delete_namespaced_service_proxy(self, name, namespace, **kwargs): + def connect_delete_namespaced_service_proxy(self, name, namespace, **kwargs): """ connect DELETE requests to proxy of Service @@ -307,7 +315,7 @@ def connect_core_v1_delete_namespaced_service_proxy(self, name, namespace, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_delete_namespaced_service_proxy(name, namespace, callback=callback_function) + >>> thread = api.connect_delete_namespaced_service_proxy(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -320,12 +328,12 @@ def connect_core_v1_delete_namespaced_service_proxy(self, name, namespace, **kwa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_delete_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) + return self.connect_delete_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_delete_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) + (data) = self.connect_delete_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_delete_namespaced_service_proxy_with_http_info(self, name, namespace, **kwargs): + def connect_delete_namespaced_service_proxy_with_http_info(self, name, namespace, **kwargs): """ connect DELETE requests to proxy of Service @@ -336,7 +344,7 @@ def connect_core_v1_delete_namespaced_service_proxy_with_http_info(self, name, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_delete_namespaced_service_proxy_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_delete_namespaced_service_proxy_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -351,22 +359,24 @@ def connect_core_v1_delete_namespaced_service_proxy_with_http_info(self, name, n all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 connect_core_v1_delete_namespaced_service_proxy" % key + " to method connect_delete_namespaced_service_proxy" % 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 `connect_core_v1_delete_namespaced_service_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_delete_namespaced_service_proxy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_delete_namespaced_service_proxy`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_delete_namespaced_service_proxy`") collection_formats = {} @@ -413,9 +423,11 @@ def connect_core_v1_delete_namespaced_service_proxy_with_http_info(self, name, n auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_delete_namespaced_service_proxy_with_path(self, name, namespace, path, **kwargs): + def connect_delete_namespaced_service_proxy_with_path(self, name, namespace, path, **kwargs): """ connect DELETE requests to proxy of Service @@ -426,7 +438,7 @@ def connect_core_v1_delete_namespaced_service_proxy_with_path(self, name, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_delete_namespaced_service_proxy_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.connect_delete_namespaced_service_proxy_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -440,12 +452,12 @@ def connect_core_v1_delete_namespaced_service_proxy_with_path(self, name, namesp """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_delete_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + return self.connect_delete_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.connect_core_v1_delete_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.connect_delete_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) return data - def connect_core_v1_delete_namespaced_service_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): + def connect_delete_namespaced_service_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): """ connect DELETE requests to proxy of Service @@ -456,7 +468,7 @@ def connect_core_v1_delete_namespaced_service_proxy_with_path_with_http_info(sel >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_delete_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.connect_delete_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -472,25 +484,27 @@ def connect_core_v1_delete_namespaced_service_proxy_with_path_with_http_info(sel all_params = ['name', 'namespace', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_delete_namespaced_service_proxy_with_path" % key + " to method connect_delete_namespaced_service_proxy_with_path" % 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 `connect_core_v1_delete_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_delete_namespaced_service_proxy_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_delete_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_delete_namespaced_service_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_delete_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_delete_namespaced_service_proxy_with_path`") collection_formats = {} @@ -539,9 +553,11 @@ def connect_core_v1_delete_namespaced_service_proxy_with_path_with_http_info(sel auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_delete_node_proxy(self, name, **kwargs): + def connect_delete_node_proxy(self, name, **kwargs): """ connect DELETE requests to proxy of Node @@ -552,7 +568,7 @@ def connect_core_v1_delete_node_proxy(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_delete_node_proxy(name, callback=callback_function) + >>> thread = api.connect_delete_node_proxy(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -564,12 +580,12 @@ def connect_core_v1_delete_node_proxy(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_delete_node_proxy_with_http_info(name, **kwargs) + return self.connect_delete_node_proxy_with_http_info(name, **kwargs) else: - (data) = self.connect_core_v1_delete_node_proxy_with_http_info(name, **kwargs) + (data) = self.connect_delete_node_proxy_with_http_info(name, **kwargs) return data - def connect_core_v1_delete_node_proxy_with_http_info(self, name, **kwargs): + def connect_delete_node_proxy_with_http_info(self, name, **kwargs): """ connect DELETE requests to proxy of Node @@ -580,7 +596,7 @@ def connect_core_v1_delete_node_proxy_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_delete_node_proxy_with_http_info(name, callback=callback_function) + >>> thread = api.connect_delete_node_proxy_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -594,19 +610,21 @@ def connect_core_v1_delete_node_proxy_with_http_info(self, name, **kwargs): all_params = ['name', 'path'] all_params.append('callback') 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 connect_core_v1_delete_node_proxy" % key + " to method connect_delete_node_proxy" % 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 `connect_core_v1_delete_node_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_delete_node_proxy`") collection_formats = {} @@ -651,9 +669,11 @@ def connect_core_v1_delete_node_proxy_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_delete_node_proxy_with_path(self, name, path, **kwargs): + def connect_delete_node_proxy_with_path(self, name, path, **kwargs): """ connect DELETE requests to proxy of Node @@ -664,7 +684,7 @@ def connect_core_v1_delete_node_proxy_with_path(self, name, path, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_delete_node_proxy_with_path(name, path, callback=callback_function) + >>> thread = api.connect_delete_node_proxy_with_path(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -677,12 +697,12 @@ def connect_core_v1_delete_node_proxy_with_path(self, name, path, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_delete_node_proxy_with_path_with_http_info(name, path, **kwargs) + return self.connect_delete_node_proxy_with_path_with_http_info(name, path, **kwargs) else: - (data) = self.connect_core_v1_delete_node_proxy_with_path_with_http_info(name, path, **kwargs) + (data) = self.connect_delete_node_proxy_with_path_with_http_info(name, path, **kwargs) return data - def connect_core_v1_delete_node_proxy_with_path_with_http_info(self, name, path, **kwargs): + def connect_delete_node_proxy_with_path_with_http_info(self, name, path, **kwargs): """ connect DELETE requests to proxy of Node @@ -693,7 +713,7 @@ def connect_core_v1_delete_node_proxy_with_path_with_http_info(self, name, path, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_delete_node_proxy_with_path_with_http_info(name, path, callback=callback_function) + >>> thread = api.connect_delete_node_proxy_with_path_with_http_info(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -708,22 +728,24 @@ def connect_core_v1_delete_node_proxy_with_path_with_http_info(self, name, path, all_params = ['name', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_delete_node_proxy_with_path" % key + " to method connect_delete_node_proxy_with_path" % 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 `connect_core_v1_delete_node_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_delete_node_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_delete_node_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_delete_node_proxy_with_path`") collection_formats = {} @@ -770,9 +792,11 @@ def connect_core_v1_delete_node_proxy_with_path_with_http_info(self, name, path, auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_get_namespaced_pod_attach(self, name, namespace, **kwargs): + def connect_get_namespaced_pod_attach(self, name, namespace, **kwargs): """ connect GET requests to attach of Pod @@ -783,7 +807,7 @@ def connect_core_v1_get_namespaced_pod_attach(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_namespaced_pod_attach(name, namespace, callback=callback_function) + >>> thread = api.connect_get_namespaced_pod_attach(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -800,12 +824,12 @@ def connect_core_v1_get_namespaced_pod_attach(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_get_namespaced_pod_attach_with_http_info(name, namespace, **kwargs) + return self.connect_get_namespaced_pod_attach_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_get_namespaced_pod_attach_with_http_info(name, namespace, **kwargs) + (data) = self.connect_get_namespaced_pod_attach_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_get_namespaced_pod_attach_with_http_info(self, name, namespace, **kwargs): + def connect_get_namespaced_pod_attach_with_http_info(self, name, namespace, **kwargs): """ connect GET requests to attach of Pod @@ -816,7 +840,7 @@ def connect_core_v1_get_namespaced_pod_attach_with_http_info(self, name, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_namespaced_pod_attach_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_get_namespaced_pod_attach_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -835,22 +859,24 @@ def connect_core_v1_get_namespaced_pod_attach_with_http_info(self, name, namespa all_params = ['name', 'namespace', 'container', 'stderr', 'stdin', 'stdout', 'tty'] all_params.append('callback') 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 connect_core_v1_get_namespaced_pod_attach" % key + " to method connect_get_namespaced_pod_attach" % 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 `connect_core_v1_get_namespaced_pod_attach`") + raise ValueError("Missing the required parameter `name` when calling `connect_get_namespaced_pod_attach`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_get_namespaced_pod_attach`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_get_namespaced_pod_attach`") collection_formats = {} @@ -905,9 +931,11 @@ def connect_core_v1_get_namespaced_pod_attach_with_http_info(self, name, namespa auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_get_namespaced_pod_exec(self, name, namespace, **kwargs): + def connect_get_namespaced_pod_exec(self, name, namespace, **kwargs): """ connect GET requests to exec of Pod @@ -918,7 +946,7 @@ def connect_core_v1_get_namespaced_pod_exec(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_namespaced_pod_exec(name, namespace, callback=callback_function) + >>> thread = api.connect_get_namespaced_pod_exec(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -936,12 +964,12 @@ def connect_core_v1_get_namespaced_pod_exec(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_get_namespaced_pod_exec_with_http_info(name, namespace, **kwargs) + return self.connect_get_namespaced_pod_exec_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_get_namespaced_pod_exec_with_http_info(name, namespace, **kwargs) + (data) = self.connect_get_namespaced_pod_exec_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_get_namespaced_pod_exec_with_http_info(self, name, namespace, **kwargs): + def connect_get_namespaced_pod_exec_with_http_info(self, name, namespace, **kwargs): """ connect GET requests to exec of Pod @@ -952,7 +980,7 @@ def connect_core_v1_get_namespaced_pod_exec_with_http_info(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_namespaced_pod_exec_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_get_namespaced_pod_exec_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -972,22 +1000,24 @@ def connect_core_v1_get_namespaced_pod_exec_with_http_info(self, name, namespace all_params = ['name', 'namespace', 'command', 'container', 'stderr', 'stdin', 'stdout', 'tty'] all_params.append('callback') 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 connect_core_v1_get_namespaced_pod_exec" % key + " to method connect_get_namespaced_pod_exec" % 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 `connect_core_v1_get_namespaced_pod_exec`") + raise ValueError("Missing the required parameter `name` when calling `connect_get_namespaced_pod_exec`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_get_namespaced_pod_exec`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_get_namespaced_pod_exec`") collection_formats = {} @@ -1044,9 +1074,11 @@ def connect_core_v1_get_namespaced_pod_exec_with_http_info(self, name, namespace auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_get_namespaced_pod_portforward(self, name, namespace, **kwargs): + def connect_get_namespaced_pod_portforward(self, name, namespace, **kwargs): """ connect GET requests to portforward of Pod @@ -1057,7 +1089,7 @@ def connect_core_v1_get_namespaced_pod_portforward(self, name, namespace, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_namespaced_pod_portforward(name, namespace, callback=callback_function) + >>> thread = api.connect_get_namespaced_pod_portforward(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1069,12 +1101,12 @@ def connect_core_v1_get_namespaced_pod_portforward(self, name, namespace, **kwar """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_get_namespaced_pod_portforward_with_http_info(name, namespace, **kwargs) + return self.connect_get_namespaced_pod_portforward_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_get_namespaced_pod_portforward_with_http_info(name, namespace, **kwargs) + (data) = self.connect_get_namespaced_pod_portforward_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_get_namespaced_pod_portforward_with_http_info(self, name, namespace, **kwargs): + def connect_get_namespaced_pod_portforward_with_http_info(self, name, namespace, **kwargs): """ connect GET requests to portforward of Pod @@ -1085,7 +1117,7 @@ def connect_core_v1_get_namespaced_pod_portforward_with_http_info(self, name, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_namespaced_pod_portforward_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_get_namespaced_pod_portforward_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1099,22 +1131,24 @@ def connect_core_v1_get_namespaced_pod_portforward_with_http_info(self, name, na all_params = ['name', 'namespace'] all_params.append('callback') 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 connect_core_v1_get_namespaced_pod_portforward" % key + " to method connect_get_namespaced_pod_portforward" % 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 `connect_core_v1_get_namespaced_pod_portforward`") + raise ValueError("Missing the required parameter `name` when calling `connect_get_namespaced_pod_portforward`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_get_namespaced_pod_portforward`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_get_namespaced_pod_portforward`") collection_formats = {} @@ -1159,9 +1193,11 @@ def connect_core_v1_get_namespaced_pod_portforward_with_http_info(self, name, na auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_get_namespaced_pod_proxy(self, name, namespace, **kwargs): + def connect_get_namespaced_pod_proxy(self, name, namespace, **kwargs): """ connect GET requests to proxy of Pod @@ -1172,7 +1208,7 @@ def connect_core_v1_get_namespaced_pod_proxy(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_namespaced_pod_proxy(name, namespace, callback=callback_function) + >>> thread = api.connect_get_namespaced_pod_proxy(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1185,12 +1221,12 @@ def connect_core_v1_get_namespaced_pod_proxy(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_get_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) + return self.connect_get_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_get_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) + (data) = self.connect_get_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_get_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwargs): + def connect_get_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwargs): """ connect GET requests to proxy of Pod @@ -1201,7 +1237,7 @@ def connect_core_v1_get_namespaced_pod_proxy_with_http_info(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_namespaced_pod_proxy_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_get_namespaced_pod_proxy_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1216,22 +1252,24 @@ def connect_core_v1_get_namespaced_pod_proxy_with_http_info(self, name, namespac all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 connect_core_v1_get_namespaced_pod_proxy" % key + " to method connect_get_namespaced_pod_proxy" % 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 `connect_core_v1_get_namespaced_pod_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_get_namespaced_pod_proxy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_get_namespaced_pod_proxy`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_get_namespaced_pod_proxy`") collection_formats = {} @@ -1278,9 +1316,11 @@ def connect_core_v1_get_namespaced_pod_proxy_with_http_info(self, name, namespac auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_get_namespaced_pod_proxy_with_path(self, name, namespace, path, **kwargs): + def connect_get_namespaced_pod_proxy_with_path(self, name, namespace, path, **kwargs): """ connect GET requests to proxy of Pod @@ -1291,7 +1331,7 @@ def connect_core_v1_get_namespaced_pod_proxy_with_path(self, name, namespace, pa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_namespaced_pod_proxy_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.connect_get_namespaced_pod_proxy_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1305,12 +1345,12 @@ def connect_core_v1_get_namespaced_pod_proxy_with_path(self, name, namespace, pa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_get_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + return self.connect_get_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.connect_core_v1_get_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.connect_get_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) return data - def connect_core_v1_get_namespaced_pod_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): + def connect_get_namespaced_pod_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): """ connect GET requests to proxy of Pod @@ -1321,7 +1361,7 @@ def connect_core_v1_get_namespaced_pod_proxy_with_path_with_http_info(self, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.connect_get_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1337,25 +1377,27 @@ def connect_core_v1_get_namespaced_pod_proxy_with_path_with_http_info(self, name all_params = ['name', 'namespace', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_get_namespaced_pod_proxy_with_path" % key + " to method connect_get_namespaced_pod_proxy_with_path" % 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 `connect_core_v1_get_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_get_namespaced_pod_proxy_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_get_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_get_namespaced_pod_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_get_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_get_namespaced_pod_proxy_with_path`") collection_formats = {} @@ -1404,9 +1446,11 @@ def connect_core_v1_get_namespaced_pod_proxy_with_path_with_http_info(self, name auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_get_namespaced_service_proxy(self, name, namespace, **kwargs): + def connect_get_namespaced_service_proxy(self, name, namespace, **kwargs): """ connect GET requests to proxy of Service @@ -1417,7 +1461,7 @@ def connect_core_v1_get_namespaced_service_proxy(self, name, namespace, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_namespaced_service_proxy(name, namespace, callback=callback_function) + >>> thread = api.connect_get_namespaced_service_proxy(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1430,12 +1474,12 @@ def connect_core_v1_get_namespaced_service_proxy(self, name, namespace, **kwargs """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_get_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) + return self.connect_get_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_get_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) + (data) = self.connect_get_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_get_namespaced_service_proxy_with_http_info(self, name, namespace, **kwargs): + def connect_get_namespaced_service_proxy_with_http_info(self, name, namespace, **kwargs): """ connect GET requests to proxy of Service @@ -1446,7 +1490,7 @@ def connect_core_v1_get_namespaced_service_proxy_with_http_info(self, name, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_namespaced_service_proxy_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_get_namespaced_service_proxy_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1461,22 +1505,24 @@ def connect_core_v1_get_namespaced_service_proxy_with_http_info(self, name, name all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 connect_core_v1_get_namespaced_service_proxy" % key + " to method connect_get_namespaced_service_proxy" % 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 `connect_core_v1_get_namespaced_service_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_get_namespaced_service_proxy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_get_namespaced_service_proxy`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_get_namespaced_service_proxy`") collection_formats = {} @@ -1523,9 +1569,11 @@ def connect_core_v1_get_namespaced_service_proxy_with_http_info(self, name, name auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_get_namespaced_service_proxy_with_path(self, name, namespace, path, **kwargs): + def connect_get_namespaced_service_proxy_with_path(self, name, namespace, path, **kwargs): """ connect GET requests to proxy of Service @@ -1536,7 +1584,7 @@ def connect_core_v1_get_namespaced_service_proxy_with_path(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_namespaced_service_proxy_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.connect_get_namespaced_service_proxy_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1550,12 +1598,12 @@ def connect_core_v1_get_namespaced_service_proxy_with_path(self, name, namespace """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_get_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + return self.connect_get_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.connect_core_v1_get_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.connect_get_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) return data - def connect_core_v1_get_namespaced_service_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): + def connect_get_namespaced_service_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): """ connect GET requests to proxy of Service @@ -1566,7 +1614,7 @@ def connect_core_v1_get_namespaced_service_proxy_with_path_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.connect_get_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1582,25 +1630,27 @@ def connect_core_v1_get_namespaced_service_proxy_with_path_with_http_info(self, all_params = ['name', 'namespace', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_get_namespaced_service_proxy_with_path" % key + " to method connect_get_namespaced_service_proxy_with_path" % 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 `connect_core_v1_get_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_get_namespaced_service_proxy_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_get_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_get_namespaced_service_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_get_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_get_namespaced_service_proxy_with_path`") collection_formats = {} @@ -1649,9 +1699,11 @@ def connect_core_v1_get_namespaced_service_proxy_with_path_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_get_node_proxy(self, name, **kwargs): + def connect_get_node_proxy(self, name, **kwargs): """ connect GET requests to proxy of Node @@ -1662,7 +1714,7 @@ def connect_core_v1_get_node_proxy(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_node_proxy(name, callback=callback_function) + >>> thread = api.connect_get_node_proxy(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1674,12 +1726,12 @@ def connect_core_v1_get_node_proxy(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_get_node_proxy_with_http_info(name, **kwargs) + return self.connect_get_node_proxy_with_http_info(name, **kwargs) else: - (data) = self.connect_core_v1_get_node_proxy_with_http_info(name, **kwargs) + (data) = self.connect_get_node_proxy_with_http_info(name, **kwargs) return data - def connect_core_v1_get_node_proxy_with_http_info(self, name, **kwargs): + def connect_get_node_proxy_with_http_info(self, name, **kwargs): """ connect GET requests to proxy of Node @@ -1690,7 +1742,7 @@ def connect_core_v1_get_node_proxy_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_node_proxy_with_http_info(name, callback=callback_function) + >>> thread = api.connect_get_node_proxy_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1704,19 +1756,21 @@ def connect_core_v1_get_node_proxy_with_http_info(self, name, **kwargs): all_params = ['name', 'path'] all_params.append('callback') 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 connect_core_v1_get_node_proxy" % key + " to method connect_get_node_proxy" % 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 `connect_core_v1_get_node_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_get_node_proxy`") collection_formats = {} @@ -1761,9 +1815,11 @@ def connect_core_v1_get_node_proxy_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_get_node_proxy_with_path(self, name, path, **kwargs): + def connect_get_node_proxy_with_path(self, name, path, **kwargs): """ connect GET requests to proxy of Node @@ -1774,7 +1830,7 @@ def connect_core_v1_get_node_proxy_with_path(self, name, path, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_node_proxy_with_path(name, path, callback=callback_function) + >>> thread = api.connect_get_node_proxy_with_path(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1787,12 +1843,12 @@ def connect_core_v1_get_node_proxy_with_path(self, name, path, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_get_node_proxy_with_path_with_http_info(name, path, **kwargs) + return self.connect_get_node_proxy_with_path_with_http_info(name, path, **kwargs) else: - (data) = self.connect_core_v1_get_node_proxy_with_path_with_http_info(name, path, **kwargs) + (data) = self.connect_get_node_proxy_with_path_with_http_info(name, path, **kwargs) return data - def connect_core_v1_get_node_proxy_with_path_with_http_info(self, name, path, **kwargs): + def connect_get_node_proxy_with_path_with_http_info(self, name, path, **kwargs): """ connect GET requests to proxy of Node @@ -1803,7 +1859,7 @@ def connect_core_v1_get_node_proxy_with_path_with_http_info(self, name, path, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_get_node_proxy_with_path_with_http_info(name, path, callback=callback_function) + >>> thread = api.connect_get_node_proxy_with_path_with_http_info(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1818,22 +1874,24 @@ def connect_core_v1_get_node_proxy_with_path_with_http_info(self, name, path, ** all_params = ['name', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_get_node_proxy_with_path" % key + " to method connect_get_node_proxy_with_path" % 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 `connect_core_v1_get_node_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_get_node_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_get_node_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_get_node_proxy_with_path`") collection_formats = {} @@ -1880,9 +1938,11 @@ def connect_core_v1_get_node_proxy_with_path_with_http_info(self, name, path, ** auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_head_namespaced_pod_proxy(self, name, namespace, **kwargs): + def connect_head_namespaced_pod_proxy(self, name, namespace, **kwargs): """ connect HEAD requests to proxy of Pod @@ -1893,7 +1953,7 @@ def connect_core_v1_head_namespaced_pod_proxy(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_head_namespaced_pod_proxy(name, namespace, callback=callback_function) + >>> thread = api.connect_head_namespaced_pod_proxy(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1906,12 +1966,12 @@ def connect_core_v1_head_namespaced_pod_proxy(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_head_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) + return self.connect_head_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_head_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) + (data) = self.connect_head_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_head_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwargs): + def connect_head_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwargs): """ connect HEAD requests to proxy of Pod @@ -1922,7 +1982,7 @@ def connect_core_v1_head_namespaced_pod_proxy_with_http_info(self, name, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_head_namespaced_pod_proxy_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_head_namespaced_pod_proxy_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1937,22 +1997,24 @@ def connect_core_v1_head_namespaced_pod_proxy_with_http_info(self, name, namespa all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 connect_core_v1_head_namespaced_pod_proxy" % key + " to method connect_head_namespaced_pod_proxy" % 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 `connect_core_v1_head_namespaced_pod_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_head_namespaced_pod_proxy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_head_namespaced_pod_proxy`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_head_namespaced_pod_proxy`") collection_formats = {} @@ -1999,9 +2061,11 @@ def connect_core_v1_head_namespaced_pod_proxy_with_http_info(self, name, namespa auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_head_namespaced_pod_proxy_with_path(self, name, namespace, path, **kwargs): + def connect_head_namespaced_pod_proxy_with_path(self, name, namespace, path, **kwargs): """ connect HEAD requests to proxy of Pod @@ -2012,7 +2076,7 @@ def connect_core_v1_head_namespaced_pod_proxy_with_path(self, name, namespace, p >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_head_namespaced_pod_proxy_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.connect_head_namespaced_pod_proxy_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2026,12 +2090,12 @@ def connect_core_v1_head_namespaced_pod_proxy_with_path(self, name, namespace, p """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_head_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + return self.connect_head_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.connect_core_v1_head_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.connect_head_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) return data - def connect_core_v1_head_namespaced_pod_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): + def connect_head_namespaced_pod_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): """ connect HEAD requests to proxy of Pod @@ -2042,7 +2106,7 @@ def connect_core_v1_head_namespaced_pod_proxy_with_path_with_http_info(self, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_head_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.connect_head_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2058,25 +2122,27 @@ def connect_core_v1_head_namespaced_pod_proxy_with_path_with_http_info(self, nam all_params = ['name', 'namespace', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_head_namespaced_pod_proxy_with_path" % key + " to method connect_head_namespaced_pod_proxy_with_path" % 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 `connect_core_v1_head_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_head_namespaced_pod_proxy_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_head_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_head_namespaced_pod_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_head_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_head_namespaced_pod_proxy_with_path`") collection_formats = {} @@ -2125,9 +2191,11 @@ def connect_core_v1_head_namespaced_pod_proxy_with_path_with_http_info(self, nam auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_head_namespaced_service_proxy(self, name, namespace, **kwargs): + def connect_head_namespaced_service_proxy(self, name, namespace, **kwargs): """ connect HEAD requests to proxy of Service @@ -2138,7 +2206,7 @@ def connect_core_v1_head_namespaced_service_proxy(self, name, namespace, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_head_namespaced_service_proxy(name, namespace, callback=callback_function) + >>> thread = api.connect_head_namespaced_service_proxy(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2151,12 +2219,12 @@ def connect_core_v1_head_namespaced_service_proxy(self, name, namespace, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_head_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) + return self.connect_head_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_head_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) + (data) = self.connect_head_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_head_namespaced_service_proxy_with_http_info(self, name, namespace, **kwargs): + def connect_head_namespaced_service_proxy_with_http_info(self, name, namespace, **kwargs): """ connect HEAD requests to proxy of Service @@ -2167,7 +2235,7 @@ def connect_core_v1_head_namespaced_service_proxy_with_http_info(self, name, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_head_namespaced_service_proxy_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_head_namespaced_service_proxy_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2182,22 +2250,24 @@ def connect_core_v1_head_namespaced_service_proxy_with_http_info(self, name, nam all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 connect_core_v1_head_namespaced_service_proxy" % key + " to method connect_head_namespaced_service_proxy" % 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 `connect_core_v1_head_namespaced_service_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_head_namespaced_service_proxy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_head_namespaced_service_proxy`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_head_namespaced_service_proxy`") collection_formats = {} @@ -2244,9 +2314,11 @@ def connect_core_v1_head_namespaced_service_proxy_with_http_info(self, name, nam auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_head_namespaced_service_proxy_with_path(self, name, namespace, path, **kwargs): + def connect_head_namespaced_service_proxy_with_path(self, name, namespace, path, **kwargs): """ connect HEAD requests to proxy of Service @@ -2257,7 +2329,7 @@ def connect_core_v1_head_namespaced_service_proxy_with_path(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_head_namespaced_service_proxy_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.connect_head_namespaced_service_proxy_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2271,12 +2343,12 @@ def connect_core_v1_head_namespaced_service_proxy_with_path(self, name, namespac """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_head_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + return self.connect_head_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.connect_core_v1_head_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.connect_head_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) return data - def connect_core_v1_head_namespaced_service_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): + def connect_head_namespaced_service_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): """ connect HEAD requests to proxy of Service @@ -2287,7 +2359,7 @@ def connect_core_v1_head_namespaced_service_proxy_with_path_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_head_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.connect_head_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2303,25 +2375,27 @@ def connect_core_v1_head_namespaced_service_proxy_with_path_with_http_info(self, all_params = ['name', 'namespace', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_head_namespaced_service_proxy_with_path" % key + " to method connect_head_namespaced_service_proxy_with_path" % 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 `connect_core_v1_head_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_head_namespaced_service_proxy_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_head_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_head_namespaced_service_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_head_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_head_namespaced_service_proxy_with_path`") collection_formats = {} @@ -2370,9 +2444,11 @@ def connect_core_v1_head_namespaced_service_proxy_with_path_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_head_node_proxy(self, name, **kwargs): + def connect_head_node_proxy(self, name, **kwargs): """ connect HEAD requests to proxy of Node @@ -2383,7 +2459,7 @@ def connect_core_v1_head_node_proxy(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_head_node_proxy(name, callback=callback_function) + >>> thread = api.connect_head_node_proxy(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2395,12 +2471,12 @@ def connect_core_v1_head_node_proxy(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_head_node_proxy_with_http_info(name, **kwargs) + return self.connect_head_node_proxy_with_http_info(name, **kwargs) else: - (data) = self.connect_core_v1_head_node_proxy_with_http_info(name, **kwargs) + (data) = self.connect_head_node_proxy_with_http_info(name, **kwargs) return data - def connect_core_v1_head_node_proxy_with_http_info(self, name, **kwargs): + def connect_head_node_proxy_with_http_info(self, name, **kwargs): """ connect HEAD requests to proxy of Node @@ -2411,7 +2487,7 @@ def connect_core_v1_head_node_proxy_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_head_node_proxy_with_http_info(name, callback=callback_function) + >>> thread = api.connect_head_node_proxy_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2425,19 +2501,21 @@ def connect_core_v1_head_node_proxy_with_http_info(self, name, **kwargs): all_params = ['name', 'path'] all_params.append('callback') 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 connect_core_v1_head_node_proxy" % key + " to method connect_head_node_proxy" % 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 `connect_core_v1_head_node_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_head_node_proxy`") collection_formats = {} @@ -2482,9 +2560,11 @@ def connect_core_v1_head_node_proxy_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_head_node_proxy_with_path(self, name, path, **kwargs): + def connect_head_node_proxy_with_path(self, name, path, **kwargs): """ connect HEAD requests to proxy of Node @@ -2495,7 +2575,7 @@ def connect_core_v1_head_node_proxy_with_path(self, name, path, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_head_node_proxy_with_path(name, path, callback=callback_function) + >>> thread = api.connect_head_node_proxy_with_path(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2508,12 +2588,12 @@ def connect_core_v1_head_node_proxy_with_path(self, name, path, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_head_node_proxy_with_path_with_http_info(name, path, **kwargs) + return self.connect_head_node_proxy_with_path_with_http_info(name, path, **kwargs) else: - (data) = self.connect_core_v1_head_node_proxy_with_path_with_http_info(name, path, **kwargs) + (data) = self.connect_head_node_proxy_with_path_with_http_info(name, path, **kwargs) return data - def connect_core_v1_head_node_proxy_with_path_with_http_info(self, name, path, **kwargs): + def connect_head_node_proxy_with_path_with_http_info(self, name, path, **kwargs): """ connect HEAD requests to proxy of Node @@ -2524,7 +2604,7 @@ def connect_core_v1_head_node_proxy_with_path_with_http_info(self, name, path, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_head_node_proxy_with_path_with_http_info(name, path, callback=callback_function) + >>> thread = api.connect_head_node_proxy_with_path_with_http_info(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2539,22 +2619,24 @@ def connect_core_v1_head_node_proxy_with_path_with_http_info(self, name, path, * all_params = ['name', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_head_node_proxy_with_path" % key + " to method connect_head_node_proxy_with_path" % 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 `connect_core_v1_head_node_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_head_node_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_head_node_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_head_node_proxy_with_path`") collection_formats = {} @@ -2601,9 +2683,11 @@ def connect_core_v1_head_node_proxy_with_path_with_http_info(self, name, path, * auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_options_namespaced_pod_proxy(self, name, namespace, **kwargs): + def connect_options_namespaced_pod_proxy(self, name, namespace, **kwargs): """ connect OPTIONS requests to proxy of Pod @@ -2614,7 +2698,7 @@ def connect_core_v1_options_namespaced_pod_proxy(self, name, namespace, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_options_namespaced_pod_proxy(name, namespace, callback=callback_function) + >>> thread = api.connect_options_namespaced_pod_proxy(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2627,12 +2711,12 @@ def connect_core_v1_options_namespaced_pod_proxy(self, name, namespace, **kwargs """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_options_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) + return self.connect_options_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_options_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) + (data) = self.connect_options_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_options_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwargs): + def connect_options_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwargs): """ connect OPTIONS requests to proxy of Pod @@ -2643,7 +2727,7 @@ def connect_core_v1_options_namespaced_pod_proxy_with_http_info(self, name, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_options_namespaced_pod_proxy_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_options_namespaced_pod_proxy_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2658,22 +2742,24 @@ def connect_core_v1_options_namespaced_pod_proxy_with_http_info(self, name, name all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 connect_core_v1_options_namespaced_pod_proxy" % key + " to method connect_options_namespaced_pod_proxy" % 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 `connect_core_v1_options_namespaced_pod_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_options_namespaced_pod_proxy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_options_namespaced_pod_proxy`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_options_namespaced_pod_proxy`") collection_formats = {} @@ -2720,9 +2806,11 @@ def connect_core_v1_options_namespaced_pod_proxy_with_http_info(self, name, name auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_options_namespaced_pod_proxy_with_path(self, name, namespace, path, **kwargs): + def connect_options_namespaced_pod_proxy_with_path(self, name, namespace, path, **kwargs): """ connect OPTIONS requests to proxy of Pod @@ -2733,7 +2821,7 @@ def connect_core_v1_options_namespaced_pod_proxy_with_path(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_options_namespaced_pod_proxy_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.connect_options_namespaced_pod_proxy_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2747,12 +2835,12 @@ def connect_core_v1_options_namespaced_pod_proxy_with_path(self, name, namespace """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_options_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + return self.connect_options_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.connect_core_v1_options_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.connect_options_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) return data - def connect_core_v1_options_namespaced_pod_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): + def connect_options_namespaced_pod_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): """ connect OPTIONS requests to proxy of Pod @@ -2763,7 +2851,7 @@ def connect_core_v1_options_namespaced_pod_proxy_with_path_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_options_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.connect_options_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2779,25 +2867,27 @@ def connect_core_v1_options_namespaced_pod_proxy_with_path_with_http_info(self, all_params = ['name', 'namespace', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_options_namespaced_pod_proxy_with_path" % key + " to method connect_options_namespaced_pod_proxy_with_path" % 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 `connect_core_v1_options_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_options_namespaced_pod_proxy_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_options_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_options_namespaced_pod_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_options_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_options_namespaced_pod_proxy_with_path`") collection_formats = {} @@ -2846,9 +2936,11 @@ def connect_core_v1_options_namespaced_pod_proxy_with_path_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_options_namespaced_service_proxy(self, name, namespace, **kwargs): + def connect_options_namespaced_service_proxy(self, name, namespace, **kwargs): """ connect OPTIONS requests to proxy of Service @@ -2859,7 +2951,7 @@ def connect_core_v1_options_namespaced_service_proxy(self, name, namespace, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_options_namespaced_service_proxy(name, namespace, callback=callback_function) + >>> thread = api.connect_options_namespaced_service_proxy(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2872,12 +2964,12 @@ def connect_core_v1_options_namespaced_service_proxy(self, name, namespace, **kw """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_options_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) + return self.connect_options_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_options_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) + (data) = self.connect_options_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_options_namespaced_service_proxy_with_http_info(self, name, namespace, **kwargs): + def connect_options_namespaced_service_proxy_with_http_info(self, name, namespace, **kwargs): """ connect OPTIONS requests to proxy of Service @@ -2888,7 +2980,7 @@ def connect_core_v1_options_namespaced_service_proxy_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_options_namespaced_service_proxy_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_options_namespaced_service_proxy_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2903,22 +2995,24 @@ def connect_core_v1_options_namespaced_service_proxy_with_http_info(self, name, all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 connect_core_v1_options_namespaced_service_proxy" % key + " to method connect_options_namespaced_service_proxy" % 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 `connect_core_v1_options_namespaced_service_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_options_namespaced_service_proxy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_options_namespaced_service_proxy`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_options_namespaced_service_proxy`") collection_formats = {} @@ -2965,9 +3059,11 @@ def connect_core_v1_options_namespaced_service_proxy_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_options_namespaced_service_proxy_with_path(self, name, namespace, path, **kwargs): + def connect_options_namespaced_service_proxy_with_path(self, name, namespace, path, **kwargs): """ connect OPTIONS requests to proxy of Service @@ -2978,7 +3074,7 @@ def connect_core_v1_options_namespaced_service_proxy_with_path(self, name, names >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_options_namespaced_service_proxy_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.connect_options_namespaced_service_proxy_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2992,12 +3088,12 @@ def connect_core_v1_options_namespaced_service_proxy_with_path(self, name, names """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_options_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + return self.connect_options_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.connect_core_v1_options_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.connect_options_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) return data - def connect_core_v1_options_namespaced_service_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): + def connect_options_namespaced_service_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): """ connect OPTIONS requests to proxy of Service @@ -3008,7 +3104,7 @@ def connect_core_v1_options_namespaced_service_proxy_with_path_with_http_info(se >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_options_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.connect_options_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3024,25 +3120,27 @@ def connect_core_v1_options_namespaced_service_proxy_with_path_with_http_info(se all_params = ['name', 'namespace', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_options_namespaced_service_proxy_with_path" % key + " to method connect_options_namespaced_service_proxy_with_path" % 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 `connect_core_v1_options_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_options_namespaced_service_proxy_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_options_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_options_namespaced_service_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_options_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_options_namespaced_service_proxy_with_path`") collection_formats = {} @@ -3091,9 +3189,11 @@ def connect_core_v1_options_namespaced_service_proxy_with_path_with_http_info(se auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_options_node_proxy(self, name, **kwargs): + def connect_options_node_proxy(self, name, **kwargs): """ connect OPTIONS requests to proxy of Node @@ -3104,7 +3204,7 @@ def connect_core_v1_options_node_proxy(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_options_node_proxy(name, callback=callback_function) + >>> thread = api.connect_options_node_proxy(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3116,12 +3216,12 @@ def connect_core_v1_options_node_proxy(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_options_node_proxy_with_http_info(name, **kwargs) + return self.connect_options_node_proxy_with_http_info(name, **kwargs) else: - (data) = self.connect_core_v1_options_node_proxy_with_http_info(name, **kwargs) + (data) = self.connect_options_node_proxy_with_http_info(name, **kwargs) return data - def connect_core_v1_options_node_proxy_with_http_info(self, name, **kwargs): + def connect_options_node_proxy_with_http_info(self, name, **kwargs): """ connect OPTIONS requests to proxy of Node @@ -3132,7 +3232,7 @@ def connect_core_v1_options_node_proxy_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_options_node_proxy_with_http_info(name, callback=callback_function) + >>> thread = api.connect_options_node_proxy_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3146,19 +3246,21 @@ def connect_core_v1_options_node_proxy_with_http_info(self, name, **kwargs): all_params = ['name', 'path'] all_params.append('callback') 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 connect_core_v1_options_node_proxy" % key + " to method connect_options_node_proxy" % 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 `connect_core_v1_options_node_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_options_node_proxy`") collection_formats = {} @@ -3203,9 +3305,11 @@ def connect_core_v1_options_node_proxy_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_options_node_proxy_with_path(self, name, path, **kwargs): + def connect_options_node_proxy_with_path(self, name, path, **kwargs): """ connect OPTIONS requests to proxy of Node @@ -3216,7 +3320,7 @@ def connect_core_v1_options_node_proxy_with_path(self, name, path, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_options_node_proxy_with_path(name, path, callback=callback_function) + >>> thread = api.connect_options_node_proxy_with_path(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3229,12 +3333,12 @@ def connect_core_v1_options_node_proxy_with_path(self, name, path, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_options_node_proxy_with_path_with_http_info(name, path, **kwargs) + return self.connect_options_node_proxy_with_path_with_http_info(name, path, **kwargs) else: - (data) = self.connect_core_v1_options_node_proxy_with_path_with_http_info(name, path, **kwargs) + (data) = self.connect_options_node_proxy_with_path_with_http_info(name, path, **kwargs) return data - def connect_core_v1_options_node_proxy_with_path_with_http_info(self, name, path, **kwargs): + def connect_options_node_proxy_with_path_with_http_info(self, name, path, **kwargs): """ connect OPTIONS requests to proxy of Node @@ -3245,7 +3349,7 @@ def connect_core_v1_options_node_proxy_with_path_with_http_info(self, name, path >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_options_node_proxy_with_path_with_http_info(name, path, callback=callback_function) + >>> thread = api.connect_options_node_proxy_with_path_with_http_info(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3260,22 +3364,24 @@ def connect_core_v1_options_node_proxy_with_path_with_http_info(self, name, path all_params = ['name', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_options_node_proxy_with_path" % key + " to method connect_options_node_proxy_with_path" % 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 `connect_core_v1_options_node_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_options_node_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_options_node_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_options_node_proxy_with_path`") collection_formats = {} @@ -3322,9 +3428,11 @@ def connect_core_v1_options_node_proxy_with_path_with_http_info(self, name, path auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_post_namespaced_pod_attach(self, name, namespace, **kwargs): + def connect_post_namespaced_pod_attach(self, name, namespace, **kwargs): """ connect POST requests to attach of Pod @@ -3335,7 +3443,7 @@ def connect_core_v1_post_namespaced_pod_attach(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_namespaced_pod_attach(name, namespace, callback=callback_function) + >>> thread = api.connect_post_namespaced_pod_attach(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3352,12 +3460,12 @@ def connect_core_v1_post_namespaced_pod_attach(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_post_namespaced_pod_attach_with_http_info(name, namespace, **kwargs) + return self.connect_post_namespaced_pod_attach_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_post_namespaced_pod_attach_with_http_info(name, namespace, **kwargs) + (data) = self.connect_post_namespaced_pod_attach_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_post_namespaced_pod_attach_with_http_info(self, name, namespace, **kwargs): + def connect_post_namespaced_pod_attach_with_http_info(self, name, namespace, **kwargs): """ connect POST requests to attach of Pod @@ -3368,7 +3476,7 @@ def connect_core_v1_post_namespaced_pod_attach_with_http_info(self, name, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_namespaced_pod_attach_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_post_namespaced_pod_attach_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3387,22 +3495,24 @@ def connect_core_v1_post_namespaced_pod_attach_with_http_info(self, name, namesp all_params = ['name', 'namespace', 'container', 'stderr', 'stdin', 'stdout', 'tty'] all_params.append('callback') 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 connect_core_v1_post_namespaced_pod_attach" % key + " to method connect_post_namespaced_pod_attach" % 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 `connect_core_v1_post_namespaced_pod_attach`") + raise ValueError("Missing the required parameter `name` when calling `connect_post_namespaced_pod_attach`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_post_namespaced_pod_attach`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_post_namespaced_pod_attach`") collection_formats = {} @@ -3457,9 +3567,11 @@ def connect_core_v1_post_namespaced_pod_attach_with_http_info(self, name, namesp auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_post_namespaced_pod_exec(self, name, namespace, **kwargs): + def connect_post_namespaced_pod_exec(self, name, namespace, **kwargs): """ connect POST requests to exec of Pod @@ -3470,7 +3582,7 @@ def connect_core_v1_post_namespaced_pod_exec(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_namespaced_pod_exec(name, namespace, callback=callback_function) + >>> thread = api.connect_post_namespaced_pod_exec(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3488,12 +3600,12 @@ def connect_core_v1_post_namespaced_pod_exec(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_post_namespaced_pod_exec_with_http_info(name, namespace, **kwargs) + return self.connect_post_namespaced_pod_exec_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_post_namespaced_pod_exec_with_http_info(name, namespace, **kwargs) + (data) = self.connect_post_namespaced_pod_exec_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_post_namespaced_pod_exec_with_http_info(self, name, namespace, **kwargs): + def connect_post_namespaced_pod_exec_with_http_info(self, name, namespace, **kwargs): """ connect POST requests to exec of Pod @@ -3504,7 +3616,7 @@ def connect_core_v1_post_namespaced_pod_exec_with_http_info(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_namespaced_pod_exec_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_post_namespaced_pod_exec_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3524,22 +3636,24 @@ def connect_core_v1_post_namespaced_pod_exec_with_http_info(self, name, namespac all_params = ['name', 'namespace', 'command', 'container', 'stderr', 'stdin', 'stdout', 'tty'] all_params.append('callback') 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 connect_core_v1_post_namespaced_pod_exec" % key + " to method connect_post_namespaced_pod_exec" % 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 `connect_core_v1_post_namespaced_pod_exec`") + raise ValueError("Missing the required parameter `name` when calling `connect_post_namespaced_pod_exec`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_post_namespaced_pod_exec`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_post_namespaced_pod_exec`") collection_formats = {} @@ -3596,9 +3710,11 @@ def connect_core_v1_post_namespaced_pod_exec_with_http_info(self, name, namespac auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_post_namespaced_pod_portforward(self, name, namespace, **kwargs): + def connect_post_namespaced_pod_portforward(self, name, namespace, **kwargs): """ connect POST requests to portforward of Pod @@ -3609,7 +3725,7 @@ def connect_core_v1_post_namespaced_pod_portforward(self, name, namespace, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_namespaced_pod_portforward(name, namespace, callback=callback_function) + >>> thread = api.connect_post_namespaced_pod_portforward(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3621,12 +3737,12 @@ def connect_core_v1_post_namespaced_pod_portforward(self, name, namespace, **kwa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_post_namespaced_pod_portforward_with_http_info(name, namespace, **kwargs) + return self.connect_post_namespaced_pod_portforward_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_post_namespaced_pod_portforward_with_http_info(name, namespace, **kwargs) + (data) = self.connect_post_namespaced_pod_portforward_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_post_namespaced_pod_portforward_with_http_info(self, name, namespace, **kwargs): + def connect_post_namespaced_pod_portforward_with_http_info(self, name, namespace, **kwargs): """ connect POST requests to portforward of Pod @@ -3637,7 +3753,7 @@ def connect_core_v1_post_namespaced_pod_portforward_with_http_info(self, name, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_namespaced_pod_portforward_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_post_namespaced_pod_portforward_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3651,22 +3767,24 @@ def connect_core_v1_post_namespaced_pod_portforward_with_http_info(self, name, n all_params = ['name', 'namespace'] all_params.append('callback') 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 connect_core_v1_post_namespaced_pod_portforward" % key + " to method connect_post_namespaced_pod_portforward" % 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 `connect_core_v1_post_namespaced_pod_portforward`") + raise ValueError("Missing the required parameter `name` when calling `connect_post_namespaced_pod_portforward`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_post_namespaced_pod_portforward`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_post_namespaced_pod_portforward`") collection_formats = {} @@ -3711,9 +3829,11 @@ def connect_core_v1_post_namespaced_pod_portforward_with_http_info(self, name, n auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_post_namespaced_pod_proxy(self, name, namespace, **kwargs): + def connect_post_namespaced_pod_proxy(self, name, namespace, **kwargs): """ connect POST requests to proxy of Pod @@ -3724,7 +3844,7 @@ def connect_core_v1_post_namespaced_pod_proxy(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_namespaced_pod_proxy(name, namespace, callback=callback_function) + >>> thread = api.connect_post_namespaced_pod_proxy(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3737,12 +3857,12 @@ def connect_core_v1_post_namespaced_pod_proxy(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_post_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) + return self.connect_post_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_post_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) + (data) = self.connect_post_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_post_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwargs): + def connect_post_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwargs): """ connect POST requests to proxy of Pod @@ -3753,7 +3873,7 @@ def connect_core_v1_post_namespaced_pod_proxy_with_http_info(self, name, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_namespaced_pod_proxy_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_post_namespaced_pod_proxy_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3768,22 +3888,24 @@ def connect_core_v1_post_namespaced_pod_proxy_with_http_info(self, name, namespa all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 connect_core_v1_post_namespaced_pod_proxy" % key + " to method connect_post_namespaced_pod_proxy" % 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 `connect_core_v1_post_namespaced_pod_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_post_namespaced_pod_proxy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_post_namespaced_pod_proxy`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_post_namespaced_pod_proxy`") collection_formats = {} @@ -3830,9 +3952,11 @@ def connect_core_v1_post_namespaced_pod_proxy_with_http_info(self, name, namespa auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_post_namespaced_pod_proxy_with_path(self, name, namespace, path, **kwargs): + def connect_post_namespaced_pod_proxy_with_path(self, name, namespace, path, **kwargs): """ connect POST requests to proxy of Pod @@ -3843,7 +3967,7 @@ def connect_core_v1_post_namespaced_pod_proxy_with_path(self, name, namespace, p >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_namespaced_pod_proxy_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.connect_post_namespaced_pod_proxy_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3857,12 +3981,12 @@ def connect_core_v1_post_namespaced_pod_proxy_with_path(self, name, namespace, p """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_post_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + return self.connect_post_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.connect_core_v1_post_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.connect_post_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) return data - def connect_core_v1_post_namespaced_pod_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): + def connect_post_namespaced_pod_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): """ connect POST requests to proxy of Pod @@ -3873,7 +3997,7 @@ def connect_core_v1_post_namespaced_pod_proxy_with_path_with_http_info(self, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.connect_post_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3889,25 +4013,27 @@ def connect_core_v1_post_namespaced_pod_proxy_with_path_with_http_info(self, nam all_params = ['name', 'namespace', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_post_namespaced_pod_proxy_with_path" % key + " to method connect_post_namespaced_pod_proxy_with_path" % 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 `connect_core_v1_post_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_post_namespaced_pod_proxy_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_post_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_post_namespaced_pod_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_post_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_post_namespaced_pod_proxy_with_path`") collection_formats = {} @@ -3956,9 +4082,11 @@ def connect_core_v1_post_namespaced_pod_proxy_with_path_with_http_info(self, nam auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_post_namespaced_service_proxy(self, name, namespace, **kwargs): + def connect_post_namespaced_service_proxy(self, name, namespace, **kwargs): """ connect POST requests to proxy of Service @@ -3969,7 +4097,7 @@ def connect_core_v1_post_namespaced_service_proxy(self, name, namespace, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_namespaced_service_proxy(name, namespace, callback=callback_function) + >>> thread = api.connect_post_namespaced_service_proxy(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3982,12 +4110,12 @@ def connect_core_v1_post_namespaced_service_proxy(self, name, namespace, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_post_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) + return self.connect_post_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_post_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) + (data) = self.connect_post_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_post_namespaced_service_proxy_with_http_info(self, name, namespace, **kwargs): + def connect_post_namespaced_service_proxy_with_http_info(self, name, namespace, **kwargs): """ connect POST requests to proxy of Service @@ -3998,7 +4126,7 @@ def connect_core_v1_post_namespaced_service_proxy_with_http_info(self, name, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_namespaced_service_proxy_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_post_namespaced_service_proxy_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4013,22 +4141,24 @@ def connect_core_v1_post_namespaced_service_proxy_with_http_info(self, name, nam all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 connect_core_v1_post_namespaced_service_proxy" % key + " to method connect_post_namespaced_service_proxy" % 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 `connect_core_v1_post_namespaced_service_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_post_namespaced_service_proxy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_post_namespaced_service_proxy`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_post_namespaced_service_proxy`") collection_formats = {} @@ -4075,9 +4205,11 @@ def connect_core_v1_post_namespaced_service_proxy_with_http_info(self, name, nam auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_post_namespaced_service_proxy_with_path(self, name, namespace, path, **kwargs): + def connect_post_namespaced_service_proxy_with_path(self, name, namespace, path, **kwargs): """ connect POST requests to proxy of Service @@ -4088,7 +4220,7 @@ def connect_core_v1_post_namespaced_service_proxy_with_path(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_namespaced_service_proxy_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.connect_post_namespaced_service_proxy_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4102,12 +4234,12 @@ def connect_core_v1_post_namespaced_service_proxy_with_path(self, name, namespac """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_post_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + return self.connect_post_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.connect_core_v1_post_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.connect_post_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) return data - def connect_core_v1_post_namespaced_service_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): + def connect_post_namespaced_service_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): """ connect POST requests to proxy of Service @@ -4118,7 +4250,7 @@ def connect_core_v1_post_namespaced_service_proxy_with_path_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.connect_post_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4134,25 +4266,27 @@ def connect_core_v1_post_namespaced_service_proxy_with_path_with_http_info(self, all_params = ['name', 'namespace', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_post_namespaced_service_proxy_with_path" % key + " to method connect_post_namespaced_service_proxy_with_path" % 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 `connect_core_v1_post_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_post_namespaced_service_proxy_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_post_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_post_namespaced_service_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_post_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_post_namespaced_service_proxy_with_path`") collection_formats = {} @@ -4201,9 +4335,11 @@ def connect_core_v1_post_namespaced_service_proxy_with_path_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_post_node_proxy(self, name, **kwargs): + def connect_post_node_proxy(self, name, **kwargs): """ connect POST requests to proxy of Node @@ -4214,7 +4350,7 @@ def connect_core_v1_post_node_proxy(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_node_proxy(name, callback=callback_function) + >>> thread = api.connect_post_node_proxy(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4226,12 +4362,12 @@ def connect_core_v1_post_node_proxy(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_post_node_proxy_with_http_info(name, **kwargs) + return self.connect_post_node_proxy_with_http_info(name, **kwargs) else: - (data) = self.connect_core_v1_post_node_proxy_with_http_info(name, **kwargs) + (data) = self.connect_post_node_proxy_with_http_info(name, **kwargs) return data - def connect_core_v1_post_node_proxy_with_http_info(self, name, **kwargs): + def connect_post_node_proxy_with_http_info(self, name, **kwargs): """ connect POST requests to proxy of Node @@ -4242,7 +4378,7 @@ def connect_core_v1_post_node_proxy_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_node_proxy_with_http_info(name, callback=callback_function) + >>> thread = api.connect_post_node_proxy_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4256,19 +4392,21 @@ def connect_core_v1_post_node_proxy_with_http_info(self, name, **kwargs): all_params = ['name', 'path'] all_params.append('callback') 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 connect_core_v1_post_node_proxy" % key + " to method connect_post_node_proxy" % 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 `connect_core_v1_post_node_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_post_node_proxy`") collection_formats = {} @@ -4313,9 +4451,11 @@ def connect_core_v1_post_node_proxy_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_post_node_proxy_with_path(self, name, path, **kwargs): + def connect_post_node_proxy_with_path(self, name, path, **kwargs): """ connect POST requests to proxy of Node @@ -4326,7 +4466,7 @@ def connect_core_v1_post_node_proxy_with_path(self, name, path, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_node_proxy_with_path(name, path, callback=callback_function) + >>> thread = api.connect_post_node_proxy_with_path(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4339,12 +4479,12 @@ def connect_core_v1_post_node_proxy_with_path(self, name, path, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_post_node_proxy_with_path_with_http_info(name, path, **kwargs) + return self.connect_post_node_proxy_with_path_with_http_info(name, path, **kwargs) else: - (data) = self.connect_core_v1_post_node_proxy_with_path_with_http_info(name, path, **kwargs) + (data) = self.connect_post_node_proxy_with_path_with_http_info(name, path, **kwargs) return data - def connect_core_v1_post_node_proxy_with_path_with_http_info(self, name, path, **kwargs): + def connect_post_node_proxy_with_path_with_http_info(self, name, path, **kwargs): """ connect POST requests to proxy of Node @@ -4355,7 +4495,7 @@ def connect_core_v1_post_node_proxy_with_path_with_http_info(self, name, path, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_post_node_proxy_with_path_with_http_info(name, path, callback=callback_function) + >>> thread = api.connect_post_node_proxy_with_path_with_http_info(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4370,22 +4510,24 @@ def connect_core_v1_post_node_proxy_with_path_with_http_info(self, name, path, * all_params = ['name', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_post_node_proxy_with_path" % key + " to method connect_post_node_proxy_with_path" % 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 `connect_core_v1_post_node_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_post_node_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_post_node_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_post_node_proxy_with_path`") collection_formats = {} @@ -4432,9 +4574,11 @@ def connect_core_v1_post_node_proxy_with_path_with_http_info(self, name, path, * auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_put_namespaced_pod_proxy(self, name, namespace, **kwargs): + def connect_put_namespaced_pod_proxy(self, name, namespace, **kwargs): """ connect PUT requests to proxy of Pod @@ -4445,7 +4589,7 @@ def connect_core_v1_put_namespaced_pod_proxy(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_put_namespaced_pod_proxy(name, namespace, callback=callback_function) + >>> thread = api.connect_put_namespaced_pod_proxy(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4458,12 +4602,12 @@ def connect_core_v1_put_namespaced_pod_proxy(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_put_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) + return self.connect_put_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_put_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) + (data) = self.connect_put_namespaced_pod_proxy_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_put_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwargs): + def connect_put_namespaced_pod_proxy_with_http_info(self, name, namespace, **kwargs): """ connect PUT requests to proxy of Pod @@ -4474,7 +4618,7 @@ def connect_core_v1_put_namespaced_pod_proxy_with_http_info(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_put_namespaced_pod_proxy_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_put_namespaced_pod_proxy_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4489,22 +4633,24 @@ def connect_core_v1_put_namespaced_pod_proxy_with_http_info(self, name, namespac all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 connect_core_v1_put_namespaced_pod_proxy" % key + " to method connect_put_namespaced_pod_proxy" % 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 `connect_core_v1_put_namespaced_pod_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_put_namespaced_pod_proxy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_put_namespaced_pod_proxy`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_put_namespaced_pod_proxy`") collection_formats = {} @@ -4551,9 +4697,11 @@ def connect_core_v1_put_namespaced_pod_proxy_with_http_info(self, name, namespac auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_put_namespaced_pod_proxy_with_path(self, name, namespace, path, **kwargs): + def connect_put_namespaced_pod_proxy_with_path(self, name, namespace, path, **kwargs): """ connect PUT requests to proxy of Pod @@ -4564,7 +4712,7 @@ def connect_core_v1_put_namespaced_pod_proxy_with_path(self, name, namespace, pa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_put_namespaced_pod_proxy_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.connect_put_namespaced_pod_proxy_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4578,12 +4726,12 @@ def connect_core_v1_put_namespaced_pod_proxy_with_path(self, name, namespace, pa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_put_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + return self.connect_put_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.connect_core_v1_put_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.connect_put_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, **kwargs) return data - def connect_core_v1_put_namespaced_pod_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): + def connect_put_namespaced_pod_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): """ connect PUT requests to proxy of Pod @@ -4594,7 +4742,7 @@ def connect_core_v1_put_namespaced_pod_proxy_with_path_with_http_info(self, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_put_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.connect_put_namespaced_pod_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4610,25 +4758,27 @@ def connect_core_v1_put_namespaced_pod_proxy_with_path_with_http_info(self, name all_params = ['name', 'namespace', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_put_namespaced_pod_proxy_with_path" % key + " to method connect_put_namespaced_pod_proxy_with_path" % 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 `connect_core_v1_put_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_put_namespaced_pod_proxy_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_put_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_put_namespaced_pod_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_put_namespaced_pod_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_put_namespaced_pod_proxy_with_path`") collection_formats = {} @@ -4677,9 +4827,11 @@ def connect_core_v1_put_namespaced_pod_proxy_with_path_with_http_info(self, name auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_put_namespaced_service_proxy(self, name, namespace, **kwargs): + def connect_put_namespaced_service_proxy(self, name, namespace, **kwargs): """ connect PUT requests to proxy of Service @@ -4690,7 +4842,7 @@ def connect_core_v1_put_namespaced_service_proxy(self, name, namespace, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_put_namespaced_service_proxy(name, namespace, callback=callback_function) + >>> thread = api.connect_put_namespaced_service_proxy(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4703,12 +4855,12 @@ def connect_core_v1_put_namespaced_service_proxy(self, name, namespace, **kwargs """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_put_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) + return self.connect_put_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) else: - (data) = self.connect_core_v1_put_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) + (data) = self.connect_put_namespaced_service_proxy_with_http_info(name, namespace, **kwargs) return data - def connect_core_v1_put_namespaced_service_proxy_with_http_info(self, name, namespace, **kwargs): + def connect_put_namespaced_service_proxy_with_http_info(self, name, namespace, **kwargs): """ connect PUT requests to proxy of Service @@ -4719,7 +4871,7 @@ def connect_core_v1_put_namespaced_service_proxy_with_http_info(self, name, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_put_namespaced_service_proxy_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.connect_put_namespaced_service_proxy_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4734,22 +4886,24 @@ def connect_core_v1_put_namespaced_service_proxy_with_http_info(self, name, name all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 connect_core_v1_put_namespaced_service_proxy" % key + " to method connect_put_namespaced_service_proxy" % 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 `connect_core_v1_put_namespaced_service_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_put_namespaced_service_proxy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_put_namespaced_service_proxy`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_put_namespaced_service_proxy`") collection_formats = {} @@ -4796,9 +4950,11 @@ def connect_core_v1_put_namespaced_service_proxy_with_http_info(self, name, name auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_put_namespaced_service_proxy_with_path(self, name, namespace, path, **kwargs): + def connect_put_namespaced_service_proxy_with_path(self, name, namespace, path, **kwargs): """ connect PUT requests to proxy of Service @@ -4809,7 +4965,7 @@ def connect_core_v1_put_namespaced_service_proxy_with_path(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_put_namespaced_service_proxy_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.connect_put_namespaced_service_proxy_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4823,12 +4979,12 @@ def connect_core_v1_put_namespaced_service_proxy_with_path(self, name, namespace """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_put_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + return self.connect_put_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.connect_core_v1_put_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.connect_put_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, **kwargs) return data - def connect_core_v1_put_namespaced_service_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): + def connect_put_namespaced_service_proxy_with_path_with_http_info(self, name, namespace, path, **kwargs): """ connect PUT requests to proxy of Service @@ -4839,7 +4995,7 @@ def connect_core_v1_put_namespaced_service_proxy_with_path_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_put_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.connect_put_namespaced_service_proxy_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4855,25 +5011,27 @@ def connect_core_v1_put_namespaced_service_proxy_with_path_with_http_info(self, all_params = ['name', 'namespace', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_put_namespaced_service_proxy_with_path" % key + " to method connect_put_namespaced_service_proxy_with_path" % 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 `connect_core_v1_put_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_put_namespaced_service_proxy_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `connect_core_v1_put_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `connect_put_namespaced_service_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_put_namespaced_service_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_put_namespaced_service_proxy_with_path`") collection_formats = {} @@ -4922,9 +5080,11 @@ def connect_core_v1_put_namespaced_service_proxy_with_path_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_put_node_proxy(self, name, **kwargs): + def connect_put_node_proxy(self, name, **kwargs): """ connect PUT requests to proxy of Node @@ -4935,7 +5095,7 @@ def connect_core_v1_put_node_proxy(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_put_node_proxy(name, callback=callback_function) + >>> thread = api.connect_put_node_proxy(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4947,12 +5107,12 @@ def connect_core_v1_put_node_proxy(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_put_node_proxy_with_http_info(name, **kwargs) + return self.connect_put_node_proxy_with_http_info(name, **kwargs) else: - (data) = self.connect_core_v1_put_node_proxy_with_http_info(name, **kwargs) + (data) = self.connect_put_node_proxy_with_http_info(name, **kwargs) return data - def connect_core_v1_put_node_proxy_with_http_info(self, name, **kwargs): + def connect_put_node_proxy_with_http_info(self, name, **kwargs): """ connect PUT requests to proxy of Node @@ -4963,7 +5123,7 @@ def connect_core_v1_put_node_proxy_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_put_node_proxy_with_http_info(name, callback=callback_function) + >>> thread = api.connect_put_node_proxy_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4977,19 +5137,21 @@ def connect_core_v1_put_node_proxy_with_http_info(self, name, **kwargs): all_params = ['name', 'path'] all_params.append('callback') 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 connect_core_v1_put_node_proxy" % key + " to method connect_put_node_proxy" % 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 `connect_core_v1_put_node_proxy`") + raise ValueError("Missing the required parameter `name` when calling `connect_put_node_proxy`") collection_formats = {} @@ -5034,9 +5196,11 @@ def connect_core_v1_put_node_proxy_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 connect_core_v1_put_node_proxy_with_path(self, name, path, **kwargs): + def connect_put_node_proxy_with_path(self, name, path, **kwargs): """ connect PUT requests to proxy of Node @@ -5047,7 +5211,7 @@ def connect_core_v1_put_node_proxy_with_path(self, name, path, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_put_node_proxy_with_path(name, path, callback=callback_function) + >>> thread = api.connect_put_node_proxy_with_path(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5060,12 +5224,12 @@ def connect_core_v1_put_node_proxy_with_path(self, name, path, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.connect_core_v1_put_node_proxy_with_path_with_http_info(name, path, **kwargs) + return self.connect_put_node_proxy_with_path_with_http_info(name, path, **kwargs) else: - (data) = self.connect_core_v1_put_node_proxy_with_path_with_http_info(name, path, **kwargs) + (data) = self.connect_put_node_proxy_with_path_with_http_info(name, path, **kwargs) return data - def connect_core_v1_put_node_proxy_with_path_with_http_info(self, name, path, **kwargs): + def connect_put_node_proxy_with_path_with_http_info(self, name, path, **kwargs): """ connect PUT requests to proxy of Node @@ -5076,7 +5240,7 @@ def connect_core_v1_put_node_proxy_with_path_with_http_info(self, name, path, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.connect_core_v1_put_node_proxy_with_path_with_http_info(name, path, callback=callback_function) + >>> thread = api.connect_put_node_proxy_with_path_with_http_info(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5091,22 +5255,24 @@ def connect_core_v1_put_node_proxy_with_path_with_http_info(self, name, path, ** all_params = ['name', 'path', 'path2'] all_params.append('callback') 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 connect_core_v1_put_node_proxy_with_path" % key + " to method connect_put_node_proxy_with_path" % 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 `connect_core_v1_put_node_proxy_with_path`") + raise ValueError("Missing the required parameter `name` when calling `connect_put_node_proxy_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `connect_core_v1_put_node_proxy_with_path`") + raise ValueError("Missing the required parameter `path` when calling `connect_put_node_proxy_with_path`") collection_formats = {} @@ -5153,9 +5319,11 @@ def connect_core_v1_put_node_proxy_with_path_with_http_info(self, name, path, ** auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespace(self, body, **kwargs): + def create_namespace(self, body, **kwargs): """ create a Namespace @@ -5166,7 +5334,7 @@ def create_core_v1_namespace(self, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespace(body, callback=callback_function) + >>> thread = api.create_namespace(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5178,12 +5346,12 @@ def create_core_v1_namespace(self, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespace_with_http_info(body, **kwargs) + return self.create_namespace_with_http_info(body, **kwargs) else: - (data) = self.create_core_v1_namespace_with_http_info(body, **kwargs) + (data) = self.create_namespace_with_http_info(body, **kwargs) return data - def create_core_v1_namespace_with_http_info(self, body, **kwargs): + def create_namespace_with_http_info(self, body, **kwargs): """ create a Namespace @@ -5194,7 +5362,7 @@ def create_core_v1_namespace_with_http_info(self, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespace_with_http_info(body, callback=callback_function) + >>> thread = api.create_namespace_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5208,19 +5376,21 @@ def create_core_v1_namespace_with_http_info(self, body, **kwargs): all_params = ['body', 'pretty'] all_params.append('callback') 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_core_v1_namespace" % key + " to method create_namespace" % 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_core_v1_namespace`") + raise ValueError("Missing the required parameter `body` when calling `create_namespace`") collection_formats = {} @@ -5265,9 +5435,11 @@ def create_core_v1_namespace_with_http_info(self, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespaced_binding(self, body, namespace, **kwargs): + def create_namespaced_binding(self, body, namespace, **kwargs): """ create a Binding @@ -5278,7 +5450,7 @@ def create_core_v1_namespaced_binding(self, body, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_binding(body, namespace, callback=callback_function) + >>> thread = api.create_namespaced_binding(body, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5291,12 +5463,12 @@ def create_core_v1_namespaced_binding(self, body, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespaced_binding_with_http_info(body, namespace, **kwargs) + return self.create_namespaced_binding_with_http_info(body, namespace, **kwargs) else: - (data) = self.create_core_v1_namespaced_binding_with_http_info(body, namespace, **kwargs) + (data) = self.create_namespaced_binding_with_http_info(body, namespace, **kwargs) return data - def create_core_v1_namespaced_binding_with_http_info(self, body, namespace, **kwargs): + def create_namespaced_binding_with_http_info(self, body, namespace, **kwargs): """ create a Binding @@ -5307,7 +5479,7 @@ def create_core_v1_namespaced_binding_with_http_info(self, body, namespace, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_binding_with_http_info(body, namespace, callback=callback_function) + >>> thread = api.create_namespaced_binding_with_http_info(body, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5322,22 +5494,24 @@ def create_core_v1_namespaced_binding_with_http_info(self, body, namespace, **kw all_params = ['body', 'namespace', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_binding" % key + " to method create_namespaced_binding" % 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_core_v1_namespaced_binding`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_binding`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_core_v1_namespaced_binding`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_binding`") collection_formats = {} @@ -5384,9 +5558,11 @@ def create_core_v1_namespaced_binding_with_http_info(self, body, namespace, **kw auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespaced_binding_binding(self, body, name, namespace, **kwargs): + def create_namespaced_binding_binding(self, body, name, namespace, **kwargs): """ create binding of a Binding @@ -5397,7 +5573,7 @@ def create_core_v1_namespaced_binding_binding(self, body, name, namespace, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_binding_binding(body, name, namespace, callback=callback_function) + >>> thread = api.create_namespaced_binding_binding(body, name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5411,12 +5587,12 @@ def create_core_v1_namespaced_binding_binding(self, body, name, namespace, **kwa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespaced_binding_binding_with_http_info(body, name, namespace, **kwargs) + return self.create_namespaced_binding_binding_with_http_info(body, name, namespace, **kwargs) else: - (data) = self.create_core_v1_namespaced_binding_binding_with_http_info(body, name, namespace, **kwargs) + (data) = self.create_namespaced_binding_binding_with_http_info(body, name, namespace, **kwargs) return data - def create_core_v1_namespaced_binding_binding_with_http_info(self, body, name, namespace, **kwargs): + def create_namespaced_binding_binding_with_http_info(self, body, name, namespace, **kwargs): """ create binding of a Binding @@ -5427,7 +5603,7 @@ def create_core_v1_namespaced_binding_binding_with_http_info(self, body, name, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_binding_binding_with_http_info(body, name, namespace, callback=callback_function) + >>> thread = api.create_namespaced_binding_binding_with_http_info(body, name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5443,25 +5619,27 @@ def create_core_v1_namespaced_binding_binding_with_http_info(self, body, name, n all_params = ['body', 'name', 'namespace', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_binding_binding" % key + " to method create_namespaced_binding_binding" % 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_core_v1_namespaced_binding_binding`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_binding_binding`") # 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 `create_core_v1_namespaced_binding_binding`") + raise ValueError("Missing the required parameter `name` when calling `create_namespaced_binding_binding`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_core_v1_namespaced_binding_binding`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_binding_binding`") collection_formats = {} @@ -5510,9 +5688,11 @@ def create_core_v1_namespaced_binding_binding_with_http_info(self, body, name, n auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespaced_config_map(self, namespace, body, **kwargs): + def create_namespaced_config_map(self, namespace, body, **kwargs): """ create a ConfigMap @@ -5523,7 +5703,7 @@ def create_core_v1_namespaced_config_map(self, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_config_map(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_config_map(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5536,12 +5716,12 @@ def create_core_v1_namespaced_config_map(self, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespaced_config_map_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_config_map_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_core_v1_namespaced_config_map_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_config_map_with_http_info(namespace, body, **kwargs) return data - def create_core_v1_namespaced_config_map_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_config_map_with_http_info(self, namespace, body, **kwargs): """ create a ConfigMap @@ -5552,7 +5732,7 @@ def create_core_v1_namespaced_config_map_with_http_info(self, namespace, body, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_config_map_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_config_map_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5567,22 +5747,24 @@ def create_core_v1_namespaced_config_map_with_http_info(self, namespace, body, * all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_config_map" % key + " to method create_namespaced_config_map" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_config_map`") # 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_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_config_map`") collection_formats = {} @@ -5629,9 +5811,11 @@ def create_core_v1_namespaced_config_map_with_http_info(self, namespace, body, * auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespaced_endpoints(self, namespace, body, **kwargs): + def create_namespaced_endpoints(self, namespace, body, **kwargs): """ create Endpoints @@ -5642,7 +5826,7 @@ def create_core_v1_namespaced_endpoints(self, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_endpoints(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_endpoints(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5655,12 +5839,12 @@ def create_core_v1_namespaced_endpoints(self, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespaced_endpoints_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_endpoints_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_core_v1_namespaced_endpoints_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_endpoints_with_http_info(namespace, body, **kwargs) return data - def create_core_v1_namespaced_endpoints_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_endpoints_with_http_info(self, namespace, body, **kwargs): """ create Endpoints @@ -5671,7 +5855,7 @@ def create_core_v1_namespaced_endpoints_with_http_info(self, namespace, body, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_endpoints_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_endpoints_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5686,22 +5870,24 @@ def create_core_v1_namespaced_endpoints_with_http_info(self, namespace, body, ** all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_endpoints" % key + " to method create_namespaced_endpoints" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_endpoints`") # 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_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_endpoints`") collection_formats = {} @@ -5748,9 +5934,11 @@ def create_core_v1_namespaced_endpoints_with_http_info(self, namespace, body, ** auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespaced_event(self, namespace, body, **kwargs): + def create_namespaced_event(self, namespace, body, **kwargs): """ create an Event @@ -5761,7 +5949,7 @@ def create_core_v1_namespaced_event(self, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_event(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_event(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5774,12 +5962,12 @@ def create_core_v1_namespaced_event(self, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespaced_event_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_event_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_core_v1_namespaced_event_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_event_with_http_info(namespace, body, **kwargs) return data - def create_core_v1_namespaced_event_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_event_with_http_info(self, namespace, body, **kwargs): """ create an Event @@ -5790,7 +5978,7 @@ def create_core_v1_namespaced_event_with_http_info(self, namespace, body, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_event_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_event_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5805,22 +5993,24 @@ def create_core_v1_namespaced_event_with_http_info(self, namespace, body, **kwar all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_event" % key + " to method create_namespaced_event" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_event`") # 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_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_event`") collection_formats = {} @@ -5867,9 +6057,11 @@ def create_core_v1_namespaced_event_with_http_info(self, namespace, body, **kwar auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespaced_eviction_eviction(self, body, name, namespace, **kwargs): + def create_namespaced_eviction_eviction(self, body, name, namespace, **kwargs): """ create eviction of an Eviction @@ -5880,26 +6072,26 @@ def create_core_v1_namespaced_eviction_eviction(self, body, name, namespace, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_eviction_eviction(body, name, namespace, callback=callback_function) + >>> thread = api.create_namespaced_eviction_eviction(body, name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) - :param V1alpha1Eviction body: (required) + :param V1beta1Eviction body: (required) :param str name: name of the Eviction (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. - :return: V1alpha1Eviction + :return: V1beta1Eviction If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespaced_eviction_eviction_with_http_info(body, name, namespace, **kwargs) + return self.create_namespaced_eviction_eviction_with_http_info(body, name, namespace, **kwargs) else: - (data) = self.create_core_v1_namespaced_eviction_eviction_with_http_info(body, name, namespace, **kwargs) + (data) = self.create_namespaced_eviction_eviction_with_http_info(body, name, namespace, **kwargs) return data - def create_core_v1_namespaced_eviction_eviction_with_http_info(self, body, name, namespace, **kwargs): + def create_namespaced_eviction_eviction_with_http_info(self, body, name, namespace, **kwargs): """ create eviction of an Eviction @@ -5910,15 +6102,15 @@ def create_core_v1_namespaced_eviction_eviction_with_http_info(self, body, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_eviction_eviction_with_http_info(body, name, namespace, callback=callback_function) + >>> thread = api.create_namespaced_eviction_eviction_with_http_info(body, name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) - :param V1alpha1Eviction body: (required) + :param V1beta1Eviction body: (required) :param str name: name of the Eviction (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. - :return: V1alpha1Eviction + :return: V1beta1Eviction If the method is called asynchronously, returns the request thread. """ @@ -5926,25 +6118,27 @@ def create_core_v1_namespaced_eviction_eviction_with_http_info(self, body, name, all_params = ['body', 'name', 'namespace', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_eviction_eviction" % key + " to method create_namespaced_eviction_eviction" % 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_core_v1_namespaced_eviction_eviction`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_eviction_eviction`") # 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 `create_core_v1_namespaced_eviction_eviction`") + raise ValueError("Missing the required parameter `name` when calling `create_namespaced_eviction_eviction`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_core_v1_namespaced_eviction_eviction`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_eviction_eviction`") collection_formats = {} @@ -5989,13 +6183,15 @@ def create_core_v1_namespaced_eviction_eviction_with_http_info(self, body, name, body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1Eviction', + response_type='V1beta1Eviction', auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespaced_limit_range(self, namespace, body, **kwargs): + def create_namespaced_limit_range(self, namespace, body, **kwargs): """ create a LimitRange @@ -6006,7 +6202,7 @@ def create_core_v1_namespaced_limit_range(self, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_limit_range(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_limit_range(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6019,12 +6215,12 @@ def create_core_v1_namespaced_limit_range(self, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespaced_limit_range_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_limit_range_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_core_v1_namespaced_limit_range_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_limit_range_with_http_info(namespace, body, **kwargs) return data - def create_core_v1_namespaced_limit_range_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_limit_range_with_http_info(self, namespace, body, **kwargs): """ create a LimitRange @@ -6035,7 +6231,7 @@ def create_core_v1_namespaced_limit_range_with_http_info(self, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_limit_range_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_limit_range_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6050,22 +6246,24 @@ def create_core_v1_namespaced_limit_range_with_http_info(self, namespace, body, all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_limit_range" % key + " to method create_namespaced_limit_range" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_limit_range`") # 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_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_limit_range`") collection_formats = {} @@ -6112,9 +6310,11 @@ def create_core_v1_namespaced_limit_range_with_http_info(self, namespace, body, auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespaced_persistent_volume_claim(self, namespace, body, **kwargs): + def create_namespaced_persistent_volume_claim(self, namespace, body, **kwargs): """ create a PersistentVolumeClaim @@ -6125,7 +6325,7 @@ def create_core_v1_namespaced_persistent_volume_claim(self, namespace, body, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_persistent_volume_claim(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_persistent_volume_claim(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6138,12 +6338,12 @@ def create_core_v1_namespaced_persistent_volume_claim(self, namespace, body, **k """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespaced_persistent_volume_claim_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_persistent_volume_claim_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_core_v1_namespaced_persistent_volume_claim_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_persistent_volume_claim_with_http_info(namespace, body, **kwargs) return data - def create_core_v1_namespaced_persistent_volume_claim_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_persistent_volume_claim_with_http_info(self, namespace, body, **kwargs): """ create a PersistentVolumeClaim @@ -6154,7 +6354,7 @@ def create_core_v1_namespaced_persistent_volume_claim_with_http_info(self, names >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_persistent_volume_claim_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_persistent_volume_claim_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6169,22 +6369,24 @@ def create_core_v1_namespaced_persistent_volume_claim_with_http_info(self, names all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_persistent_volume_claim" % key + " to method create_namespaced_persistent_volume_claim" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_persistent_volume_claim`") # 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_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_persistent_volume_claim`") collection_formats = {} @@ -6231,9 +6433,11 @@ def create_core_v1_namespaced_persistent_volume_claim_with_http_info(self, names auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespaced_pod(self, namespace, body, **kwargs): + def create_namespaced_pod(self, namespace, body, **kwargs): """ create a Pod @@ -6244,7 +6448,7 @@ def create_core_v1_namespaced_pod(self, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_pod(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_pod(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6257,12 +6461,12 @@ def create_core_v1_namespaced_pod(self, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespaced_pod_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_pod_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_core_v1_namespaced_pod_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_pod_with_http_info(namespace, body, **kwargs) return data - def create_core_v1_namespaced_pod_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_pod_with_http_info(self, namespace, body, **kwargs): """ create a Pod @@ -6273,7 +6477,7 @@ def create_core_v1_namespaced_pod_with_http_info(self, namespace, body, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_pod_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_pod_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6288,22 +6492,24 @@ def create_core_v1_namespaced_pod_with_http_info(self, namespace, body, **kwargs all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_pod" % key + " to method create_namespaced_pod" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_pod`") # 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_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_pod`") collection_formats = {} @@ -6350,9 +6556,11 @@ def create_core_v1_namespaced_pod_with_http_info(self, namespace, body, **kwargs auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespaced_pod_template(self, namespace, body, **kwargs): + def create_namespaced_pod_template(self, namespace, body, **kwargs): """ create a PodTemplate @@ -6363,7 +6571,7 @@ def create_core_v1_namespaced_pod_template(self, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_pod_template(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_pod_template(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6376,12 +6584,12 @@ def create_core_v1_namespaced_pod_template(self, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespaced_pod_template_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_pod_template_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_core_v1_namespaced_pod_template_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_pod_template_with_http_info(namespace, body, **kwargs) return data - def create_core_v1_namespaced_pod_template_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_pod_template_with_http_info(self, namespace, body, **kwargs): """ create a PodTemplate @@ -6392,7 +6600,7 @@ def create_core_v1_namespaced_pod_template_with_http_info(self, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_pod_template_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_pod_template_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6407,22 +6615,24 @@ def create_core_v1_namespaced_pod_template_with_http_info(self, namespace, body, all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_pod_template" % key + " to method create_namespaced_pod_template" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_pod_template`") # 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_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_pod_template`") collection_formats = {} @@ -6469,9 +6679,11 @@ def create_core_v1_namespaced_pod_template_with_http_info(self, namespace, body, auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespaced_replication_controller(self, namespace, body, **kwargs): + def create_namespaced_replication_controller(self, namespace, body, **kwargs): """ create a ReplicationController @@ -6482,7 +6694,7 @@ def create_core_v1_namespaced_replication_controller(self, namespace, body, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_replication_controller(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_replication_controller(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6495,12 +6707,12 @@ def create_core_v1_namespaced_replication_controller(self, namespace, body, **kw """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespaced_replication_controller_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_replication_controller_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_core_v1_namespaced_replication_controller_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_replication_controller_with_http_info(namespace, body, **kwargs) return data - def create_core_v1_namespaced_replication_controller_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_replication_controller_with_http_info(self, namespace, body, **kwargs): """ create a ReplicationController @@ -6511,7 +6723,7 @@ def create_core_v1_namespaced_replication_controller_with_http_info(self, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_replication_controller_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_replication_controller_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6526,22 +6738,24 @@ def create_core_v1_namespaced_replication_controller_with_http_info(self, namesp all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_replication_controller" % key + " to method create_namespaced_replication_controller" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_replication_controller`") # 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_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_replication_controller`") collection_formats = {} @@ -6588,9 +6802,11 @@ def create_core_v1_namespaced_replication_controller_with_http_info(self, namesp auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespaced_resource_quota(self, namespace, body, **kwargs): + def create_namespaced_resource_quota(self, namespace, body, **kwargs): """ create a ResourceQuota @@ -6601,7 +6817,7 @@ def create_core_v1_namespaced_resource_quota(self, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_resource_quota(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_resource_quota(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6614,12 +6830,12 @@ def create_core_v1_namespaced_resource_quota(self, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespaced_resource_quota_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_resource_quota_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_core_v1_namespaced_resource_quota_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_resource_quota_with_http_info(namespace, body, **kwargs) return data - def create_core_v1_namespaced_resource_quota_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_resource_quota_with_http_info(self, namespace, body, **kwargs): """ create a ResourceQuota @@ -6630,7 +6846,7 @@ def create_core_v1_namespaced_resource_quota_with_http_info(self, namespace, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_resource_quota_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_resource_quota_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6645,22 +6861,24 @@ def create_core_v1_namespaced_resource_quota_with_http_info(self, namespace, bod all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_resource_quota" % key + " to method create_namespaced_resource_quota" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_resource_quota`") # 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_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_resource_quota`") collection_formats = {} @@ -6707,9 +6925,11 @@ def create_core_v1_namespaced_resource_quota_with_http_info(self, namespace, bod auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespaced_secret(self, namespace, body, **kwargs): + def create_namespaced_secret(self, namespace, body, **kwargs): """ create a Secret @@ -6720,7 +6940,7 @@ def create_core_v1_namespaced_secret(self, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_secret(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_secret(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6733,12 +6953,12 @@ def create_core_v1_namespaced_secret(self, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespaced_secret_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_secret_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_core_v1_namespaced_secret_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_secret_with_http_info(namespace, body, **kwargs) return data - def create_core_v1_namespaced_secret_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_secret_with_http_info(self, namespace, body, **kwargs): """ create a Secret @@ -6749,7 +6969,7 @@ def create_core_v1_namespaced_secret_with_http_info(self, namespace, body, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_secret_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_secret_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6764,22 +6984,24 @@ def create_core_v1_namespaced_secret_with_http_info(self, namespace, body, **kwa all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_secret" % key + " to method create_namespaced_secret" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_secret`") # 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_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_secret`") collection_formats = {} @@ -6826,9 +7048,11 @@ def create_core_v1_namespaced_secret_with_http_info(self, namespace, body, **kwa auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespaced_service(self, namespace, body, **kwargs): + def create_namespaced_service(self, namespace, body, **kwargs): """ create a Service @@ -6839,7 +7063,7 @@ def create_core_v1_namespaced_service(self, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_service(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_service(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6852,12 +7076,12 @@ def create_core_v1_namespaced_service(self, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespaced_service_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_service_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_core_v1_namespaced_service_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_service_with_http_info(namespace, body, **kwargs) return data - def create_core_v1_namespaced_service_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_service_with_http_info(self, namespace, body, **kwargs): """ create a Service @@ -6868,7 +7092,7 @@ def create_core_v1_namespaced_service_with_http_info(self, namespace, body, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_service_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_service_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6883,22 +7107,24 @@ def create_core_v1_namespaced_service_with_http_info(self, namespace, body, **kw all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_service" % key + " to method create_namespaced_service" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_core_v1_namespaced_service`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_service`") # 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_core_v1_namespaced_service`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_service`") collection_formats = {} @@ -6945,9 +7171,11 @@ def create_core_v1_namespaced_service_with_http_info(self, namespace, body, **kw auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_namespaced_service_account(self, namespace, body, **kwargs): + def create_namespaced_service_account(self, namespace, body, **kwargs): """ create a ServiceAccount @@ -6958,7 +7186,7 @@ def create_core_v1_namespaced_service_account(self, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_service_account(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_service_account(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6971,12 +7199,12 @@ def create_core_v1_namespaced_service_account(self, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_namespaced_service_account_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_service_account_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_core_v1_namespaced_service_account_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_service_account_with_http_info(namespace, body, **kwargs) return data - def create_core_v1_namespaced_service_account_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_service_account_with_http_info(self, namespace, body, **kwargs): """ create a ServiceAccount @@ -6987,7 +7215,7 @@ def create_core_v1_namespaced_service_account_with_http_info(self, namespace, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_namespaced_service_account_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_service_account_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7002,22 +7230,24 @@ def create_core_v1_namespaced_service_account_with_http_info(self, namespace, bo all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_service_account" % key + " to method create_namespaced_service_account" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_service_account`") # 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_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_service_account`") collection_formats = {} @@ -7064,9 +7294,11 @@ def create_core_v1_namespaced_service_account_with_http_info(self, namespace, bo auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_node(self, body, **kwargs): + def create_node(self, body, **kwargs): """ create a Node @@ -7077,7 +7309,7 @@ def create_core_v1_node(self, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_node(body, callback=callback_function) + >>> thread = api.create_node(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7089,12 +7321,12 @@ def create_core_v1_node(self, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_node_with_http_info(body, **kwargs) + return self.create_node_with_http_info(body, **kwargs) else: - (data) = self.create_core_v1_node_with_http_info(body, **kwargs) + (data) = self.create_node_with_http_info(body, **kwargs) return data - def create_core_v1_node_with_http_info(self, body, **kwargs): + def create_node_with_http_info(self, body, **kwargs): """ create a Node @@ -7105,7 +7337,7 @@ def create_core_v1_node_with_http_info(self, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_node_with_http_info(body, callback=callback_function) + >>> thread = api.create_node_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7119,19 +7351,21 @@ def create_core_v1_node_with_http_info(self, body, **kwargs): all_params = ['body', 'pretty'] all_params.append('callback') 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_core_v1_node" % key + " to method create_node" % 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_core_v1_node`") + raise ValueError("Missing the required parameter `body` when calling `create_node`") collection_formats = {} @@ -7176,9 +7410,11 @@ def create_core_v1_node_with_http_info(self, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 create_core_v1_persistent_volume(self, body, **kwargs): + def create_persistent_volume(self, body, **kwargs): """ create a PersistentVolume @@ -7189,7 +7425,7 @@ def create_core_v1_persistent_volume(self, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_persistent_volume(body, callback=callback_function) + >>> thread = api.create_persistent_volume(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7201,12 +7437,12 @@ def create_core_v1_persistent_volume(self, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_core_v1_persistent_volume_with_http_info(body, **kwargs) + return self.create_persistent_volume_with_http_info(body, **kwargs) else: - (data) = self.create_core_v1_persistent_volume_with_http_info(body, **kwargs) + (data) = self.create_persistent_volume_with_http_info(body, **kwargs) return data - def create_core_v1_persistent_volume_with_http_info(self, body, **kwargs): + def create_persistent_volume_with_http_info(self, body, **kwargs): """ create a PersistentVolume @@ -7217,7 +7453,7 @@ def create_core_v1_persistent_volume_with_http_info(self, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_core_v1_persistent_volume_with_http_info(body, callback=callback_function) + >>> thread = api.create_persistent_volume_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7231,19 +7467,21 @@ def create_core_v1_persistent_volume_with_http_info(self, body, **kwargs): all_params = ['body', 'pretty'] all_params.append('callback') 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_core_v1_persistent_volume" % key + " to method create_persistent_volume" % 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_core_v1_persistent_volume`") + raise ValueError("Missing the required parameter `body` when calling `create_persistent_volume`") collection_formats = {} @@ -7288,9 +7526,11 @@ def create_core_v1_persistent_volume_with_http_info(self, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_collection_namespace(self, **kwargs): + def delete_collection_namespace(self, **kwargs): """ delete collection of Namespace @@ -7301,7 +7541,7 @@ def delete_core_v1_collection_namespace(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespace(callback=callback_function) + >>> thread = api.delete_collection_namespace(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7317,12 +7557,12 @@ def delete_core_v1_collection_namespace(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_collection_namespace_with_http_info(**kwargs) + return self.delete_collection_namespace_with_http_info(**kwargs) else: - (data) = self.delete_core_v1_collection_namespace_with_http_info(**kwargs) + (data) = self.delete_collection_namespace_with_http_info(**kwargs) return data - def delete_core_v1_collection_namespace_with_http_info(self, **kwargs): + def delete_collection_namespace_with_http_info(self, **kwargs): """ delete collection of Namespace @@ -7333,7 +7573,7 @@ def delete_core_v1_collection_namespace_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespace_with_http_info(callback=callback_function) + >>> thread = api.delete_collection_namespace_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7351,13 +7591,15 @@ def delete_core_v1_collection_namespace_with_http_info(self, **kwargs): all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_collection_namespace" % key + " to method delete_collection_namespace" % key ) params[key] = val del params['kwargs'] @@ -7413,9 +7655,11 @@ def delete_core_v1_collection_namespace_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_collection_namespaced_config_map(self, namespace, **kwargs): + def delete_collection_namespaced_config_map(self, namespace, **kwargs): """ delete collection of ConfigMap @@ -7426,7 +7670,7 @@ def delete_core_v1_collection_namespaced_config_map(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_config_map(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_config_map(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7443,12 +7687,12 @@ def delete_core_v1_collection_namespaced_config_map(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_collection_namespaced_config_map_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_config_map_with_http_info(namespace, **kwargs) else: - (data) = self.delete_core_v1_collection_namespaced_config_map_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_config_map_with_http_info(namespace, **kwargs) return data - def delete_core_v1_collection_namespaced_config_map_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_config_map_with_http_info(self, namespace, **kwargs): """ delete collection of ConfigMap @@ -7459,7 +7703,7 @@ def delete_core_v1_collection_namespaced_config_map_with_http_info(self, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_config_map_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_config_map_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7478,19 +7722,21 @@ def delete_core_v1_collection_namespaced_config_map_with_http_info(self, namespa all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_collection_namespaced_config_map" % key + " to method delete_collection_namespaced_config_map" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_collection_namespaced_config_map`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_config_map`") collection_formats = {} @@ -7545,9 +7791,11 @@ def delete_core_v1_collection_namespaced_config_map_with_http_info(self, namespa auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_collection_namespaced_endpoints(self, namespace, **kwargs): + def delete_collection_namespaced_endpoints(self, namespace, **kwargs): """ delete collection of Endpoints @@ -7558,7 +7806,7 @@ def delete_core_v1_collection_namespaced_endpoints(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_endpoints(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_endpoints(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7575,12 +7823,12 @@ def delete_core_v1_collection_namespaced_endpoints(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_collection_namespaced_endpoints_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_endpoints_with_http_info(namespace, **kwargs) else: - (data) = self.delete_core_v1_collection_namespaced_endpoints_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_endpoints_with_http_info(namespace, **kwargs) return data - def delete_core_v1_collection_namespaced_endpoints_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_endpoints_with_http_info(self, namespace, **kwargs): """ delete collection of Endpoints @@ -7591,7 +7839,7 @@ def delete_core_v1_collection_namespaced_endpoints_with_http_info(self, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_endpoints_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_endpoints_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7610,19 +7858,21 @@ def delete_core_v1_collection_namespaced_endpoints_with_http_info(self, namespac all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_collection_namespaced_endpoints" % key + " to method delete_collection_namespaced_endpoints" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_collection_namespaced_endpoints`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_endpoints`") collection_formats = {} @@ -7677,9 +7927,11 @@ def delete_core_v1_collection_namespaced_endpoints_with_http_info(self, namespac auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_collection_namespaced_event(self, namespace, **kwargs): + def delete_collection_namespaced_event(self, namespace, **kwargs): """ delete collection of Event @@ -7690,7 +7942,7 @@ def delete_core_v1_collection_namespaced_event(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_event(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_event(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7707,12 +7959,12 @@ def delete_core_v1_collection_namespaced_event(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_collection_namespaced_event_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_event_with_http_info(namespace, **kwargs) else: - (data) = self.delete_core_v1_collection_namespaced_event_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_event_with_http_info(namespace, **kwargs) return data - def delete_core_v1_collection_namespaced_event_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_event_with_http_info(self, namespace, **kwargs): """ delete collection of Event @@ -7723,7 +7975,7 @@ def delete_core_v1_collection_namespaced_event_with_http_info(self, namespace, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_event_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_event_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7742,19 +7994,21 @@ def delete_core_v1_collection_namespaced_event_with_http_info(self, namespace, * all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_collection_namespaced_event" % key + " to method delete_collection_namespaced_event" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_collection_namespaced_event`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_event`") collection_formats = {} @@ -7809,9 +8063,11 @@ def delete_core_v1_collection_namespaced_event_with_http_info(self, namespace, * auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_collection_namespaced_limit_range(self, namespace, **kwargs): + def delete_collection_namespaced_limit_range(self, namespace, **kwargs): """ delete collection of LimitRange @@ -7822,7 +8078,7 @@ def delete_core_v1_collection_namespaced_limit_range(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_limit_range(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_limit_range(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7839,12 +8095,12 @@ def delete_core_v1_collection_namespaced_limit_range(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_collection_namespaced_limit_range_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_limit_range_with_http_info(namespace, **kwargs) else: - (data) = self.delete_core_v1_collection_namespaced_limit_range_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_limit_range_with_http_info(namespace, **kwargs) return data - def delete_core_v1_collection_namespaced_limit_range_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_limit_range_with_http_info(self, namespace, **kwargs): """ delete collection of LimitRange @@ -7855,7 +8111,7 @@ def delete_core_v1_collection_namespaced_limit_range_with_http_info(self, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_limit_range_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_limit_range_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7874,19 +8130,21 @@ def delete_core_v1_collection_namespaced_limit_range_with_http_info(self, namesp all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_collection_namespaced_limit_range" % key + " to method delete_collection_namespaced_limit_range" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_collection_namespaced_limit_range`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_limit_range`") collection_formats = {} @@ -7941,9 +8199,11 @@ def delete_core_v1_collection_namespaced_limit_range_with_http_info(self, namesp auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_collection_namespaced_persistent_volume_claim(self, namespace, **kwargs): + def delete_collection_namespaced_persistent_volume_claim(self, namespace, **kwargs): """ delete collection of PersistentVolumeClaim @@ -7954,7 +8214,7 @@ def delete_core_v1_collection_namespaced_persistent_volume_claim(self, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_persistent_volume_claim(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_persistent_volume_claim(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7971,12 +8231,12 @@ def delete_core_v1_collection_namespaced_persistent_volume_claim(self, namespace """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_collection_namespaced_persistent_volume_claim_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_persistent_volume_claim_with_http_info(namespace, **kwargs) else: - (data) = self.delete_core_v1_collection_namespaced_persistent_volume_claim_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_persistent_volume_claim_with_http_info(namespace, **kwargs) return data - def delete_core_v1_collection_namespaced_persistent_volume_claim_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_persistent_volume_claim_with_http_info(self, namespace, **kwargs): """ delete collection of PersistentVolumeClaim @@ -7987,7 +8247,7 @@ def delete_core_v1_collection_namespaced_persistent_volume_claim_with_http_info( >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_persistent_volume_claim_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_persistent_volume_claim_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8006,19 +8266,21 @@ def delete_core_v1_collection_namespaced_persistent_volume_claim_with_http_info( all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_collection_namespaced_persistent_volume_claim" % key + " to method delete_collection_namespaced_persistent_volume_claim" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_collection_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_persistent_volume_claim`") collection_formats = {} @@ -8073,9 +8335,11 @@ def delete_core_v1_collection_namespaced_persistent_volume_claim_with_http_info( auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_collection_namespaced_pod(self, namespace, **kwargs): + def delete_collection_namespaced_pod(self, namespace, **kwargs): """ delete collection of Pod @@ -8086,7 +8350,7 @@ def delete_core_v1_collection_namespaced_pod(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_pod(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_pod(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8103,12 +8367,12 @@ def delete_core_v1_collection_namespaced_pod(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_collection_namespaced_pod_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_pod_with_http_info(namespace, **kwargs) else: - (data) = self.delete_core_v1_collection_namespaced_pod_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_pod_with_http_info(namespace, **kwargs) return data - def delete_core_v1_collection_namespaced_pod_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_pod_with_http_info(self, namespace, **kwargs): """ delete collection of Pod @@ -8119,7 +8383,7 @@ def delete_core_v1_collection_namespaced_pod_with_http_info(self, namespace, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_pod_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_pod_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8138,19 +8402,21 @@ def delete_core_v1_collection_namespaced_pod_with_http_info(self, namespace, **k all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_collection_namespaced_pod" % key + " to method delete_collection_namespaced_pod" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_collection_namespaced_pod`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_pod`") collection_formats = {} @@ -8205,9 +8471,11 @@ def delete_core_v1_collection_namespaced_pod_with_http_info(self, namespace, **k auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_collection_namespaced_pod_template(self, namespace, **kwargs): + def delete_collection_namespaced_pod_template(self, namespace, **kwargs): """ delete collection of PodTemplate @@ -8218,7 +8486,7 @@ def delete_core_v1_collection_namespaced_pod_template(self, namespace, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_pod_template(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_pod_template(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8235,12 +8503,12 @@ def delete_core_v1_collection_namespaced_pod_template(self, namespace, **kwargs) """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_collection_namespaced_pod_template_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_pod_template_with_http_info(namespace, **kwargs) else: - (data) = self.delete_core_v1_collection_namespaced_pod_template_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_pod_template_with_http_info(namespace, **kwargs) return data - def delete_core_v1_collection_namespaced_pod_template_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_pod_template_with_http_info(self, namespace, **kwargs): """ delete collection of PodTemplate @@ -8251,7 +8519,7 @@ def delete_core_v1_collection_namespaced_pod_template_with_http_info(self, names >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_pod_template_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_pod_template_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8270,19 +8538,21 @@ def delete_core_v1_collection_namespaced_pod_template_with_http_info(self, names all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_collection_namespaced_pod_template" % key + " to method delete_collection_namespaced_pod_template" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_collection_namespaced_pod_template`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_pod_template`") collection_formats = {} @@ -8337,9 +8607,11 @@ def delete_core_v1_collection_namespaced_pod_template_with_http_info(self, names auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_collection_namespaced_replication_controller(self, namespace, **kwargs): + def delete_collection_namespaced_replication_controller(self, namespace, **kwargs): """ delete collection of ReplicationController @@ -8350,7 +8622,7 @@ def delete_core_v1_collection_namespaced_replication_controller(self, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_replication_controller(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_replication_controller(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8367,12 +8639,12 @@ def delete_core_v1_collection_namespaced_replication_controller(self, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_collection_namespaced_replication_controller_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_replication_controller_with_http_info(namespace, **kwargs) else: - (data) = self.delete_core_v1_collection_namespaced_replication_controller_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_replication_controller_with_http_info(namespace, **kwargs) return data - def delete_core_v1_collection_namespaced_replication_controller_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_replication_controller_with_http_info(self, namespace, **kwargs): """ delete collection of ReplicationController @@ -8383,7 +8655,7 @@ def delete_core_v1_collection_namespaced_replication_controller_with_http_info(s >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_replication_controller_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_replication_controller_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8402,19 +8674,21 @@ def delete_core_v1_collection_namespaced_replication_controller_with_http_info(s all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_collection_namespaced_replication_controller" % key + " to method delete_collection_namespaced_replication_controller" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_collection_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_replication_controller`") collection_formats = {} @@ -8469,9 +8743,11 @@ def delete_core_v1_collection_namespaced_replication_controller_with_http_info(s auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_collection_namespaced_resource_quota(self, namespace, **kwargs): + def delete_collection_namespaced_resource_quota(self, namespace, **kwargs): """ delete collection of ResourceQuota @@ -8482,7 +8758,7 @@ def delete_core_v1_collection_namespaced_resource_quota(self, namespace, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_resource_quota(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_resource_quota(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8499,12 +8775,12 @@ def delete_core_v1_collection_namespaced_resource_quota(self, namespace, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_collection_namespaced_resource_quota_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_resource_quota_with_http_info(namespace, **kwargs) else: - (data) = self.delete_core_v1_collection_namespaced_resource_quota_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_resource_quota_with_http_info(namespace, **kwargs) return data - def delete_core_v1_collection_namespaced_resource_quota_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_resource_quota_with_http_info(self, namespace, **kwargs): """ delete collection of ResourceQuota @@ -8515,7 +8791,7 @@ def delete_core_v1_collection_namespaced_resource_quota_with_http_info(self, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_resource_quota_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_resource_quota_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8534,19 +8810,21 @@ def delete_core_v1_collection_namespaced_resource_quota_with_http_info(self, nam all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_collection_namespaced_resource_quota" % key + " to method delete_collection_namespaced_resource_quota" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_collection_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_resource_quota`") collection_formats = {} @@ -8601,9 +8879,11 @@ def delete_core_v1_collection_namespaced_resource_quota_with_http_info(self, nam auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_collection_namespaced_secret(self, namespace, **kwargs): + def delete_collection_namespaced_secret(self, namespace, **kwargs): """ delete collection of Secret @@ -8614,7 +8894,7 @@ def delete_core_v1_collection_namespaced_secret(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_secret(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_secret(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8631,12 +8911,12 @@ def delete_core_v1_collection_namespaced_secret(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_collection_namespaced_secret_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_secret_with_http_info(namespace, **kwargs) else: - (data) = self.delete_core_v1_collection_namespaced_secret_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_secret_with_http_info(namespace, **kwargs) return data - def delete_core_v1_collection_namespaced_secret_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_secret_with_http_info(self, namespace, **kwargs): """ delete collection of Secret @@ -8647,7 +8927,7 @@ def delete_core_v1_collection_namespaced_secret_with_http_info(self, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_secret_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_secret_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8666,19 +8946,21 @@ def delete_core_v1_collection_namespaced_secret_with_http_info(self, namespace, all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_collection_namespaced_secret" % key + " to method delete_collection_namespaced_secret" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_collection_namespaced_secret`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_secret`") collection_formats = {} @@ -8733,9 +9015,11 @@ def delete_core_v1_collection_namespaced_secret_with_http_info(self, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_collection_namespaced_service_account(self, namespace, **kwargs): + def delete_collection_namespaced_service_account(self, namespace, **kwargs): """ delete collection of ServiceAccount @@ -8746,7 +9030,7 @@ def delete_core_v1_collection_namespaced_service_account(self, namespace, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_service_account(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_service_account(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8763,12 +9047,12 @@ def delete_core_v1_collection_namespaced_service_account(self, namespace, **kwar """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_collection_namespaced_service_account_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_service_account_with_http_info(namespace, **kwargs) else: - (data) = self.delete_core_v1_collection_namespaced_service_account_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_service_account_with_http_info(namespace, **kwargs) return data - def delete_core_v1_collection_namespaced_service_account_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_service_account_with_http_info(self, namespace, **kwargs): """ delete collection of ServiceAccount @@ -8779,7 +9063,7 @@ def delete_core_v1_collection_namespaced_service_account_with_http_info(self, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_namespaced_service_account_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_service_account_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8798,19 +9082,21 @@ def delete_core_v1_collection_namespaced_service_account_with_http_info(self, na all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_collection_namespaced_service_account" % key + " to method delete_collection_namespaced_service_account" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_collection_namespaced_service_account`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_service_account`") collection_formats = {} @@ -8865,9 +9151,11 @@ def delete_core_v1_collection_namespaced_service_account_with_http_info(self, na auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_collection_node(self, **kwargs): + def delete_collection_node(self, **kwargs): """ delete collection of Node @@ -8878,7 +9166,7 @@ def delete_core_v1_collection_node(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_node(callback=callback_function) + >>> thread = api.delete_collection_node(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8894,12 +9182,12 @@ def delete_core_v1_collection_node(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_collection_node_with_http_info(**kwargs) + return self.delete_collection_node_with_http_info(**kwargs) else: - (data) = self.delete_core_v1_collection_node_with_http_info(**kwargs) + (data) = self.delete_collection_node_with_http_info(**kwargs) return data - def delete_core_v1_collection_node_with_http_info(self, **kwargs): + def delete_collection_node_with_http_info(self, **kwargs): """ delete collection of Node @@ -8910,7 +9198,7 @@ def delete_core_v1_collection_node_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_node_with_http_info(callback=callback_function) + >>> thread = api.delete_collection_node_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8928,13 +9216,15 @@ def delete_core_v1_collection_node_with_http_info(self, **kwargs): all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_collection_node" % key + " to method delete_collection_node" % key ) params[key] = val del params['kwargs'] @@ -8990,9 +9280,11 @@ def delete_core_v1_collection_node_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_collection_persistent_volume(self, **kwargs): + def delete_collection_persistent_volume(self, **kwargs): """ delete collection of PersistentVolume @@ -9003,7 +9295,7 @@ def delete_core_v1_collection_persistent_volume(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_persistent_volume(callback=callback_function) + >>> thread = api.delete_collection_persistent_volume(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9019,12 +9311,12 @@ def delete_core_v1_collection_persistent_volume(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_collection_persistent_volume_with_http_info(**kwargs) + return self.delete_collection_persistent_volume_with_http_info(**kwargs) else: - (data) = self.delete_core_v1_collection_persistent_volume_with_http_info(**kwargs) + (data) = self.delete_collection_persistent_volume_with_http_info(**kwargs) return data - def delete_core_v1_collection_persistent_volume_with_http_info(self, **kwargs): + def delete_collection_persistent_volume_with_http_info(self, **kwargs): """ delete collection of PersistentVolume @@ -9035,7 +9327,7 @@ def delete_core_v1_collection_persistent_volume_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_collection_persistent_volume_with_http_info(callback=callback_function) + >>> thread = api.delete_collection_persistent_volume_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9053,13 +9345,15 @@ def delete_core_v1_collection_persistent_volume_with_http_info(self, **kwargs): all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_collection_persistent_volume" % key + " to method delete_collection_persistent_volume" % key ) params[key] = val del params['kwargs'] @@ -9115,9 +9409,11 @@ def delete_core_v1_collection_persistent_volume_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespace(self, name, body, **kwargs): + def delete_namespace(self, name, body, **kwargs): """ delete a Namespace @@ -9128,25 +9424,27 @@ def delete_core_v1_namespace(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespace(name, body, callback=callback_function) + >>> thread = api.delete_namespace(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Namespace (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_namespace_with_http_info(name, body, **kwargs) + return self.delete_namespace_with_http_info(name, body, **kwargs) else: - (data) = self.delete_core_v1_namespace_with_http_info(name, body, **kwargs) + (data) = self.delete_namespace_with_http_info(name, body, **kwargs) return data - def delete_core_v1_namespace_with_http_info(self, name, body, **kwargs): + def delete_namespace_with_http_info(self, name, body, **kwargs): """ delete a Namespace @@ -9157,37 +9455,41 @@ def delete_core_v1_namespace_with_http_info(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespace_with_http_info(name, body, callback=callback_function) + >>> thread = api.delete_namespace_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Namespace (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'body', 'pretty'] + all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_core_v1_namespace" % key + " to method delete_namespace" % 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_core_v1_namespace`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespace`") # 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_core_v1_namespace`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespace`") collection_formats = {} @@ -9200,6 +9502,10 @@ def delete_core_v1_namespace_with_http_info(self, name, body, **kwargs): query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -9234,9 +9540,11 @@ def delete_core_v1_namespace_with_http_info(self, name, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_config_map(self, name, namespace, body, **kwargs): + def delete_namespaced_config_map(self, name, namespace, body, **kwargs): """ delete a ConfigMap @@ -9247,7 +9555,7 @@ def delete_core_v1_namespaced_config_map(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_config_map(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_config_map(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9255,18 +9563,20 @@ def delete_core_v1_namespaced_config_map(self, name, namespace, body, **kwargs): :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_core_v1_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) return data - def delete_core_v1_namespaced_config_map_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_config_map_with_http_info(self, name, namespace, body, **kwargs): """ delete a ConfigMap @@ -9277,7 +9587,7 @@ def delete_core_v1_namespaced_config_map_with_http_info(self, name, namespace, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_config_map_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_config_map_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9285,33 +9595,37 @@ def delete_core_v1_namespaced_config_map_with_http_info(self, name, namespace, b :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_core_v1_namespaced_config_map" % key + " to method delete_namespaced_config_map" % 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_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_config_map`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_config_map`") # 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_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_config_map`") collection_formats = {} @@ -9326,6 +9640,10 @@ def delete_core_v1_namespaced_config_map_with_http_info(self, name, namespace, b query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -9360,9 +9678,11 @@ def delete_core_v1_namespaced_config_map_with_http_info(self, name, namespace, b auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_endpoints(self, name, namespace, body, **kwargs): + def delete_namespaced_endpoints(self, name, namespace, body, **kwargs): """ delete Endpoints @@ -9373,7 +9693,7 @@ def delete_core_v1_namespaced_endpoints(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_endpoints(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_endpoints(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9381,18 +9701,20 @@ def delete_core_v1_namespaced_endpoints(self, name, namespace, body, **kwargs): :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_core_v1_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) return data - def delete_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_endpoints_with_http_info(self, name, namespace, body, **kwargs): """ delete Endpoints @@ -9403,7 +9725,7 @@ def delete_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_endpoints_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_endpoints_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9411,33 +9733,37 @@ def delete_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, bo :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_core_v1_namespaced_endpoints" % key + " to method delete_namespaced_endpoints" % 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_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_endpoints`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_endpoints`") # 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_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_endpoints`") collection_formats = {} @@ -9452,6 +9778,10 @@ def delete_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, bo query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -9486,9 +9816,11 @@ def delete_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, bo auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_event(self, name, namespace, body, **kwargs): + def delete_namespaced_event(self, name, namespace, body, **kwargs): """ delete an Event @@ -9499,7 +9831,7 @@ def delete_core_v1_namespaced_event(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_event(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_event(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9507,18 +9839,20 @@ def delete_core_v1_namespaced_event(self, name, namespace, body, **kwargs): :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_namespaced_event_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_event_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_core_v1_namespaced_event_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_event_with_http_info(name, namespace, body, **kwargs) return data - def delete_core_v1_namespaced_event_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_event_with_http_info(self, name, namespace, body, **kwargs): """ delete an Event @@ -9529,7 +9863,7 @@ def delete_core_v1_namespaced_event_with_http_info(self, name, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_event_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_event_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9537,33 +9871,37 @@ def delete_core_v1_namespaced_event_with_http_info(self, name, namespace, body, :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_core_v1_namespaced_event" % key + " to method delete_namespaced_event" % 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_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_event`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_event`") # 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_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_event`") collection_formats = {} @@ -9578,6 +9916,10 @@ def delete_core_v1_namespaced_event_with_http_info(self, name, namespace, body, query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -9612,9 +9954,11 @@ def delete_core_v1_namespaced_event_with_http_info(self, name, namespace, body, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_limit_range(self, name, namespace, body, **kwargs): + def delete_namespaced_limit_range(self, name, namespace, body, **kwargs): """ delete a LimitRange @@ -9625,7 +9969,7 @@ def delete_core_v1_namespaced_limit_range(self, name, namespace, body, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_limit_range(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_limit_range(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9633,18 +9977,20 @@ def delete_core_v1_namespaced_limit_range(self, name, namespace, body, **kwargs) :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_core_v1_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) return data - def delete_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_limit_range_with_http_info(self, name, namespace, body, **kwargs): """ delete a LimitRange @@ -9655,7 +10001,7 @@ def delete_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_limit_range_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_limit_range_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9663,33 +10009,37 @@ def delete_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_core_v1_namespaced_limit_range" % key + " to method delete_namespaced_limit_range" % 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_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_limit_range`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_limit_range`") # 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_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_limit_range`") collection_formats = {} @@ -9704,6 +10054,10 @@ def delete_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -9738,9 +10092,11 @@ def delete_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_persistent_volume_claim(self, name, namespace, body, **kwargs): + def delete_namespaced_persistent_volume_claim(self, name, namespace, body, **kwargs): """ delete a PersistentVolumeClaim @@ -9751,7 +10107,7 @@ def delete_core_v1_namespaced_persistent_volume_claim(self, name, namespace, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_persistent_volume_claim(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_persistent_volume_claim(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9759,18 +10115,20 @@ def delete_core_v1_namespaced_persistent_volume_claim(self, name, namespace, bod :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_core_v1_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) return data - def delete_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_persistent_volume_claim_with_http_info(self, name, namespace, body, **kwargs): """ delete a PersistentVolumeClaim @@ -9781,7 +10139,7 @@ def delete_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9789,33 +10147,37 @@ def delete_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_core_v1_namespaced_persistent_volume_claim" % key + " to method delete_namespaced_persistent_volume_claim" % 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_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_persistent_volume_claim`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_persistent_volume_claim`") # 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_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_persistent_volume_claim`") collection_formats = {} @@ -9830,6 +10192,10 @@ def delete_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -9864,9 +10230,11 @@ def delete_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_pod(self, name, namespace, body, **kwargs): + def delete_namespaced_pod(self, name, namespace, body, **kwargs): """ delete a Pod @@ -9877,7 +10245,7 @@ def delete_core_v1_namespaced_pod(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_pod(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_pod(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9885,18 +10253,20 @@ def delete_core_v1_namespaced_pod(self, name, namespace, body, **kwargs): :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_namespaced_pod_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_pod_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_core_v1_namespaced_pod_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_pod_with_http_info(name, namespace, body, **kwargs) return data - def delete_core_v1_namespaced_pod_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_pod_with_http_info(self, name, namespace, body, **kwargs): """ delete a Pod @@ -9907,7 +10277,7 @@ def delete_core_v1_namespaced_pod_with_http_info(self, name, namespace, body, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_pod_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_pod_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9915,33 +10285,37 @@ def delete_core_v1_namespaced_pod_with_http_info(self, name, namespace, body, ** :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_core_v1_namespaced_pod" % key + " to method delete_namespaced_pod" % 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_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_pod`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_pod`") # 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_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_pod`") collection_formats = {} @@ -9956,6 +10330,10 @@ def delete_core_v1_namespaced_pod_with_http_info(self, name, namespace, body, ** query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -9990,9 +10368,11 @@ def delete_core_v1_namespaced_pod_with_http_info(self, name, namespace, body, ** auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_pod_template(self, name, namespace, body, **kwargs): + def delete_namespaced_pod_template(self, name, namespace, body, **kwargs): """ delete a PodTemplate @@ -10003,7 +10383,7 @@ def delete_core_v1_namespaced_pod_template(self, name, namespace, body, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_pod_template(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_pod_template(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10011,18 +10391,20 @@ def delete_core_v1_namespaced_pod_template(self, name, namespace, body, **kwargs :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_core_v1_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) return data - def delete_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_pod_template_with_http_info(self, name, namespace, body, **kwargs): """ delete a PodTemplate @@ -10033,7 +10415,7 @@ def delete_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_pod_template_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_pod_template_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10041,33 +10423,37 @@ def delete_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_core_v1_namespaced_pod_template" % key + " to method delete_namespaced_pod_template" % 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_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_pod_template`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_pod_template`") # 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_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_pod_template`") collection_formats = {} @@ -10082,6 +10468,10 @@ def delete_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -10116,9 +10506,11 @@ def delete_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_replication_controller(self, name, namespace, body, **kwargs): + def delete_namespaced_replication_controller(self, name, namespace, body, **kwargs): """ delete a ReplicationController @@ -10129,7 +10521,7 @@ def delete_core_v1_namespaced_replication_controller(self, name, namespace, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_replication_controller(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_replication_controller(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10137,18 +10529,20 @@ def delete_core_v1_namespaced_replication_controller(self, name, namespace, body :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_core_v1_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) return data - def delete_core_v1_namespaced_replication_controller_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_replication_controller_with_http_info(self, name, namespace, body, **kwargs): """ delete a ReplicationController @@ -10159,7 +10553,7 @@ def delete_core_v1_namespaced_replication_controller_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_replication_controller_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_replication_controller_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10167,33 +10561,37 @@ def delete_core_v1_namespaced_replication_controller_with_http_info(self, name, :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_core_v1_namespaced_replication_controller" % key + " to method delete_namespaced_replication_controller" % 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_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_replication_controller`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_replication_controller`") # 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_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_replication_controller`") collection_formats = {} @@ -10208,6 +10606,10 @@ def delete_core_v1_namespaced_replication_controller_with_http_info(self, name, query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -10242,9 +10644,11 @@ def delete_core_v1_namespaced_replication_controller_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_resource_quota(self, name, namespace, body, **kwargs): + def delete_namespaced_resource_quota(self, name, namespace, body, **kwargs): """ delete a ResourceQuota @@ -10255,7 +10659,7 @@ def delete_core_v1_namespaced_resource_quota(self, name, namespace, body, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_resource_quota(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_resource_quota(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10263,18 +10667,20 @@ def delete_core_v1_namespaced_resource_quota(self, name, namespace, body, **kwar :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_core_v1_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) return data - def delete_core_v1_namespaced_resource_quota_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_resource_quota_with_http_info(self, name, namespace, body, **kwargs): """ delete a ResourceQuota @@ -10285,7 +10691,7 @@ def delete_core_v1_namespaced_resource_quota_with_http_info(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_resource_quota_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_resource_quota_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10293,33 +10699,37 @@ def delete_core_v1_namespaced_resource_quota_with_http_info(self, name, namespac :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_core_v1_namespaced_resource_quota" % key + " to method delete_namespaced_resource_quota" % 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_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_resource_quota`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_resource_quota`") # 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_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_resource_quota`") collection_formats = {} @@ -10334,6 +10744,10 @@ def delete_core_v1_namespaced_resource_quota_with_http_info(self, name, namespac query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -10368,9 +10782,11 @@ def delete_core_v1_namespaced_resource_quota_with_http_info(self, name, namespac auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_secret(self, name, namespace, body, **kwargs): + def delete_namespaced_secret(self, name, namespace, body, **kwargs): """ delete a Secret @@ -10381,7 +10797,7 @@ def delete_core_v1_namespaced_secret(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_secret(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_secret(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10389,18 +10805,20 @@ def delete_core_v1_namespaced_secret(self, name, namespace, body, **kwargs): :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_namespaced_secret_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_secret_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_core_v1_namespaced_secret_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_secret_with_http_info(name, namespace, body, **kwargs) return data - def delete_core_v1_namespaced_secret_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_secret_with_http_info(self, name, namespace, body, **kwargs): """ delete a Secret @@ -10411,7 +10829,7 @@ def delete_core_v1_namespaced_secret_with_http_info(self, name, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_secret_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_secret_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10419,33 +10837,37 @@ def delete_core_v1_namespaced_secret_with_http_info(self, name, namespace, body, :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_core_v1_namespaced_secret" % key + " to method delete_namespaced_secret" % 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_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_secret`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_secret`") # 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_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_secret`") collection_formats = {} @@ -10460,6 +10882,10 @@ def delete_core_v1_namespaced_secret_with_http_info(self, name, namespace, body, query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -10494,9 +10920,11 @@ def delete_core_v1_namespaced_secret_with_http_info(self, name, namespace, body, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_service(self, name, namespace, **kwargs): + def delete_namespaced_service(self, name, namespace, **kwargs): """ delete a Service @@ -10507,7 +10935,7 @@ def delete_core_v1_namespaced_service(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_service(name, namespace, callback=callback_function) + >>> thread = api.delete_namespaced_service(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10520,12 +10948,12 @@ def delete_core_v1_namespaced_service(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_namespaced_service_with_http_info(name, namespace, **kwargs) + return self.delete_namespaced_service_with_http_info(name, namespace, **kwargs) else: - (data) = self.delete_core_v1_namespaced_service_with_http_info(name, namespace, **kwargs) + (data) = self.delete_namespaced_service_with_http_info(name, namespace, **kwargs) return data - def delete_core_v1_namespaced_service_with_http_info(self, name, namespace, **kwargs): + def delete_namespaced_service_with_http_info(self, name, namespace, **kwargs): """ delete a Service @@ -10536,7 +10964,7 @@ def delete_core_v1_namespaced_service_with_http_info(self, name, namespace, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_service_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.delete_namespaced_service_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10551,22 +10979,24 @@ def delete_core_v1_namespaced_service_with_http_info(self, name, namespace, **kw all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_service" % key + " to method delete_namespaced_service" % 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_core_v1_namespaced_service`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_service`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_namespaced_service`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_service`") collection_formats = {} @@ -10613,9 +11043,11 @@ def delete_core_v1_namespaced_service_with_http_info(self, name, namespace, **kw auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_service_account(self, name, namespace, body, **kwargs): + def delete_namespaced_service_account(self, name, namespace, body, **kwargs): """ delete a ServiceAccount @@ -10626,7 +11058,7 @@ def delete_core_v1_namespaced_service_account(self, name, namespace, body, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_service_account(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_service_account(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10634,18 +11066,20 @@ def delete_core_v1_namespaced_service_account(self, name, namespace, body, **kwa :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_core_v1_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) return data - def delete_core_v1_namespaced_service_account_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_service_account_with_http_info(self, name, namespace, body, **kwargs): """ delete a ServiceAccount @@ -10656,7 +11090,7 @@ def delete_core_v1_namespaced_service_account_with_http_info(self, name, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_namespaced_service_account_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_service_account_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10664,33 +11098,37 @@ def delete_core_v1_namespaced_service_account_with_http_info(self, name, namespa :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_core_v1_namespaced_service_account" % key + " to method delete_namespaced_service_account" % 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_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_service_account`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_service_account`") # 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_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_service_account`") collection_formats = {} @@ -10705,6 +11143,10 @@ def delete_core_v1_namespaced_service_account_with_http_info(self, name, namespa query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -10739,9 +11181,11 @@ def delete_core_v1_namespaced_service_account_with_http_info(self, name, namespa auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_node(self, name, body, **kwargs): + def delete_node(self, name, body, **kwargs): """ delete a Node @@ -10752,25 +11196,27 @@ def delete_core_v1_node(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_node(name, body, callback=callback_function) + >>> thread = api.delete_node(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Node (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_node_with_http_info(name, body, **kwargs) + return self.delete_node_with_http_info(name, body, **kwargs) else: - (data) = self.delete_core_v1_node_with_http_info(name, body, **kwargs) + (data) = self.delete_node_with_http_info(name, body, **kwargs) return data - def delete_core_v1_node_with_http_info(self, name, body, **kwargs): + def delete_node_with_http_info(self, name, body, **kwargs): """ delete a Node @@ -10781,37 +11227,41 @@ def delete_core_v1_node_with_http_info(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_node_with_http_info(name, body, callback=callback_function) + >>> thread = api.delete_node_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Node (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'body', 'pretty'] + all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_core_v1_node" % key + " to method delete_node" % 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_core_v1_node`") + raise ValueError("Missing the required parameter `name` when calling `delete_node`") # 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_core_v1_node`") + raise ValueError("Missing the required parameter `body` when calling `delete_node`") collection_formats = {} @@ -10824,6 +11274,10 @@ def delete_core_v1_node_with_http_info(self, name, body, **kwargs): query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -10858,9 +11312,11 @@ def delete_core_v1_node_with_http_info(self, name, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_persistent_volume(self, name, body, **kwargs): + def delete_persistent_volume(self, name, body, **kwargs): """ delete a PersistentVolume @@ -10871,25 +11327,27 @@ def delete_core_v1_persistent_volume(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_persistent_volume(name, body, callback=callback_function) + >>> thread = api.delete_persistent_volume(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the PersistentVolume (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_core_v1_persistent_volume_with_http_info(name, body, **kwargs) + return self.delete_persistent_volume_with_http_info(name, body, **kwargs) else: - (data) = self.delete_core_v1_persistent_volume_with_http_info(name, body, **kwargs) + (data) = self.delete_persistent_volume_with_http_info(name, body, **kwargs) return data - def delete_core_v1_persistent_volume_with_http_info(self, name, body, **kwargs): + def delete_persistent_volume_with_http_info(self, name, body, **kwargs): """ delete a PersistentVolume @@ -10900,37 +11358,41 @@ def delete_core_v1_persistent_volume_with_http_info(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_core_v1_persistent_volume_with_http_info(name, body, callback=callback_function) + >>> thread = api.delete_persistent_volume_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the PersistentVolume (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'body', 'pretty'] + all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_core_v1_persistent_volume" % key + " to method delete_persistent_volume" % 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_core_v1_persistent_volume`") + raise ValueError("Missing the required parameter `name` when calling `delete_persistent_volume`") # 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_core_v1_persistent_volume`") + raise ValueError("Missing the required parameter `body` when calling `delete_persistent_volume`") collection_formats = {} @@ -10943,6 +11405,10 @@ def delete_core_v1_persistent_volume_with_http_info(self, name, body, **kwargs): query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -10977,9 +11443,11 @@ def delete_core_v1_persistent_volume_with_http_info(self, name, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_api_resources(self, **kwargs): + def get_api_resources(self, **kwargs): """ get available resources @@ -10990,7 +11458,7 @@ def get_core_v1_api_resources(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_core_v1_api_resources(callback=callback_function) + >>> thread = api.get_api_resources(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11000,12 +11468,12 @@ def get_core_v1_api_resources(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_core_v1_api_resources_with_http_info(**kwargs) + return self.get_api_resources_with_http_info(**kwargs) else: - (data) = self.get_core_v1_api_resources_with_http_info(**kwargs) + (data) = self.get_api_resources_with_http_info(**kwargs) return data - def get_core_v1_api_resources_with_http_info(self, **kwargs): + def get_api_resources_with_http_info(self, **kwargs): """ get available resources @@ -11016,7 +11484,7 @@ def get_core_v1_api_resources_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_core_v1_api_resources_with_http_info(callback=callback_function) + >>> thread = api.get_api_resources_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11028,13 +11496,15 @@ def get_core_v1_api_resources_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_core_v1_api_resources" % key + " to method get_api_resources" % key ) params[key] = val del params['kwargs'] @@ -11078,9 +11548,11 @@ def get_core_v1_api_resources_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_component_status(self, **kwargs): + def list_component_status(self, **kwargs): """ list objects of kind ComponentStatus @@ -11091,7 +11563,7 @@ def list_core_v1_component_status(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_component_status(callback=callback_function) + >>> thread = api.list_component_status(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11107,12 +11579,12 @@ def list_core_v1_component_status(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_component_status_with_http_info(**kwargs) + return self.list_component_status_with_http_info(**kwargs) else: - (data) = self.list_core_v1_component_status_with_http_info(**kwargs) + (data) = self.list_component_status_with_http_info(**kwargs) return data - def list_core_v1_component_status_with_http_info(self, **kwargs): + def list_component_status_with_http_info(self, **kwargs): """ list objects of kind ComponentStatus @@ -11123,7 +11595,7 @@ def list_core_v1_component_status_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_component_status_with_http_info(callback=callback_function) + >>> thread = api.list_component_status_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11141,13 +11613,15 @@ def list_core_v1_component_status_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_component_status" % key + " to method list_component_status" % key ) params[key] = val del params['kwargs'] @@ -11203,9 +11677,11 @@ def list_core_v1_component_status_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_config_map_for_all_namespaces(self, **kwargs): + def list_config_map_for_all_namespaces(self, **kwargs): """ list or watch objects of kind ConfigMap @@ -11216,7 +11692,7 @@ def list_core_v1_config_map_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_config_map_for_all_namespaces(callback=callback_function) + >>> thread = api.list_config_map_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11232,12 +11708,12 @@ def list_core_v1_config_map_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_config_map_for_all_namespaces_with_http_info(**kwargs) + return self.list_config_map_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_core_v1_config_map_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_config_map_for_all_namespaces_with_http_info(**kwargs) return data - def list_core_v1_config_map_for_all_namespaces_with_http_info(self, **kwargs): + def list_config_map_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind ConfigMap @@ -11248,7 +11724,7 @@ def list_core_v1_config_map_for_all_namespaces_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_config_map_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_config_map_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11266,13 +11742,15 @@ def list_core_v1_config_map_for_all_namespaces_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_config_map_for_all_namespaces" % key + " to method list_config_map_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -11328,9 +11806,11 @@ def list_core_v1_config_map_for_all_namespaces_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_endpoints_for_all_namespaces(self, **kwargs): + def list_endpoints_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Endpoints @@ -11341,7 +11821,7 @@ def list_core_v1_endpoints_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_endpoints_for_all_namespaces(callback=callback_function) + >>> thread = api.list_endpoints_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11357,12 +11837,12 @@ def list_core_v1_endpoints_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_endpoints_for_all_namespaces_with_http_info(**kwargs) + return self.list_endpoints_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_core_v1_endpoints_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_endpoints_for_all_namespaces_with_http_info(**kwargs) return data - def list_core_v1_endpoints_for_all_namespaces_with_http_info(self, **kwargs): + def list_endpoints_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Endpoints @@ -11373,7 +11853,7 @@ def list_core_v1_endpoints_for_all_namespaces_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_endpoints_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_endpoints_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11391,13 +11871,15 @@ def list_core_v1_endpoints_for_all_namespaces_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_endpoints_for_all_namespaces" % key + " to method list_endpoints_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -11453,9 +11935,11 @@ def list_core_v1_endpoints_for_all_namespaces_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_event_for_all_namespaces(self, **kwargs): + def list_event_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Event @@ -11466,7 +11950,7 @@ def list_core_v1_event_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_event_for_all_namespaces(callback=callback_function) + >>> thread = api.list_event_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11482,12 +11966,12 @@ def list_core_v1_event_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_event_for_all_namespaces_with_http_info(**kwargs) + return self.list_event_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_core_v1_event_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_event_for_all_namespaces_with_http_info(**kwargs) return data - def list_core_v1_event_for_all_namespaces_with_http_info(self, **kwargs): + def list_event_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Event @@ -11498,7 +11982,7 @@ def list_core_v1_event_for_all_namespaces_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_event_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_event_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11516,13 +12000,15 @@ def list_core_v1_event_for_all_namespaces_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_event_for_all_namespaces" % key + " to method list_event_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -11578,9 +12064,11 @@ def list_core_v1_event_for_all_namespaces_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_limit_range_for_all_namespaces(self, **kwargs): + def list_limit_range_for_all_namespaces(self, **kwargs): """ list or watch objects of kind LimitRange @@ -11591,7 +12079,7 @@ def list_core_v1_limit_range_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_limit_range_for_all_namespaces(callback=callback_function) + >>> thread = api.list_limit_range_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11607,12 +12095,12 @@ def list_core_v1_limit_range_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_limit_range_for_all_namespaces_with_http_info(**kwargs) + return self.list_limit_range_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_core_v1_limit_range_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_limit_range_for_all_namespaces_with_http_info(**kwargs) return data - def list_core_v1_limit_range_for_all_namespaces_with_http_info(self, **kwargs): + def list_limit_range_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind LimitRange @@ -11623,7 +12111,7 @@ def list_core_v1_limit_range_for_all_namespaces_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_limit_range_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_limit_range_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11641,13 +12129,15 @@ def list_core_v1_limit_range_for_all_namespaces_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_limit_range_for_all_namespaces" % key + " to method list_limit_range_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -11703,9 +12193,11 @@ def list_core_v1_limit_range_for_all_namespaces_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespace(self, **kwargs): + def list_namespace(self, **kwargs): """ list or watch objects of kind Namespace @@ -11716,7 +12208,7 @@ def list_core_v1_namespace(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespace(callback=callback_function) + >>> thread = api.list_namespace(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11732,12 +12224,12 @@ def list_core_v1_namespace(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_namespace_with_http_info(**kwargs) + return self.list_namespace_with_http_info(**kwargs) else: - (data) = self.list_core_v1_namespace_with_http_info(**kwargs) + (data) = self.list_namespace_with_http_info(**kwargs) return data - def list_core_v1_namespace_with_http_info(self, **kwargs): + def list_namespace_with_http_info(self, **kwargs): """ list or watch objects of kind Namespace @@ -11748,7 +12240,7 @@ def list_core_v1_namespace_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespace_with_http_info(callback=callback_function) + >>> thread = api.list_namespace_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11766,13 +12258,15 @@ def list_core_v1_namespace_with_http_info(self, **kwargs): all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_namespace" % key + " to method list_namespace" % key ) params[key] = val del params['kwargs'] @@ -11828,9 +12322,11 @@ def list_core_v1_namespace_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_config_map(self, namespace, **kwargs): + def list_namespaced_config_map(self, namespace, **kwargs): """ list or watch objects of kind ConfigMap @@ -11841,7 +12337,7 @@ def list_core_v1_namespaced_config_map(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_config_map(namespace, callback=callback_function) + >>> thread = api.list_namespaced_config_map(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11858,12 +12354,12 @@ def list_core_v1_namespaced_config_map(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_namespaced_config_map_with_http_info(namespace, **kwargs) + return self.list_namespaced_config_map_with_http_info(namespace, **kwargs) else: - (data) = self.list_core_v1_namespaced_config_map_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_config_map_with_http_info(namespace, **kwargs) return data - def list_core_v1_namespaced_config_map_with_http_info(self, namespace, **kwargs): + def list_namespaced_config_map_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind ConfigMap @@ -11874,7 +12370,7 @@ def list_core_v1_namespaced_config_map_with_http_info(self, namespace, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_config_map_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_config_map_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11893,19 +12389,21 @@ def list_core_v1_namespaced_config_map_with_http_info(self, namespace, **kwargs) all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_namespaced_config_map" % key + " to method list_namespaced_config_map" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_config_map`") collection_formats = {} @@ -11960,9 +12458,11 @@ def list_core_v1_namespaced_config_map_with_http_info(self, namespace, **kwargs) auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_endpoints(self, namespace, **kwargs): + def list_namespaced_endpoints(self, namespace, **kwargs): """ list or watch objects of kind Endpoints @@ -11973,7 +12473,7 @@ def list_core_v1_namespaced_endpoints(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_endpoints(namespace, callback=callback_function) + >>> thread = api.list_namespaced_endpoints(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11990,12 +12490,12 @@ def list_core_v1_namespaced_endpoints(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_namespaced_endpoints_with_http_info(namespace, **kwargs) + return self.list_namespaced_endpoints_with_http_info(namespace, **kwargs) else: - (data) = self.list_core_v1_namespaced_endpoints_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_endpoints_with_http_info(namespace, **kwargs) return data - def list_core_v1_namespaced_endpoints_with_http_info(self, namespace, **kwargs): + def list_namespaced_endpoints_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Endpoints @@ -12006,7 +12506,7 @@ def list_core_v1_namespaced_endpoints_with_http_info(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_endpoints_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_endpoints_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12025,19 +12525,21 @@ def list_core_v1_namespaced_endpoints_with_http_info(self, namespace, **kwargs): all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_namespaced_endpoints" % key + " to method list_namespaced_endpoints" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_endpoints`") collection_formats = {} @@ -12092,9 +12594,11 @@ def list_core_v1_namespaced_endpoints_with_http_info(self, namespace, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_event(self, namespace, **kwargs): + def list_namespaced_event(self, namespace, **kwargs): """ list or watch objects of kind Event @@ -12105,7 +12609,7 @@ def list_core_v1_namespaced_event(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_event(namespace, callback=callback_function) + >>> thread = api.list_namespaced_event(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12122,12 +12626,12 @@ def list_core_v1_namespaced_event(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_namespaced_event_with_http_info(namespace, **kwargs) + return self.list_namespaced_event_with_http_info(namespace, **kwargs) else: - (data) = self.list_core_v1_namespaced_event_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_event_with_http_info(namespace, **kwargs) return data - def list_core_v1_namespaced_event_with_http_info(self, namespace, **kwargs): + def list_namespaced_event_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Event @@ -12138,7 +12642,7 @@ def list_core_v1_namespaced_event_with_http_info(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_event_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_event_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12157,19 +12661,21 @@ def list_core_v1_namespaced_event_with_http_info(self, namespace, **kwargs): all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_namespaced_event" % key + " to method list_namespaced_event" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_event`") collection_formats = {} @@ -12224,9 +12730,11 @@ def list_core_v1_namespaced_event_with_http_info(self, namespace, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_limit_range(self, namespace, **kwargs): + def list_namespaced_limit_range(self, namespace, **kwargs): """ list or watch objects of kind LimitRange @@ -12237,7 +12745,7 @@ def list_core_v1_namespaced_limit_range(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_limit_range(namespace, callback=callback_function) + >>> thread = api.list_namespaced_limit_range(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12254,12 +12762,12 @@ def list_core_v1_namespaced_limit_range(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_namespaced_limit_range_with_http_info(namespace, **kwargs) + return self.list_namespaced_limit_range_with_http_info(namespace, **kwargs) else: - (data) = self.list_core_v1_namespaced_limit_range_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_limit_range_with_http_info(namespace, **kwargs) return data - def list_core_v1_namespaced_limit_range_with_http_info(self, namespace, **kwargs): + def list_namespaced_limit_range_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind LimitRange @@ -12270,7 +12778,7 @@ def list_core_v1_namespaced_limit_range_with_http_info(self, namespace, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_limit_range_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_limit_range_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12289,19 +12797,21 @@ def list_core_v1_namespaced_limit_range_with_http_info(self, namespace, **kwargs all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_namespaced_limit_range" % key + " to method list_namespaced_limit_range" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_limit_range`") collection_formats = {} @@ -12356,9 +12866,11 @@ def list_core_v1_namespaced_limit_range_with_http_info(self, namespace, **kwargs auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_persistent_volume_claim(self, namespace, **kwargs): + def list_namespaced_persistent_volume_claim(self, namespace, **kwargs): """ list or watch objects of kind PersistentVolumeClaim @@ -12369,7 +12881,7 @@ def list_core_v1_namespaced_persistent_volume_claim(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_persistent_volume_claim(namespace, callback=callback_function) + >>> thread = api.list_namespaced_persistent_volume_claim(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12386,12 +12898,12 @@ def list_core_v1_namespaced_persistent_volume_claim(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_namespaced_persistent_volume_claim_with_http_info(namespace, **kwargs) + return self.list_namespaced_persistent_volume_claim_with_http_info(namespace, **kwargs) else: - (data) = self.list_core_v1_namespaced_persistent_volume_claim_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_persistent_volume_claim_with_http_info(namespace, **kwargs) return data - def list_core_v1_namespaced_persistent_volume_claim_with_http_info(self, namespace, **kwargs): + def list_namespaced_persistent_volume_claim_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind PersistentVolumeClaim @@ -12402,7 +12914,7 @@ def list_core_v1_namespaced_persistent_volume_claim_with_http_info(self, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_persistent_volume_claim_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_persistent_volume_claim_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12421,19 +12933,21 @@ def list_core_v1_namespaced_persistent_volume_claim_with_http_info(self, namespa all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_namespaced_persistent_volume_claim" % key + " to method list_namespaced_persistent_volume_claim" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_persistent_volume_claim`") collection_formats = {} @@ -12488,9 +13002,11 @@ def list_core_v1_namespaced_persistent_volume_claim_with_http_info(self, namespa auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_pod(self, namespace, **kwargs): + def list_namespaced_pod(self, namespace, **kwargs): """ list or watch objects of kind Pod @@ -12501,7 +13017,7 @@ def list_core_v1_namespaced_pod(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_pod(namespace, callback=callback_function) + >>> thread = api.list_namespaced_pod(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12518,12 +13034,12 @@ def list_core_v1_namespaced_pod(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_namespaced_pod_with_http_info(namespace, **kwargs) + return self.list_namespaced_pod_with_http_info(namespace, **kwargs) else: - (data) = self.list_core_v1_namespaced_pod_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_pod_with_http_info(namespace, **kwargs) return data - def list_core_v1_namespaced_pod_with_http_info(self, namespace, **kwargs): + def list_namespaced_pod_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Pod @@ -12534,7 +13050,7 @@ def list_core_v1_namespaced_pod_with_http_info(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_pod_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_pod_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12553,19 +13069,21 @@ def list_core_v1_namespaced_pod_with_http_info(self, namespace, **kwargs): all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_namespaced_pod" % key + " to method list_namespaced_pod" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_pod`") collection_formats = {} @@ -12620,9 +13138,11 @@ def list_core_v1_namespaced_pod_with_http_info(self, namespace, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_pod_template(self, namespace, **kwargs): + def list_namespaced_pod_template(self, namespace, **kwargs): """ list or watch objects of kind PodTemplate @@ -12633,7 +13153,7 @@ def list_core_v1_namespaced_pod_template(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_pod_template(namespace, callback=callback_function) + >>> thread = api.list_namespaced_pod_template(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12650,12 +13170,12 @@ def list_core_v1_namespaced_pod_template(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_namespaced_pod_template_with_http_info(namespace, **kwargs) + return self.list_namespaced_pod_template_with_http_info(namespace, **kwargs) else: - (data) = self.list_core_v1_namespaced_pod_template_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_pod_template_with_http_info(namespace, **kwargs) return data - def list_core_v1_namespaced_pod_template_with_http_info(self, namespace, **kwargs): + def list_namespaced_pod_template_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind PodTemplate @@ -12666,7 +13186,7 @@ def list_core_v1_namespaced_pod_template_with_http_info(self, namespace, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_pod_template_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_pod_template_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12685,19 +13205,21 @@ def list_core_v1_namespaced_pod_template_with_http_info(self, namespace, **kwarg all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_namespaced_pod_template" % key + " to method list_namespaced_pod_template" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_pod_template`") collection_formats = {} @@ -12752,9 +13274,11 @@ def list_core_v1_namespaced_pod_template_with_http_info(self, namespace, **kwarg auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_replication_controller(self, namespace, **kwargs): + def list_namespaced_replication_controller(self, namespace, **kwargs): """ list or watch objects of kind ReplicationController @@ -12765,7 +13289,7 @@ def list_core_v1_namespaced_replication_controller(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_replication_controller(namespace, callback=callback_function) + >>> thread = api.list_namespaced_replication_controller(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12782,12 +13306,12 @@ def list_core_v1_namespaced_replication_controller(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_namespaced_replication_controller_with_http_info(namespace, **kwargs) + return self.list_namespaced_replication_controller_with_http_info(namespace, **kwargs) else: - (data) = self.list_core_v1_namespaced_replication_controller_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_replication_controller_with_http_info(namespace, **kwargs) return data - def list_core_v1_namespaced_replication_controller_with_http_info(self, namespace, **kwargs): + def list_namespaced_replication_controller_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind ReplicationController @@ -12798,7 +13322,7 @@ def list_core_v1_namespaced_replication_controller_with_http_info(self, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_replication_controller_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_replication_controller_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12817,19 +13341,21 @@ def list_core_v1_namespaced_replication_controller_with_http_info(self, namespac all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_namespaced_replication_controller" % key + " to method list_namespaced_replication_controller" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_replication_controller`") collection_formats = {} @@ -12884,9 +13410,11 @@ def list_core_v1_namespaced_replication_controller_with_http_info(self, namespac auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_resource_quota(self, namespace, **kwargs): + def list_namespaced_resource_quota(self, namespace, **kwargs): """ list or watch objects of kind ResourceQuota @@ -12897,7 +13425,7 @@ def list_core_v1_namespaced_resource_quota(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_resource_quota(namespace, callback=callback_function) + >>> thread = api.list_namespaced_resource_quota(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12914,12 +13442,12 @@ def list_core_v1_namespaced_resource_quota(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_namespaced_resource_quota_with_http_info(namespace, **kwargs) + return self.list_namespaced_resource_quota_with_http_info(namespace, **kwargs) else: - (data) = self.list_core_v1_namespaced_resource_quota_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_resource_quota_with_http_info(namespace, **kwargs) return data - def list_core_v1_namespaced_resource_quota_with_http_info(self, namespace, **kwargs): + def list_namespaced_resource_quota_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind ResourceQuota @@ -12930,7 +13458,7 @@ def list_core_v1_namespaced_resource_quota_with_http_info(self, namespace, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_resource_quota_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_resource_quota_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12949,19 +13477,21 @@ def list_core_v1_namespaced_resource_quota_with_http_info(self, namespace, **kwa all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_namespaced_resource_quota" % key + " to method list_namespaced_resource_quota" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_resource_quota`") collection_formats = {} @@ -13016,9 +13546,11 @@ def list_core_v1_namespaced_resource_quota_with_http_info(self, namespace, **kwa auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_secret(self, namespace, **kwargs): + def list_namespaced_secret(self, namespace, **kwargs): """ list or watch objects of kind Secret @@ -13029,7 +13561,7 @@ def list_core_v1_namespaced_secret(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_secret(namespace, callback=callback_function) + >>> thread = api.list_namespaced_secret(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13046,12 +13578,12 @@ def list_core_v1_namespaced_secret(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_namespaced_secret_with_http_info(namespace, **kwargs) + return self.list_namespaced_secret_with_http_info(namespace, **kwargs) else: - (data) = self.list_core_v1_namespaced_secret_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_secret_with_http_info(namespace, **kwargs) return data - def list_core_v1_namespaced_secret_with_http_info(self, namespace, **kwargs): + def list_namespaced_secret_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Secret @@ -13062,7 +13594,7 @@ def list_core_v1_namespaced_secret_with_http_info(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_secret_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_secret_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13081,19 +13613,21 @@ def list_core_v1_namespaced_secret_with_http_info(self, namespace, **kwargs): all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_namespaced_secret" % key + " to method list_namespaced_secret" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_secret`") collection_formats = {} @@ -13148,9 +13682,11 @@ def list_core_v1_namespaced_secret_with_http_info(self, namespace, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_service(self, namespace, **kwargs): + def list_namespaced_service(self, namespace, **kwargs): """ list or watch objects of kind Service @@ -13161,7 +13697,7 @@ def list_core_v1_namespaced_service(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_service(namespace, callback=callback_function) + >>> thread = api.list_namespaced_service(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13178,12 +13714,12 @@ def list_core_v1_namespaced_service(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_namespaced_service_with_http_info(namespace, **kwargs) + return self.list_namespaced_service_with_http_info(namespace, **kwargs) else: - (data) = self.list_core_v1_namespaced_service_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_service_with_http_info(namespace, **kwargs) return data - def list_core_v1_namespaced_service_with_http_info(self, namespace, **kwargs): + def list_namespaced_service_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Service @@ -13194,7 +13730,7 @@ def list_core_v1_namespaced_service_with_http_info(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_service_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_service_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13213,19 +13749,21 @@ def list_core_v1_namespaced_service_with_http_info(self, namespace, **kwargs): all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_namespaced_service" % key + " to method list_namespaced_service" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_core_v1_namespaced_service`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_service`") collection_formats = {} @@ -13280,9 +13818,11 @@ def list_core_v1_namespaced_service_with_http_info(self, namespace, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_service_account(self, namespace, **kwargs): + def list_namespaced_service_account(self, namespace, **kwargs): """ list or watch objects of kind ServiceAccount @@ -13293,7 +13833,7 @@ def list_core_v1_namespaced_service_account(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_service_account(namespace, callback=callback_function) + >>> thread = api.list_namespaced_service_account(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13310,12 +13850,12 @@ def list_core_v1_namespaced_service_account(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_namespaced_service_account_with_http_info(namespace, **kwargs) + return self.list_namespaced_service_account_with_http_info(namespace, **kwargs) else: - (data) = self.list_core_v1_namespaced_service_account_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_service_account_with_http_info(namespace, **kwargs) return data - def list_core_v1_namespaced_service_account_with_http_info(self, namespace, **kwargs): + def list_namespaced_service_account_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind ServiceAccount @@ -13326,7 +13866,7 @@ def list_core_v1_namespaced_service_account_with_http_info(self, namespace, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_namespaced_service_account_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_service_account_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13345,19 +13885,21 @@ def list_core_v1_namespaced_service_account_with_http_info(self, namespace, **kw all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_namespaced_service_account" % key + " to method list_namespaced_service_account" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_service_account`") collection_formats = {} @@ -13412,9 +13954,11 @@ def list_core_v1_namespaced_service_account_with_http_info(self, namespace, **kw auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_node(self, **kwargs): + def list_node(self, **kwargs): """ list or watch objects of kind Node @@ -13425,7 +13969,7 @@ def list_core_v1_node(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_node(callback=callback_function) + >>> thread = api.list_node(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13441,12 +13985,12 @@ def list_core_v1_node(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_node_with_http_info(**kwargs) + return self.list_node_with_http_info(**kwargs) else: - (data) = self.list_core_v1_node_with_http_info(**kwargs) + (data) = self.list_node_with_http_info(**kwargs) return data - def list_core_v1_node_with_http_info(self, **kwargs): + def list_node_with_http_info(self, **kwargs): """ list or watch objects of kind Node @@ -13457,7 +14001,7 @@ def list_core_v1_node_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_node_with_http_info(callback=callback_function) + >>> thread = api.list_node_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13475,13 +14019,15 @@ def list_core_v1_node_with_http_info(self, **kwargs): all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_node" % key + " to method list_node" % key ) params[key] = val del params['kwargs'] @@ -13537,9 +14083,11 @@ def list_core_v1_node_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_persistent_volume(self, **kwargs): + def list_persistent_volume(self, **kwargs): """ list or watch objects of kind PersistentVolume @@ -13550,7 +14098,7 @@ def list_core_v1_persistent_volume(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_persistent_volume(callback=callback_function) + >>> thread = api.list_persistent_volume(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13566,12 +14114,12 @@ def list_core_v1_persistent_volume(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_persistent_volume_with_http_info(**kwargs) + return self.list_persistent_volume_with_http_info(**kwargs) else: - (data) = self.list_core_v1_persistent_volume_with_http_info(**kwargs) + (data) = self.list_persistent_volume_with_http_info(**kwargs) return data - def list_core_v1_persistent_volume_with_http_info(self, **kwargs): + def list_persistent_volume_with_http_info(self, **kwargs): """ list or watch objects of kind PersistentVolume @@ -13582,7 +14130,7 @@ def list_core_v1_persistent_volume_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_persistent_volume_with_http_info(callback=callback_function) + >>> thread = api.list_persistent_volume_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13600,13 +14148,15 @@ def list_core_v1_persistent_volume_with_http_info(self, **kwargs): all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_persistent_volume" % key + " to method list_persistent_volume" % key ) params[key] = val del params['kwargs'] @@ -13662,9 +14212,11 @@ def list_core_v1_persistent_volume_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_persistent_volume_claim_for_all_namespaces(self, **kwargs): + def list_persistent_volume_claim_for_all_namespaces(self, **kwargs): """ list or watch objects of kind PersistentVolumeClaim @@ -13675,7 +14227,7 @@ def list_core_v1_persistent_volume_claim_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_persistent_volume_claim_for_all_namespaces(callback=callback_function) + >>> thread = api.list_persistent_volume_claim_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13691,12 +14243,12 @@ def list_core_v1_persistent_volume_claim_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_persistent_volume_claim_for_all_namespaces_with_http_info(**kwargs) + return self.list_persistent_volume_claim_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_core_v1_persistent_volume_claim_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_persistent_volume_claim_for_all_namespaces_with_http_info(**kwargs) return data - def list_core_v1_persistent_volume_claim_for_all_namespaces_with_http_info(self, **kwargs): + def list_persistent_volume_claim_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind PersistentVolumeClaim @@ -13707,7 +14259,7 @@ def list_core_v1_persistent_volume_claim_for_all_namespaces_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_persistent_volume_claim_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_persistent_volume_claim_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13725,13 +14277,15 @@ def list_core_v1_persistent_volume_claim_for_all_namespaces_with_http_info(self, all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_persistent_volume_claim_for_all_namespaces" % key + " to method list_persistent_volume_claim_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -13787,9 +14341,11 @@ def list_core_v1_persistent_volume_claim_for_all_namespaces_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_pod_for_all_namespaces(self, **kwargs): + def list_pod_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Pod @@ -13800,7 +14356,7 @@ def list_core_v1_pod_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_pod_for_all_namespaces(callback=callback_function) + >>> thread = api.list_pod_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13816,12 +14372,12 @@ def list_core_v1_pod_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_pod_for_all_namespaces_with_http_info(**kwargs) + return self.list_pod_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_core_v1_pod_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_pod_for_all_namespaces_with_http_info(**kwargs) return data - def list_core_v1_pod_for_all_namespaces_with_http_info(self, **kwargs): + def list_pod_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Pod @@ -13832,7 +14388,7 @@ def list_core_v1_pod_for_all_namespaces_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_pod_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_pod_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13850,13 +14406,15 @@ def list_core_v1_pod_for_all_namespaces_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_pod_for_all_namespaces" % key + " to method list_pod_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -13912,9 +14470,11 @@ def list_core_v1_pod_for_all_namespaces_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_pod_template_for_all_namespaces(self, **kwargs): + def list_pod_template_for_all_namespaces(self, **kwargs): """ list or watch objects of kind PodTemplate @@ -13925,7 +14485,7 @@ def list_core_v1_pod_template_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_pod_template_for_all_namespaces(callback=callback_function) + >>> thread = api.list_pod_template_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13941,12 +14501,12 @@ def list_core_v1_pod_template_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_pod_template_for_all_namespaces_with_http_info(**kwargs) + return self.list_pod_template_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_core_v1_pod_template_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_pod_template_for_all_namespaces_with_http_info(**kwargs) return data - def list_core_v1_pod_template_for_all_namespaces_with_http_info(self, **kwargs): + def list_pod_template_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind PodTemplate @@ -13957,7 +14517,7 @@ def list_core_v1_pod_template_for_all_namespaces_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_pod_template_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_pod_template_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13975,13 +14535,15 @@ def list_core_v1_pod_template_for_all_namespaces_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_pod_template_for_all_namespaces" % key + " to method list_pod_template_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -14037,9 +14599,11 @@ def list_core_v1_pod_template_for_all_namespaces_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_replication_controller_for_all_namespaces(self, **kwargs): + def list_replication_controller_for_all_namespaces(self, **kwargs): """ list or watch objects of kind ReplicationController @@ -14050,7 +14614,7 @@ def list_core_v1_replication_controller_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_replication_controller_for_all_namespaces(callback=callback_function) + >>> thread = api.list_replication_controller_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14066,12 +14630,12 @@ def list_core_v1_replication_controller_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_replication_controller_for_all_namespaces_with_http_info(**kwargs) + return self.list_replication_controller_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_core_v1_replication_controller_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_replication_controller_for_all_namespaces_with_http_info(**kwargs) return data - def list_core_v1_replication_controller_for_all_namespaces_with_http_info(self, **kwargs): + def list_replication_controller_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind ReplicationController @@ -14082,7 +14646,7 @@ def list_core_v1_replication_controller_for_all_namespaces_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_replication_controller_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_replication_controller_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14100,13 +14664,15 @@ def list_core_v1_replication_controller_for_all_namespaces_with_http_info(self, all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_replication_controller_for_all_namespaces" % key + " to method list_replication_controller_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -14162,9 +14728,11 @@ def list_core_v1_replication_controller_for_all_namespaces_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_resource_quota_for_all_namespaces(self, **kwargs): + def list_resource_quota_for_all_namespaces(self, **kwargs): """ list or watch objects of kind ResourceQuota @@ -14175,7 +14743,7 @@ def list_core_v1_resource_quota_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_resource_quota_for_all_namespaces(callback=callback_function) + >>> thread = api.list_resource_quota_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14191,12 +14759,12 @@ def list_core_v1_resource_quota_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_resource_quota_for_all_namespaces_with_http_info(**kwargs) + return self.list_resource_quota_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_core_v1_resource_quota_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_resource_quota_for_all_namespaces_with_http_info(**kwargs) return data - def list_core_v1_resource_quota_for_all_namespaces_with_http_info(self, **kwargs): + def list_resource_quota_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind ResourceQuota @@ -14207,7 +14775,7 @@ def list_core_v1_resource_quota_for_all_namespaces_with_http_info(self, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_resource_quota_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_resource_quota_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14225,13 +14793,15 @@ def list_core_v1_resource_quota_for_all_namespaces_with_http_info(self, **kwargs all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_resource_quota_for_all_namespaces" % key + " to method list_resource_quota_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -14287,9 +14857,11 @@ def list_core_v1_resource_quota_for_all_namespaces_with_http_info(self, **kwargs auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_secret_for_all_namespaces(self, **kwargs): + def list_secret_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Secret @@ -14300,7 +14872,7 @@ def list_core_v1_secret_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_secret_for_all_namespaces(callback=callback_function) + >>> thread = api.list_secret_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14316,12 +14888,12 @@ def list_core_v1_secret_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_secret_for_all_namespaces_with_http_info(**kwargs) + return self.list_secret_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_core_v1_secret_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_secret_for_all_namespaces_with_http_info(**kwargs) return data - def list_core_v1_secret_for_all_namespaces_with_http_info(self, **kwargs): + def list_secret_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Secret @@ -14332,7 +14904,7 @@ def list_core_v1_secret_for_all_namespaces_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_secret_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_secret_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14350,13 +14922,15 @@ def list_core_v1_secret_for_all_namespaces_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_secret_for_all_namespaces" % key + " to method list_secret_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -14412,9 +14986,11 @@ def list_core_v1_secret_for_all_namespaces_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_service_account_for_all_namespaces(self, **kwargs): + def list_service_account_for_all_namespaces(self, **kwargs): """ list or watch objects of kind ServiceAccount @@ -14425,7 +15001,7 @@ def list_core_v1_service_account_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_service_account_for_all_namespaces(callback=callback_function) + >>> thread = api.list_service_account_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14441,12 +15017,12 @@ def list_core_v1_service_account_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_service_account_for_all_namespaces_with_http_info(**kwargs) + return self.list_service_account_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_core_v1_service_account_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_service_account_for_all_namespaces_with_http_info(**kwargs) return data - def list_core_v1_service_account_for_all_namespaces_with_http_info(self, **kwargs): + def list_service_account_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind ServiceAccount @@ -14457,7 +15033,7 @@ def list_core_v1_service_account_for_all_namespaces_with_http_info(self, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_service_account_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_service_account_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14475,13 +15051,15 @@ def list_core_v1_service_account_for_all_namespaces_with_http_info(self, **kwarg all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_service_account_for_all_namespaces" % key + " to method list_service_account_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -14537,9 +15115,11 @@ def list_core_v1_service_account_for_all_namespaces_with_http_info(self, **kwarg auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_service_for_all_namespaces(self, **kwargs): + def list_service_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Service @@ -14550,7 +15130,7 @@ def list_core_v1_service_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_service_for_all_namespaces(callback=callback_function) + >>> thread = api.list_service_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14566,12 +15146,12 @@ def list_core_v1_service_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_core_v1_service_for_all_namespaces_with_http_info(**kwargs) + return self.list_service_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_core_v1_service_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_service_for_all_namespaces_with_http_info(**kwargs) return data - def list_core_v1_service_for_all_namespaces_with_http_info(self, **kwargs): + def list_service_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Service @@ -14582,7 +15162,7 @@ def list_core_v1_service_for_all_namespaces_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_core_v1_service_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_service_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14600,13 +15180,15 @@ def list_core_v1_service_for_all_namespaces_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_core_v1_service_for_all_namespaces" % key + " to method list_service_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -14662,9 +15244,11 @@ def list_core_v1_service_for_all_namespaces_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespace(self, name, body, **kwargs): + def patch_namespace(self, name, body, **kwargs): """ partially update the specified Namespace @@ -14675,7 +15259,7 @@ def patch_core_v1_namespace(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespace(name, body, callback=callback_function) + >>> thread = api.patch_namespace(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14688,12 +15272,12 @@ def patch_core_v1_namespace(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespace_with_http_info(name, body, **kwargs) + return self.patch_namespace_with_http_info(name, body, **kwargs) else: - (data) = self.patch_core_v1_namespace_with_http_info(name, body, **kwargs) + (data) = self.patch_namespace_with_http_info(name, body, **kwargs) return data - def patch_core_v1_namespace_with_http_info(self, name, body, **kwargs): + def patch_namespace_with_http_info(self, name, body, **kwargs): """ partially update the specified Namespace @@ -14704,7 +15288,7 @@ def patch_core_v1_namespace_with_http_info(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespace_with_http_info(name, body, callback=callback_function) + >>> thread = api.patch_namespace_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14719,22 +15303,24 @@ def patch_core_v1_namespace_with_http_info(self, name, body, **kwargs): all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespace" % key + " to method patch_namespace" % 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_core_v1_namespace`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespace`") # 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_core_v1_namespace`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespace`") collection_formats = {} @@ -14781,9 +15367,11 @@ def patch_core_v1_namespace_with_http_info(self, name, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespace_status(self, name, body, **kwargs): + def patch_namespace_status(self, name, body, **kwargs): """ partially update status of the specified Namespace @@ -14794,7 +15382,7 @@ def patch_core_v1_namespace_status(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespace_status(name, body, callback=callback_function) + >>> thread = api.patch_namespace_status(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14807,12 +15395,12 @@ def patch_core_v1_namespace_status(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespace_status_with_http_info(name, body, **kwargs) + return self.patch_namespace_status_with_http_info(name, body, **kwargs) else: - (data) = self.patch_core_v1_namespace_status_with_http_info(name, body, **kwargs) + (data) = self.patch_namespace_status_with_http_info(name, body, **kwargs) return data - def patch_core_v1_namespace_status_with_http_info(self, name, body, **kwargs): + def patch_namespace_status_with_http_info(self, name, body, **kwargs): """ partially update status of the specified Namespace @@ -14823,7 +15411,7 @@ def patch_core_v1_namespace_status_with_http_info(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespace_status_with_http_info(name, body, callback=callback_function) + >>> thread = api.patch_namespace_status_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14838,22 +15426,24 @@ def patch_core_v1_namespace_status_with_http_info(self, name, body, **kwargs): all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespace_status" % key + " to method patch_namespace_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_core_v1_namespace_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespace_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_core_v1_namespace_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespace_status`") collection_formats = {} @@ -14900,9 +15490,11 @@ def patch_core_v1_namespace_status_with_http_info(self, name, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_config_map(self, name, namespace, body, **kwargs): + def patch_namespaced_config_map(self, name, namespace, body, **kwargs): """ partially update the specified ConfigMap @@ -14913,7 +15505,7 @@ def patch_core_v1_namespaced_config_map(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_config_map(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_config_map(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14927,12 +15519,12 @@ def patch_core_v1_namespaced_config_map(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_config_map_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_config_map_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified ConfigMap @@ -14943,7 +15535,7 @@ def patch_core_v1_namespaced_config_map_with_http_info(self, name, namespace, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_config_map_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_config_map_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14959,25 +15551,27 @@ def patch_core_v1_namespaced_config_map_with_http_info(self, name, namespace, bo all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_config_map" % key + " to method patch_namespaced_config_map" % 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_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_config_map`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_config_map`") # 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_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_config_map`") collection_formats = {} @@ -15026,9 +15620,11 @@ def patch_core_v1_namespaced_config_map_with_http_info(self, name, namespace, bo auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_endpoints(self, name, namespace, body, **kwargs): + def patch_namespaced_endpoints(self, name, namespace, body, **kwargs): """ partially update the specified Endpoints @@ -15039,7 +15635,7 @@ def patch_core_v1_namespaced_endpoints(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_endpoints(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_endpoints(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15053,12 +15649,12 @@ def patch_core_v1_namespaced_endpoints(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_endpoints_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified Endpoints @@ -15069,7 +15665,7 @@ def patch_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_endpoints_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_endpoints_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15085,25 +15681,27 @@ def patch_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, bod all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_endpoints" % key + " to method patch_namespaced_endpoints" % 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_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_endpoints`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_endpoints`") # 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_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_endpoints`") collection_formats = {} @@ -15152,9 +15750,11 @@ def patch_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, bod auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_event(self, name, namespace, body, **kwargs): + def patch_namespaced_event(self, name, namespace, body, **kwargs): """ partially update the specified Event @@ -15165,7 +15765,7 @@ def patch_core_v1_namespaced_event(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_event(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_event(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15179,12 +15779,12 @@ def patch_core_v1_namespaced_event(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_event_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_event_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_event_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_event_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_event_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_event_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified Event @@ -15195,7 +15795,7 @@ def patch_core_v1_namespaced_event_with_http_info(self, name, namespace, body, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_event_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_event_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15211,25 +15811,27 @@ def patch_core_v1_namespaced_event_with_http_info(self, name, namespace, body, * all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_event" % key + " to method patch_namespaced_event" % 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_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_event`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_event`") # 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_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_event`") collection_formats = {} @@ -15278,9 +15880,11 @@ def patch_core_v1_namespaced_event_with_http_info(self, name, namespace, body, * auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_limit_range(self, name, namespace, body, **kwargs): + def patch_namespaced_limit_range(self, name, namespace, body, **kwargs): """ partially update the specified LimitRange @@ -15291,7 +15895,7 @@ def patch_core_v1_namespaced_limit_range(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_limit_range(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_limit_range(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15305,12 +15909,12 @@ def patch_core_v1_namespaced_limit_range(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_limit_range_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified LimitRange @@ -15321,7 +15925,7 @@ def patch_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_limit_range_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_limit_range_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15337,25 +15941,27 @@ def patch_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, b all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_limit_range" % key + " to method patch_namespaced_limit_range" % 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_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_limit_range`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_limit_range`") # 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_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_limit_range`") collection_formats = {} @@ -15404,9 +16010,11 @@ def patch_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, b auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_persistent_volume_claim(self, name, namespace, body, **kwargs): + def patch_namespaced_persistent_volume_claim(self, name, namespace, body, **kwargs): """ partially update the specified PersistentVolumeClaim @@ -15417,7 +16025,7 @@ def patch_core_v1_namespaced_persistent_volume_claim(self, name, namespace, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_persistent_volume_claim(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_persistent_volume_claim(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15431,12 +16039,12 @@ def patch_core_v1_namespaced_persistent_volume_claim(self, name, namespace, body """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_persistent_volume_claim_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified PersistentVolumeClaim @@ -15447,7 +16055,7 @@ def patch_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15463,25 +16071,27 @@ def patch_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_persistent_volume_claim" % key + " to method patch_namespaced_persistent_volume_claim" % 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_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_persistent_volume_claim`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_persistent_volume_claim`") # 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_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_persistent_volume_claim`") collection_formats = {} @@ -15530,9 +16140,11 @@ def patch_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_persistent_volume_claim_status(self, name, namespace, body, **kwargs): + def patch_namespaced_persistent_volume_claim_status(self, name, namespace, body, **kwargs): """ partially update status of the specified PersistentVolumeClaim @@ -15543,7 +16155,7 @@ def patch_core_v1_namespaced_persistent_volume_claim_status(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_persistent_volume_claim_status(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_persistent_volume_claim_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15557,12 +16169,12 @@ def patch_core_v1_namespaced_persistent_volume_claim_status(self, name, namespac """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_persistent_volume_claim_status_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_persistent_volume_claim_status_with_http_info(self, name, namespace, body, **kwargs): """ partially update status of the specified PersistentVolumeClaim @@ -15573,7 +16185,7 @@ def patch_core_v1_namespaced_persistent_volume_claim_status_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15589,25 +16201,27 @@ def patch_core_v1_namespaced_persistent_volume_claim_status_with_http_info(self, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_persistent_volume_claim_status" % key + " to method patch_namespaced_persistent_volume_claim_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_core_v1_namespaced_persistent_volume_claim_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_persistent_volume_claim_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_persistent_volume_claim_status`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_persistent_volume_claim_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_core_v1_namespaced_persistent_volume_claim_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_persistent_volume_claim_status`") collection_formats = {} @@ -15656,9 +16270,11 @@ def patch_core_v1_namespaced_persistent_volume_claim_status_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_pod(self, name, namespace, body, **kwargs): + def patch_namespaced_pod(self, name, namespace, body, **kwargs): """ partially update the specified Pod @@ -15669,7 +16285,7 @@ def patch_core_v1_namespaced_pod(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_pod(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_pod(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15683,12 +16299,12 @@ def patch_core_v1_namespaced_pod(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_pod_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_pod_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_pod_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_pod_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_pod_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_pod_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified Pod @@ -15699,7 +16315,7 @@ def patch_core_v1_namespaced_pod_with_http_info(self, name, namespace, body, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_pod_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_pod_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15715,25 +16331,27 @@ def patch_core_v1_namespaced_pod_with_http_info(self, name, namespace, body, **k all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_pod" % key + " to method patch_namespaced_pod" % 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_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_pod`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_pod`") # 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_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_pod`") collection_formats = {} @@ -15782,9 +16400,11 @@ def patch_core_v1_namespaced_pod_with_http_info(self, name, namespace, body, **k auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_pod_status(self, name, namespace, body, **kwargs): + def patch_namespaced_pod_status(self, name, namespace, body, **kwargs): """ partially update status of the specified Pod @@ -15795,7 +16415,7 @@ def patch_core_v1_namespaced_pod_status(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_pod_status(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_pod_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15809,12 +16429,12 @@ def patch_core_v1_namespaced_pod_status(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_pod_status_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_pod_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_pod_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_pod_status_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_pod_status_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_pod_status_with_http_info(self, name, namespace, body, **kwargs): """ partially update status of the specified Pod @@ -15825,7 +16445,7 @@ def patch_core_v1_namespaced_pod_status_with_http_info(self, name, namespace, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_pod_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_pod_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15841,25 +16461,27 @@ def patch_core_v1_namespaced_pod_status_with_http_info(self, name, namespace, bo all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_pod_status" % key + " to method patch_namespaced_pod_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_core_v1_namespaced_pod_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_pod_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_pod_status`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_pod_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_core_v1_namespaced_pod_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_pod_status`") collection_formats = {} @@ -15908,9 +16530,11 @@ def patch_core_v1_namespaced_pod_status_with_http_info(self, name, namespace, bo auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_pod_template(self, name, namespace, body, **kwargs): + def patch_namespaced_pod_template(self, name, namespace, body, **kwargs): """ partially update the specified PodTemplate @@ -15921,7 +16545,7 @@ def patch_core_v1_namespaced_pod_template(self, name, namespace, body, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_pod_template(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_pod_template(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15935,12 +16559,12 @@ def patch_core_v1_namespaced_pod_template(self, name, namespace, body, **kwargs) """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_pod_template_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified PodTemplate @@ -15951,7 +16575,7 @@ def patch_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_pod_template_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_pod_template_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -15967,25 +16591,27 @@ def patch_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_pod_template" % key + " to method patch_namespaced_pod_template" % 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_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_pod_template`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_pod_template`") # 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_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_pod_template`") collection_formats = {} @@ -16034,9 +16660,11 @@ def patch_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_replication_controller(self, name, namespace, body, **kwargs): + def patch_namespaced_replication_controller(self, name, namespace, body, **kwargs): """ partially update the specified ReplicationController @@ -16047,7 +16675,7 @@ def patch_core_v1_namespaced_replication_controller(self, name, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_replication_controller(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_replication_controller(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16061,12 +16689,12 @@ def patch_core_v1_namespaced_replication_controller(self, name, namespace, body, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_replication_controller_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_replication_controller_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified ReplicationController @@ -16077,7 +16705,7 @@ def patch_core_v1_namespaced_replication_controller_with_http_info(self, name, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_replication_controller_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_replication_controller_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16093,25 +16721,27 @@ def patch_core_v1_namespaced_replication_controller_with_http_info(self, name, n all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_replication_controller" % key + " to method patch_namespaced_replication_controller" % 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_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_replication_controller`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_replication_controller`") # 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_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_replication_controller`") collection_formats = {} @@ -16160,9 +16790,11 @@ def patch_core_v1_namespaced_replication_controller_with_http_info(self, name, n auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_replication_controller_status(self, name, namespace, body, **kwargs): + def patch_namespaced_replication_controller_status(self, name, namespace, body, **kwargs): """ partially update status of the specified ReplicationController @@ -16173,7 +16805,7 @@ def patch_core_v1_namespaced_replication_controller_status(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_replication_controller_status(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_replication_controller_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16187,12 +16819,12 @@ def patch_core_v1_namespaced_replication_controller_status(self, name, namespace """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_replication_controller_status_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_replication_controller_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_replication_controller_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_replication_controller_status_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_replication_controller_status_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_replication_controller_status_with_http_info(self, name, namespace, body, **kwargs): """ partially update status of the specified ReplicationController @@ -16203,7 +16835,7 @@ def patch_core_v1_namespaced_replication_controller_status_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_replication_controller_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_replication_controller_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16219,25 +16851,27 @@ def patch_core_v1_namespaced_replication_controller_status_with_http_info(self, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_replication_controller_status" % key + " to method patch_namespaced_replication_controller_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_core_v1_namespaced_replication_controller_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_replication_controller_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_replication_controller_status`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_replication_controller_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_core_v1_namespaced_replication_controller_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_replication_controller_status`") collection_formats = {} @@ -16286,9 +16920,11 @@ def patch_core_v1_namespaced_replication_controller_status_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_resource_quota(self, name, namespace, body, **kwargs): + def patch_namespaced_resource_quota(self, name, namespace, body, **kwargs): """ partially update the specified ResourceQuota @@ -16299,7 +16935,7 @@ def patch_core_v1_namespaced_resource_quota(self, name, namespace, body, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_resource_quota(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_resource_quota(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16313,12 +16949,12 @@ def patch_core_v1_namespaced_resource_quota(self, name, namespace, body, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_resource_quota_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_resource_quota_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified ResourceQuota @@ -16329,7 +16965,7 @@ def patch_core_v1_namespaced_resource_quota_with_http_info(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_resource_quota_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_resource_quota_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16345,25 +16981,27 @@ def patch_core_v1_namespaced_resource_quota_with_http_info(self, name, namespace all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_resource_quota" % key + " to method patch_namespaced_resource_quota" % 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_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_resource_quota`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_resource_quota`") # 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_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_resource_quota`") collection_formats = {} @@ -16412,9 +17050,11 @@ def patch_core_v1_namespaced_resource_quota_with_http_info(self, name, namespace auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_resource_quota_status(self, name, namespace, body, **kwargs): + def patch_namespaced_resource_quota_status(self, name, namespace, body, **kwargs): """ partially update status of the specified ResourceQuota @@ -16425,7 +17065,7 @@ def patch_core_v1_namespaced_resource_quota_status(self, name, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_resource_quota_status(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_resource_quota_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16439,12 +17079,12 @@ def patch_core_v1_namespaced_resource_quota_status(self, name, namespace, body, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_resource_quota_status_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_resource_quota_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_resource_quota_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_resource_quota_status_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_resource_quota_status_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_resource_quota_status_with_http_info(self, name, namespace, body, **kwargs): """ partially update status of the specified ResourceQuota @@ -16455,7 +17095,7 @@ def patch_core_v1_namespaced_resource_quota_status_with_http_info(self, name, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_resource_quota_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_resource_quota_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16471,25 +17111,27 @@ def patch_core_v1_namespaced_resource_quota_status_with_http_info(self, name, na all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_resource_quota_status" % key + " to method patch_namespaced_resource_quota_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_core_v1_namespaced_resource_quota_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_resource_quota_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_resource_quota_status`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_resource_quota_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_core_v1_namespaced_resource_quota_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_resource_quota_status`") collection_formats = {} @@ -16538,9 +17180,11 @@ def patch_core_v1_namespaced_resource_quota_status_with_http_info(self, name, na auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_scale_scale(self, name, namespace, body, **kwargs): + def patch_namespaced_scale_scale(self, name, namespace, body, **kwargs): """ partially update scale of the specified Scale @@ -16551,7 +17195,7 @@ def patch_core_v1_namespaced_scale_scale(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_scale_scale(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_scale_scale(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16565,12 +17209,12 @@ def patch_core_v1_namespaced_scale_scale(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_scale_scale_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_scale_scale_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_scale_scale_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_scale_scale_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_scale_scale_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_scale_scale_with_http_info(self, name, namespace, body, **kwargs): """ partially update scale of the specified Scale @@ -16581,7 +17225,7 @@ def patch_core_v1_namespaced_scale_scale_with_http_info(self, name, namespace, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_scale_scale_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_scale_scale_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16597,25 +17241,27 @@ def patch_core_v1_namespaced_scale_scale_with_http_info(self, name, namespace, b all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_scale_scale" % key + " to method patch_namespaced_scale_scale" % 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_core_v1_namespaced_scale_scale`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_scale_scale`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_scale_scale`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_scale_scale`") # 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_core_v1_namespaced_scale_scale`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_scale_scale`") collection_formats = {} @@ -16664,9 +17310,11 @@ def patch_core_v1_namespaced_scale_scale_with_http_info(self, name, namespace, b auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_secret(self, name, namespace, body, **kwargs): + def patch_namespaced_secret(self, name, namespace, body, **kwargs): """ partially update the specified Secret @@ -16677,7 +17325,7 @@ def patch_core_v1_namespaced_secret(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_secret(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_secret(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16691,12 +17339,12 @@ def patch_core_v1_namespaced_secret(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_secret_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_secret_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_secret_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_secret_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_secret_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_secret_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified Secret @@ -16707,7 +17355,7 @@ def patch_core_v1_namespaced_secret_with_http_info(self, name, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_secret_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_secret_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16723,25 +17371,27 @@ def patch_core_v1_namespaced_secret_with_http_info(self, name, namespace, body, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_secret" % key + " to method patch_namespaced_secret" % 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_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_secret`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_secret`") # 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_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_secret`") collection_formats = {} @@ -16790,9 +17440,11 @@ def patch_core_v1_namespaced_secret_with_http_info(self, name, namespace, body, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_service(self, name, namespace, body, **kwargs): + def patch_namespaced_service(self, name, namespace, body, **kwargs): """ partially update the specified Service @@ -16803,7 +17455,7 @@ def patch_core_v1_namespaced_service(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_service(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_service(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16817,12 +17469,12 @@ def patch_core_v1_namespaced_service(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_service_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_service_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_service_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_service_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_service_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_service_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified Service @@ -16833,7 +17485,7 @@ def patch_core_v1_namespaced_service_with_http_info(self, name, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_service_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_service_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16849,25 +17501,27 @@ def patch_core_v1_namespaced_service_with_http_info(self, name, namespace, body, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_service" % key + " to method patch_namespaced_service" % 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_core_v1_namespaced_service`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_service`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_service`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_service`") # 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_core_v1_namespaced_service`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_service`") collection_formats = {} @@ -16916,9 +17570,11 @@ def patch_core_v1_namespaced_service_with_http_info(self, name, namespace, body, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_service_account(self, name, namespace, body, **kwargs): + def patch_namespaced_service_account(self, name, namespace, body, **kwargs): """ partially update the specified ServiceAccount @@ -16929,7 +17585,7 @@ def patch_core_v1_namespaced_service_account(self, name, namespace, body, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_service_account(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_service_account(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16943,12 +17599,12 @@ def patch_core_v1_namespaced_service_account(self, name, namespace, body, **kwar """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_service_account_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_service_account_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified ServiceAccount @@ -16959,7 +17615,7 @@ def patch_core_v1_namespaced_service_account_with_http_info(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_service_account_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_service_account_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -16975,25 +17631,27 @@ def patch_core_v1_namespaced_service_account_with_http_info(self, name, namespac all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_service_account" % key + " to method patch_namespaced_service_account" % 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_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_service_account`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_service_account`") # 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_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_service_account`") collection_formats = {} @@ -17042,9 +17700,11 @@ def patch_core_v1_namespaced_service_account_with_http_info(self, name, namespac auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_service_status(self, name, namespace, body, **kwargs): + def patch_namespaced_service_status(self, name, namespace, body, **kwargs): """ partially update status of the specified Service @@ -17055,7 +17715,7 @@ def patch_core_v1_namespaced_service_status(self, name, namespace, body, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_service_status(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_service_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17069,12 +17729,12 @@ def patch_core_v1_namespaced_service_status(self, name, namespace, body, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_namespaced_service_status_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_service_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_core_v1_namespaced_service_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_service_status_with_http_info(name, namespace, body, **kwargs) return data - def patch_core_v1_namespaced_service_status_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_service_status_with_http_info(self, name, namespace, body, **kwargs): """ partially update status of the specified Service @@ -17085,7 +17745,7 @@ def patch_core_v1_namespaced_service_status_with_http_info(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_namespaced_service_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_service_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17101,25 +17761,27 @@ def patch_core_v1_namespaced_service_status_with_http_info(self, name, namespace all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_service_status" % key + " to method patch_namespaced_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_core_v1_namespaced_service_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_service_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_core_v1_namespaced_service_status`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_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_core_v1_namespaced_service_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_service_status`") collection_formats = {} @@ -17168,9 +17830,11 @@ def patch_core_v1_namespaced_service_status_with_http_info(self, name, namespace auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_node(self, name, body, **kwargs): + def patch_node(self, name, body, **kwargs): """ partially update the specified Node @@ -17181,7 +17845,7 @@ def patch_core_v1_node(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_node(name, body, callback=callback_function) + >>> thread = api.patch_node(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17194,12 +17858,12 @@ def patch_core_v1_node(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_node_with_http_info(name, body, **kwargs) + return self.patch_node_with_http_info(name, body, **kwargs) else: - (data) = self.patch_core_v1_node_with_http_info(name, body, **kwargs) + (data) = self.patch_node_with_http_info(name, body, **kwargs) return data - def patch_core_v1_node_with_http_info(self, name, body, **kwargs): + def patch_node_with_http_info(self, name, body, **kwargs): """ partially update the specified Node @@ -17210,7 +17874,7 @@ def patch_core_v1_node_with_http_info(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_node_with_http_info(name, body, callback=callback_function) + >>> thread = api.patch_node_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17225,22 +17889,24 @@ def patch_core_v1_node_with_http_info(self, name, body, **kwargs): all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_core_v1_node" % key + " to method patch_node" % 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_core_v1_node`") + raise ValueError("Missing the required parameter `name` when calling `patch_node`") # 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_core_v1_node`") + raise ValueError("Missing the required parameter `body` when calling `patch_node`") collection_formats = {} @@ -17287,9 +17953,11 @@ def patch_core_v1_node_with_http_info(self, name, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_node_status(self, name, body, **kwargs): + def patch_node_status(self, name, body, **kwargs): """ partially update status of the specified Node @@ -17300,7 +17968,7 @@ def patch_core_v1_node_status(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_node_status(name, body, callback=callback_function) + >>> thread = api.patch_node_status(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17313,12 +17981,12 @@ def patch_core_v1_node_status(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_node_status_with_http_info(name, body, **kwargs) + return self.patch_node_status_with_http_info(name, body, **kwargs) else: - (data) = self.patch_core_v1_node_status_with_http_info(name, body, **kwargs) + (data) = self.patch_node_status_with_http_info(name, body, **kwargs) return data - def patch_core_v1_node_status_with_http_info(self, name, body, **kwargs): + def patch_node_status_with_http_info(self, name, body, **kwargs): """ partially update status of the specified Node @@ -17329,7 +17997,7 @@ def patch_core_v1_node_status_with_http_info(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_node_status_with_http_info(name, body, callback=callback_function) + >>> thread = api.patch_node_status_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17344,22 +18012,24 @@ def patch_core_v1_node_status_with_http_info(self, name, body, **kwargs): all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_core_v1_node_status" % key + " to method patch_node_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_core_v1_node_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_node_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_core_v1_node_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_node_status`") collection_formats = {} @@ -17406,9 +18076,11 @@ def patch_core_v1_node_status_with_http_info(self, name, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_persistent_volume(self, name, body, **kwargs): + def patch_persistent_volume(self, name, body, **kwargs): """ partially update the specified PersistentVolume @@ -17419,7 +18091,7 @@ def patch_core_v1_persistent_volume(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_persistent_volume(name, body, callback=callback_function) + >>> thread = api.patch_persistent_volume(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17432,12 +18104,12 @@ def patch_core_v1_persistent_volume(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_persistent_volume_with_http_info(name, body, **kwargs) + return self.patch_persistent_volume_with_http_info(name, body, **kwargs) else: - (data) = self.patch_core_v1_persistent_volume_with_http_info(name, body, **kwargs) + (data) = self.patch_persistent_volume_with_http_info(name, body, **kwargs) return data - def patch_core_v1_persistent_volume_with_http_info(self, name, body, **kwargs): + def patch_persistent_volume_with_http_info(self, name, body, **kwargs): """ partially update the specified PersistentVolume @@ -17448,7 +18120,7 @@ def patch_core_v1_persistent_volume_with_http_info(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_persistent_volume_with_http_info(name, body, callback=callback_function) + >>> thread = api.patch_persistent_volume_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17463,22 +18135,24 @@ def patch_core_v1_persistent_volume_with_http_info(self, name, body, **kwargs): all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_core_v1_persistent_volume" % key + " to method patch_persistent_volume" % 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_core_v1_persistent_volume`") + raise ValueError("Missing the required parameter `name` when calling `patch_persistent_volume`") # 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_core_v1_persistent_volume`") + raise ValueError("Missing the required parameter `body` when calling `patch_persistent_volume`") collection_formats = {} @@ -17525,9 +18199,11 @@ def patch_core_v1_persistent_volume_with_http_info(self, name, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_persistent_volume_status(self, name, body, **kwargs): + def patch_persistent_volume_status(self, name, body, **kwargs): """ partially update status of the specified PersistentVolume @@ -17538,7 +18214,7 @@ def patch_core_v1_persistent_volume_status(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_persistent_volume_status(name, body, callback=callback_function) + >>> thread = api.patch_persistent_volume_status(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17551,12 +18227,12 @@ def patch_core_v1_persistent_volume_status(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_core_v1_persistent_volume_status_with_http_info(name, body, **kwargs) + return self.patch_persistent_volume_status_with_http_info(name, body, **kwargs) else: - (data) = self.patch_core_v1_persistent_volume_status_with_http_info(name, body, **kwargs) + (data) = self.patch_persistent_volume_status_with_http_info(name, body, **kwargs) return data - def patch_core_v1_persistent_volume_status_with_http_info(self, name, body, **kwargs): + def patch_persistent_volume_status_with_http_info(self, name, body, **kwargs): """ partially update status of the specified PersistentVolume @@ -17567,7 +18243,7 @@ def patch_core_v1_persistent_volume_status_with_http_info(self, name, body, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_core_v1_persistent_volume_status_with_http_info(name, body, callback=callback_function) + >>> thread = api.patch_persistent_volume_status_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17582,22 +18258,24 @@ def patch_core_v1_persistent_volume_status_with_http_info(self, name, body, **kw all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_core_v1_persistent_volume_status" % key + " to method patch_persistent_volume_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_core_v1_persistent_volume_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_persistent_volume_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_core_v1_persistent_volume_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_persistent_volume_status`") collection_formats = {} @@ -17644,9 +18322,11 @@ def patch_core_v1_persistent_volume_status_with_http_info(self, name, body, **kw auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_delete_namespaced_pod(self, name, namespace, **kwargs): + def proxy_delete_namespaced_pod(self, name, namespace, **kwargs): """ proxy DELETE requests to Pod @@ -17657,7 +18337,7 @@ def proxy_core_v1_delete_namespaced_pod(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_delete_namespaced_pod(name, namespace, callback=callback_function) + >>> thread = api.proxy_delete_namespaced_pod(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17669,12 +18349,12 @@ def proxy_core_v1_delete_namespaced_pod(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_delete_namespaced_pod_with_http_info(name, namespace, **kwargs) + return self.proxy_delete_namespaced_pod_with_http_info(name, namespace, **kwargs) else: - (data) = self.proxy_core_v1_delete_namespaced_pod_with_http_info(name, namespace, **kwargs) + (data) = self.proxy_delete_namespaced_pod_with_http_info(name, namespace, **kwargs) return data - def proxy_core_v1_delete_namespaced_pod_with_http_info(self, name, namespace, **kwargs): + def proxy_delete_namespaced_pod_with_http_info(self, name, namespace, **kwargs): """ proxy DELETE requests to Pod @@ -17685,7 +18365,7 @@ def proxy_core_v1_delete_namespaced_pod_with_http_info(self, name, namespace, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_delete_namespaced_pod_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.proxy_delete_namespaced_pod_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17699,22 +18379,24 @@ def proxy_core_v1_delete_namespaced_pod_with_http_info(self, name, namespace, ** all_params = ['name', 'namespace'] all_params.append('callback') 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 proxy_core_v1_delete_namespaced_pod" % key + " to method proxy_delete_namespaced_pod" % 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 `proxy_core_v1_delete_namespaced_pod`") + raise ValueError("Missing the required parameter `name` when calling `proxy_delete_namespaced_pod`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_delete_namespaced_pod`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_delete_namespaced_pod`") collection_formats = {} @@ -17759,9 +18441,11 @@ def proxy_core_v1_delete_namespaced_pod_with_http_info(self, name, namespace, ** auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_delete_namespaced_pod_with_path(self, name, namespace, path, **kwargs): + def proxy_delete_namespaced_pod_with_path(self, name, namespace, path, **kwargs): """ proxy DELETE requests to Pod @@ -17772,7 +18456,7 @@ def proxy_core_v1_delete_namespaced_pod_with_path(self, name, namespace, path, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_delete_namespaced_pod_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_delete_namespaced_pod_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17785,12 +18469,12 @@ def proxy_core_v1_delete_namespaced_pod_with_path(self, name, namespace, path, * """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_delete_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) + return self.proxy_delete_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.proxy_core_v1_delete_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.proxy_delete_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) return data - def proxy_core_v1_delete_namespaced_pod_with_path_with_http_info(self, name, namespace, path, **kwargs): + def proxy_delete_namespaced_pod_with_path_with_http_info(self, name, namespace, path, **kwargs): """ proxy DELETE requests to Pod @@ -17801,7 +18485,7 @@ def proxy_core_v1_delete_namespaced_pod_with_path_with_http_info(self, name, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_delete_namespaced_pod_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_delete_namespaced_pod_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17816,25 +18500,27 @@ def proxy_core_v1_delete_namespaced_pod_with_path_with_http_info(self, name, nam all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 proxy_core_v1_delete_namespaced_pod_with_path" % key + " to method proxy_delete_namespaced_pod_with_path" % 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 `proxy_core_v1_delete_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_delete_namespaced_pod_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_delete_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_delete_namespaced_pod_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_delete_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_delete_namespaced_pod_with_path`") collection_formats = {} @@ -17881,9 +18567,11 @@ def proxy_core_v1_delete_namespaced_pod_with_path_with_http_info(self, name, nam auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_delete_namespaced_service(self, name, namespace, **kwargs): + def proxy_delete_namespaced_service(self, name, namespace, **kwargs): """ proxy DELETE requests to Service @@ -17894,7 +18582,7 @@ def proxy_core_v1_delete_namespaced_service(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_delete_namespaced_service(name, namespace, callback=callback_function) + >>> thread = api.proxy_delete_namespaced_service(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17906,12 +18594,12 @@ def proxy_core_v1_delete_namespaced_service(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_delete_namespaced_service_with_http_info(name, namespace, **kwargs) + return self.proxy_delete_namespaced_service_with_http_info(name, namespace, **kwargs) else: - (data) = self.proxy_core_v1_delete_namespaced_service_with_http_info(name, namespace, **kwargs) + (data) = self.proxy_delete_namespaced_service_with_http_info(name, namespace, **kwargs) return data - def proxy_core_v1_delete_namespaced_service_with_http_info(self, name, namespace, **kwargs): + def proxy_delete_namespaced_service_with_http_info(self, name, namespace, **kwargs): """ proxy DELETE requests to Service @@ -17922,7 +18610,7 @@ def proxy_core_v1_delete_namespaced_service_with_http_info(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_delete_namespaced_service_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.proxy_delete_namespaced_service_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -17936,22 +18624,24 @@ def proxy_core_v1_delete_namespaced_service_with_http_info(self, name, namespace all_params = ['name', 'namespace'] all_params.append('callback') 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 proxy_core_v1_delete_namespaced_service" % key + " to method proxy_delete_namespaced_service" % 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 `proxy_core_v1_delete_namespaced_service`") + raise ValueError("Missing the required parameter `name` when calling `proxy_delete_namespaced_service`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_delete_namespaced_service`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_delete_namespaced_service`") collection_formats = {} @@ -17996,9 +18686,11 @@ def proxy_core_v1_delete_namespaced_service_with_http_info(self, name, namespace auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_delete_namespaced_service_with_path(self, name, namespace, path, **kwargs): + def proxy_delete_namespaced_service_with_path(self, name, namespace, path, **kwargs): """ proxy DELETE requests to Service @@ -18009,7 +18701,7 @@ def proxy_core_v1_delete_namespaced_service_with_path(self, name, namespace, pat >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_delete_namespaced_service_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_delete_namespaced_service_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18022,12 +18714,12 @@ def proxy_core_v1_delete_namespaced_service_with_path(self, name, namespace, pat """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_delete_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) + return self.proxy_delete_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.proxy_core_v1_delete_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.proxy_delete_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) return data - def proxy_core_v1_delete_namespaced_service_with_path_with_http_info(self, name, namespace, path, **kwargs): + def proxy_delete_namespaced_service_with_path_with_http_info(self, name, namespace, path, **kwargs): """ proxy DELETE requests to Service @@ -18038,7 +18730,7 @@ def proxy_core_v1_delete_namespaced_service_with_path_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_delete_namespaced_service_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_delete_namespaced_service_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18053,25 +18745,27 @@ def proxy_core_v1_delete_namespaced_service_with_path_with_http_info(self, name, all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 proxy_core_v1_delete_namespaced_service_with_path" % key + " to method proxy_delete_namespaced_service_with_path" % 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 `proxy_core_v1_delete_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_delete_namespaced_service_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_delete_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_delete_namespaced_service_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_delete_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_delete_namespaced_service_with_path`") collection_formats = {} @@ -18118,9 +18812,11 @@ def proxy_core_v1_delete_namespaced_service_with_path_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_delete_node(self, name, **kwargs): + def proxy_delete_node(self, name, **kwargs): """ proxy DELETE requests to Node @@ -18131,7 +18827,7 @@ def proxy_core_v1_delete_node(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_delete_node(name, callback=callback_function) + >>> thread = api.proxy_delete_node(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18142,12 +18838,12 @@ def proxy_core_v1_delete_node(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_delete_node_with_http_info(name, **kwargs) + return self.proxy_delete_node_with_http_info(name, **kwargs) else: - (data) = self.proxy_core_v1_delete_node_with_http_info(name, **kwargs) + (data) = self.proxy_delete_node_with_http_info(name, **kwargs) return data - def proxy_core_v1_delete_node_with_http_info(self, name, **kwargs): + def proxy_delete_node_with_http_info(self, name, **kwargs): """ proxy DELETE requests to Node @@ -18158,7 +18854,7 @@ def proxy_core_v1_delete_node_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_delete_node_with_http_info(name, callback=callback_function) + >>> thread = api.proxy_delete_node_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18171,19 +18867,21 @@ def proxy_core_v1_delete_node_with_http_info(self, name, **kwargs): all_params = ['name'] all_params.append('callback') 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 proxy_core_v1_delete_node" % key + " to method proxy_delete_node" % 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 `proxy_core_v1_delete_node`") + raise ValueError("Missing the required parameter `name` when calling `proxy_delete_node`") collection_formats = {} @@ -18226,9 +18924,11 @@ def proxy_core_v1_delete_node_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_delete_node_with_path(self, name, path, **kwargs): + def proxy_delete_node_with_path(self, name, path, **kwargs): """ proxy DELETE requests to Node @@ -18239,7 +18939,7 @@ def proxy_core_v1_delete_node_with_path(self, name, path, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_delete_node_with_path(name, path, callback=callback_function) + >>> thread = api.proxy_delete_node_with_path(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18251,12 +18951,12 @@ def proxy_core_v1_delete_node_with_path(self, name, path, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_delete_node_with_path_with_http_info(name, path, **kwargs) + return self.proxy_delete_node_with_path_with_http_info(name, path, **kwargs) else: - (data) = self.proxy_core_v1_delete_node_with_path_with_http_info(name, path, **kwargs) + (data) = self.proxy_delete_node_with_path_with_http_info(name, path, **kwargs) return data - def proxy_core_v1_delete_node_with_path_with_http_info(self, name, path, **kwargs): + def proxy_delete_node_with_path_with_http_info(self, name, path, **kwargs): """ proxy DELETE requests to Node @@ -18267,7 +18967,7 @@ def proxy_core_v1_delete_node_with_path_with_http_info(self, name, path, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_delete_node_with_path_with_http_info(name, path, callback=callback_function) + >>> thread = api.proxy_delete_node_with_path_with_http_info(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18281,22 +18981,24 @@ def proxy_core_v1_delete_node_with_path_with_http_info(self, name, path, **kwarg all_params = ['name', 'path'] all_params.append('callback') 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 proxy_core_v1_delete_node_with_path" % key + " to method proxy_delete_node_with_path" % 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 `proxy_core_v1_delete_node_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_delete_node_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_delete_node_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_delete_node_with_path`") collection_formats = {} @@ -18341,9 +19043,11 @@ def proxy_core_v1_delete_node_with_path_with_http_info(self, name, path, **kwarg auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_get_namespaced_pod(self, name, namespace, **kwargs): + def proxy_get_namespaced_pod(self, name, namespace, **kwargs): """ proxy GET requests to Pod @@ -18354,7 +19058,7 @@ def proxy_core_v1_get_namespaced_pod(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_get_namespaced_pod(name, namespace, callback=callback_function) + >>> thread = api.proxy_get_namespaced_pod(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18366,12 +19070,12 @@ def proxy_core_v1_get_namespaced_pod(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_get_namespaced_pod_with_http_info(name, namespace, **kwargs) + return self.proxy_get_namespaced_pod_with_http_info(name, namespace, **kwargs) else: - (data) = self.proxy_core_v1_get_namespaced_pod_with_http_info(name, namespace, **kwargs) + (data) = self.proxy_get_namespaced_pod_with_http_info(name, namespace, **kwargs) return data - def proxy_core_v1_get_namespaced_pod_with_http_info(self, name, namespace, **kwargs): + def proxy_get_namespaced_pod_with_http_info(self, name, namespace, **kwargs): """ proxy GET requests to Pod @@ -18382,7 +19086,7 @@ def proxy_core_v1_get_namespaced_pod_with_http_info(self, name, namespace, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_get_namespaced_pod_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.proxy_get_namespaced_pod_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18396,22 +19100,24 @@ def proxy_core_v1_get_namespaced_pod_with_http_info(self, name, namespace, **kwa all_params = ['name', 'namespace'] all_params.append('callback') 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 proxy_core_v1_get_namespaced_pod" % key + " to method proxy_get_namespaced_pod" % 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 `proxy_core_v1_get_namespaced_pod`") + raise ValueError("Missing the required parameter `name` when calling `proxy_get_namespaced_pod`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_get_namespaced_pod`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_get_namespaced_pod`") collection_formats = {} @@ -18456,9 +19162,11 @@ def proxy_core_v1_get_namespaced_pod_with_http_info(self, name, namespace, **kwa auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_get_namespaced_pod_with_path(self, name, namespace, path, **kwargs): + def proxy_get_namespaced_pod_with_path(self, name, namespace, path, **kwargs): """ proxy GET requests to Pod @@ -18469,7 +19177,7 @@ def proxy_core_v1_get_namespaced_pod_with_path(self, name, namespace, path, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_get_namespaced_pod_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_get_namespaced_pod_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18482,12 +19190,12 @@ def proxy_core_v1_get_namespaced_pod_with_path(self, name, namespace, path, **kw """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_get_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) + return self.proxy_get_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.proxy_core_v1_get_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.proxy_get_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) return data - def proxy_core_v1_get_namespaced_pod_with_path_with_http_info(self, name, namespace, path, **kwargs): + def proxy_get_namespaced_pod_with_path_with_http_info(self, name, namespace, path, **kwargs): """ proxy GET requests to Pod @@ -18498,7 +19206,7 @@ def proxy_core_v1_get_namespaced_pod_with_path_with_http_info(self, name, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_get_namespaced_pod_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_get_namespaced_pod_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18513,25 +19221,27 @@ def proxy_core_v1_get_namespaced_pod_with_path_with_http_info(self, name, namesp all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 proxy_core_v1_get_namespaced_pod_with_path" % key + " to method proxy_get_namespaced_pod_with_path" % 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 `proxy_core_v1_get_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_get_namespaced_pod_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_get_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_get_namespaced_pod_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_get_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_get_namespaced_pod_with_path`") collection_formats = {} @@ -18578,9 +19288,11 @@ def proxy_core_v1_get_namespaced_pod_with_path_with_http_info(self, name, namesp auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_get_namespaced_service(self, name, namespace, **kwargs): + def proxy_get_namespaced_service(self, name, namespace, **kwargs): """ proxy GET requests to Service @@ -18591,7 +19303,7 @@ def proxy_core_v1_get_namespaced_service(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_get_namespaced_service(name, namespace, callback=callback_function) + >>> thread = api.proxy_get_namespaced_service(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18603,12 +19315,12 @@ def proxy_core_v1_get_namespaced_service(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_get_namespaced_service_with_http_info(name, namespace, **kwargs) + return self.proxy_get_namespaced_service_with_http_info(name, namespace, **kwargs) else: - (data) = self.proxy_core_v1_get_namespaced_service_with_http_info(name, namespace, **kwargs) + (data) = self.proxy_get_namespaced_service_with_http_info(name, namespace, **kwargs) return data - def proxy_core_v1_get_namespaced_service_with_http_info(self, name, namespace, **kwargs): + def proxy_get_namespaced_service_with_http_info(self, name, namespace, **kwargs): """ proxy GET requests to Service @@ -18619,7 +19331,7 @@ def proxy_core_v1_get_namespaced_service_with_http_info(self, name, namespace, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_get_namespaced_service_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.proxy_get_namespaced_service_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18633,22 +19345,24 @@ def proxy_core_v1_get_namespaced_service_with_http_info(self, name, namespace, * all_params = ['name', 'namespace'] all_params.append('callback') 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 proxy_core_v1_get_namespaced_service" % key + " to method proxy_get_namespaced_service" % 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 `proxy_core_v1_get_namespaced_service`") + raise ValueError("Missing the required parameter `name` when calling `proxy_get_namespaced_service`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_get_namespaced_service`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_get_namespaced_service`") collection_formats = {} @@ -18693,9 +19407,11 @@ def proxy_core_v1_get_namespaced_service_with_http_info(self, name, namespace, * auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_get_namespaced_service_with_path(self, name, namespace, path, **kwargs): + def proxy_get_namespaced_service_with_path(self, name, namespace, path, **kwargs): """ proxy GET requests to Service @@ -18706,7 +19422,7 @@ def proxy_core_v1_get_namespaced_service_with_path(self, name, namespace, path, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_get_namespaced_service_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_get_namespaced_service_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18719,12 +19435,12 @@ def proxy_core_v1_get_namespaced_service_with_path(self, name, namespace, path, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_get_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) + return self.proxy_get_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.proxy_core_v1_get_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.proxy_get_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) return data - def proxy_core_v1_get_namespaced_service_with_path_with_http_info(self, name, namespace, path, **kwargs): + def proxy_get_namespaced_service_with_path_with_http_info(self, name, namespace, path, **kwargs): """ proxy GET requests to Service @@ -18735,7 +19451,7 @@ def proxy_core_v1_get_namespaced_service_with_path_with_http_info(self, name, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_get_namespaced_service_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_get_namespaced_service_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18750,25 +19466,27 @@ def proxy_core_v1_get_namespaced_service_with_path_with_http_info(self, name, na all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 proxy_core_v1_get_namespaced_service_with_path" % key + " to method proxy_get_namespaced_service_with_path" % 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 `proxy_core_v1_get_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_get_namespaced_service_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_get_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_get_namespaced_service_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_get_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_get_namespaced_service_with_path`") collection_formats = {} @@ -18815,9 +19533,11 @@ def proxy_core_v1_get_namespaced_service_with_path_with_http_info(self, name, na auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_get_node(self, name, **kwargs): + def proxy_get_node(self, name, **kwargs): """ proxy GET requests to Node @@ -18828,7 +19548,7 @@ def proxy_core_v1_get_node(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_get_node(name, callback=callback_function) + >>> thread = api.proxy_get_node(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18839,12 +19559,12 @@ def proxy_core_v1_get_node(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_get_node_with_http_info(name, **kwargs) + return self.proxy_get_node_with_http_info(name, **kwargs) else: - (data) = self.proxy_core_v1_get_node_with_http_info(name, **kwargs) + (data) = self.proxy_get_node_with_http_info(name, **kwargs) return data - def proxy_core_v1_get_node_with_http_info(self, name, **kwargs): + def proxy_get_node_with_http_info(self, name, **kwargs): """ proxy GET requests to Node @@ -18855,7 +19575,7 @@ def proxy_core_v1_get_node_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_get_node_with_http_info(name, callback=callback_function) + >>> thread = api.proxy_get_node_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18868,19 +19588,21 @@ def proxy_core_v1_get_node_with_http_info(self, name, **kwargs): all_params = ['name'] all_params.append('callback') 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 proxy_core_v1_get_node" % key + " to method proxy_get_node" % 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 `proxy_core_v1_get_node`") + raise ValueError("Missing the required parameter `name` when calling `proxy_get_node`") collection_formats = {} @@ -18923,9 +19645,11 @@ def proxy_core_v1_get_node_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_get_node_with_path(self, name, path, **kwargs): + def proxy_get_node_with_path(self, name, path, **kwargs): """ proxy GET requests to Node @@ -18936,7 +19660,7 @@ def proxy_core_v1_get_node_with_path(self, name, path, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_get_node_with_path(name, path, callback=callback_function) + >>> thread = api.proxy_get_node_with_path(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18948,12 +19672,12 @@ def proxy_core_v1_get_node_with_path(self, name, path, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_get_node_with_path_with_http_info(name, path, **kwargs) + return self.proxy_get_node_with_path_with_http_info(name, path, **kwargs) else: - (data) = self.proxy_core_v1_get_node_with_path_with_http_info(name, path, **kwargs) + (data) = self.proxy_get_node_with_path_with_http_info(name, path, **kwargs) return data - def proxy_core_v1_get_node_with_path_with_http_info(self, name, path, **kwargs): + def proxy_get_node_with_path_with_http_info(self, name, path, **kwargs): """ proxy GET requests to Node @@ -18964,7 +19688,7 @@ def proxy_core_v1_get_node_with_path_with_http_info(self, name, path, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_get_node_with_path_with_http_info(name, path, callback=callback_function) + >>> thread = api.proxy_get_node_with_path_with_http_info(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -18978,22 +19702,24 @@ def proxy_core_v1_get_node_with_path_with_http_info(self, name, path, **kwargs): all_params = ['name', 'path'] all_params.append('callback') 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 proxy_core_v1_get_node_with_path" % key + " to method proxy_get_node_with_path" % 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 `proxy_core_v1_get_node_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_get_node_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_get_node_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_get_node_with_path`") collection_formats = {} @@ -19038,9 +19764,11 @@ def proxy_core_v1_get_node_with_path_with_http_info(self, name, path, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_head_namespaced_pod(self, name, namespace, **kwargs): + def proxy_head_namespaced_pod(self, name, namespace, **kwargs): """ proxy HEAD requests to Pod @@ -19051,7 +19779,7 @@ def proxy_core_v1_head_namespaced_pod(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_head_namespaced_pod(name, namespace, callback=callback_function) + >>> thread = api.proxy_head_namespaced_pod(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19063,12 +19791,12 @@ def proxy_core_v1_head_namespaced_pod(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_head_namespaced_pod_with_http_info(name, namespace, **kwargs) + return self.proxy_head_namespaced_pod_with_http_info(name, namespace, **kwargs) else: - (data) = self.proxy_core_v1_head_namespaced_pod_with_http_info(name, namespace, **kwargs) + (data) = self.proxy_head_namespaced_pod_with_http_info(name, namespace, **kwargs) return data - def proxy_core_v1_head_namespaced_pod_with_http_info(self, name, namespace, **kwargs): + def proxy_head_namespaced_pod_with_http_info(self, name, namespace, **kwargs): """ proxy HEAD requests to Pod @@ -19079,7 +19807,7 @@ def proxy_core_v1_head_namespaced_pod_with_http_info(self, name, namespace, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_head_namespaced_pod_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.proxy_head_namespaced_pod_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19093,22 +19821,24 @@ def proxy_core_v1_head_namespaced_pod_with_http_info(self, name, namespace, **kw all_params = ['name', 'namespace'] all_params.append('callback') 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 proxy_core_v1_head_namespaced_pod" % key + " to method proxy_head_namespaced_pod" % 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 `proxy_core_v1_head_namespaced_pod`") + raise ValueError("Missing the required parameter `name` when calling `proxy_head_namespaced_pod`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_head_namespaced_pod`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_head_namespaced_pod`") collection_formats = {} @@ -19153,9 +19883,11 @@ def proxy_core_v1_head_namespaced_pod_with_http_info(self, name, namespace, **kw auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_head_namespaced_pod_with_path(self, name, namespace, path, **kwargs): + def proxy_head_namespaced_pod_with_path(self, name, namespace, path, **kwargs): """ proxy HEAD requests to Pod @@ -19166,7 +19898,7 @@ def proxy_core_v1_head_namespaced_pod_with_path(self, name, namespace, path, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_head_namespaced_pod_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_head_namespaced_pod_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19179,12 +19911,12 @@ def proxy_core_v1_head_namespaced_pod_with_path(self, name, namespace, path, **k """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_head_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) + return self.proxy_head_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.proxy_core_v1_head_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.proxy_head_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) return data - def proxy_core_v1_head_namespaced_pod_with_path_with_http_info(self, name, namespace, path, **kwargs): + def proxy_head_namespaced_pod_with_path_with_http_info(self, name, namespace, path, **kwargs): """ proxy HEAD requests to Pod @@ -19195,7 +19927,7 @@ def proxy_core_v1_head_namespaced_pod_with_path_with_http_info(self, name, names >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_head_namespaced_pod_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_head_namespaced_pod_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19210,25 +19942,27 @@ def proxy_core_v1_head_namespaced_pod_with_path_with_http_info(self, name, names all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 proxy_core_v1_head_namespaced_pod_with_path" % key + " to method proxy_head_namespaced_pod_with_path" % 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 `proxy_core_v1_head_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_head_namespaced_pod_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_head_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_head_namespaced_pod_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_head_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_head_namespaced_pod_with_path`") collection_formats = {} @@ -19275,9 +20009,11 @@ def proxy_core_v1_head_namespaced_pod_with_path_with_http_info(self, name, names auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_head_namespaced_service(self, name, namespace, **kwargs): + def proxy_head_namespaced_service(self, name, namespace, **kwargs): """ proxy HEAD requests to Service @@ -19288,7 +20024,7 @@ def proxy_core_v1_head_namespaced_service(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_head_namespaced_service(name, namespace, callback=callback_function) + >>> thread = api.proxy_head_namespaced_service(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19300,12 +20036,12 @@ def proxy_core_v1_head_namespaced_service(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_head_namespaced_service_with_http_info(name, namespace, **kwargs) + return self.proxy_head_namespaced_service_with_http_info(name, namespace, **kwargs) else: - (data) = self.proxy_core_v1_head_namespaced_service_with_http_info(name, namespace, **kwargs) + (data) = self.proxy_head_namespaced_service_with_http_info(name, namespace, **kwargs) return data - def proxy_core_v1_head_namespaced_service_with_http_info(self, name, namespace, **kwargs): + def proxy_head_namespaced_service_with_http_info(self, name, namespace, **kwargs): """ proxy HEAD requests to Service @@ -19316,7 +20052,7 @@ def proxy_core_v1_head_namespaced_service_with_http_info(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_head_namespaced_service_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.proxy_head_namespaced_service_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19330,22 +20066,24 @@ def proxy_core_v1_head_namespaced_service_with_http_info(self, name, namespace, all_params = ['name', 'namespace'] all_params.append('callback') 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 proxy_core_v1_head_namespaced_service" % key + " to method proxy_head_namespaced_service" % 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 `proxy_core_v1_head_namespaced_service`") + raise ValueError("Missing the required parameter `name` when calling `proxy_head_namespaced_service`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_head_namespaced_service`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_head_namespaced_service`") collection_formats = {} @@ -19390,9 +20128,11 @@ def proxy_core_v1_head_namespaced_service_with_http_info(self, name, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_head_namespaced_service_with_path(self, name, namespace, path, **kwargs): + def proxy_head_namespaced_service_with_path(self, name, namespace, path, **kwargs): """ proxy HEAD requests to Service @@ -19403,7 +20143,7 @@ def proxy_core_v1_head_namespaced_service_with_path(self, name, namespace, path, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_head_namespaced_service_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_head_namespaced_service_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19416,12 +20156,12 @@ def proxy_core_v1_head_namespaced_service_with_path(self, name, namespace, path, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_head_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) + return self.proxy_head_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.proxy_core_v1_head_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.proxy_head_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) return data - def proxy_core_v1_head_namespaced_service_with_path_with_http_info(self, name, namespace, path, **kwargs): + def proxy_head_namespaced_service_with_path_with_http_info(self, name, namespace, path, **kwargs): """ proxy HEAD requests to Service @@ -19432,7 +20172,7 @@ def proxy_core_v1_head_namespaced_service_with_path_with_http_info(self, name, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_head_namespaced_service_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_head_namespaced_service_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19447,25 +20187,27 @@ def proxy_core_v1_head_namespaced_service_with_path_with_http_info(self, name, n all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 proxy_core_v1_head_namespaced_service_with_path" % key + " to method proxy_head_namespaced_service_with_path" % 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 `proxy_core_v1_head_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_head_namespaced_service_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_head_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_head_namespaced_service_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_head_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_head_namespaced_service_with_path`") collection_formats = {} @@ -19512,9 +20254,11 @@ def proxy_core_v1_head_namespaced_service_with_path_with_http_info(self, name, n auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_head_node(self, name, **kwargs): + def proxy_head_node(self, name, **kwargs): """ proxy HEAD requests to Node @@ -19525,7 +20269,7 @@ def proxy_core_v1_head_node(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_head_node(name, callback=callback_function) + >>> thread = api.proxy_head_node(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19536,12 +20280,12 @@ def proxy_core_v1_head_node(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_head_node_with_http_info(name, **kwargs) + return self.proxy_head_node_with_http_info(name, **kwargs) else: - (data) = self.proxy_core_v1_head_node_with_http_info(name, **kwargs) + (data) = self.proxy_head_node_with_http_info(name, **kwargs) return data - def proxy_core_v1_head_node_with_http_info(self, name, **kwargs): + def proxy_head_node_with_http_info(self, name, **kwargs): """ proxy HEAD requests to Node @@ -19552,7 +20296,7 @@ def proxy_core_v1_head_node_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_head_node_with_http_info(name, callback=callback_function) + >>> thread = api.proxy_head_node_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19565,19 +20309,21 @@ def proxy_core_v1_head_node_with_http_info(self, name, **kwargs): all_params = ['name'] all_params.append('callback') 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 proxy_core_v1_head_node" % key + " to method proxy_head_node" % 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 `proxy_core_v1_head_node`") + raise ValueError("Missing the required parameter `name` when calling `proxy_head_node`") collection_formats = {} @@ -19620,9 +20366,11 @@ def proxy_core_v1_head_node_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_head_node_with_path(self, name, path, **kwargs): + def proxy_head_node_with_path(self, name, path, **kwargs): """ proxy HEAD requests to Node @@ -19633,7 +20381,7 @@ def proxy_core_v1_head_node_with_path(self, name, path, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_head_node_with_path(name, path, callback=callback_function) + >>> thread = api.proxy_head_node_with_path(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19645,12 +20393,12 @@ def proxy_core_v1_head_node_with_path(self, name, path, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_head_node_with_path_with_http_info(name, path, **kwargs) + return self.proxy_head_node_with_path_with_http_info(name, path, **kwargs) else: - (data) = self.proxy_core_v1_head_node_with_path_with_http_info(name, path, **kwargs) + (data) = self.proxy_head_node_with_path_with_http_info(name, path, **kwargs) return data - def proxy_core_v1_head_node_with_path_with_http_info(self, name, path, **kwargs): + def proxy_head_node_with_path_with_http_info(self, name, path, **kwargs): """ proxy HEAD requests to Node @@ -19661,7 +20409,7 @@ def proxy_core_v1_head_node_with_path_with_http_info(self, name, path, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_head_node_with_path_with_http_info(name, path, callback=callback_function) + >>> thread = api.proxy_head_node_with_path_with_http_info(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19675,22 +20423,24 @@ def proxy_core_v1_head_node_with_path_with_http_info(self, name, path, **kwargs) all_params = ['name', 'path'] all_params.append('callback') 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 proxy_core_v1_head_node_with_path" % key + " to method proxy_head_node_with_path" % 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 `proxy_core_v1_head_node_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_head_node_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_head_node_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_head_node_with_path`") collection_formats = {} @@ -19735,9 +20485,11 @@ def proxy_core_v1_head_node_with_path_with_http_info(self, name, path, **kwargs) auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_options_namespaced_pod(self, name, namespace, **kwargs): + def proxy_options_namespaced_pod(self, name, namespace, **kwargs): """ proxy OPTIONS requests to Pod @@ -19748,7 +20500,7 @@ def proxy_core_v1_options_namespaced_pod(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_options_namespaced_pod(name, namespace, callback=callback_function) + >>> thread = api.proxy_options_namespaced_pod(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19760,12 +20512,12 @@ def proxy_core_v1_options_namespaced_pod(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_options_namespaced_pod_with_http_info(name, namespace, **kwargs) + return self.proxy_options_namespaced_pod_with_http_info(name, namespace, **kwargs) else: - (data) = self.proxy_core_v1_options_namespaced_pod_with_http_info(name, namespace, **kwargs) + (data) = self.proxy_options_namespaced_pod_with_http_info(name, namespace, **kwargs) return data - def proxy_core_v1_options_namespaced_pod_with_http_info(self, name, namespace, **kwargs): + def proxy_options_namespaced_pod_with_http_info(self, name, namespace, **kwargs): """ proxy OPTIONS requests to Pod @@ -19776,7 +20528,7 @@ def proxy_core_v1_options_namespaced_pod_with_http_info(self, name, namespace, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_options_namespaced_pod_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.proxy_options_namespaced_pod_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19790,22 +20542,24 @@ def proxy_core_v1_options_namespaced_pod_with_http_info(self, name, namespace, * all_params = ['name', 'namespace'] all_params.append('callback') 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 proxy_core_v1_options_namespaced_pod" % key + " to method proxy_options_namespaced_pod" % 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 `proxy_core_v1_options_namespaced_pod`") + raise ValueError("Missing the required parameter `name` when calling `proxy_options_namespaced_pod`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_options_namespaced_pod`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_options_namespaced_pod`") collection_formats = {} @@ -19850,9 +20604,11 @@ def proxy_core_v1_options_namespaced_pod_with_http_info(self, name, namespace, * auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_options_namespaced_pod_with_path(self, name, namespace, path, **kwargs): + def proxy_options_namespaced_pod_with_path(self, name, namespace, path, **kwargs): """ proxy OPTIONS requests to Pod @@ -19863,7 +20619,7 @@ def proxy_core_v1_options_namespaced_pod_with_path(self, name, namespace, path, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_options_namespaced_pod_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_options_namespaced_pod_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19876,12 +20632,12 @@ def proxy_core_v1_options_namespaced_pod_with_path(self, name, namespace, path, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_options_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) + return self.proxy_options_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.proxy_core_v1_options_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.proxy_options_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) return data - def proxy_core_v1_options_namespaced_pod_with_path_with_http_info(self, name, namespace, path, **kwargs): + def proxy_options_namespaced_pod_with_path_with_http_info(self, name, namespace, path, **kwargs): """ proxy OPTIONS requests to Pod @@ -19892,7 +20648,7 @@ def proxy_core_v1_options_namespaced_pod_with_path_with_http_info(self, name, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_options_namespaced_pod_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_options_namespaced_pod_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19907,25 +20663,27 @@ def proxy_core_v1_options_namespaced_pod_with_path_with_http_info(self, name, na all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 proxy_core_v1_options_namespaced_pod_with_path" % key + " to method proxy_options_namespaced_pod_with_path" % 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 `proxy_core_v1_options_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_options_namespaced_pod_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_options_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_options_namespaced_pod_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_options_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_options_namespaced_pod_with_path`") collection_formats = {} @@ -19972,9 +20730,11 @@ def proxy_core_v1_options_namespaced_pod_with_path_with_http_info(self, name, na auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_options_namespaced_service(self, name, namespace, **kwargs): + def proxy_options_namespaced_service(self, name, namespace, **kwargs): """ proxy OPTIONS requests to Service @@ -19985,7 +20745,7 @@ def proxy_core_v1_options_namespaced_service(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_options_namespaced_service(name, namespace, callback=callback_function) + >>> thread = api.proxy_options_namespaced_service(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -19997,12 +20757,12 @@ def proxy_core_v1_options_namespaced_service(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_options_namespaced_service_with_http_info(name, namespace, **kwargs) + return self.proxy_options_namespaced_service_with_http_info(name, namespace, **kwargs) else: - (data) = self.proxy_core_v1_options_namespaced_service_with_http_info(name, namespace, **kwargs) + (data) = self.proxy_options_namespaced_service_with_http_info(name, namespace, **kwargs) return data - def proxy_core_v1_options_namespaced_service_with_http_info(self, name, namespace, **kwargs): + def proxy_options_namespaced_service_with_http_info(self, name, namespace, **kwargs): """ proxy OPTIONS requests to Service @@ -20013,7 +20773,7 @@ def proxy_core_v1_options_namespaced_service_with_http_info(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_options_namespaced_service_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.proxy_options_namespaced_service_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20027,22 +20787,24 @@ def proxy_core_v1_options_namespaced_service_with_http_info(self, name, namespac all_params = ['name', 'namespace'] all_params.append('callback') 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 proxy_core_v1_options_namespaced_service" % key + " to method proxy_options_namespaced_service" % 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 `proxy_core_v1_options_namespaced_service`") + raise ValueError("Missing the required parameter `name` when calling `proxy_options_namespaced_service`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_options_namespaced_service`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_options_namespaced_service`") collection_formats = {} @@ -20087,9 +20849,11 @@ def proxy_core_v1_options_namespaced_service_with_http_info(self, name, namespac auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_options_namespaced_service_with_path(self, name, namespace, path, **kwargs): + def proxy_options_namespaced_service_with_path(self, name, namespace, path, **kwargs): """ proxy OPTIONS requests to Service @@ -20100,7 +20864,7 @@ def proxy_core_v1_options_namespaced_service_with_path(self, name, namespace, pa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_options_namespaced_service_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_options_namespaced_service_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20113,12 +20877,12 @@ def proxy_core_v1_options_namespaced_service_with_path(self, name, namespace, pa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_options_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) + return self.proxy_options_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.proxy_core_v1_options_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.proxy_options_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) return data - def proxy_core_v1_options_namespaced_service_with_path_with_http_info(self, name, namespace, path, **kwargs): + def proxy_options_namespaced_service_with_path_with_http_info(self, name, namespace, path, **kwargs): """ proxy OPTIONS requests to Service @@ -20129,7 +20893,7 @@ def proxy_core_v1_options_namespaced_service_with_path_with_http_info(self, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_options_namespaced_service_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_options_namespaced_service_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20144,25 +20908,27 @@ def proxy_core_v1_options_namespaced_service_with_path_with_http_info(self, name all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 proxy_core_v1_options_namespaced_service_with_path" % key + " to method proxy_options_namespaced_service_with_path" % 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 `proxy_core_v1_options_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_options_namespaced_service_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_options_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_options_namespaced_service_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_options_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_options_namespaced_service_with_path`") collection_formats = {} @@ -20209,9 +20975,11 @@ def proxy_core_v1_options_namespaced_service_with_path_with_http_info(self, name auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_options_node(self, name, **kwargs): + def proxy_options_node(self, name, **kwargs): """ proxy OPTIONS requests to Node @@ -20222,7 +20990,7 @@ def proxy_core_v1_options_node(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_options_node(name, callback=callback_function) + >>> thread = api.proxy_options_node(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20233,12 +21001,12 @@ def proxy_core_v1_options_node(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_options_node_with_http_info(name, **kwargs) + return self.proxy_options_node_with_http_info(name, **kwargs) else: - (data) = self.proxy_core_v1_options_node_with_http_info(name, **kwargs) + (data) = self.proxy_options_node_with_http_info(name, **kwargs) return data - def proxy_core_v1_options_node_with_http_info(self, name, **kwargs): + def proxy_options_node_with_http_info(self, name, **kwargs): """ proxy OPTIONS requests to Node @@ -20249,7 +21017,7 @@ def proxy_core_v1_options_node_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_options_node_with_http_info(name, callback=callback_function) + >>> thread = api.proxy_options_node_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20262,19 +21030,21 @@ def proxy_core_v1_options_node_with_http_info(self, name, **kwargs): all_params = ['name'] all_params.append('callback') 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 proxy_core_v1_options_node" % key + " to method proxy_options_node" % 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 `proxy_core_v1_options_node`") + raise ValueError("Missing the required parameter `name` when calling `proxy_options_node`") collection_formats = {} @@ -20317,9 +21087,11 @@ def proxy_core_v1_options_node_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_options_node_with_path(self, name, path, **kwargs): + def proxy_options_node_with_path(self, name, path, **kwargs): """ proxy OPTIONS requests to Node @@ -20330,7 +21102,7 @@ def proxy_core_v1_options_node_with_path(self, name, path, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_options_node_with_path(name, path, callback=callback_function) + >>> thread = api.proxy_options_node_with_path(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20342,12 +21114,12 @@ def proxy_core_v1_options_node_with_path(self, name, path, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_options_node_with_path_with_http_info(name, path, **kwargs) + return self.proxy_options_node_with_path_with_http_info(name, path, **kwargs) else: - (data) = self.proxy_core_v1_options_node_with_path_with_http_info(name, path, **kwargs) + (data) = self.proxy_options_node_with_path_with_http_info(name, path, **kwargs) return data - def proxy_core_v1_options_node_with_path_with_http_info(self, name, path, **kwargs): + def proxy_options_node_with_path_with_http_info(self, name, path, **kwargs): """ proxy OPTIONS requests to Node @@ -20358,7 +21130,7 @@ def proxy_core_v1_options_node_with_path_with_http_info(self, name, path, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_options_node_with_path_with_http_info(name, path, callback=callback_function) + >>> thread = api.proxy_options_node_with_path_with_http_info(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20372,22 +21144,24 @@ def proxy_core_v1_options_node_with_path_with_http_info(self, name, path, **kwar all_params = ['name', 'path'] all_params.append('callback') 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 proxy_core_v1_options_node_with_path" % key + " to method proxy_options_node_with_path" % 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 `proxy_core_v1_options_node_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_options_node_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_options_node_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_options_node_with_path`") collection_formats = {} @@ -20432,9 +21206,11 @@ def proxy_core_v1_options_node_with_path_with_http_info(self, name, path, **kwar auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_post_namespaced_pod(self, name, namespace, **kwargs): + def proxy_post_namespaced_pod(self, name, namespace, **kwargs): """ proxy POST requests to Pod @@ -20445,7 +21221,7 @@ def proxy_core_v1_post_namespaced_pod(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_post_namespaced_pod(name, namespace, callback=callback_function) + >>> thread = api.proxy_post_namespaced_pod(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20457,12 +21233,12 @@ def proxy_core_v1_post_namespaced_pod(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_post_namespaced_pod_with_http_info(name, namespace, **kwargs) + return self.proxy_post_namespaced_pod_with_http_info(name, namespace, **kwargs) else: - (data) = self.proxy_core_v1_post_namespaced_pod_with_http_info(name, namespace, **kwargs) + (data) = self.proxy_post_namespaced_pod_with_http_info(name, namespace, **kwargs) return data - def proxy_core_v1_post_namespaced_pod_with_http_info(self, name, namespace, **kwargs): + def proxy_post_namespaced_pod_with_http_info(self, name, namespace, **kwargs): """ proxy POST requests to Pod @@ -20473,7 +21249,7 @@ def proxy_core_v1_post_namespaced_pod_with_http_info(self, name, namespace, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_post_namespaced_pod_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.proxy_post_namespaced_pod_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20487,22 +21263,24 @@ def proxy_core_v1_post_namespaced_pod_with_http_info(self, name, namespace, **kw all_params = ['name', 'namespace'] all_params.append('callback') 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 proxy_core_v1_post_namespaced_pod" % key + " to method proxy_post_namespaced_pod" % 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 `proxy_core_v1_post_namespaced_pod`") + raise ValueError("Missing the required parameter `name` when calling `proxy_post_namespaced_pod`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_post_namespaced_pod`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_post_namespaced_pod`") collection_formats = {} @@ -20547,9 +21325,11 @@ def proxy_core_v1_post_namespaced_pod_with_http_info(self, name, namespace, **kw auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_post_namespaced_pod_with_path(self, name, namespace, path, **kwargs): + def proxy_post_namespaced_pod_with_path(self, name, namespace, path, **kwargs): """ proxy POST requests to Pod @@ -20560,7 +21340,7 @@ def proxy_core_v1_post_namespaced_pod_with_path(self, name, namespace, path, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_post_namespaced_pod_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_post_namespaced_pod_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20573,12 +21353,12 @@ def proxy_core_v1_post_namespaced_pod_with_path(self, name, namespace, path, **k """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_post_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) + return self.proxy_post_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.proxy_core_v1_post_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.proxy_post_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) return data - def proxy_core_v1_post_namespaced_pod_with_path_with_http_info(self, name, namespace, path, **kwargs): + def proxy_post_namespaced_pod_with_path_with_http_info(self, name, namespace, path, **kwargs): """ proxy POST requests to Pod @@ -20589,7 +21369,7 @@ def proxy_core_v1_post_namespaced_pod_with_path_with_http_info(self, name, names >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_post_namespaced_pod_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_post_namespaced_pod_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20604,25 +21384,27 @@ def proxy_core_v1_post_namespaced_pod_with_path_with_http_info(self, name, names all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 proxy_core_v1_post_namespaced_pod_with_path" % key + " to method proxy_post_namespaced_pod_with_path" % 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 `proxy_core_v1_post_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_post_namespaced_pod_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_post_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_post_namespaced_pod_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_post_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_post_namespaced_pod_with_path`") collection_formats = {} @@ -20669,9 +21451,11 @@ def proxy_core_v1_post_namespaced_pod_with_path_with_http_info(self, name, names auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_post_namespaced_service(self, name, namespace, **kwargs): + def proxy_post_namespaced_service(self, name, namespace, **kwargs): """ proxy POST requests to Service @@ -20682,7 +21466,7 @@ def proxy_core_v1_post_namespaced_service(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_post_namespaced_service(name, namespace, callback=callback_function) + >>> thread = api.proxy_post_namespaced_service(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20694,12 +21478,12 @@ def proxy_core_v1_post_namespaced_service(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_post_namespaced_service_with_http_info(name, namespace, **kwargs) + return self.proxy_post_namespaced_service_with_http_info(name, namespace, **kwargs) else: - (data) = self.proxy_core_v1_post_namespaced_service_with_http_info(name, namespace, **kwargs) + (data) = self.proxy_post_namespaced_service_with_http_info(name, namespace, **kwargs) return data - def proxy_core_v1_post_namespaced_service_with_http_info(self, name, namespace, **kwargs): + def proxy_post_namespaced_service_with_http_info(self, name, namespace, **kwargs): """ proxy POST requests to Service @@ -20710,7 +21494,7 @@ def proxy_core_v1_post_namespaced_service_with_http_info(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_post_namespaced_service_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.proxy_post_namespaced_service_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20724,22 +21508,24 @@ def proxy_core_v1_post_namespaced_service_with_http_info(self, name, namespace, all_params = ['name', 'namespace'] all_params.append('callback') 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 proxy_core_v1_post_namespaced_service" % key + " to method proxy_post_namespaced_service" % 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 `proxy_core_v1_post_namespaced_service`") + raise ValueError("Missing the required parameter `name` when calling `proxy_post_namespaced_service`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_post_namespaced_service`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_post_namespaced_service`") collection_formats = {} @@ -20784,9 +21570,11 @@ def proxy_core_v1_post_namespaced_service_with_http_info(self, name, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_post_namespaced_service_with_path(self, name, namespace, path, **kwargs): + def proxy_post_namespaced_service_with_path(self, name, namespace, path, **kwargs): """ proxy POST requests to Service @@ -20797,7 +21585,7 @@ def proxy_core_v1_post_namespaced_service_with_path(self, name, namespace, path, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_post_namespaced_service_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_post_namespaced_service_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20810,12 +21598,12 @@ def proxy_core_v1_post_namespaced_service_with_path(self, name, namespace, path, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_post_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) + return self.proxy_post_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.proxy_core_v1_post_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.proxy_post_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) return data - def proxy_core_v1_post_namespaced_service_with_path_with_http_info(self, name, namespace, path, **kwargs): + def proxy_post_namespaced_service_with_path_with_http_info(self, name, namespace, path, **kwargs): """ proxy POST requests to Service @@ -20826,7 +21614,7 @@ def proxy_core_v1_post_namespaced_service_with_path_with_http_info(self, name, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_post_namespaced_service_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_post_namespaced_service_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20841,25 +21629,27 @@ def proxy_core_v1_post_namespaced_service_with_path_with_http_info(self, name, n all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 proxy_core_v1_post_namespaced_service_with_path" % key + " to method proxy_post_namespaced_service_with_path" % 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 `proxy_core_v1_post_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_post_namespaced_service_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_post_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_post_namespaced_service_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_post_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_post_namespaced_service_with_path`") collection_formats = {} @@ -20906,9 +21696,11 @@ def proxy_core_v1_post_namespaced_service_with_path_with_http_info(self, name, n auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_post_node(self, name, **kwargs): + def proxy_post_node(self, name, **kwargs): """ proxy POST requests to Node @@ -20919,7 +21711,7 @@ def proxy_core_v1_post_node(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_post_node(name, callback=callback_function) + >>> thread = api.proxy_post_node(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20930,12 +21722,12 @@ def proxy_core_v1_post_node(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_post_node_with_http_info(name, **kwargs) + return self.proxy_post_node_with_http_info(name, **kwargs) else: - (data) = self.proxy_core_v1_post_node_with_http_info(name, **kwargs) + (data) = self.proxy_post_node_with_http_info(name, **kwargs) return data - def proxy_core_v1_post_node_with_http_info(self, name, **kwargs): + def proxy_post_node_with_http_info(self, name, **kwargs): """ proxy POST requests to Node @@ -20946,7 +21738,7 @@ def proxy_core_v1_post_node_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_post_node_with_http_info(name, callback=callback_function) + >>> thread = api.proxy_post_node_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -20959,19 +21751,21 @@ def proxy_core_v1_post_node_with_http_info(self, name, **kwargs): all_params = ['name'] all_params.append('callback') 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 proxy_core_v1_post_node" % key + " to method proxy_post_node" % 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 `proxy_core_v1_post_node`") + raise ValueError("Missing the required parameter `name` when calling `proxy_post_node`") collection_formats = {} @@ -21014,9 +21808,11 @@ def proxy_core_v1_post_node_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_post_node_with_path(self, name, path, **kwargs): + def proxy_post_node_with_path(self, name, path, **kwargs): """ proxy POST requests to Node @@ -21027,7 +21823,7 @@ def proxy_core_v1_post_node_with_path(self, name, path, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_post_node_with_path(name, path, callback=callback_function) + >>> thread = api.proxy_post_node_with_path(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21039,12 +21835,12 @@ def proxy_core_v1_post_node_with_path(self, name, path, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_post_node_with_path_with_http_info(name, path, **kwargs) + return self.proxy_post_node_with_path_with_http_info(name, path, **kwargs) else: - (data) = self.proxy_core_v1_post_node_with_path_with_http_info(name, path, **kwargs) + (data) = self.proxy_post_node_with_path_with_http_info(name, path, **kwargs) return data - def proxy_core_v1_post_node_with_path_with_http_info(self, name, path, **kwargs): + def proxy_post_node_with_path_with_http_info(self, name, path, **kwargs): """ proxy POST requests to Node @@ -21055,7 +21851,7 @@ def proxy_core_v1_post_node_with_path_with_http_info(self, name, path, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_post_node_with_path_with_http_info(name, path, callback=callback_function) + >>> thread = api.proxy_post_node_with_path_with_http_info(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21069,22 +21865,24 @@ def proxy_core_v1_post_node_with_path_with_http_info(self, name, path, **kwargs) all_params = ['name', 'path'] all_params.append('callback') 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 proxy_core_v1_post_node_with_path" % key + " to method proxy_post_node_with_path" % 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 `proxy_core_v1_post_node_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_post_node_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_post_node_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_post_node_with_path`") collection_formats = {} @@ -21129,9 +21927,11 @@ def proxy_core_v1_post_node_with_path_with_http_info(self, name, path, **kwargs) auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_put_namespaced_pod(self, name, namespace, **kwargs): + def proxy_put_namespaced_pod(self, name, namespace, **kwargs): """ proxy PUT requests to Pod @@ -21142,7 +21942,7 @@ def proxy_core_v1_put_namespaced_pod(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_put_namespaced_pod(name, namespace, callback=callback_function) + >>> thread = api.proxy_put_namespaced_pod(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21154,12 +21954,12 @@ def proxy_core_v1_put_namespaced_pod(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_put_namespaced_pod_with_http_info(name, namespace, **kwargs) + return self.proxy_put_namespaced_pod_with_http_info(name, namespace, **kwargs) else: - (data) = self.proxy_core_v1_put_namespaced_pod_with_http_info(name, namespace, **kwargs) + (data) = self.proxy_put_namespaced_pod_with_http_info(name, namespace, **kwargs) return data - def proxy_core_v1_put_namespaced_pod_with_http_info(self, name, namespace, **kwargs): + def proxy_put_namespaced_pod_with_http_info(self, name, namespace, **kwargs): """ proxy PUT requests to Pod @@ -21170,7 +21970,7 @@ def proxy_core_v1_put_namespaced_pod_with_http_info(self, name, namespace, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_put_namespaced_pod_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.proxy_put_namespaced_pod_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21184,22 +21984,24 @@ def proxy_core_v1_put_namespaced_pod_with_http_info(self, name, namespace, **kwa all_params = ['name', 'namespace'] all_params.append('callback') 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 proxy_core_v1_put_namespaced_pod" % key + " to method proxy_put_namespaced_pod" % 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 `proxy_core_v1_put_namespaced_pod`") + raise ValueError("Missing the required parameter `name` when calling `proxy_put_namespaced_pod`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_put_namespaced_pod`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_put_namespaced_pod`") collection_formats = {} @@ -21244,9 +22046,11 @@ def proxy_core_v1_put_namespaced_pod_with_http_info(self, name, namespace, **kwa auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_put_namespaced_pod_with_path(self, name, namespace, path, **kwargs): + def proxy_put_namespaced_pod_with_path(self, name, namespace, path, **kwargs): """ proxy PUT requests to Pod @@ -21257,7 +22061,7 @@ def proxy_core_v1_put_namespaced_pod_with_path(self, name, namespace, path, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_put_namespaced_pod_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_put_namespaced_pod_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21270,12 +22074,12 @@ def proxy_core_v1_put_namespaced_pod_with_path(self, name, namespace, path, **kw """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_put_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) + return self.proxy_put_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.proxy_core_v1_put_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.proxy_put_namespaced_pod_with_path_with_http_info(name, namespace, path, **kwargs) return data - def proxy_core_v1_put_namespaced_pod_with_path_with_http_info(self, name, namespace, path, **kwargs): + def proxy_put_namespaced_pod_with_path_with_http_info(self, name, namespace, path, **kwargs): """ proxy PUT requests to Pod @@ -21286,7 +22090,7 @@ def proxy_core_v1_put_namespaced_pod_with_path_with_http_info(self, name, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_put_namespaced_pod_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_put_namespaced_pod_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21301,25 +22105,27 @@ def proxy_core_v1_put_namespaced_pod_with_path_with_http_info(self, name, namesp all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 proxy_core_v1_put_namespaced_pod_with_path" % key + " to method proxy_put_namespaced_pod_with_path" % 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 `proxy_core_v1_put_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_put_namespaced_pod_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_put_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_put_namespaced_pod_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_put_namespaced_pod_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_put_namespaced_pod_with_path`") collection_formats = {} @@ -21366,9 +22172,11 @@ def proxy_core_v1_put_namespaced_pod_with_path_with_http_info(self, name, namesp auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_put_namespaced_service(self, name, namespace, **kwargs): + def proxy_put_namespaced_service(self, name, namespace, **kwargs): """ proxy PUT requests to Service @@ -21379,7 +22187,7 @@ def proxy_core_v1_put_namespaced_service(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_put_namespaced_service(name, namespace, callback=callback_function) + >>> thread = api.proxy_put_namespaced_service(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21391,12 +22199,12 @@ def proxy_core_v1_put_namespaced_service(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_put_namespaced_service_with_http_info(name, namespace, **kwargs) + return self.proxy_put_namespaced_service_with_http_info(name, namespace, **kwargs) else: - (data) = self.proxy_core_v1_put_namespaced_service_with_http_info(name, namespace, **kwargs) + (data) = self.proxy_put_namespaced_service_with_http_info(name, namespace, **kwargs) return data - def proxy_core_v1_put_namespaced_service_with_http_info(self, name, namespace, **kwargs): + def proxy_put_namespaced_service_with_http_info(self, name, namespace, **kwargs): """ proxy PUT requests to Service @@ -21407,7 +22215,7 @@ def proxy_core_v1_put_namespaced_service_with_http_info(self, name, namespace, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_put_namespaced_service_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.proxy_put_namespaced_service_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21421,22 +22229,24 @@ def proxy_core_v1_put_namespaced_service_with_http_info(self, name, namespace, * all_params = ['name', 'namespace'] all_params.append('callback') 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 proxy_core_v1_put_namespaced_service" % key + " to method proxy_put_namespaced_service" % 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 `proxy_core_v1_put_namespaced_service`") + raise ValueError("Missing the required parameter `name` when calling `proxy_put_namespaced_service`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_put_namespaced_service`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_put_namespaced_service`") collection_formats = {} @@ -21481,9 +22291,11 @@ def proxy_core_v1_put_namespaced_service_with_http_info(self, name, namespace, * auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_put_namespaced_service_with_path(self, name, namespace, path, **kwargs): + def proxy_put_namespaced_service_with_path(self, name, namespace, path, **kwargs): """ proxy PUT requests to Service @@ -21494,7 +22306,7 @@ def proxy_core_v1_put_namespaced_service_with_path(self, name, namespace, path, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_put_namespaced_service_with_path(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_put_namespaced_service_with_path(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21507,12 +22319,12 @@ def proxy_core_v1_put_namespaced_service_with_path(self, name, namespace, path, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_put_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) + return self.proxy_put_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) else: - (data) = self.proxy_core_v1_put_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) + (data) = self.proxy_put_namespaced_service_with_path_with_http_info(name, namespace, path, **kwargs) return data - def proxy_core_v1_put_namespaced_service_with_path_with_http_info(self, name, namespace, path, **kwargs): + def proxy_put_namespaced_service_with_path_with_http_info(self, name, namespace, path, **kwargs): """ proxy PUT requests to Service @@ -21523,7 +22335,7 @@ def proxy_core_v1_put_namespaced_service_with_path_with_http_info(self, name, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_put_namespaced_service_with_path_with_http_info(name, namespace, path, callback=callback_function) + >>> thread = api.proxy_put_namespaced_service_with_path_with_http_info(name, namespace, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21538,25 +22350,27 @@ def proxy_core_v1_put_namespaced_service_with_path_with_http_info(self, name, na all_params = ['name', 'namespace', 'path'] all_params.append('callback') 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 proxy_core_v1_put_namespaced_service_with_path" % key + " to method proxy_put_namespaced_service_with_path" % 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 `proxy_core_v1_put_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_put_namespaced_service_with_path`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `proxy_core_v1_put_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `namespace` when calling `proxy_put_namespaced_service_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_put_namespaced_service_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_put_namespaced_service_with_path`") collection_formats = {} @@ -21603,9 +22417,11 @@ def proxy_core_v1_put_namespaced_service_with_path_with_http_info(self, name, na auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_put_node(self, name, **kwargs): + def proxy_put_node(self, name, **kwargs): """ proxy PUT requests to Node @@ -21616,7 +22432,7 @@ def proxy_core_v1_put_node(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_put_node(name, callback=callback_function) + >>> thread = api.proxy_put_node(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21627,12 +22443,12 @@ def proxy_core_v1_put_node(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_put_node_with_http_info(name, **kwargs) + return self.proxy_put_node_with_http_info(name, **kwargs) else: - (data) = self.proxy_core_v1_put_node_with_http_info(name, **kwargs) + (data) = self.proxy_put_node_with_http_info(name, **kwargs) return data - def proxy_core_v1_put_node_with_http_info(self, name, **kwargs): + def proxy_put_node_with_http_info(self, name, **kwargs): """ proxy PUT requests to Node @@ -21643,7 +22459,7 @@ def proxy_core_v1_put_node_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_put_node_with_http_info(name, callback=callback_function) + >>> thread = api.proxy_put_node_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21656,19 +22472,21 @@ def proxy_core_v1_put_node_with_http_info(self, name, **kwargs): all_params = ['name'] all_params.append('callback') 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 proxy_core_v1_put_node" % key + " to method proxy_put_node" % 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 `proxy_core_v1_put_node`") + raise ValueError("Missing the required parameter `name` when calling `proxy_put_node`") collection_formats = {} @@ -21711,9 +22529,11 @@ def proxy_core_v1_put_node_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 proxy_core_v1_put_node_with_path(self, name, path, **kwargs): + def proxy_put_node_with_path(self, name, path, **kwargs): """ proxy PUT requests to Node @@ -21724,7 +22544,7 @@ def proxy_core_v1_put_node_with_path(self, name, path, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_put_node_with_path(name, path, callback=callback_function) + >>> thread = api.proxy_put_node_with_path(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21736,12 +22556,12 @@ def proxy_core_v1_put_node_with_path(self, name, path, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.proxy_core_v1_put_node_with_path_with_http_info(name, path, **kwargs) + return self.proxy_put_node_with_path_with_http_info(name, path, **kwargs) else: - (data) = self.proxy_core_v1_put_node_with_path_with_http_info(name, path, **kwargs) + (data) = self.proxy_put_node_with_path_with_http_info(name, path, **kwargs) return data - def proxy_core_v1_put_node_with_path_with_http_info(self, name, path, **kwargs): + def proxy_put_node_with_path_with_http_info(self, name, path, **kwargs): """ proxy PUT requests to Node @@ -21752,7 +22572,7 @@ def proxy_core_v1_put_node_with_path_with_http_info(self, name, path, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.proxy_core_v1_put_node_with_path_with_http_info(name, path, callback=callback_function) + >>> thread = api.proxy_put_node_with_path_with_http_info(name, path, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21766,22 +22586,24 @@ def proxy_core_v1_put_node_with_path_with_http_info(self, name, path, **kwargs): all_params = ['name', 'path'] all_params.append('callback') 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 proxy_core_v1_put_node_with_path" % key + " to method proxy_put_node_with_path" % 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 `proxy_core_v1_put_node_with_path`") + raise ValueError("Missing the required parameter `name` when calling `proxy_put_node_with_path`") # verify the required parameter 'path' is set if ('path' not in params) or (params['path'] is None): - raise ValueError("Missing the required parameter `path` when calling `proxy_core_v1_put_node_with_path`") + raise ValueError("Missing the required parameter `path` when calling `proxy_put_node_with_path`") collection_formats = {} @@ -21826,9 +22648,11 @@ def proxy_core_v1_put_node_with_path_with_http_info(self, name, path, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_component_status(self, name, **kwargs): + def read_component_status(self, name, **kwargs): """ read the specified ComponentStatus @@ -21839,7 +22663,7 @@ def read_core_v1_component_status(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_component_status(name, callback=callback_function) + >>> thread = api.read_component_status(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21851,12 +22675,12 @@ def read_core_v1_component_status(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_component_status_with_http_info(name, **kwargs) + return self.read_component_status_with_http_info(name, **kwargs) else: - (data) = self.read_core_v1_component_status_with_http_info(name, **kwargs) + (data) = self.read_component_status_with_http_info(name, **kwargs) return data - def read_core_v1_component_status_with_http_info(self, name, **kwargs): + def read_component_status_with_http_info(self, name, **kwargs): """ read the specified ComponentStatus @@ -21867,7 +22691,7 @@ def read_core_v1_component_status_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_component_status_with_http_info(name, callback=callback_function) + >>> thread = api.read_component_status_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21881,19 +22705,21 @@ def read_core_v1_component_status_with_http_info(self, name, **kwargs): all_params = ['name', 'pretty'] all_params.append('callback') 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_core_v1_component_status" % key + " to method read_component_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_core_v1_component_status`") + raise ValueError("Missing the required parameter `name` when calling `read_component_status`") collection_formats = {} @@ -21938,9 +22764,11 @@ def read_core_v1_component_status_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespace(self, name, **kwargs): + def read_namespace(self, name, **kwargs): """ read the specified Namespace @@ -21951,7 +22779,7 @@ def read_core_v1_namespace(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespace(name, callback=callback_function) + >>> thread = api.read_namespace(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21965,12 +22793,12 @@ def read_core_v1_namespace(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespace_with_http_info(name, **kwargs) + return self.read_namespace_with_http_info(name, **kwargs) else: - (data) = self.read_core_v1_namespace_with_http_info(name, **kwargs) + (data) = self.read_namespace_with_http_info(name, **kwargs) return data - def read_core_v1_namespace_with_http_info(self, name, **kwargs): + def read_namespace_with_http_info(self, name, **kwargs): """ read the specified Namespace @@ -21981,7 +22809,7 @@ def read_core_v1_namespace_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespace_with_http_info(name, callback=callback_function) + >>> thread = api.read_namespace_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -21997,19 +22825,21 @@ def read_core_v1_namespace_with_http_info(self, name, **kwargs): all_params = ['name', 'pretty', 'exact', 'export'] all_params.append('callback') 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_core_v1_namespace" % key + " to method read_namespace" % 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_core_v1_namespace`") + raise ValueError("Missing the required parameter `name` when calling `read_namespace`") collection_formats = {} @@ -22058,9 +22888,11 @@ def read_core_v1_namespace_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespace_status(self, name, **kwargs): + def read_namespace_status(self, name, **kwargs): """ read status of the specified Namespace @@ -22071,7 +22903,7 @@ def read_core_v1_namespace_status(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespace_status(name, callback=callback_function) + >>> thread = api.read_namespace_status(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22083,12 +22915,12 @@ def read_core_v1_namespace_status(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespace_status_with_http_info(name, **kwargs) + return self.read_namespace_status_with_http_info(name, **kwargs) else: - (data) = self.read_core_v1_namespace_status_with_http_info(name, **kwargs) + (data) = self.read_namespace_status_with_http_info(name, **kwargs) return data - def read_core_v1_namespace_status_with_http_info(self, name, **kwargs): + def read_namespace_status_with_http_info(self, name, **kwargs): """ read status of the specified Namespace @@ -22099,7 +22931,7 @@ def read_core_v1_namespace_status_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespace_status_with_http_info(name, callback=callback_function) + >>> thread = api.read_namespace_status_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22113,19 +22945,21 @@ def read_core_v1_namespace_status_with_http_info(self, name, **kwargs): all_params = ['name', 'pretty'] all_params.append('callback') 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_core_v1_namespace_status" % key + " to method read_namespace_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_core_v1_namespace_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespace_status`") collection_formats = {} @@ -22170,9 +23004,11 @@ def read_core_v1_namespace_status_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_config_map(self, name, namespace, **kwargs): + def read_namespaced_config_map(self, name, namespace, **kwargs): """ read the specified ConfigMap @@ -22183,7 +23019,7 @@ def read_core_v1_namespaced_config_map(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_config_map(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_config_map(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22198,12 +23034,12 @@ def read_core_v1_namespaced_config_map(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_config_map_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_config_map_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_config_map_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_config_map_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_config_map_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_config_map_with_http_info(self, name, namespace, **kwargs): """ read the specified ConfigMap @@ -22214,7 +23050,7 @@ def read_core_v1_namespaced_config_map_with_http_info(self, name, namespace, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_config_map_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_config_map_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22231,22 +23067,24 @@ def read_core_v1_namespaced_config_map_with_http_info(self, name, namespace, **k all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_core_v1_namespaced_config_map" % key + " to method read_namespaced_config_map" % 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_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_config_map`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_config_map`") collection_formats = {} @@ -22297,9 +23135,11 @@ def read_core_v1_namespaced_config_map_with_http_info(self, name, namespace, **k auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_endpoints(self, name, namespace, **kwargs): + def read_namespaced_endpoints(self, name, namespace, **kwargs): """ read the specified Endpoints @@ -22310,7 +23150,7 @@ def read_core_v1_namespaced_endpoints(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_endpoints(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_endpoints(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22325,12 +23165,12 @@ def read_core_v1_namespaced_endpoints(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_endpoints_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_endpoints_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_endpoints_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_endpoints_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_endpoints_with_http_info(self, name, namespace, **kwargs): """ read the specified Endpoints @@ -22341,7 +23181,7 @@ def read_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_endpoints_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_endpoints_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22358,22 +23198,24 @@ def read_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, **kw all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_core_v1_namespaced_endpoints" % key + " to method read_namespaced_endpoints" % 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_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_endpoints`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_endpoints`") collection_formats = {} @@ -22424,9 +23266,11 @@ def read_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, **kw auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_event(self, name, namespace, **kwargs): + def read_namespaced_event(self, name, namespace, **kwargs): """ read the specified Event @@ -22437,7 +23281,7 @@ def read_core_v1_namespaced_event(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_event(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_event(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22452,12 +23296,12 @@ def read_core_v1_namespaced_event(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_event_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_event_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_event_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_event_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_event_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_event_with_http_info(self, name, namespace, **kwargs): """ read the specified Event @@ -22468,7 +23312,7 @@ def read_core_v1_namespaced_event_with_http_info(self, name, namespace, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_event_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_event_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22485,22 +23329,24 @@ def read_core_v1_namespaced_event_with_http_info(self, name, namespace, **kwargs all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_core_v1_namespaced_event" % key + " to method read_namespaced_event" % 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_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_event`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_event`") collection_formats = {} @@ -22551,9 +23397,11 @@ def read_core_v1_namespaced_event_with_http_info(self, name, namespace, **kwargs auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_limit_range(self, name, namespace, **kwargs): + def read_namespaced_limit_range(self, name, namespace, **kwargs): """ read the specified LimitRange @@ -22564,7 +23412,7 @@ def read_core_v1_namespaced_limit_range(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_limit_range(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_limit_range(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22579,12 +23427,12 @@ def read_core_v1_namespaced_limit_range(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_limit_range_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_limit_range_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_limit_range_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_limit_range_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_limit_range_with_http_info(self, name, namespace, **kwargs): """ read the specified LimitRange @@ -22595,7 +23443,7 @@ def read_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_limit_range_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_limit_range_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22612,22 +23460,24 @@ def read_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, ** all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_core_v1_namespaced_limit_range" % key + " to method read_namespaced_limit_range" % 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_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_limit_range`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_limit_range`") collection_formats = {} @@ -22678,9 +23528,11 @@ def read_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, ** auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_persistent_volume_claim(self, name, namespace, **kwargs): + def read_namespaced_persistent_volume_claim(self, name, namespace, **kwargs): """ read the specified PersistentVolumeClaim @@ -22691,7 +23543,7 @@ def read_core_v1_namespaced_persistent_volume_claim(self, name, namespace, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_persistent_volume_claim(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_persistent_volume_claim(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22706,12 +23558,12 @@ def read_core_v1_namespaced_persistent_volume_claim(self, name, namespace, **kwa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_persistent_volume_claim_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_persistent_volume_claim_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_persistent_volume_claim_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_persistent_volume_claim_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_persistent_volume_claim_with_http_info(self, name, namespace, **kwargs): """ read the specified PersistentVolumeClaim @@ -22722,7 +23574,7 @@ def read_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_persistent_volume_claim_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_persistent_volume_claim_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22739,22 +23591,24 @@ def read_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, n all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_core_v1_namespaced_persistent_volume_claim" % key + " to method read_namespaced_persistent_volume_claim" % 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_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_persistent_volume_claim`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_persistent_volume_claim`") collection_formats = {} @@ -22805,9 +23659,11 @@ def read_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, n auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_persistent_volume_claim_status(self, name, namespace, **kwargs): + def read_namespaced_persistent_volume_claim_status(self, name, namespace, **kwargs): """ read status of the specified PersistentVolumeClaim @@ -22818,7 +23674,7 @@ def read_core_v1_namespaced_persistent_volume_claim_status(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_persistent_volume_claim_status(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_persistent_volume_claim_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22831,12 +23687,12 @@ def read_core_v1_namespaced_persistent_volume_claim_status(self, name, namespace """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_persistent_volume_claim_status_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_persistent_volume_claim_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified PersistentVolumeClaim @@ -22847,7 +23703,7 @@ def read_core_v1_namespaced_persistent_volume_claim_status_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22862,22 +23718,24 @@ def read_core_v1_namespaced_persistent_volume_claim_status_with_http_info(self, all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_persistent_volume_claim_status" % key + " to method read_namespaced_persistent_volume_claim_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_core_v1_namespaced_persistent_volume_claim_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_persistent_volume_claim_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_persistent_volume_claim_status`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_persistent_volume_claim_status`") collection_formats = {} @@ -22924,9 +23782,11 @@ def read_core_v1_namespaced_persistent_volume_claim_status_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_pod(self, name, namespace, **kwargs): + def read_namespaced_pod(self, name, namespace, **kwargs): """ read the specified Pod @@ -22937,7 +23797,7 @@ def read_core_v1_namespaced_pod(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_pod(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_pod(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22952,12 +23812,12 @@ def read_core_v1_namespaced_pod(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_pod_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_pod_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_pod_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_pod_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_pod_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_pod_with_http_info(self, name, namespace, **kwargs): """ read the specified Pod @@ -22968,7 +23828,7 @@ def read_core_v1_namespaced_pod_with_http_info(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_pod_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_pod_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -22985,22 +23845,24 @@ def read_core_v1_namespaced_pod_with_http_info(self, name, namespace, **kwargs): all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_core_v1_namespaced_pod" % key + " to method read_namespaced_pod" % 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_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_pod`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_pod`") collection_formats = {} @@ -23051,9 +23913,11 @@ def read_core_v1_namespaced_pod_with_http_info(self, name, namespace, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_pod_log(self, name, namespace, **kwargs): + def read_namespaced_pod_log(self, name, namespace, **kwargs): """ read log of the specified Pod @@ -23064,7 +23928,7 @@ def read_core_v1_namespaced_pod_log(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_pod_log(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_pod_log(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23085,12 +23949,12 @@ def read_core_v1_namespaced_pod_log(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_pod_log_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_pod_log_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_pod_log_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_pod_log_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_pod_log_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_pod_log_with_http_info(self, name, namespace, **kwargs): """ read log of the specified Pod @@ -23101,7 +23965,7 @@ def read_core_v1_namespaced_pod_log_with_http_info(self, name, namespace, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_pod_log_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_pod_log_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23124,22 +23988,24 @@ def read_core_v1_namespaced_pod_log_with_http_info(self, name, namespace, **kwar all_params = ['name', 'namespace', 'container', 'follow', 'limit_bytes', 'pretty', 'previous', 'since_seconds', 'since_time', 'tail_lines', 'timestamps'] all_params.append('callback') 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_core_v1_namespaced_pod_log" % key + " to method read_namespaced_pod_log" % 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_core_v1_namespaced_pod_log`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_pod_log`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_pod_log`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_pod_log`") collection_formats = {} @@ -23202,9 +24068,11 @@ def read_core_v1_namespaced_pod_log_with_http_info(self, name, namespace, **kwar auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_pod_status(self, name, namespace, **kwargs): + def read_namespaced_pod_status(self, name, namespace, **kwargs): """ read status of the specified Pod @@ -23215,7 +24083,7 @@ def read_core_v1_namespaced_pod_status(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_pod_status(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_pod_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23228,12 +24096,12 @@ def read_core_v1_namespaced_pod_status(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_pod_status_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_pod_status_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_pod_status_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_pod_status_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_pod_status_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_pod_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified Pod @@ -23244,7 +24112,7 @@ def read_core_v1_namespaced_pod_status_with_http_info(self, name, namespace, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_pod_status_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_pod_status_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23259,22 +24127,24 @@ def read_core_v1_namespaced_pod_status_with_http_info(self, name, namespace, **k all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_pod_status" % key + " to method read_namespaced_pod_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_core_v1_namespaced_pod_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_pod_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_pod_status`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_pod_status`") collection_formats = {} @@ -23321,9 +24191,11 @@ def read_core_v1_namespaced_pod_status_with_http_info(self, name, namespace, **k auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_pod_template(self, name, namespace, **kwargs): + def read_namespaced_pod_template(self, name, namespace, **kwargs): """ read the specified PodTemplate @@ -23334,7 +24206,7 @@ def read_core_v1_namespaced_pod_template(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_pod_template(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_pod_template(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23349,12 +24221,12 @@ def read_core_v1_namespaced_pod_template(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_pod_template_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_pod_template_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_pod_template_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_pod_template_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_pod_template_with_http_info(self, name, namespace, **kwargs): """ read the specified PodTemplate @@ -23365,7 +24237,7 @@ def read_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_pod_template_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_pod_template_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23382,22 +24254,24 @@ def read_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, * all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_core_v1_namespaced_pod_template" % key + " to method read_namespaced_pod_template" % 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_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_pod_template`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_pod_template`") collection_formats = {} @@ -23448,9 +24322,11 @@ def read_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, * auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_replication_controller(self, name, namespace, **kwargs): + def read_namespaced_replication_controller(self, name, namespace, **kwargs): """ read the specified ReplicationController @@ -23461,7 +24337,7 @@ def read_core_v1_namespaced_replication_controller(self, name, namespace, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_replication_controller(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_replication_controller(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23476,12 +24352,12 @@ def read_core_v1_namespaced_replication_controller(self, name, namespace, **kwar """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_replication_controller_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_replication_controller_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_replication_controller_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_replication_controller_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_replication_controller_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_replication_controller_with_http_info(self, name, namespace, **kwargs): """ read the specified ReplicationController @@ -23492,7 +24368,7 @@ def read_core_v1_namespaced_replication_controller_with_http_info(self, name, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_replication_controller_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_replication_controller_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23509,22 +24385,24 @@ def read_core_v1_namespaced_replication_controller_with_http_info(self, name, na all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_core_v1_namespaced_replication_controller" % key + " to method read_namespaced_replication_controller" % 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_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_replication_controller`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_replication_controller`") collection_formats = {} @@ -23575,9 +24453,11 @@ def read_core_v1_namespaced_replication_controller_with_http_info(self, name, na auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_replication_controller_status(self, name, namespace, **kwargs): + def read_namespaced_replication_controller_status(self, name, namespace, **kwargs): """ read status of the specified ReplicationController @@ -23588,7 +24468,7 @@ def read_core_v1_namespaced_replication_controller_status(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_replication_controller_status(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_replication_controller_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23601,12 +24481,12 @@ def read_core_v1_namespaced_replication_controller_status(self, name, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_replication_controller_status_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_replication_controller_status_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_replication_controller_status_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_replication_controller_status_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_replication_controller_status_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_replication_controller_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified ReplicationController @@ -23617,7 +24497,7 @@ def read_core_v1_namespaced_replication_controller_status_with_http_info(self, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_replication_controller_status_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_replication_controller_status_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23632,22 +24512,24 @@ def read_core_v1_namespaced_replication_controller_status_with_http_info(self, n all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_replication_controller_status" % key + " to method read_namespaced_replication_controller_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_core_v1_namespaced_replication_controller_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_replication_controller_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_replication_controller_status`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_replication_controller_status`") collection_formats = {} @@ -23694,9 +24576,11 @@ def read_core_v1_namespaced_replication_controller_status_with_http_info(self, n auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_resource_quota(self, name, namespace, **kwargs): + def read_namespaced_resource_quota(self, name, namespace, **kwargs): """ read the specified ResourceQuota @@ -23707,7 +24591,7 @@ def read_core_v1_namespaced_resource_quota(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_resource_quota(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_resource_quota(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23722,12 +24606,12 @@ def read_core_v1_namespaced_resource_quota(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_resource_quota_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_resource_quota_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_resource_quota_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_resource_quota_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_resource_quota_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_resource_quota_with_http_info(self, name, namespace, **kwargs): """ read the specified ResourceQuota @@ -23738,7 +24622,7 @@ def read_core_v1_namespaced_resource_quota_with_http_info(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_resource_quota_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_resource_quota_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23755,22 +24639,24 @@ def read_core_v1_namespaced_resource_quota_with_http_info(self, name, namespace, all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_core_v1_namespaced_resource_quota" % key + " to method read_namespaced_resource_quota" % 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_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_resource_quota`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_resource_quota`") collection_formats = {} @@ -23821,9 +24707,11 @@ def read_core_v1_namespaced_resource_quota_with_http_info(self, name, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_resource_quota_status(self, name, namespace, **kwargs): + def read_namespaced_resource_quota_status(self, name, namespace, **kwargs): """ read status of the specified ResourceQuota @@ -23834,7 +24722,7 @@ def read_core_v1_namespaced_resource_quota_status(self, name, namespace, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_resource_quota_status(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_resource_quota_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23847,12 +24735,12 @@ def read_core_v1_namespaced_resource_quota_status(self, name, namespace, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_resource_quota_status_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_resource_quota_status_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_resource_quota_status_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_resource_quota_status_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_resource_quota_status_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_resource_quota_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified ResourceQuota @@ -23863,7 +24751,7 @@ def read_core_v1_namespaced_resource_quota_status_with_http_info(self, name, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_resource_quota_status_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_resource_quota_status_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23878,22 +24766,24 @@ def read_core_v1_namespaced_resource_quota_status_with_http_info(self, name, nam all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_resource_quota_status" % key + " to method read_namespaced_resource_quota_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_core_v1_namespaced_resource_quota_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_resource_quota_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_resource_quota_status`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_resource_quota_status`") collection_formats = {} @@ -23940,9 +24830,11 @@ def read_core_v1_namespaced_resource_quota_status_with_http_info(self, name, nam auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_scale_scale(self, name, namespace, **kwargs): + def read_namespaced_scale_scale(self, name, namespace, **kwargs): """ read scale of the specified Scale @@ -23953,7 +24845,7 @@ def read_core_v1_namespaced_scale_scale(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_scale_scale(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_scale_scale(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23966,12 +24858,12 @@ def read_core_v1_namespaced_scale_scale(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_scale_scale_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_scale_scale_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_scale_scale_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_scale_scale_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_scale_scale_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_scale_scale_with_http_info(self, name, namespace, **kwargs): """ read scale of the specified Scale @@ -23982,7 +24874,7 @@ def read_core_v1_namespaced_scale_scale_with_http_info(self, name, namespace, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_scale_scale_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_scale_scale_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -23997,22 +24889,24 @@ def read_core_v1_namespaced_scale_scale_with_http_info(self, name, namespace, ** all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_scale_scale" % key + " to method read_namespaced_scale_scale" % 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_core_v1_namespaced_scale_scale`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_scale_scale`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_scale_scale`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_scale_scale`") collection_formats = {} @@ -24059,9 +24953,11 @@ def read_core_v1_namespaced_scale_scale_with_http_info(self, name, namespace, ** auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_secret(self, name, namespace, **kwargs): + def read_namespaced_secret(self, name, namespace, **kwargs): """ read the specified Secret @@ -24072,7 +24968,7 @@ def read_core_v1_namespaced_secret(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_secret(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_secret(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24087,12 +24983,12 @@ def read_core_v1_namespaced_secret(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_secret_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_secret_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_secret_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_secret_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_secret_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_secret_with_http_info(self, name, namespace, **kwargs): """ read the specified Secret @@ -24103,7 +24999,7 @@ def read_core_v1_namespaced_secret_with_http_info(self, name, namespace, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_secret_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_secret_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24120,22 +25016,24 @@ def read_core_v1_namespaced_secret_with_http_info(self, name, namespace, **kwarg all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_core_v1_namespaced_secret" % key + " to method read_namespaced_secret" % 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_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_secret`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_secret`") collection_formats = {} @@ -24186,9 +25084,11 @@ def read_core_v1_namespaced_secret_with_http_info(self, name, namespace, **kwarg auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_service(self, name, namespace, **kwargs): + def read_namespaced_service(self, name, namespace, **kwargs): """ read the specified Service @@ -24199,7 +25099,7 @@ def read_core_v1_namespaced_service(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_service(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_service(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24214,12 +25114,12 @@ def read_core_v1_namespaced_service(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_service_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_service_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_service_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_service_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_service_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_service_with_http_info(self, name, namespace, **kwargs): """ read the specified Service @@ -24230,7 +25130,7 @@ def read_core_v1_namespaced_service_with_http_info(self, name, namespace, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_service_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_service_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24247,22 +25147,24 @@ def read_core_v1_namespaced_service_with_http_info(self, name, namespace, **kwar all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_core_v1_namespaced_service" % key + " to method read_namespaced_service" % 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_core_v1_namespaced_service`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_service`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_service`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_service`") collection_formats = {} @@ -24313,9 +25215,11 @@ def read_core_v1_namespaced_service_with_http_info(self, name, namespace, **kwar auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_service_account(self, name, namespace, **kwargs): + def read_namespaced_service_account(self, name, namespace, **kwargs): """ read the specified ServiceAccount @@ -24326,7 +25230,7 @@ def read_core_v1_namespaced_service_account(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_service_account(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_service_account(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24341,12 +25245,12 @@ def read_core_v1_namespaced_service_account(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_service_account_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_service_account_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_service_account_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_service_account_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_service_account_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_service_account_with_http_info(self, name, namespace, **kwargs): """ read the specified ServiceAccount @@ -24357,7 +25261,7 @@ def read_core_v1_namespaced_service_account_with_http_info(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_service_account_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_service_account_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24374,22 +25278,24 @@ def read_core_v1_namespaced_service_account_with_http_info(self, name, namespace all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_core_v1_namespaced_service_account" % key + " to method read_namespaced_service_account" % 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_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_service_account`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_service_account`") collection_formats = {} @@ -24440,9 +25346,11 @@ def read_core_v1_namespaced_service_account_with_http_info(self, name, namespace auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_service_status(self, name, namespace, **kwargs): + def read_namespaced_service_status(self, name, namespace, **kwargs): """ read status of the specified Service @@ -24453,7 +25361,7 @@ def read_core_v1_namespaced_service_status(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_service_status(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_service_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24466,12 +25374,12 @@ def read_core_v1_namespaced_service_status(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_namespaced_service_status_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_service_status_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_core_v1_namespaced_service_status_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_service_status_with_http_info(name, namespace, **kwargs) return data - def read_core_v1_namespaced_service_status_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_service_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified Service @@ -24482,7 +25390,7 @@ def read_core_v1_namespaced_service_status_with_http_info(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_namespaced_service_status_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_service_status_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24497,22 +25405,24 @@ def read_core_v1_namespaced_service_status_with_http_info(self, name, namespace, all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_service_status" % key + " to method read_namespaced_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_core_v1_namespaced_service_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_service_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_core_v1_namespaced_service_status`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_service_status`") collection_formats = {} @@ -24559,9 +25469,11 @@ def read_core_v1_namespaced_service_status_with_http_info(self, name, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_node(self, name, **kwargs): + def read_node(self, name, **kwargs): """ read the specified Node @@ -24572,7 +25484,7 @@ def read_core_v1_node(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_node(name, callback=callback_function) + >>> thread = api.read_node(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24586,12 +25498,12 @@ def read_core_v1_node(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_node_with_http_info(name, **kwargs) + return self.read_node_with_http_info(name, **kwargs) else: - (data) = self.read_core_v1_node_with_http_info(name, **kwargs) + (data) = self.read_node_with_http_info(name, **kwargs) return data - def read_core_v1_node_with_http_info(self, name, **kwargs): + def read_node_with_http_info(self, name, **kwargs): """ read the specified Node @@ -24602,7 +25514,7 @@ def read_core_v1_node_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_node_with_http_info(name, callback=callback_function) + >>> thread = api.read_node_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24618,19 +25530,21 @@ def read_core_v1_node_with_http_info(self, name, **kwargs): all_params = ['name', 'pretty', 'exact', 'export'] all_params.append('callback') 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_core_v1_node" % key + " to method read_node" % 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_core_v1_node`") + raise ValueError("Missing the required parameter `name` when calling `read_node`") collection_formats = {} @@ -24679,9 +25593,11 @@ def read_core_v1_node_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_node_status(self, name, **kwargs): + def read_node_status(self, name, **kwargs): """ read status of the specified Node @@ -24692,7 +25608,7 @@ def read_core_v1_node_status(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_node_status(name, callback=callback_function) + >>> thread = api.read_node_status(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24704,12 +25620,12 @@ def read_core_v1_node_status(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_node_status_with_http_info(name, **kwargs) + return self.read_node_status_with_http_info(name, **kwargs) else: - (data) = self.read_core_v1_node_status_with_http_info(name, **kwargs) + (data) = self.read_node_status_with_http_info(name, **kwargs) return data - def read_core_v1_node_status_with_http_info(self, name, **kwargs): + def read_node_status_with_http_info(self, name, **kwargs): """ read status of the specified Node @@ -24720,7 +25636,7 @@ def read_core_v1_node_status_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_node_status_with_http_info(name, callback=callback_function) + >>> thread = api.read_node_status_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24734,19 +25650,21 @@ def read_core_v1_node_status_with_http_info(self, name, **kwargs): all_params = ['name', 'pretty'] all_params.append('callback') 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_core_v1_node_status" % key + " to method read_node_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_core_v1_node_status`") + raise ValueError("Missing the required parameter `name` when calling `read_node_status`") collection_formats = {} @@ -24791,9 +25709,11 @@ def read_core_v1_node_status_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_persistent_volume(self, name, **kwargs): + def read_persistent_volume(self, name, **kwargs): """ read the specified PersistentVolume @@ -24804,7 +25724,7 @@ def read_core_v1_persistent_volume(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_persistent_volume(name, callback=callback_function) + >>> thread = api.read_persistent_volume(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24818,12 +25738,12 @@ def read_core_v1_persistent_volume(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_persistent_volume_with_http_info(name, **kwargs) + return self.read_persistent_volume_with_http_info(name, **kwargs) else: - (data) = self.read_core_v1_persistent_volume_with_http_info(name, **kwargs) + (data) = self.read_persistent_volume_with_http_info(name, **kwargs) return data - def read_core_v1_persistent_volume_with_http_info(self, name, **kwargs): + def read_persistent_volume_with_http_info(self, name, **kwargs): """ read the specified PersistentVolume @@ -24834,7 +25754,7 @@ def read_core_v1_persistent_volume_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_persistent_volume_with_http_info(name, callback=callback_function) + >>> thread = api.read_persistent_volume_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24850,19 +25770,21 @@ def read_core_v1_persistent_volume_with_http_info(self, name, **kwargs): all_params = ['name', 'pretty', 'exact', 'export'] all_params.append('callback') 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_core_v1_persistent_volume" % key + " to method read_persistent_volume" % 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_core_v1_persistent_volume`") + raise ValueError("Missing the required parameter `name` when calling `read_persistent_volume`") collection_formats = {} @@ -24911,9 +25833,11 @@ def read_core_v1_persistent_volume_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_persistent_volume_status(self, name, **kwargs): + def read_persistent_volume_status(self, name, **kwargs): """ read status of the specified PersistentVolume @@ -24924,7 +25848,7 @@ def read_core_v1_persistent_volume_status(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_persistent_volume_status(name, callback=callback_function) + >>> thread = api.read_persistent_volume_status(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24936,12 +25860,12 @@ def read_core_v1_persistent_volume_status(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_core_v1_persistent_volume_status_with_http_info(name, **kwargs) + return self.read_persistent_volume_status_with_http_info(name, **kwargs) else: - (data) = self.read_core_v1_persistent_volume_status_with_http_info(name, **kwargs) + (data) = self.read_persistent_volume_status_with_http_info(name, **kwargs) return data - def read_core_v1_persistent_volume_status_with_http_info(self, name, **kwargs): + def read_persistent_volume_status_with_http_info(self, name, **kwargs): """ read status of the specified PersistentVolume @@ -24952,7 +25876,7 @@ def read_core_v1_persistent_volume_status_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_core_v1_persistent_volume_status_with_http_info(name, callback=callback_function) + >>> thread = api.read_persistent_volume_status_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -24966,19 +25890,21 @@ def read_core_v1_persistent_volume_status_with_http_info(self, name, **kwargs): all_params = ['name', 'pretty'] all_params.append('callback') 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_core_v1_persistent_volume_status" % key + " to method read_persistent_volume_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_core_v1_persistent_volume_status`") + raise ValueError("Missing the required parameter `name` when calling `read_persistent_volume_status`") collection_formats = {} @@ -25023,9 +25949,11 @@ def read_core_v1_persistent_volume_status_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespace(self, name, body, **kwargs): + def replace_namespace(self, name, body, **kwargs): """ replace the specified Namespace @@ -25036,7 +25964,7 @@ def replace_core_v1_namespace(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespace(name, body, callback=callback_function) + >>> thread = api.replace_namespace(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25049,12 +25977,12 @@ def replace_core_v1_namespace(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespace_with_http_info(name, body, **kwargs) + return self.replace_namespace_with_http_info(name, body, **kwargs) else: - (data) = self.replace_core_v1_namespace_with_http_info(name, body, **kwargs) + (data) = self.replace_namespace_with_http_info(name, body, **kwargs) return data - def replace_core_v1_namespace_with_http_info(self, name, body, **kwargs): + def replace_namespace_with_http_info(self, name, body, **kwargs): """ replace the specified Namespace @@ -25065,7 +25993,7 @@ def replace_core_v1_namespace_with_http_info(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespace_with_http_info(name, body, callback=callback_function) + >>> thread = api.replace_namespace_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25080,22 +26008,24 @@ def replace_core_v1_namespace_with_http_info(self, name, body, **kwargs): all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespace" % key + " to method replace_namespace" % 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_core_v1_namespace`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespace`") # 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_core_v1_namespace`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespace`") collection_formats = {} @@ -25142,9 +26072,11 @@ def replace_core_v1_namespace_with_http_info(self, name, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespace_finalize(self, body, name, **kwargs): + def replace_namespace_finalize(self, body, name, **kwargs): """ replace finalize of the specified Namespace @@ -25155,7 +26087,7 @@ def replace_core_v1_namespace_finalize(self, body, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespace_finalize(body, name, callback=callback_function) + >>> thread = api.replace_namespace_finalize(body, name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25168,12 +26100,12 @@ def replace_core_v1_namespace_finalize(self, body, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespace_finalize_with_http_info(body, name, **kwargs) + return self.replace_namespace_finalize_with_http_info(body, name, **kwargs) else: - (data) = self.replace_core_v1_namespace_finalize_with_http_info(body, name, **kwargs) + (data) = self.replace_namespace_finalize_with_http_info(body, name, **kwargs) return data - def replace_core_v1_namespace_finalize_with_http_info(self, body, name, **kwargs): + def replace_namespace_finalize_with_http_info(self, body, name, **kwargs): """ replace finalize of the specified Namespace @@ -25184,7 +26116,7 @@ def replace_core_v1_namespace_finalize_with_http_info(self, body, name, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespace_finalize_with_http_info(body, name, callback=callback_function) + >>> thread = api.replace_namespace_finalize_with_http_info(body, name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25199,22 +26131,24 @@ def replace_core_v1_namespace_finalize_with_http_info(self, body, name, **kwargs all_params = ['body', 'name', 'pretty'] all_params.append('callback') 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_core_v1_namespace_finalize" % key + " to method replace_namespace_finalize" % 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 `replace_core_v1_namespace_finalize`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespace_finalize`") # 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_core_v1_namespace_finalize`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespace_finalize`") collection_formats = {} @@ -25261,9 +26195,11 @@ def replace_core_v1_namespace_finalize_with_http_info(self, body, name, **kwargs auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespace_status(self, name, body, **kwargs): + def replace_namespace_status(self, name, body, **kwargs): """ replace status of the specified Namespace @@ -25274,7 +26210,7 @@ def replace_core_v1_namespace_status(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespace_status(name, body, callback=callback_function) + >>> thread = api.replace_namespace_status(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25287,12 +26223,12 @@ def replace_core_v1_namespace_status(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespace_status_with_http_info(name, body, **kwargs) + return self.replace_namespace_status_with_http_info(name, body, **kwargs) else: - (data) = self.replace_core_v1_namespace_status_with_http_info(name, body, **kwargs) + (data) = self.replace_namespace_status_with_http_info(name, body, **kwargs) return data - def replace_core_v1_namespace_status_with_http_info(self, name, body, **kwargs): + def replace_namespace_status_with_http_info(self, name, body, **kwargs): """ replace status of the specified Namespace @@ -25303,7 +26239,7 @@ def replace_core_v1_namespace_status_with_http_info(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespace_status_with_http_info(name, body, callback=callback_function) + >>> thread = api.replace_namespace_status_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25318,22 +26254,24 @@ def replace_core_v1_namespace_status_with_http_info(self, name, body, **kwargs): all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespace_status" % key + " to method replace_namespace_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 `replace_core_v1_namespace_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespace_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 `replace_core_v1_namespace_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespace_status`") collection_formats = {} @@ -25380,9 +26318,11 @@ def replace_core_v1_namespace_status_with_http_info(self, name, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_config_map(self, name, namespace, body, **kwargs): + def replace_namespaced_config_map(self, name, namespace, body, **kwargs): """ replace the specified ConfigMap @@ -25393,7 +26333,7 @@ def replace_core_v1_namespaced_config_map(self, name, namespace, body, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_config_map(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_config_map(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25407,12 +26347,12 @@ def replace_core_v1_namespaced_config_map(self, name, namespace, body, **kwargs) """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_config_map_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_config_map_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_config_map_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified ConfigMap @@ -25423,7 +26363,7 @@ def replace_core_v1_namespaced_config_map_with_http_info(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_config_map_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_config_map_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25439,25 +26379,27 @@ def replace_core_v1_namespaced_config_map_with_http_info(self, name, namespace, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_config_map" % key + " to method replace_namespaced_config_map" % 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_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_config_map`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_config_map`") # 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_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_config_map`") collection_formats = {} @@ -25506,9 +26448,11 @@ def replace_core_v1_namespaced_config_map_with_http_info(self, name, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_endpoints(self, name, namespace, body, **kwargs): + def replace_namespaced_endpoints(self, name, namespace, body, **kwargs): """ replace the specified Endpoints @@ -25519,7 +26463,7 @@ def replace_core_v1_namespaced_endpoints(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_endpoints(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_endpoints(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25533,12 +26477,12 @@ def replace_core_v1_namespaced_endpoints(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_endpoints_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_endpoints_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified Endpoints @@ -25549,7 +26493,7 @@ def replace_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_endpoints_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_endpoints_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25565,25 +26509,27 @@ def replace_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, b all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_endpoints" % key + " to method replace_namespaced_endpoints" % 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_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_endpoints`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_endpoints`") # 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_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_endpoints`") collection_formats = {} @@ -25632,9 +26578,11 @@ def replace_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, b auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_event(self, name, namespace, body, **kwargs): + def replace_namespaced_event(self, name, namespace, body, **kwargs): """ replace the specified Event @@ -25645,7 +26593,7 @@ def replace_core_v1_namespaced_event(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_event(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_event(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25659,12 +26607,12 @@ def replace_core_v1_namespaced_event(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_event_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_event_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_event_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_event_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_event_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_event_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified Event @@ -25675,7 +26623,7 @@ def replace_core_v1_namespaced_event_with_http_info(self, name, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_event_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_event_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25691,25 +26639,27 @@ def replace_core_v1_namespaced_event_with_http_info(self, name, namespace, body, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_event" % key + " to method replace_namespaced_event" % 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_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_event`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_event`") # 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_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_event`") collection_formats = {} @@ -25758,9 +26708,11 @@ def replace_core_v1_namespaced_event_with_http_info(self, name, namespace, body, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_limit_range(self, name, namespace, body, **kwargs): + def replace_namespaced_limit_range(self, name, namespace, body, **kwargs): """ replace the specified LimitRange @@ -25771,7 +26723,7 @@ def replace_core_v1_namespaced_limit_range(self, name, namespace, body, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_limit_range(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_limit_range(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25785,12 +26737,12 @@ def replace_core_v1_namespaced_limit_range(self, name, namespace, body, **kwargs """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_limit_range_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_limit_range_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified LimitRange @@ -25801,7 +26753,7 @@ def replace_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_limit_range_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_limit_range_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25817,25 +26769,27 @@ def replace_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_limit_range" % key + " to method replace_namespaced_limit_range" % 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_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_limit_range`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_limit_range`") # 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_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_limit_range`") collection_formats = {} @@ -25884,9 +26838,11 @@ def replace_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_persistent_volume_claim(self, name, namespace, body, **kwargs): + def replace_namespaced_persistent_volume_claim(self, name, namespace, body, **kwargs): """ replace the specified PersistentVolumeClaim @@ -25897,7 +26853,7 @@ def replace_core_v1_namespaced_persistent_volume_claim(self, name, namespace, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_persistent_volume_claim(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_persistent_volume_claim(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25911,12 +26867,12 @@ def replace_core_v1_namespaced_persistent_volume_claim(self, name, namespace, bo """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_persistent_volume_claim_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified PersistentVolumeClaim @@ -25927,7 +26883,7 @@ def replace_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_persistent_volume_claim_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -25943,25 +26899,27 @@ def replace_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_persistent_volume_claim" % key + " to method replace_namespaced_persistent_volume_claim" % 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_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_persistent_volume_claim`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_persistent_volume_claim`") # 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_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_persistent_volume_claim`") collection_formats = {} @@ -26010,9 +26968,11 @@ def replace_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_persistent_volume_claim_status(self, name, namespace, body, **kwargs): + def replace_namespaced_persistent_volume_claim_status(self, name, namespace, body, **kwargs): """ replace status of the specified PersistentVolumeClaim @@ -26023,7 +26983,7 @@ def replace_core_v1_namespaced_persistent_volume_claim_status(self, name, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_persistent_volume_claim_status(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_persistent_volume_claim_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26037,12 +26997,12 @@ def replace_core_v1_namespaced_persistent_volume_claim_status(self, name, namesp """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_persistent_volume_claim_status_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_persistent_volume_claim_status_with_http_info(self, name, namespace, body, **kwargs): """ replace status of the specified PersistentVolumeClaim @@ -26053,7 +27013,7 @@ def replace_core_v1_namespaced_persistent_volume_claim_status_with_http_info(sel >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_persistent_volume_claim_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26069,25 +27029,27 @@ def replace_core_v1_namespaced_persistent_volume_claim_status_with_http_info(sel all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_persistent_volume_claim_status" % key + " to method replace_namespaced_persistent_volume_claim_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 `replace_core_v1_namespaced_persistent_volume_claim_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_persistent_volume_claim_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_persistent_volume_claim_status`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_persistent_volume_claim_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 `replace_core_v1_namespaced_persistent_volume_claim_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_persistent_volume_claim_status`") collection_formats = {} @@ -26136,9 +27098,11 @@ def replace_core_v1_namespaced_persistent_volume_claim_status_with_http_info(sel auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_pod(self, name, namespace, body, **kwargs): + def replace_namespaced_pod(self, name, namespace, body, **kwargs): """ replace the specified Pod @@ -26149,7 +27113,7 @@ def replace_core_v1_namespaced_pod(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_pod(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_pod(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26163,12 +27127,12 @@ def replace_core_v1_namespaced_pod(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_pod_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_pod_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_pod_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_pod_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_pod_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_pod_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified Pod @@ -26179,7 +27143,7 @@ def replace_core_v1_namespaced_pod_with_http_info(self, name, namespace, body, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_pod_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_pod_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26195,25 +27159,27 @@ def replace_core_v1_namespaced_pod_with_http_info(self, name, namespace, body, * all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_pod" % key + " to method replace_namespaced_pod" % 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_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_pod`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_pod`") # 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_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_pod`") collection_formats = {} @@ -26262,9 +27228,11 @@ def replace_core_v1_namespaced_pod_with_http_info(self, name, namespace, body, * auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_pod_status(self, name, namespace, body, **kwargs): + def replace_namespaced_pod_status(self, name, namespace, body, **kwargs): """ replace status of the specified Pod @@ -26275,7 +27243,7 @@ def replace_core_v1_namespaced_pod_status(self, name, namespace, body, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_pod_status(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_pod_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26289,12 +27257,12 @@ def replace_core_v1_namespaced_pod_status(self, name, namespace, body, **kwargs) """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_pod_status_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_pod_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_pod_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_pod_status_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_pod_status_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_pod_status_with_http_info(self, name, namespace, body, **kwargs): """ replace status of the specified Pod @@ -26305,7 +27273,7 @@ def replace_core_v1_namespaced_pod_status_with_http_info(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_pod_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_pod_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26321,25 +27289,27 @@ def replace_core_v1_namespaced_pod_status_with_http_info(self, name, namespace, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_pod_status" % key + " to method replace_namespaced_pod_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 `replace_core_v1_namespaced_pod_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_pod_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_pod_status`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_pod_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 `replace_core_v1_namespaced_pod_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_pod_status`") collection_formats = {} @@ -26388,9 +27358,11 @@ def replace_core_v1_namespaced_pod_status_with_http_info(self, name, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_pod_template(self, name, namespace, body, **kwargs): + def replace_namespaced_pod_template(self, name, namespace, body, **kwargs): """ replace the specified PodTemplate @@ -26401,7 +27373,7 @@ def replace_core_v1_namespaced_pod_template(self, name, namespace, body, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_pod_template(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_pod_template(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26415,12 +27387,12 @@ def replace_core_v1_namespaced_pod_template(self, name, namespace, body, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_pod_template_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_pod_template_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified PodTemplate @@ -26431,7 +27403,7 @@ def replace_core_v1_namespaced_pod_template_with_http_info(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_pod_template_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_pod_template_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26447,25 +27419,27 @@ def replace_core_v1_namespaced_pod_template_with_http_info(self, name, namespace all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_pod_template" % key + " to method replace_namespaced_pod_template" % 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_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_pod_template`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_pod_template`") # 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_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_pod_template`") collection_formats = {} @@ -26514,9 +27488,11 @@ def replace_core_v1_namespaced_pod_template_with_http_info(self, name, namespace auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_replication_controller(self, name, namespace, body, **kwargs): + def replace_namespaced_replication_controller(self, name, namespace, body, **kwargs): """ replace the specified ReplicationController @@ -26527,7 +27503,7 @@ def replace_core_v1_namespaced_replication_controller(self, name, namespace, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_replication_controller(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_replication_controller(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26541,12 +27517,12 @@ def replace_core_v1_namespaced_replication_controller(self, name, namespace, bod """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_replication_controller_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_replication_controller_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_replication_controller_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified ReplicationController @@ -26557,7 +27533,7 @@ def replace_core_v1_namespaced_replication_controller_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_replication_controller_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_replication_controller_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26573,25 +27549,27 @@ def replace_core_v1_namespaced_replication_controller_with_http_info(self, name, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_replication_controller" % key + " to method replace_namespaced_replication_controller" % 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_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_replication_controller`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_replication_controller`") # 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_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_replication_controller`") collection_formats = {} @@ -26640,9 +27618,11 @@ def replace_core_v1_namespaced_replication_controller_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_replication_controller_status(self, name, namespace, body, **kwargs): + def replace_namespaced_replication_controller_status(self, name, namespace, body, **kwargs): """ replace status of the specified ReplicationController @@ -26653,7 +27633,7 @@ def replace_core_v1_namespaced_replication_controller_status(self, name, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_replication_controller_status(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_replication_controller_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26667,12 +27647,12 @@ def replace_core_v1_namespaced_replication_controller_status(self, name, namespa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_replication_controller_status_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_replication_controller_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_replication_controller_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_replication_controller_status_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_replication_controller_status_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_replication_controller_status_with_http_info(self, name, namespace, body, **kwargs): """ replace status of the specified ReplicationController @@ -26683,7 +27663,7 @@ def replace_core_v1_namespaced_replication_controller_status_with_http_info(self >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_replication_controller_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_replication_controller_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26699,25 +27679,27 @@ def replace_core_v1_namespaced_replication_controller_status_with_http_info(self all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_replication_controller_status" % key + " to method replace_namespaced_replication_controller_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 `replace_core_v1_namespaced_replication_controller_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_replication_controller_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_replication_controller_status`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_replication_controller_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 `replace_core_v1_namespaced_replication_controller_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_replication_controller_status`") collection_formats = {} @@ -26766,9 +27748,11 @@ def replace_core_v1_namespaced_replication_controller_status_with_http_info(self auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_resource_quota(self, name, namespace, body, **kwargs): + def replace_namespaced_resource_quota(self, name, namespace, body, **kwargs): """ replace the specified ResourceQuota @@ -26779,7 +27763,7 @@ def replace_core_v1_namespaced_resource_quota(self, name, namespace, body, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_resource_quota(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_resource_quota(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26793,12 +27777,12 @@ def replace_core_v1_namespaced_resource_quota(self, name, namespace, body, **kwa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_resource_quota_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_resource_quota_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_resource_quota_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified ResourceQuota @@ -26809,7 +27793,7 @@ def replace_core_v1_namespaced_resource_quota_with_http_info(self, name, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_resource_quota_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_resource_quota_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26825,25 +27809,27 @@ def replace_core_v1_namespaced_resource_quota_with_http_info(self, name, namespa all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_resource_quota" % key + " to method replace_namespaced_resource_quota" % 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_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_resource_quota`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_resource_quota`") # 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_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_resource_quota`") collection_formats = {} @@ -26892,9 +27878,11 @@ def replace_core_v1_namespaced_resource_quota_with_http_info(self, name, namespa auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_resource_quota_status(self, name, namespace, body, **kwargs): + def replace_namespaced_resource_quota_status(self, name, namespace, body, **kwargs): """ replace status of the specified ResourceQuota @@ -26905,7 +27893,7 @@ def replace_core_v1_namespaced_resource_quota_status(self, name, namespace, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_resource_quota_status(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_resource_quota_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26919,12 +27907,12 @@ def replace_core_v1_namespaced_resource_quota_status(self, name, namespace, body """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_resource_quota_status_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_resource_quota_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_resource_quota_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_resource_quota_status_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_resource_quota_status_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_resource_quota_status_with_http_info(self, name, namespace, body, **kwargs): """ replace status of the specified ResourceQuota @@ -26935,7 +27923,7 @@ def replace_core_v1_namespaced_resource_quota_status_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_resource_quota_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_resource_quota_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -26951,25 +27939,27 @@ def replace_core_v1_namespaced_resource_quota_status_with_http_info(self, name, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_resource_quota_status" % key + " to method replace_namespaced_resource_quota_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 `replace_core_v1_namespaced_resource_quota_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_resource_quota_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_resource_quota_status`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_resource_quota_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 `replace_core_v1_namespaced_resource_quota_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_resource_quota_status`") collection_formats = {} @@ -27018,9 +28008,11 @@ def replace_core_v1_namespaced_resource_quota_status_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_scale_scale(self, name, namespace, body, **kwargs): + def replace_namespaced_scale_scale(self, name, namespace, body, **kwargs): """ replace scale of the specified Scale @@ -27031,7 +28023,7 @@ def replace_core_v1_namespaced_scale_scale(self, name, namespace, body, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_scale_scale(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_scale_scale(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27045,12 +28037,12 @@ def replace_core_v1_namespaced_scale_scale(self, name, namespace, body, **kwargs """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_scale_scale_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_scale_scale_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_scale_scale_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_scale_scale_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_scale_scale_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_scale_scale_with_http_info(self, name, namespace, body, **kwargs): """ replace scale of the specified Scale @@ -27061,7 +28053,7 @@ def replace_core_v1_namespaced_scale_scale_with_http_info(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_scale_scale_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_scale_scale_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27077,25 +28069,27 @@ def replace_core_v1_namespaced_scale_scale_with_http_info(self, name, namespace, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_scale_scale" % key + " to method replace_namespaced_scale_scale" % 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_core_v1_namespaced_scale_scale`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_scale_scale`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_scale_scale`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_scale_scale`") # 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_core_v1_namespaced_scale_scale`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_scale_scale`") collection_formats = {} @@ -27144,9 +28138,11 @@ def replace_core_v1_namespaced_scale_scale_with_http_info(self, name, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_secret(self, name, namespace, body, **kwargs): + def replace_namespaced_secret(self, name, namespace, body, **kwargs): """ replace the specified Secret @@ -27157,7 +28153,7 @@ def replace_core_v1_namespaced_secret(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_secret(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_secret(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27171,12 +28167,12 @@ def replace_core_v1_namespaced_secret(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_secret_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_secret_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_secret_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_secret_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_secret_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_secret_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified Secret @@ -27187,7 +28183,7 @@ def replace_core_v1_namespaced_secret_with_http_info(self, name, namespace, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_secret_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_secret_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27203,25 +28199,27 @@ def replace_core_v1_namespaced_secret_with_http_info(self, name, namespace, body all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_secret" % key + " to method replace_namespaced_secret" % 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_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_secret`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_secret`") # 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_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_secret`") collection_formats = {} @@ -27270,9 +28268,11 @@ def replace_core_v1_namespaced_secret_with_http_info(self, name, namespace, body auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_service(self, name, namespace, body, **kwargs): + def replace_namespaced_service(self, name, namespace, body, **kwargs): """ replace the specified Service @@ -27283,7 +28283,7 @@ def replace_core_v1_namespaced_service(self, name, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_service(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_service(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27297,12 +28297,12 @@ def replace_core_v1_namespaced_service(self, name, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_service_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_service_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_service_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_service_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_service_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_service_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified Service @@ -27313,7 +28313,7 @@ def replace_core_v1_namespaced_service_with_http_info(self, name, namespace, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_service_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_service_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27329,25 +28329,27 @@ def replace_core_v1_namespaced_service_with_http_info(self, name, namespace, bod all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_service" % key + " to method replace_namespaced_service" % 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_core_v1_namespaced_service`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_service`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_service`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_service`") # 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_core_v1_namespaced_service`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_service`") collection_formats = {} @@ -27396,9 +28398,11 @@ def replace_core_v1_namespaced_service_with_http_info(self, name, namespace, bod auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_service_account(self, name, namespace, body, **kwargs): + def replace_namespaced_service_account(self, name, namespace, body, **kwargs): """ replace the specified ServiceAccount @@ -27409,7 +28413,7 @@ def replace_core_v1_namespaced_service_account(self, name, namespace, body, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_service_account(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_service_account(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27423,12 +28427,12 @@ def replace_core_v1_namespaced_service_account(self, name, namespace, body, **kw """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_service_account_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_service_account_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_service_account_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified ServiceAccount @@ -27439,7 +28443,7 @@ def replace_core_v1_namespaced_service_account_with_http_info(self, name, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_service_account_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_service_account_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27455,25 +28459,27 @@ def replace_core_v1_namespaced_service_account_with_http_info(self, name, namesp all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_service_account" % key + " to method replace_namespaced_service_account" % 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_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_service_account`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_service_account`") # 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_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_service_account`") collection_formats = {} @@ -27522,9 +28528,11 @@ def replace_core_v1_namespaced_service_account_with_http_info(self, name, namesp auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_namespaced_service_status(self, name, namespace, body, **kwargs): + def replace_namespaced_service_status(self, name, namespace, body, **kwargs): """ replace status of the specified Service @@ -27535,7 +28543,7 @@ def replace_core_v1_namespaced_service_status(self, name, namespace, body, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_service_status(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_service_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27549,12 +28557,12 @@ def replace_core_v1_namespaced_service_status(self, name, namespace, body, **kwa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_namespaced_service_status_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_service_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_core_v1_namespaced_service_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_service_status_with_http_info(name, namespace, body, **kwargs) return data - def replace_core_v1_namespaced_service_status_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_service_status_with_http_info(self, name, namespace, body, **kwargs): """ replace status of the specified Service @@ -27565,7 +28573,7 @@ def replace_core_v1_namespaced_service_status_with_http_info(self, name, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_namespaced_service_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_service_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27581,25 +28589,27 @@ def replace_core_v1_namespaced_service_status_with_http_info(self, name, namespa all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_core_v1_namespaced_service_status" % key + " to method replace_namespaced_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 `replace_core_v1_namespaced_service_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_service_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_core_v1_namespaced_service_status`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_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 `replace_core_v1_namespaced_service_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_service_status`") collection_formats = {} @@ -27648,9 +28658,11 @@ def replace_core_v1_namespaced_service_status_with_http_info(self, name, namespa auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_node(self, name, body, **kwargs): + def replace_node(self, name, body, **kwargs): """ replace the specified Node @@ -27661,7 +28673,7 @@ def replace_core_v1_node(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_node(name, body, callback=callback_function) + >>> thread = api.replace_node(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27674,12 +28686,12 @@ def replace_core_v1_node(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_node_with_http_info(name, body, **kwargs) + return self.replace_node_with_http_info(name, body, **kwargs) else: - (data) = self.replace_core_v1_node_with_http_info(name, body, **kwargs) + (data) = self.replace_node_with_http_info(name, body, **kwargs) return data - def replace_core_v1_node_with_http_info(self, name, body, **kwargs): + def replace_node_with_http_info(self, name, body, **kwargs): """ replace the specified Node @@ -27690,7 +28702,7 @@ def replace_core_v1_node_with_http_info(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_node_with_http_info(name, body, callback=callback_function) + >>> thread = api.replace_node_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27705,22 +28717,24 @@ def replace_core_v1_node_with_http_info(self, name, body, **kwargs): all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_core_v1_node" % key + " to method replace_node" % 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_core_v1_node`") + raise ValueError("Missing the required parameter `name` when calling `replace_node`") # 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_core_v1_node`") + raise ValueError("Missing the required parameter `body` when calling `replace_node`") collection_formats = {} @@ -27767,9 +28781,11 @@ def replace_core_v1_node_with_http_info(self, name, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_node_status(self, name, body, **kwargs): + def replace_node_status(self, name, body, **kwargs): """ replace status of the specified Node @@ -27780,7 +28796,7 @@ def replace_core_v1_node_status(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_node_status(name, body, callback=callback_function) + >>> thread = api.replace_node_status(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27793,12 +28809,12 @@ def replace_core_v1_node_status(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_node_status_with_http_info(name, body, **kwargs) + return self.replace_node_status_with_http_info(name, body, **kwargs) else: - (data) = self.replace_core_v1_node_status_with_http_info(name, body, **kwargs) + (data) = self.replace_node_status_with_http_info(name, body, **kwargs) return data - def replace_core_v1_node_status_with_http_info(self, name, body, **kwargs): + def replace_node_status_with_http_info(self, name, body, **kwargs): """ replace status of the specified Node @@ -27809,7 +28825,7 @@ def replace_core_v1_node_status_with_http_info(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_node_status_with_http_info(name, body, callback=callback_function) + >>> thread = api.replace_node_status_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27824,22 +28840,24 @@ def replace_core_v1_node_status_with_http_info(self, name, body, **kwargs): all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_core_v1_node_status" % key + " to method replace_node_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 `replace_core_v1_node_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_node_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 `replace_core_v1_node_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_node_status`") collection_formats = {} @@ -27886,9 +28904,11 @@ def replace_core_v1_node_status_with_http_info(self, name, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_persistent_volume(self, name, body, **kwargs): + def replace_persistent_volume(self, name, body, **kwargs): """ replace the specified PersistentVolume @@ -27899,7 +28919,7 @@ def replace_core_v1_persistent_volume(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_persistent_volume(name, body, callback=callback_function) + >>> thread = api.replace_persistent_volume(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27912,12 +28932,12 @@ def replace_core_v1_persistent_volume(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_persistent_volume_with_http_info(name, body, **kwargs) + return self.replace_persistent_volume_with_http_info(name, body, **kwargs) else: - (data) = self.replace_core_v1_persistent_volume_with_http_info(name, body, **kwargs) + (data) = self.replace_persistent_volume_with_http_info(name, body, **kwargs) return data - def replace_core_v1_persistent_volume_with_http_info(self, name, body, **kwargs): + def replace_persistent_volume_with_http_info(self, name, body, **kwargs): """ replace the specified PersistentVolume @@ -27928,7 +28948,7 @@ def replace_core_v1_persistent_volume_with_http_info(self, name, body, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_persistent_volume_with_http_info(name, body, callback=callback_function) + >>> thread = api.replace_persistent_volume_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -27943,22 +28963,24 @@ def replace_core_v1_persistent_volume_with_http_info(self, name, body, **kwargs) all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_core_v1_persistent_volume" % key + " to method replace_persistent_volume" % 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_core_v1_persistent_volume`") + raise ValueError("Missing the required parameter `name` when calling `replace_persistent_volume`") # 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_core_v1_persistent_volume`") + raise ValueError("Missing the required parameter `body` when calling `replace_persistent_volume`") collection_formats = {} @@ -28005,9 +29027,11 @@ def replace_core_v1_persistent_volume_with_http_info(self, name, body, **kwargs) auth_settings=auth_settings, callback=params.get('callback'), _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_core_v1_persistent_volume_status(self, name, body, **kwargs): + def replace_persistent_volume_status(self, name, body, **kwargs): """ replace status of the specified PersistentVolume @@ -28018,7 +29042,7 @@ def replace_core_v1_persistent_volume_status(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_persistent_volume_status(name, body, callback=callback_function) + >>> thread = api.replace_persistent_volume_status(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28031,12 +29055,12 @@ def replace_core_v1_persistent_volume_status(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_core_v1_persistent_volume_status_with_http_info(name, body, **kwargs) + return self.replace_persistent_volume_status_with_http_info(name, body, **kwargs) else: - (data) = self.replace_core_v1_persistent_volume_status_with_http_info(name, body, **kwargs) + (data) = self.replace_persistent_volume_status_with_http_info(name, body, **kwargs) return data - def replace_core_v1_persistent_volume_status_with_http_info(self, name, body, **kwargs): + def replace_persistent_volume_status_with_http_info(self, name, body, **kwargs): """ replace status of the specified PersistentVolume @@ -28047,7 +29071,7 @@ def replace_core_v1_persistent_volume_status_with_http_info(self, name, body, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_core_v1_persistent_volume_status_with_http_info(name, body, callback=callback_function) + >>> thread = api.replace_persistent_volume_status_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28062,22 +29086,24 @@ def replace_core_v1_persistent_volume_status_with_http_info(self, name, body, ** all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_core_v1_persistent_volume_status" % key + " to method replace_persistent_volume_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 `replace_core_v1_persistent_volume_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_persistent_volume_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 `replace_core_v1_persistent_volume_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_persistent_volume_status`") collection_formats = {} @@ -28124,9 +29150,11 @@ def replace_core_v1_persistent_volume_status_with_http_info(self, name, body, ** auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_config_map_list_for_all_namespaces(self, **kwargs): + def watch_config_map_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of ConfigMap @@ -28137,7 +29165,7 @@ def watch_core_v1_config_map_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_config_map_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_config_map_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28153,12 +29181,12 @@ def watch_core_v1_config_map_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_config_map_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_config_map_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_core_v1_config_map_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_config_map_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_core_v1_config_map_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_config_map_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of ConfigMap @@ -28169,7 +29197,7 @@ def watch_core_v1_config_map_list_for_all_namespaces_with_http_info(self, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_config_map_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_config_map_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28187,13 +29215,15 @@ def watch_core_v1_config_map_list_for_all_namespaces_with_http_info(self, **kwar all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_config_map_list_for_all_namespaces" % key + " to method watch_config_map_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -28249,9 +29279,11 @@ def watch_core_v1_config_map_list_for_all_namespaces_with_http_info(self, **kwar auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_endpoints_list_for_all_namespaces(self, **kwargs): + def watch_endpoints_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of Endpoints @@ -28262,7 +29294,7 @@ def watch_core_v1_endpoints_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_endpoints_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_endpoints_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28278,12 +29310,12 @@ def watch_core_v1_endpoints_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_endpoints_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_endpoints_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_core_v1_endpoints_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_endpoints_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_core_v1_endpoints_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_endpoints_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of Endpoints @@ -28294,7 +29326,7 @@ def watch_core_v1_endpoints_list_for_all_namespaces_with_http_info(self, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_endpoints_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_endpoints_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28312,13 +29344,15 @@ def watch_core_v1_endpoints_list_for_all_namespaces_with_http_info(self, **kwarg all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_endpoints_list_for_all_namespaces" % key + " to method watch_endpoints_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -28374,9 +29408,11 @@ def watch_core_v1_endpoints_list_for_all_namespaces_with_http_info(self, **kwarg auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_event_list_for_all_namespaces(self, **kwargs): + def watch_event_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of Event @@ -28387,7 +29423,7 @@ def watch_core_v1_event_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_event_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_event_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28403,12 +29439,12 @@ def watch_core_v1_event_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_event_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_event_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_core_v1_event_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_event_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_core_v1_event_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_event_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of Event @@ -28419,7 +29455,7 @@ def watch_core_v1_event_list_for_all_namespaces_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_event_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_event_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28437,13 +29473,15 @@ def watch_core_v1_event_list_for_all_namespaces_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_event_list_for_all_namespaces" % key + " to method watch_event_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -28499,9 +29537,11 @@ def watch_core_v1_event_list_for_all_namespaces_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_limit_range_list_for_all_namespaces(self, **kwargs): + def watch_limit_range_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of LimitRange @@ -28512,7 +29552,7 @@ def watch_core_v1_limit_range_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_limit_range_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_limit_range_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28528,12 +29568,12 @@ def watch_core_v1_limit_range_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_limit_range_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_limit_range_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_core_v1_limit_range_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_limit_range_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_core_v1_limit_range_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_limit_range_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of LimitRange @@ -28544,7 +29584,7 @@ def watch_core_v1_limit_range_list_for_all_namespaces_with_http_info(self, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_limit_range_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_limit_range_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28562,13 +29602,15 @@ def watch_core_v1_limit_range_list_for_all_namespaces_with_http_info(self, **kwa all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_limit_range_list_for_all_namespaces" % key + " to method watch_limit_range_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -28624,9 +29666,11 @@ def watch_core_v1_limit_range_list_for_all_namespaces_with_http_info(self, **kwa auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespace(self, name, **kwargs): + def watch_namespace(self, name, **kwargs): """ watch changes to an object of kind Namespace @@ -28637,7 +29681,7 @@ def watch_core_v1_namespace(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespace(name, callback=callback_function) + >>> thread = api.watch_namespace(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28654,12 +29698,12 @@ def watch_core_v1_namespace(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespace_with_http_info(name, **kwargs) + return self.watch_namespace_with_http_info(name, **kwargs) else: - (data) = self.watch_core_v1_namespace_with_http_info(name, **kwargs) + (data) = self.watch_namespace_with_http_info(name, **kwargs) return data - def watch_core_v1_namespace_with_http_info(self, name, **kwargs): + def watch_namespace_with_http_info(self, name, **kwargs): """ watch changes to an object of kind Namespace @@ -28670,7 +29714,7 @@ def watch_core_v1_namespace_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespace_with_http_info(name, callback=callback_function) + >>> thread = api.watch_namespace_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28689,19 +29733,21 @@ def watch_core_v1_namespace_with_http_info(self, name, **kwargs): all_params = ['name', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespace" % key + " to method watch_namespace" % 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 `watch_core_v1_namespace`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespace`") collection_formats = {} @@ -28756,9 +29802,11 @@ def watch_core_v1_namespace_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespace_list(self, **kwargs): + def watch_namespace_list(self, **kwargs): """ watch individual changes to a list of Namespace @@ -28769,7 +29817,7 @@ def watch_core_v1_namespace_list(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespace_list(callback=callback_function) + >>> thread = api.watch_namespace_list(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28785,12 +29833,12 @@ def watch_core_v1_namespace_list(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespace_list_with_http_info(**kwargs) + return self.watch_namespace_list_with_http_info(**kwargs) else: - (data) = self.watch_core_v1_namespace_list_with_http_info(**kwargs) + (data) = self.watch_namespace_list_with_http_info(**kwargs) return data - def watch_core_v1_namespace_list_with_http_info(self, **kwargs): + def watch_namespace_list_with_http_info(self, **kwargs): """ watch individual changes to a list of Namespace @@ -28801,7 +29849,7 @@ def watch_core_v1_namespace_list_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespace_list_with_http_info(callback=callback_function) + >>> thread = api.watch_namespace_list_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28819,13 +29867,15 @@ def watch_core_v1_namespace_list_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespace_list" % key + " to method watch_namespace_list" % key ) params[key] = val del params['kwargs'] @@ -28881,9 +29931,11 @@ def watch_core_v1_namespace_list_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_config_map(self, name, namespace, **kwargs): + def watch_namespaced_config_map(self, name, namespace, **kwargs): """ watch changes to an object of kind ConfigMap @@ -28894,7 +29946,7 @@ def watch_core_v1_namespaced_config_map(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_config_map(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_config_map(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28912,12 +29964,12 @@ def watch_core_v1_namespaced_config_map(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_config_map_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_config_map_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_config_map_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_config_map_with_http_info(name, namespace, **kwargs) return data - def watch_core_v1_namespaced_config_map_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_config_map_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind ConfigMap @@ -28928,7 +29980,7 @@ def watch_core_v1_namespaced_config_map_with_http_info(self, name, namespace, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_config_map_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_config_map_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -28948,22 +30000,24 @@ def watch_core_v1_namespaced_config_map_with_http_info(self, name, namespace, ** all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_config_map" % key + " to method watch_namespaced_config_map" % 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 `watch_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_config_map`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_config_map`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_config_map`") collection_formats = {} @@ -29020,9 +30074,11 @@ def watch_core_v1_namespaced_config_map_with_http_info(self, name, namespace, ** auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_config_map_list(self, namespace, **kwargs): + def watch_namespaced_config_map_list(self, namespace, **kwargs): """ watch individual changes to a list of ConfigMap @@ -29033,7 +30089,7 @@ def watch_core_v1_namespaced_config_map_list(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_config_map_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_config_map_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -29050,12 +30106,12 @@ def watch_core_v1_namespaced_config_map_list(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_config_map_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_config_map_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_config_map_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_config_map_list_with_http_info(namespace, **kwargs) return data - def watch_core_v1_namespaced_config_map_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_config_map_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of ConfigMap @@ -29066,7 +30122,7 @@ def watch_core_v1_namespaced_config_map_list_with_http_info(self, namespace, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_config_map_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_config_map_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -29085,19 +30141,21 @@ def watch_core_v1_namespaced_config_map_list_with_http_info(self, namespace, **k all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_config_map_list" % key + " to method watch_namespaced_config_map_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_config_map_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_config_map_list`") collection_formats = {} @@ -29152,9 +30210,11 @@ def watch_core_v1_namespaced_config_map_list_with_http_info(self, namespace, **k auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_endpoints(self, name, namespace, **kwargs): + def watch_namespaced_endpoints(self, name, namespace, **kwargs): """ watch changes to an object of kind Endpoints @@ -29165,7 +30225,7 @@ def watch_core_v1_namespaced_endpoints(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_endpoints(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_endpoints(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -29183,12 +30243,12 @@ def watch_core_v1_namespaced_endpoints(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_endpoints_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_endpoints_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_endpoints_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_endpoints_with_http_info(name, namespace, **kwargs) return data - def watch_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_endpoints_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind Endpoints @@ -29199,7 +30259,7 @@ def watch_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_endpoints_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_endpoints_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -29219,22 +30279,24 @@ def watch_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, **k all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_endpoints" % key + " to method watch_namespaced_endpoints" % 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 `watch_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_endpoints`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_endpoints`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_endpoints`") collection_formats = {} @@ -29291,9 +30353,11 @@ def watch_core_v1_namespaced_endpoints_with_http_info(self, name, namespace, **k auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_endpoints_list(self, namespace, **kwargs): + def watch_namespaced_endpoints_list(self, namespace, **kwargs): """ watch individual changes to a list of Endpoints @@ -29304,7 +30368,7 @@ def watch_core_v1_namespaced_endpoints_list(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_endpoints_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_endpoints_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -29321,12 +30385,12 @@ def watch_core_v1_namespaced_endpoints_list(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_endpoints_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_endpoints_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_endpoints_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_endpoints_list_with_http_info(namespace, **kwargs) return data - def watch_core_v1_namespaced_endpoints_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_endpoints_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of Endpoints @@ -29337,7 +30401,7 @@ def watch_core_v1_namespaced_endpoints_list_with_http_info(self, namespace, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_endpoints_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_endpoints_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -29356,19 +30420,21 @@ def watch_core_v1_namespaced_endpoints_list_with_http_info(self, namespace, **kw all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_endpoints_list" % key + " to method watch_namespaced_endpoints_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_endpoints_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_endpoints_list`") collection_formats = {} @@ -29423,9 +30489,11 @@ def watch_core_v1_namespaced_endpoints_list_with_http_info(self, namespace, **kw auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_event(self, name, namespace, **kwargs): + def watch_namespaced_event(self, name, namespace, **kwargs): """ watch changes to an object of kind Event @@ -29436,7 +30504,7 @@ def watch_core_v1_namespaced_event(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_event(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_event(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -29454,12 +30522,12 @@ def watch_core_v1_namespaced_event(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_event_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_event_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_event_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_event_with_http_info(name, namespace, **kwargs) return data - def watch_core_v1_namespaced_event_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_event_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind Event @@ -29470,7 +30538,7 @@ def watch_core_v1_namespaced_event_with_http_info(self, name, namespace, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_event_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_event_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -29490,22 +30558,24 @@ def watch_core_v1_namespaced_event_with_http_info(self, name, namespace, **kwarg all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_event" % key + " to method watch_namespaced_event" % 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 `watch_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_event`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_event`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_event`") collection_formats = {} @@ -29562,9 +30632,11 @@ def watch_core_v1_namespaced_event_with_http_info(self, name, namespace, **kwarg auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_event_list(self, namespace, **kwargs): + def watch_namespaced_event_list(self, namespace, **kwargs): """ watch individual changes to a list of Event @@ -29575,7 +30647,7 @@ def watch_core_v1_namespaced_event_list(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_event_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_event_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -29592,12 +30664,12 @@ def watch_core_v1_namespaced_event_list(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_event_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_event_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_event_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_event_list_with_http_info(namespace, **kwargs) return data - def watch_core_v1_namespaced_event_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_event_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of Event @@ -29608,7 +30680,7 @@ def watch_core_v1_namespaced_event_list_with_http_info(self, namespace, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_event_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_event_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -29627,19 +30699,21 @@ def watch_core_v1_namespaced_event_list_with_http_info(self, namespace, **kwargs all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_event_list" % key + " to method watch_namespaced_event_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_event_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_event_list`") collection_formats = {} @@ -29694,9 +30768,11 @@ def watch_core_v1_namespaced_event_list_with_http_info(self, namespace, **kwargs auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_limit_range(self, name, namespace, **kwargs): + def watch_namespaced_limit_range(self, name, namespace, **kwargs): """ watch changes to an object of kind LimitRange @@ -29707,7 +30783,7 @@ def watch_core_v1_namespaced_limit_range(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_limit_range(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_limit_range(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -29725,12 +30801,12 @@ def watch_core_v1_namespaced_limit_range(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_limit_range_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_limit_range_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_limit_range_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_limit_range_with_http_info(name, namespace, **kwargs) return data - def watch_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_limit_range_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind LimitRange @@ -29741,7 +30817,7 @@ def watch_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_limit_range_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_limit_range_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -29761,22 +30837,24 @@ def watch_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, * all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_limit_range" % key + " to method watch_namespaced_limit_range" % 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 `watch_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_limit_range`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_limit_range`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_limit_range`") collection_formats = {} @@ -29833,9 +30911,11 @@ def watch_core_v1_namespaced_limit_range_with_http_info(self, name, namespace, * auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_limit_range_list(self, namespace, **kwargs): + def watch_namespaced_limit_range_list(self, namespace, **kwargs): """ watch individual changes to a list of LimitRange @@ -29846,7 +30926,7 @@ def watch_core_v1_namespaced_limit_range_list(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_limit_range_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_limit_range_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -29863,12 +30943,12 @@ def watch_core_v1_namespaced_limit_range_list(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_limit_range_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_limit_range_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_limit_range_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_limit_range_list_with_http_info(namespace, **kwargs) return data - def watch_core_v1_namespaced_limit_range_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_limit_range_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of LimitRange @@ -29879,7 +30959,7 @@ def watch_core_v1_namespaced_limit_range_list_with_http_info(self, namespace, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_limit_range_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_limit_range_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -29898,19 +30978,21 @@ def watch_core_v1_namespaced_limit_range_list_with_http_info(self, namespace, ** all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_limit_range_list" % key + " to method watch_namespaced_limit_range_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_limit_range_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_limit_range_list`") collection_formats = {} @@ -29965,9 +31047,11 @@ def watch_core_v1_namespaced_limit_range_list_with_http_info(self, namespace, ** auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_persistent_volume_claim(self, name, namespace, **kwargs): + def watch_namespaced_persistent_volume_claim(self, name, namespace, **kwargs): """ watch changes to an object of kind PersistentVolumeClaim @@ -29978,7 +31062,7 @@ def watch_core_v1_namespaced_persistent_volume_claim(self, name, namespace, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_persistent_volume_claim(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_persistent_volume_claim(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -29996,12 +31080,12 @@ def watch_core_v1_namespaced_persistent_volume_claim(self, name, namespace, **kw """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_persistent_volume_claim_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_persistent_volume_claim_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_persistent_volume_claim_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_persistent_volume_claim_with_http_info(name, namespace, **kwargs) return data - def watch_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_persistent_volume_claim_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind PersistentVolumeClaim @@ -30012,7 +31096,7 @@ def watch_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_persistent_volume_claim_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_persistent_volume_claim_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -30032,22 +31116,24 @@ def watch_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_persistent_volume_claim" % key + " to method watch_namespaced_persistent_volume_claim" % 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 `watch_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_persistent_volume_claim`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_persistent_volume_claim`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_persistent_volume_claim`") collection_formats = {} @@ -30104,9 +31190,11 @@ def watch_core_v1_namespaced_persistent_volume_claim_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_persistent_volume_claim_list(self, namespace, **kwargs): + def watch_namespaced_persistent_volume_claim_list(self, namespace, **kwargs): """ watch individual changes to a list of PersistentVolumeClaim @@ -30117,7 +31205,7 @@ def watch_core_v1_namespaced_persistent_volume_claim_list(self, namespace, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_persistent_volume_claim_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_persistent_volume_claim_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -30134,12 +31222,12 @@ def watch_core_v1_namespaced_persistent_volume_claim_list(self, namespace, **kwa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_persistent_volume_claim_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_persistent_volume_claim_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_persistent_volume_claim_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_persistent_volume_claim_list_with_http_info(namespace, **kwargs) return data - def watch_core_v1_namespaced_persistent_volume_claim_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_persistent_volume_claim_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of PersistentVolumeClaim @@ -30150,7 +31238,7 @@ def watch_core_v1_namespaced_persistent_volume_claim_list_with_http_info(self, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_persistent_volume_claim_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_persistent_volume_claim_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -30169,19 +31257,21 @@ def watch_core_v1_namespaced_persistent_volume_claim_list_with_http_info(self, n all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_persistent_volume_claim_list" % key + " to method watch_namespaced_persistent_volume_claim_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_persistent_volume_claim_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_persistent_volume_claim_list`") collection_formats = {} @@ -30236,9 +31326,11 @@ def watch_core_v1_namespaced_persistent_volume_claim_list_with_http_info(self, n auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_pod(self, name, namespace, **kwargs): + def watch_namespaced_pod(self, name, namespace, **kwargs): """ watch changes to an object of kind Pod @@ -30249,7 +31341,7 @@ def watch_core_v1_namespaced_pod(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_pod(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_pod(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -30267,12 +31359,12 @@ def watch_core_v1_namespaced_pod(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_pod_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_pod_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_pod_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_pod_with_http_info(name, namespace, **kwargs) return data - def watch_core_v1_namespaced_pod_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_pod_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind Pod @@ -30283,7 +31375,7 @@ def watch_core_v1_namespaced_pod_with_http_info(self, name, namespace, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_pod_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_pod_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -30303,22 +31395,24 @@ def watch_core_v1_namespaced_pod_with_http_info(self, name, namespace, **kwargs) all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_pod" % key + " to method watch_namespaced_pod" % 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 `watch_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_pod`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_pod`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_pod`") collection_formats = {} @@ -30375,9 +31469,11 @@ def watch_core_v1_namespaced_pod_with_http_info(self, name, namespace, **kwargs) auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_pod_list(self, namespace, **kwargs): + def watch_namespaced_pod_list(self, namespace, **kwargs): """ watch individual changes to a list of Pod @@ -30388,7 +31484,7 @@ def watch_core_v1_namespaced_pod_list(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_pod_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_pod_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -30405,12 +31501,12 @@ def watch_core_v1_namespaced_pod_list(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_pod_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_pod_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_pod_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_pod_list_with_http_info(namespace, **kwargs) return data - def watch_core_v1_namespaced_pod_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_pod_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of Pod @@ -30421,7 +31517,7 @@ def watch_core_v1_namespaced_pod_list_with_http_info(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_pod_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_pod_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -30440,19 +31536,21 @@ def watch_core_v1_namespaced_pod_list_with_http_info(self, namespace, **kwargs): all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_pod_list" % key + " to method watch_namespaced_pod_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_pod_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_pod_list`") collection_formats = {} @@ -30507,9 +31605,11 @@ def watch_core_v1_namespaced_pod_list_with_http_info(self, namespace, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_pod_template(self, name, namespace, **kwargs): + def watch_namespaced_pod_template(self, name, namespace, **kwargs): """ watch changes to an object of kind PodTemplate @@ -30520,7 +31620,7 @@ def watch_core_v1_namespaced_pod_template(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_pod_template(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_pod_template(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -30538,12 +31638,12 @@ def watch_core_v1_namespaced_pod_template(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_pod_template_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_pod_template_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_pod_template_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_pod_template_with_http_info(name, namespace, **kwargs) return data - def watch_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_pod_template_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind PodTemplate @@ -30554,7 +31654,7 @@ def watch_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_pod_template_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_pod_template_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -30574,22 +31674,24 @@ def watch_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_pod_template" % key + " to method watch_namespaced_pod_template" % 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 `watch_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_pod_template`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_pod_template`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_pod_template`") collection_formats = {} @@ -30646,9 +31748,11 @@ def watch_core_v1_namespaced_pod_template_with_http_info(self, name, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_pod_template_list(self, namespace, **kwargs): + def watch_namespaced_pod_template_list(self, namespace, **kwargs): """ watch individual changes to a list of PodTemplate @@ -30659,7 +31763,7 @@ def watch_core_v1_namespaced_pod_template_list(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_pod_template_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_pod_template_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -30676,12 +31780,12 @@ def watch_core_v1_namespaced_pod_template_list(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_pod_template_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_pod_template_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_pod_template_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_pod_template_list_with_http_info(namespace, **kwargs) return data - def watch_core_v1_namespaced_pod_template_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_pod_template_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of PodTemplate @@ -30692,7 +31796,7 @@ def watch_core_v1_namespaced_pod_template_list_with_http_info(self, namespace, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_pod_template_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_pod_template_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -30711,19 +31815,21 @@ def watch_core_v1_namespaced_pod_template_list_with_http_info(self, namespace, * all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_pod_template_list" % key + " to method watch_namespaced_pod_template_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_pod_template_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_pod_template_list`") collection_formats = {} @@ -30778,9 +31884,11 @@ def watch_core_v1_namespaced_pod_template_list_with_http_info(self, namespace, * auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_replication_controller(self, name, namespace, **kwargs): + def watch_namespaced_replication_controller(self, name, namespace, **kwargs): """ watch changes to an object of kind ReplicationController @@ -30791,7 +31899,7 @@ def watch_core_v1_namespaced_replication_controller(self, name, namespace, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_replication_controller(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_replication_controller(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -30809,12 +31917,12 @@ def watch_core_v1_namespaced_replication_controller(self, name, namespace, **kwa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_replication_controller_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_replication_controller_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_replication_controller_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_replication_controller_with_http_info(name, namespace, **kwargs) return data - def watch_core_v1_namespaced_replication_controller_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_replication_controller_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind ReplicationController @@ -30825,7 +31933,7 @@ def watch_core_v1_namespaced_replication_controller_with_http_info(self, name, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_replication_controller_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_replication_controller_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -30845,22 +31953,24 @@ def watch_core_v1_namespaced_replication_controller_with_http_info(self, name, n all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_replication_controller" % key + " to method watch_namespaced_replication_controller" % 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 `watch_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_replication_controller`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_replication_controller`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_replication_controller`") collection_formats = {} @@ -30917,9 +32027,11 @@ def watch_core_v1_namespaced_replication_controller_with_http_info(self, name, n auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_replication_controller_list(self, namespace, **kwargs): + def watch_namespaced_replication_controller_list(self, namespace, **kwargs): """ watch individual changes to a list of ReplicationController @@ -30930,7 +32042,7 @@ def watch_core_v1_namespaced_replication_controller_list(self, namespace, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_replication_controller_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_replication_controller_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -30947,12 +32059,12 @@ def watch_core_v1_namespaced_replication_controller_list(self, namespace, **kwar """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_replication_controller_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_replication_controller_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_replication_controller_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_replication_controller_list_with_http_info(namespace, **kwargs) return data - def watch_core_v1_namespaced_replication_controller_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_replication_controller_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of ReplicationController @@ -30963,7 +32075,7 @@ def watch_core_v1_namespaced_replication_controller_list_with_http_info(self, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_replication_controller_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_replication_controller_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -30982,19 +32094,21 @@ def watch_core_v1_namespaced_replication_controller_list_with_http_info(self, na all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_replication_controller_list" % key + " to method watch_namespaced_replication_controller_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_replication_controller_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_replication_controller_list`") collection_formats = {} @@ -31049,9 +32163,11 @@ def watch_core_v1_namespaced_replication_controller_list_with_http_info(self, na auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_resource_quota(self, name, namespace, **kwargs): + def watch_namespaced_resource_quota(self, name, namespace, **kwargs): """ watch changes to an object of kind ResourceQuota @@ -31062,7 +32178,7 @@ def watch_core_v1_namespaced_resource_quota(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_resource_quota(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_resource_quota(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -31080,12 +32196,12 @@ def watch_core_v1_namespaced_resource_quota(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_resource_quota_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_resource_quota_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_resource_quota_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_resource_quota_with_http_info(name, namespace, **kwargs) return data - def watch_core_v1_namespaced_resource_quota_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_resource_quota_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind ResourceQuota @@ -31096,7 +32212,7 @@ def watch_core_v1_namespaced_resource_quota_with_http_info(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_resource_quota_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_resource_quota_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -31116,22 +32232,24 @@ def watch_core_v1_namespaced_resource_quota_with_http_info(self, name, namespace all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_resource_quota" % key + " to method watch_namespaced_resource_quota" % 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 `watch_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_resource_quota`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_resource_quota`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_resource_quota`") collection_formats = {} @@ -31188,9 +32306,11 @@ def watch_core_v1_namespaced_resource_quota_with_http_info(self, name, namespace auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_resource_quota_list(self, namespace, **kwargs): + def watch_namespaced_resource_quota_list(self, namespace, **kwargs): """ watch individual changes to a list of ResourceQuota @@ -31201,7 +32321,7 @@ def watch_core_v1_namespaced_resource_quota_list(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_resource_quota_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_resource_quota_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -31218,12 +32338,12 @@ def watch_core_v1_namespaced_resource_quota_list(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_resource_quota_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_resource_quota_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_resource_quota_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_resource_quota_list_with_http_info(namespace, **kwargs) return data - def watch_core_v1_namespaced_resource_quota_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_resource_quota_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of ResourceQuota @@ -31234,7 +32354,7 @@ def watch_core_v1_namespaced_resource_quota_list_with_http_info(self, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_resource_quota_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_resource_quota_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -31253,19 +32373,21 @@ def watch_core_v1_namespaced_resource_quota_list_with_http_info(self, namespace, all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_resource_quota_list" % key + " to method watch_namespaced_resource_quota_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_resource_quota_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_resource_quota_list`") collection_formats = {} @@ -31320,9 +32442,11 @@ def watch_core_v1_namespaced_resource_quota_list_with_http_info(self, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_secret(self, name, namespace, **kwargs): + def watch_namespaced_secret(self, name, namespace, **kwargs): """ watch changes to an object of kind Secret @@ -31333,7 +32457,7 @@ def watch_core_v1_namespaced_secret(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_secret(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_secret(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -31351,12 +32475,12 @@ def watch_core_v1_namespaced_secret(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_secret_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_secret_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_secret_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_secret_with_http_info(name, namespace, **kwargs) return data - def watch_core_v1_namespaced_secret_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_secret_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind Secret @@ -31367,7 +32491,7 @@ def watch_core_v1_namespaced_secret_with_http_info(self, name, namespace, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_secret_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_secret_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -31387,22 +32511,24 @@ def watch_core_v1_namespaced_secret_with_http_info(self, name, namespace, **kwar all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_secret" % key + " to method watch_namespaced_secret" % 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 `watch_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_secret`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_secret`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_secret`") collection_formats = {} @@ -31459,9 +32585,11 @@ def watch_core_v1_namespaced_secret_with_http_info(self, name, namespace, **kwar auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_secret_list(self, namespace, **kwargs): + def watch_namespaced_secret_list(self, namespace, **kwargs): """ watch individual changes to a list of Secret @@ -31472,7 +32600,7 @@ def watch_core_v1_namespaced_secret_list(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_secret_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_secret_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -31489,12 +32617,12 @@ def watch_core_v1_namespaced_secret_list(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_secret_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_secret_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_secret_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_secret_list_with_http_info(namespace, **kwargs) return data - def watch_core_v1_namespaced_secret_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_secret_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of Secret @@ -31505,7 +32633,7 @@ def watch_core_v1_namespaced_secret_list_with_http_info(self, namespace, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_secret_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_secret_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -31524,19 +32652,21 @@ def watch_core_v1_namespaced_secret_list_with_http_info(self, namespace, **kwarg all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_secret_list" % key + " to method watch_namespaced_secret_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_secret_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_secret_list`") collection_formats = {} @@ -31591,9 +32721,11 @@ def watch_core_v1_namespaced_secret_list_with_http_info(self, namespace, **kwarg auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_service(self, name, namespace, **kwargs): + def watch_namespaced_service(self, name, namespace, **kwargs): """ watch changes to an object of kind Service @@ -31604,7 +32736,7 @@ def watch_core_v1_namespaced_service(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_service(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_service(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -31622,12 +32754,12 @@ def watch_core_v1_namespaced_service(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_service_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_service_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_service_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_service_with_http_info(name, namespace, **kwargs) return data - def watch_core_v1_namespaced_service_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_service_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind Service @@ -31638,7 +32770,7 @@ def watch_core_v1_namespaced_service_with_http_info(self, name, namespace, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_service_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_service_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -31658,22 +32790,24 @@ def watch_core_v1_namespaced_service_with_http_info(self, name, namespace, **kwa all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_service" % key + " to method watch_namespaced_service" % 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 `watch_core_v1_namespaced_service`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_service`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_service`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_service`") collection_formats = {} @@ -31730,9 +32864,11 @@ def watch_core_v1_namespaced_service_with_http_info(self, name, namespace, **kwa auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_service_account(self, name, namespace, **kwargs): + def watch_namespaced_service_account(self, name, namespace, **kwargs): """ watch changes to an object of kind ServiceAccount @@ -31743,7 +32879,7 @@ def watch_core_v1_namespaced_service_account(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_service_account(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_service_account(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -31761,12 +32897,12 @@ def watch_core_v1_namespaced_service_account(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_service_account_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_service_account_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_service_account_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_service_account_with_http_info(name, namespace, **kwargs) return data - def watch_core_v1_namespaced_service_account_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_service_account_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind ServiceAccount @@ -31777,7 +32913,7 @@ def watch_core_v1_namespaced_service_account_with_http_info(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_service_account_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_service_account_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -31797,22 +32933,24 @@ def watch_core_v1_namespaced_service_account_with_http_info(self, name, namespac all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_service_account" % key + " to method watch_namespaced_service_account" % 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 `watch_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_service_account`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_service_account`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_service_account`") collection_formats = {} @@ -31869,9 +33007,11 @@ def watch_core_v1_namespaced_service_account_with_http_info(self, name, namespac auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_service_account_list(self, namespace, **kwargs): + def watch_namespaced_service_account_list(self, namespace, **kwargs): """ watch individual changes to a list of ServiceAccount @@ -31882,7 +33022,7 @@ def watch_core_v1_namespaced_service_account_list(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_service_account_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_service_account_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -31899,12 +33039,12 @@ def watch_core_v1_namespaced_service_account_list(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_service_account_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_service_account_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_service_account_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_service_account_list_with_http_info(namespace, **kwargs) return data - def watch_core_v1_namespaced_service_account_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_service_account_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of ServiceAccount @@ -31915,7 +33055,7 @@ def watch_core_v1_namespaced_service_account_list_with_http_info(self, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_service_account_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_service_account_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -31934,19 +33074,21 @@ def watch_core_v1_namespaced_service_account_list_with_http_info(self, namespace all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_service_account_list" % key + " to method watch_namespaced_service_account_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_service_account_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_service_account_list`") collection_formats = {} @@ -32001,9 +33143,11 @@ def watch_core_v1_namespaced_service_account_list_with_http_info(self, namespace auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_namespaced_service_list(self, namespace, **kwargs): + def watch_namespaced_service_list(self, namespace, **kwargs): """ watch individual changes to a list of Service @@ -32014,7 +33158,7 @@ def watch_core_v1_namespaced_service_list(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_service_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_service_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32031,12 +33175,12 @@ def watch_core_v1_namespaced_service_list(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_namespaced_service_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_service_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_core_v1_namespaced_service_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_service_list_with_http_info(namespace, **kwargs) return data - def watch_core_v1_namespaced_service_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_service_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of Service @@ -32047,7 +33191,7 @@ def watch_core_v1_namespaced_service_list_with_http_info(self, namespace, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_namespaced_service_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_service_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32066,19 +33210,21 @@ def watch_core_v1_namespaced_service_list_with_http_info(self, namespace, **kwar all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_namespaced_service_list" % key + " to method watch_namespaced_service_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_core_v1_namespaced_service_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_service_list`") collection_formats = {} @@ -32133,9 +33279,11 @@ def watch_core_v1_namespaced_service_list_with_http_info(self, namespace, **kwar auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_node(self, name, **kwargs): + def watch_node(self, name, **kwargs): """ watch changes to an object of kind Node @@ -32146,7 +33294,7 @@ def watch_core_v1_node(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_node(name, callback=callback_function) + >>> thread = api.watch_node(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32163,12 +33311,12 @@ def watch_core_v1_node(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_node_with_http_info(name, **kwargs) + return self.watch_node_with_http_info(name, **kwargs) else: - (data) = self.watch_core_v1_node_with_http_info(name, **kwargs) + (data) = self.watch_node_with_http_info(name, **kwargs) return data - def watch_core_v1_node_with_http_info(self, name, **kwargs): + def watch_node_with_http_info(self, name, **kwargs): """ watch changes to an object of kind Node @@ -32179,7 +33327,7 @@ def watch_core_v1_node_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_node_with_http_info(name, callback=callback_function) + >>> thread = api.watch_node_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32198,19 +33346,21 @@ def watch_core_v1_node_with_http_info(self, name, **kwargs): all_params = ['name', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_node" % key + " to method watch_node" % 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 `watch_core_v1_node`") + raise ValueError("Missing the required parameter `name` when calling `watch_node`") collection_formats = {} @@ -32265,9 +33415,11 @@ def watch_core_v1_node_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_node_list(self, **kwargs): + def watch_node_list(self, **kwargs): """ watch individual changes to a list of Node @@ -32278,7 +33430,7 @@ def watch_core_v1_node_list(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_node_list(callback=callback_function) + >>> thread = api.watch_node_list(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32294,12 +33446,12 @@ def watch_core_v1_node_list(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_node_list_with_http_info(**kwargs) + return self.watch_node_list_with_http_info(**kwargs) else: - (data) = self.watch_core_v1_node_list_with_http_info(**kwargs) + (data) = self.watch_node_list_with_http_info(**kwargs) return data - def watch_core_v1_node_list_with_http_info(self, **kwargs): + def watch_node_list_with_http_info(self, **kwargs): """ watch individual changes to a list of Node @@ -32310,7 +33462,7 @@ def watch_core_v1_node_list_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_node_list_with_http_info(callback=callback_function) + >>> thread = api.watch_node_list_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32328,13 +33480,15 @@ def watch_core_v1_node_list_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_node_list" % key + " to method watch_node_list" % key ) params[key] = val del params['kwargs'] @@ -32390,9 +33544,11 @@ def watch_core_v1_node_list_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_persistent_volume(self, name, **kwargs): + def watch_persistent_volume(self, name, **kwargs): """ watch changes to an object of kind PersistentVolume @@ -32403,7 +33559,7 @@ def watch_core_v1_persistent_volume(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_persistent_volume(name, callback=callback_function) + >>> thread = api.watch_persistent_volume(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32420,12 +33576,12 @@ def watch_core_v1_persistent_volume(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_persistent_volume_with_http_info(name, **kwargs) + return self.watch_persistent_volume_with_http_info(name, **kwargs) else: - (data) = self.watch_core_v1_persistent_volume_with_http_info(name, **kwargs) + (data) = self.watch_persistent_volume_with_http_info(name, **kwargs) return data - def watch_core_v1_persistent_volume_with_http_info(self, name, **kwargs): + def watch_persistent_volume_with_http_info(self, name, **kwargs): """ watch changes to an object of kind PersistentVolume @@ -32436,7 +33592,7 @@ def watch_core_v1_persistent_volume_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_persistent_volume_with_http_info(name, callback=callback_function) + >>> thread = api.watch_persistent_volume_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32455,19 +33611,21 @@ def watch_core_v1_persistent_volume_with_http_info(self, name, **kwargs): all_params = ['name', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_persistent_volume" % key + " to method watch_persistent_volume" % 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 `watch_core_v1_persistent_volume`") + raise ValueError("Missing the required parameter `name` when calling `watch_persistent_volume`") collection_formats = {} @@ -32522,9 +33680,11 @@ def watch_core_v1_persistent_volume_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_persistent_volume_claim_list_for_all_namespaces(self, **kwargs): + def watch_persistent_volume_claim_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of PersistentVolumeClaim @@ -32535,7 +33695,7 @@ def watch_core_v1_persistent_volume_claim_list_for_all_namespaces(self, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_persistent_volume_claim_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_persistent_volume_claim_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32551,12 +33711,12 @@ def watch_core_v1_persistent_volume_claim_list_for_all_namespaces(self, **kwargs """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_persistent_volume_claim_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_persistent_volume_claim_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_core_v1_persistent_volume_claim_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_persistent_volume_claim_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_core_v1_persistent_volume_claim_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_persistent_volume_claim_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of PersistentVolumeClaim @@ -32567,7 +33727,7 @@ def watch_core_v1_persistent_volume_claim_list_for_all_namespaces_with_http_info >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_persistent_volume_claim_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_persistent_volume_claim_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32585,13 +33745,15 @@ def watch_core_v1_persistent_volume_claim_list_for_all_namespaces_with_http_info all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_persistent_volume_claim_list_for_all_namespaces" % key + " to method watch_persistent_volume_claim_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -32647,9 +33809,11 @@ def watch_core_v1_persistent_volume_claim_list_for_all_namespaces_with_http_info auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_persistent_volume_list(self, **kwargs): + def watch_persistent_volume_list(self, **kwargs): """ watch individual changes to a list of PersistentVolume @@ -32660,7 +33824,7 @@ def watch_core_v1_persistent_volume_list(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_persistent_volume_list(callback=callback_function) + >>> thread = api.watch_persistent_volume_list(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32676,12 +33840,12 @@ def watch_core_v1_persistent_volume_list(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_persistent_volume_list_with_http_info(**kwargs) + return self.watch_persistent_volume_list_with_http_info(**kwargs) else: - (data) = self.watch_core_v1_persistent_volume_list_with_http_info(**kwargs) + (data) = self.watch_persistent_volume_list_with_http_info(**kwargs) return data - def watch_core_v1_persistent_volume_list_with_http_info(self, **kwargs): + def watch_persistent_volume_list_with_http_info(self, **kwargs): """ watch individual changes to a list of PersistentVolume @@ -32692,7 +33856,7 @@ def watch_core_v1_persistent_volume_list_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_persistent_volume_list_with_http_info(callback=callback_function) + >>> thread = api.watch_persistent_volume_list_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32710,13 +33874,15 @@ def watch_core_v1_persistent_volume_list_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_persistent_volume_list" % key + " to method watch_persistent_volume_list" % key ) params[key] = val del params['kwargs'] @@ -32772,9 +33938,11 @@ def watch_core_v1_persistent_volume_list_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_pod_list_for_all_namespaces(self, **kwargs): + def watch_pod_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of Pod @@ -32785,7 +33953,7 @@ def watch_core_v1_pod_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_pod_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_pod_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32801,12 +33969,12 @@ def watch_core_v1_pod_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_pod_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_pod_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_core_v1_pod_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_pod_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_core_v1_pod_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_pod_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of Pod @@ -32817,7 +33985,7 @@ def watch_core_v1_pod_list_for_all_namespaces_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_pod_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_pod_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32835,13 +34003,15 @@ def watch_core_v1_pod_list_for_all_namespaces_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_pod_list_for_all_namespaces" % key + " to method watch_pod_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -32897,9 +34067,11 @@ def watch_core_v1_pod_list_for_all_namespaces_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_pod_template_list_for_all_namespaces(self, **kwargs): + def watch_pod_template_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of PodTemplate @@ -32910,7 +34082,7 @@ def watch_core_v1_pod_template_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_pod_template_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_pod_template_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32926,12 +34098,12 @@ def watch_core_v1_pod_template_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_pod_template_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_pod_template_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_core_v1_pod_template_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_pod_template_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_core_v1_pod_template_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_pod_template_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of PodTemplate @@ -32942,7 +34114,7 @@ def watch_core_v1_pod_template_list_for_all_namespaces_with_http_info(self, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_pod_template_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_pod_template_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -32960,13 +34132,15 @@ def watch_core_v1_pod_template_list_for_all_namespaces_with_http_info(self, **kw all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_pod_template_list_for_all_namespaces" % key + " to method watch_pod_template_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -33022,9 +34196,11 @@ def watch_core_v1_pod_template_list_for_all_namespaces_with_http_info(self, **kw auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_replication_controller_list_for_all_namespaces(self, **kwargs): + def watch_replication_controller_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of ReplicationController @@ -33035,7 +34211,7 @@ def watch_core_v1_replication_controller_list_for_all_namespaces(self, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_replication_controller_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_replication_controller_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -33051,12 +34227,12 @@ def watch_core_v1_replication_controller_list_for_all_namespaces(self, **kwargs) """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_replication_controller_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_replication_controller_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_core_v1_replication_controller_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_replication_controller_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_core_v1_replication_controller_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_replication_controller_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of ReplicationController @@ -33067,7 +34243,7 @@ def watch_core_v1_replication_controller_list_for_all_namespaces_with_http_info( >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_replication_controller_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_replication_controller_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -33085,13 +34261,15 @@ def watch_core_v1_replication_controller_list_for_all_namespaces_with_http_info( all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_replication_controller_list_for_all_namespaces" % key + " to method watch_replication_controller_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -33147,9 +34325,11 @@ def watch_core_v1_replication_controller_list_for_all_namespaces_with_http_info( auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_resource_quota_list_for_all_namespaces(self, **kwargs): + def watch_resource_quota_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of ResourceQuota @@ -33160,7 +34340,7 @@ def watch_core_v1_resource_quota_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_resource_quota_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_resource_quota_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -33176,12 +34356,12 @@ def watch_core_v1_resource_quota_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_resource_quota_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_resource_quota_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_core_v1_resource_quota_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_resource_quota_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_core_v1_resource_quota_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_resource_quota_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of ResourceQuota @@ -33192,7 +34372,7 @@ def watch_core_v1_resource_quota_list_for_all_namespaces_with_http_info(self, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_resource_quota_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_resource_quota_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -33210,13 +34390,15 @@ def watch_core_v1_resource_quota_list_for_all_namespaces_with_http_info(self, ** all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_resource_quota_list_for_all_namespaces" % key + " to method watch_resource_quota_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -33272,9 +34454,11 @@ def watch_core_v1_resource_quota_list_for_all_namespaces_with_http_info(self, ** auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_secret_list_for_all_namespaces(self, **kwargs): + def watch_secret_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of Secret @@ -33285,7 +34469,7 @@ def watch_core_v1_secret_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_secret_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_secret_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -33301,12 +34485,12 @@ def watch_core_v1_secret_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_secret_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_secret_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_core_v1_secret_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_secret_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_core_v1_secret_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_secret_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of Secret @@ -33317,7 +34501,7 @@ def watch_core_v1_secret_list_for_all_namespaces_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_secret_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_secret_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -33335,13 +34519,15 @@ def watch_core_v1_secret_list_for_all_namespaces_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_secret_list_for_all_namespaces" % key + " to method watch_secret_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -33397,9 +34583,11 @@ def watch_core_v1_secret_list_for_all_namespaces_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_service_account_list_for_all_namespaces(self, **kwargs): + def watch_service_account_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of ServiceAccount @@ -33410,7 +34598,7 @@ def watch_core_v1_service_account_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_service_account_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_service_account_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -33426,12 +34614,12 @@ def watch_core_v1_service_account_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_service_account_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_service_account_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_core_v1_service_account_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_service_account_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_core_v1_service_account_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_service_account_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of ServiceAccount @@ -33442,7 +34630,7 @@ def watch_core_v1_service_account_list_for_all_namespaces_with_http_info(self, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_service_account_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_service_account_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -33460,13 +34648,15 @@ def watch_core_v1_service_account_list_for_all_namespaces_with_http_info(self, * all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_service_account_list_for_all_namespaces" % key + " to method watch_service_account_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -33522,9 +34712,11 @@ def watch_core_v1_service_account_list_for_all_namespaces_with_http_info(self, * auth_settings=auth_settings, callback=params.get('callback'), _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 watch_core_v1_service_list_for_all_namespaces(self, **kwargs): + def watch_service_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of Service @@ -33535,7 +34727,7 @@ def watch_core_v1_service_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_service_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_service_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -33551,12 +34743,12 @@ def watch_core_v1_service_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_core_v1_service_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_service_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_core_v1_service_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_service_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_core_v1_service_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_service_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of Service @@ -33567,7 +34759,7 @@ def watch_core_v1_service_list_for_all_namespaces_with_http_info(self, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_core_v1_service_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_service_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -33585,13 +34777,15 @@ def watch_core_v1_service_list_for_all_namespaces_with_http_info(self, **kwargs) all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_core_v1_service_list_for_all_namespaces" % key + " to method watch_service_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -33647,4 +34841,6 @@ def watch_core_v1_service_list_for_all_namespaces_with_http_info(self, **kwargs) auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/extensions_api.py b/k8sclient/apis/extensions_api.py index 9f1e19f7a9..b0223bbb5b 100644 --- a/k8sclient/apis/extensions_api.py +++ b/k8sclient/apis/extensions_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def get_extensions_api_group(self, **kwargs): + def get_api_group(self, **kwargs): """ get information of a group @@ -62,7 +62,7 @@ def get_extensions_api_group(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_extensions_api_group(callback=callback_function) + >>> thread = api.get_api_group(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -72,12 +72,12 @@ def get_extensions_api_group(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_extensions_api_group_with_http_info(**kwargs) + return self.get_api_group_with_http_info(**kwargs) else: - (data) = self.get_extensions_api_group_with_http_info(**kwargs) + (data) = self.get_api_group_with_http_info(**kwargs) return data - def get_extensions_api_group_with_http_info(self, **kwargs): + def get_api_group_with_http_info(self, **kwargs): """ get information of a group @@ -88,7 +88,7 @@ def get_extensions_api_group_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_extensions_api_group_with_http_info(callback=callback_function) + >>> thread = api.get_api_group_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -100,13 +100,15 @@ def get_extensions_api_group_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_extensions_api_group" % key + " to method get_api_group" % key ) params[key] = val del params['kwargs'] @@ -150,4 +152,6 @@ def get_extensions_api_group_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/extensions_v1beta1_api.py b/k8sclient/apis/extensions_v1beta1_api.py index 0bdc728e04..bb87cac888 100644 --- a/k8sclient/apis/extensions_v1beta1_api.py +++ b/k8sclient/apis/extensions_v1beta1_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def create_extensions_v1beta1_namespaced_daemon_set(self, namespace, body, **kwargs): + def create_namespaced_daemon_set(self, namespace, body, **kwargs): """ create a DaemonSet @@ -62,7 +62,7 @@ def create_extensions_v1beta1_namespaced_daemon_set(self, namespace, body, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_daemon_set(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_daemon_set(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -75,12 +75,12 @@ def create_extensions_v1beta1_namespaced_daemon_set(self, namespace, body, **kwa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_extensions_v1beta1_namespaced_daemon_set_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_daemon_set_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_extensions_v1beta1_namespaced_daemon_set_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_daemon_set_with_http_info(namespace, body, **kwargs) return data - def create_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_daemon_set_with_http_info(self, namespace, body, **kwargs): """ create a DaemonSet @@ -91,7 +91,7 @@ def create_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_daemon_set_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_daemon_set_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -106,22 +106,24 @@ def create_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, namespa all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_daemon_set" % key + " to method create_namespaced_daemon_set" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_daemon_set`") # 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_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_daemon_set`") collection_formats = {} @@ -168,9 +170,11 @@ def create_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, namespa auth_settings=auth_settings, callback=params.get('callback'), _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 create_extensions_v1beta1_namespaced_deployment(self, namespace, body, **kwargs): + def create_namespaced_deployment(self, namespace, body, **kwargs): """ create a Deployment @@ -181,7 +185,7 @@ def create_extensions_v1beta1_namespaced_deployment(self, namespace, body, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_deployment(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_deployment(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -194,12 +198,12 @@ def create_extensions_v1beta1_namespaced_deployment(self, namespace, body, **kwa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_extensions_v1beta1_namespaced_deployment_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_deployment_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_extensions_v1beta1_namespaced_deployment_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_deployment_with_http_info(namespace, body, **kwargs) return data - def create_extensions_v1beta1_namespaced_deployment_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_deployment_with_http_info(self, namespace, body, **kwargs): """ create a Deployment @@ -210,7 +214,7 @@ def create_extensions_v1beta1_namespaced_deployment_with_http_info(self, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_deployment_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_deployment_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -225,22 +229,24 @@ def create_extensions_v1beta1_namespaced_deployment_with_http_info(self, namespa all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_deployment" % key + " to method create_namespaced_deployment" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_deployment`") # 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_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_deployment`") collection_formats = {} @@ -287,9 +293,11 @@ def create_extensions_v1beta1_namespaced_deployment_with_http_info(self, namespa auth_settings=auth_settings, callback=params.get('callback'), _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 create_extensions_v1beta1_namespaced_deployment_rollback_rollback(self, body, name, namespace, **kwargs): + def create_namespaced_deployment_rollback_rollback(self, body, name, namespace, **kwargs): """ create rollback of a DeploymentRollback @@ -300,7 +308,7 @@ def create_extensions_v1beta1_namespaced_deployment_rollback_rollback(self, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_deployment_rollback_rollback(body, name, namespace, callback=callback_function) + >>> thread = api.create_namespaced_deployment_rollback_rollback(body, name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -314,12 +322,12 @@ def create_extensions_v1beta1_namespaced_deployment_rollback_rollback(self, body """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_extensions_v1beta1_namespaced_deployment_rollback_rollback_with_http_info(body, name, namespace, **kwargs) + return self.create_namespaced_deployment_rollback_rollback_with_http_info(body, name, namespace, **kwargs) else: - (data) = self.create_extensions_v1beta1_namespaced_deployment_rollback_rollback_with_http_info(body, name, namespace, **kwargs) + (data) = self.create_namespaced_deployment_rollback_rollback_with_http_info(body, name, namespace, **kwargs) return data - def create_extensions_v1beta1_namespaced_deployment_rollback_rollback_with_http_info(self, body, name, namespace, **kwargs): + def create_namespaced_deployment_rollback_rollback_with_http_info(self, body, name, namespace, **kwargs): """ create rollback of a DeploymentRollback @@ -330,7 +338,7 @@ def create_extensions_v1beta1_namespaced_deployment_rollback_rollback_with_http_ >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_deployment_rollback_rollback_with_http_info(body, name, namespace, callback=callback_function) + >>> thread = api.create_namespaced_deployment_rollback_rollback_with_http_info(body, name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -346,25 +354,27 @@ def create_extensions_v1beta1_namespaced_deployment_rollback_rollback_with_http_ all_params = ['body', 'name', 'namespace', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_deployment_rollback_rollback" % key + " to method create_namespaced_deployment_rollback_rollback" % 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_extensions_v1beta1_namespaced_deployment_rollback_rollback`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_deployment_rollback_rollback`") # 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 `create_extensions_v1beta1_namespaced_deployment_rollback_rollback`") + raise ValueError("Missing the required parameter `name` when calling `create_namespaced_deployment_rollback_rollback`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_extensions_v1beta1_namespaced_deployment_rollback_rollback`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_deployment_rollback_rollback`") collection_formats = {} @@ -413,9 +423,11 @@ def create_extensions_v1beta1_namespaced_deployment_rollback_rollback_with_http_ auth_settings=auth_settings, callback=params.get('callback'), _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 create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, namespace, body, **kwargs): + def create_namespaced_horizontal_pod_autoscaler(self, namespace, body, **kwargs): """ create a HorizontalPodAutoscaler @@ -426,7 +438,7 @@ def create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_horizontal_pod_autoscaler(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -439,12 +451,12 @@ def create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, namespa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, **kwargs) return data - def create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, body, **kwargs): """ create a HorizontalPodAutoscaler @@ -455,7 +467,7 @@ def create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_inf >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -470,22 +482,24 @@ def create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_inf all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler" % key + " to method create_namespaced_horizontal_pod_autoscaler" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_horizontal_pod_autoscaler`") # 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -532,9 +546,11 @@ def create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_inf auth_settings=auth_settings, callback=params.get('callback'), _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 create_extensions_v1beta1_namespaced_ingress(self, namespace, body, **kwargs): + def create_namespaced_ingress(self, namespace, body, **kwargs): """ create an Ingress @@ -545,7 +561,7 @@ def create_extensions_v1beta1_namespaced_ingress(self, namespace, body, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_ingress(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_ingress(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -558,12 +574,12 @@ def create_extensions_v1beta1_namespaced_ingress(self, namespace, body, **kwargs """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_extensions_v1beta1_namespaced_ingress_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_ingress_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_extensions_v1beta1_namespaced_ingress_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_ingress_with_http_info(namespace, body, **kwargs) return data - def create_extensions_v1beta1_namespaced_ingress_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_ingress_with_http_info(self, namespace, body, **kwargs): """ create an Ingress @@ -574,7 +590,7 @@ def create_extensions_v1beta1_namespaced_ingress_with_http_info(self, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_ingress_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_ingress_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -589,22 +605,24 @@ def create_extensions_v1beta1_namespaced_ingress_with_http_info(self, namespace, all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_ingress" % key + " to method create_namespaced_ingress" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_ingress`") # 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_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_ingress`") collection_formats = {} @@ -651,9 +669,11 @@ def create_extensions_v1beta1_namespaced_ingress_with_http_info(self, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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 create_extensions_v1beta1_namespaced_job(self, namespace, body, **kwargs): + def create_namespaced_job(self, namespace, body, **kwargs): """ create a Job @@ -664,7 +684,7 @@ def create_extensions_v1beta1_namespaced_job(self, namespace, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_job(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_job(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -677,12 +697,12 @@ def create_extensions_v1beta1_namespaced_job(self, namespace, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_extensions_v1beta1_namespaced_job_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_job_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_extensions_v1beta1_namespaced_job_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_job_with_http_info(namespace, body, **kwargs) return data - def create_extensions_v1beta1_namespaced_job_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_job_with_http_info(self, namespace, body, **kwargs): """ create a Job @@ -693,7 +713,7 @@ def create_extensions_v1beta1_namespaced_job_with_http_info(self, namespace, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_job_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_job_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -708,22 +728,24 @@ def create_extensions_v1beta1_namespaced_job_with_http_info(self, namespace, bod all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_job" % key + " to method create_namespaced_job" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_job`") # 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_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_job`") collection_formats = {} @@ -770,9 +792,11 @@ def create_extensions_v1beta1_namespaced_job_with_http_info(self, namespace, bod auth_settings=auth_settings, callback=params.get('callback'), _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 create_extensions_v1beta1_namespaced_network_policy(self, namespace, body, **kwargs): + def create_namespaced_network_policy(self, namespace, body, **kwargs): """ create a NetworkPolicy @@ -783,7 +807,7 @@ def create_extensions_v1beta1_namespaced_network_policy(self, namespace, body, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_network_policy(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_network_policy(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -796,12 +820,12 @@ def create_extensions_v1beta1_namespaced_network_policy(self, namespace, body, * """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_extensions_v1beta1_namespaced_network_policy_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_network_policy_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_extensions_v1beta1_namespaced_network_policy_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_network_policy_with_http_info(namespace, body, **kwargs) return data - def create_extensions_v1beta1_namespaced_network_policy_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_network_policy_with_http_info(self, namespace, body, **kwargs): """ create a NetworkPolicy @@ -812,7 +836,7 @@ def create_extensions_v1beta1_namespaced_network_policy_with_http_info(self, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_network_policy_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_network_policy_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -827,22 +851,24 @@ def create_extensions_v1beta1_namespaced_network_policy_with_http_info(self, nam all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_network_policy" % key + " to method create_namespaced_network_policy" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_network_policy`") # 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_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_network_policy`") collection_formats = {} @@ -889,9 +915,11 @@ def create_extensions_v1beta1_namespaced_network_policy_with_http_info(self, nam auth_settings=auth_settings, callback=params.get('callback'), _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 create_extensions_v1beta1_namespaced_replica_set(self, namespace, body, **kwargs): + def create_namespaced_replica_set(self, namespace, body, **kwargs): """ create a ReplicaSet @@ -902,7 +930,7 @@ def create_extensions_v1beta1_namespaced_replica_set(self, namespace, body, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_replica_set(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_replica_set(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -915,12 +943,12 @@ def create_extensions_v1beta1_namespaced_replica_set(self, namespace, body, **kw """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_extensions_v1beta1_namespaced_replica_set_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_replica_set_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_extensions_v1beta1_namespaced_replica_set_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_replica_set_with_http_info(namespace, body, **kwargs) return data - def create_extensions_v1beta1_namespaced_replica_set_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_replica_set_with_http_info(self, namespace, body, **kwargs): """ create a ReplicaSet @@ -931,7 +959,7 @@ def create_extensions_v1beta1_namespaced_replica_set_with_http_info(self, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_namespaced_replica_set_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_replica_set_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -946,22 +974,24 @@ def create_extensions_v1beta1_namespaced_replica_set_with_http_info(self, namesp all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_replica_set" % key + " to method create_namespaced_replica_set" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_replica_set`") # 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_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_replica_set`") collection_formats = {} @@ -1008,9 +1038,11 @@ def create_extensions_v1beta1_namespaced_replica_set_with_http_info(self, namesp auth_settings=auth_settings, callback=params.get('callback'), _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 create_extensions_v1beta1_third_party_resource(self, body, **kwargs): + def create_third_party_resource(self, body, **kwargs): """ create a ThirdPartyResource @@ -1021,7 +1053,7 @@ def create_extensions_v1beta1_third_party_resource(self, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_third_party_resource(body, callback=callback_function) + >>> thread = api.create_third_party_resource(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1033,12 +1065,12 @@ def create_extensions_v1beta1_third_party_resource(self, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_extensions_v1beta1_third_party_resource_with_http_info(body, **kwargs) + return self.create_third_party_resource_with_http_info(body, **kwargs) else: - (data) = self.create_extensions_v1beta1_third_party_resource_with_http_info(body, **kwargs) + (data) = self.create_third_party_resource_with_http_info(body, **kwargs) return data - def create_extensions_v1beta1_third_party_resource_with_http_info(self, body, **kwargs): + def create_third_party_resource_with_http_info(self, body, **kwargs): """ create a ThirdPartyResource @@ -1049,7 +1081,7 @@ def create_extensions_v1beta1_third_party_resource_with_http_info(self, body, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_extensions_v1beta1_third_party_resource_with_http_info(body, callback=callback_function) + >>> thread = api.create_third_party_resource_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1063,19 +1095,21 @@ def create_extensions_v1beta1_third_party_resource_with_http_info(self, body, ** all_params = ['body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_third_party_resource" % key + " to method create_third_party_resource" % 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_extensions_v1beta1_third_party_resource`") + raise ValueError("Missing the required parameter `body` when calling `create_third_party_resource`") collection_formats = {} @@ -1120,9 +1154,11 @@ def create_extensions_v1beta1_third_party_resource_with_http_info(self, body, ** auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_collection_namespaced_daemon_set(self, namespace, **kwargs): + def delete_collection_namespaced_daemon_set(self, namespace, **kwargs): """ delete collection of DaemonSet @@ -1133,7 +1169,7 @@ def delete_extensions_v1beta1_collection_namespaced_daemon_set(self, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_namespaced_daemon_set(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_daemon_set(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1150,12 +1186,12 @@ def delete_extensions_v1beta1_collection_namespaced_daemon_set(self, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_collection_namespaced_daemon_set_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_daemon_set_with_http_info(namespace, **kwargs) else: - (data) = self.delete_extensions_v1beta1_collection_namespaced_daemon_set_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_daemon_set_with_http_info(namespace, **kwargs) return data - def delete_extensions_v1beta1_collection_namespaced_daemon_set_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_daemon_set_with_http_info(self, namespace, **kwargs): """ delete collection of DaemonSet @@ -1166,7 +1202,7 @@ def delete_extensions_v1beta1_collection_namespaced_daemon_set_with_http_info(se >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_namespaced_daemon_set_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_daemon_set_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1185,19 +1221,21 @@ def delete_extensions_v1beta1_collection_namespaced_daemon_set_with_http_info(se all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_collection_namespaced_daemon_set" % key + " to method delete_collection_namespaced_daemon_set" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_extensions_v1beta1_collection_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_daemon_set`") collection_formats = {} @@ -1252,9 +1290,11 @@ def delete_extensions_v1beta1_collection_namespaced_daemon_set_with_http_info(se auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_collection_namespaced_deployment(self, namespace, **kwargs): + def delete_collection_namespaced_deployment(self, namespace, **kwargs): """ delete collection of Deployment @@ -1265,7 +1305,7 @@ def delete_extensions_v1beta1_collection_namespaced_deployment(self, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_namespaced_deployment(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_deployment(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1282,12 +1322,12 @@ def delete_extensions_v1beta1_collection_namespaced_deployment(self, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_collection_namespaced_deployment_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_deployment_with_http_info(namespace, **kwargs) else: - (data) = self.delete_extensions_v1beta1_collection_namespaced_deployment_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_deployment_with_http_info(namespace, **kwargs) return data - def delete_extensions_v1beta1_collection_namespaced_deployment_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_deployment_with_http_info(self, namespace, **kwargs): """ delete collection of Deployment @@ -1298,7 +1338,7 @@ def delete_extensions_v1beta1_collection_namespaced_deployment_with_http_info(se >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_namespaced_deployment_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_deployment_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1317,19 +1357,21 @@ def delete_extensions_v1beta1_collection_namespaced_deployment_with_http_info(se all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_collection_namespaced_deployment" % key + " to method delete_collection_namespaced_deployment" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_extensions_v1beta1_collection_namespaced_deployment`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_deployment`") collection_formats = {} @@ -1384,9 +1426,11 @@ def delete_extensions_v1beta1_collection_namespaced_deployment_with_http_info(se auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler(self, namespace, **kwargs): + def delete_collection_namespaced_horizontal_pod_autoscaler(self, namespace, **kwargs): """ delete collection of HorizontalPodAutoscaler @@ -1397,7 +1441,7 @@ def delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler(se >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_horizontal_pod_autoscaler(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1414,12 +1458,12 @@ def delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler(se """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) else: - (data) = self.delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) return data - def delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, **kwargs): """ delete collection of HorizontalPodAutoscaler @@ -1430,7 +1474,7 @@ def delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler_wi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1449,19 +1493,21 @@ def delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler_wi all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler" % key + " to method delete_collection_namespaced_horizontal_pod_autoscaler" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -1516,9 +1562,11 @@ def delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler_wi auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_collection_namespaced_ingress(self, namespace, **kwargs): + def delete_collection_namespaced_ingress(self, namespace, **kwargs): """ delete collection of Ingress @@ -1529,7 +1577,7 @@ def delete_extensions_v1beta1_collection_namespaced_ingress(self, namespace, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_namespaced_ingress(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_ingress(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1546,12 +1594,12 @@ def delete_extensions_v1beta1_collection_namespaced_ingress(self, namespace, **k """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_collection_namespaced_ingress_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_ingress_with_http_info(namespace, **kwargs) else: - (data) = self.delete_extensions_v1beta1_collection_namespaced_ingress_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_ingress_with_http_info(namespace, **kwargs) return data - def delete_extensions_v1beta1_collection_namespaced_ingress_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_ingress_with_http_info(self, namespace, **kwargs): """ delete collection of Ingress @@ -1562,7 +1610,7 @@ def delete_extensions_v1beta1_collection_namespaced_ingress_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_namespaced_ingress_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_ingress_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1581,19 +1629,21 @@ def delete_extensions_v1beta1_collection_namespaced_ingress_with_http_info(self, all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_collection_namespaced_ingress" % key + " to method delete_collection_namespaced_ingress" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_extensions_v1beta1_collection_namespaced_ingress`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_ingress`") collection_formats = {} @@ -1648,9 +1698,11 @@ def delete_extensions_v1beta1_collection_namespaced_ingress_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_collection_namespaced_job(self, namespace, **kwargs): + def delete_collection_namespaced_job(self, namespace, **kwargs): """ delete collection of Job @@ -1661,7 +1713,7 @@ def delete_extensions_v1beta1_collection_namespaced_job(self, namespace, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_namespaced_job(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_job(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1678,12 +1730,12 @@ def delete_extensions_v1beta1_collection_namespaced_job(self, namespace, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_collection_namespaced_job_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_job_with_http_info(namespace, **kwargs) else: - (data) = self.delete_extensions_v1beta1_collection_namespaced_job_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_job_with_http_info(namespace, **kwargs) return data - def delete_extensions_v1beta1_collection_namespaced_job_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_job_with_http_info(self, namespace, **kwargs): """ delete collection of Job @@ -1694,7 +1746,7 @@ def delete_extensions_v1beta1_collection_namespaced_job_with_http_info(self, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_namespaced_job_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_job_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1713,19 +1765,21 @@ def delete_extensions_v1beta1_collection_namespaced_job_with_http_info(self, nam all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_collection_namespaced_job" % key + " to method delete_collection_namespaced_job" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_extensions_v1beta1_collection_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_job`") collection_formats = {} @@ -1780,9 +1834,11 @@ def delete_extensions_v1beta1_collection_namespaced_job_with_http_info(self, nam auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_collection_namespaced_network_policy(self, namespace, **kwargs): + def delete_collection_namespaced_network_policy(self, namespace, **kwargs): """ delete collection of NetworkPolicy @@ -1793,7 +1849,7 @@ def delete_extensions_v1beta1_collection_namespaced_network_policy(self, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_namespaced_network_policy(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_network_policy(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1810,12 +1866,12 @@ def delete_extensions_v1beta1_collection_namespaced_network_policy(self, namespa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_collection_namespaced_network_policy_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_network_policy_with_http_info(namespace, **kwargs) else: - (data) = self.delete_extensions_v1beta1_collection_namespaced_network_policy_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_network_policy_with_http_info(namespace, **kwargs) return data - def delete_extensions_v1beta1_collection_namespaced_network_policy_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_network_policy_with_http_info(self, namespace, **kwargs): """ delete collection of NetworkPolicy @@ -1826,7 +1882,7 @@ def delete_extensions_v1beta1_collection_namespaced_network_policy_with_http_inf >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_namespaced_network_policy_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_network_policy_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1845,19 +1901,21 @@ def delete_extensions_v1beta1_collection_namespaced_network_policy_with_http_inf all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_collection_namespaced_network_policy" % key + " to method delete_collection_namespaced_network_policy" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_extensions_v1beta1_collection_namespaced_network_policy`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_network_policy`") collection_formats = {} @@ -1912,9 +1970,11 @@ def delete_extensions_v1beta1_collection_namespaced_network_policy_with_http_inf auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_collection_namespaced_replica_set(self, namespace, **kwargs): + def delete_collection_namespaced_replica_set(self, namespace, **kwargs): """ delete collection of ReplicaSet @@ -1925,7 +1985,7 @@ def delete_extensions_v1beta1_collection_namespaced_replica_set(self, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_namespaced_replica_set(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_replica_set(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1942,12 +2002,12 @@ def delete_extensions_v1beta1_collection_namespaced_replica_set(self, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_collection_namespaced_replica_set_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_replica_set_with_http_info(namespace, **kwargs) else: - (data) = self.delete_extensions_v1beta1_collection_namespaced_replica_set_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_replica_set_with_http_info(namespace, **kwargs) return data - def delete_extensions_v1beta1_collection_namespaced_replica_set_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_replica_set_with_http_info(self, namespace, **kwargs): """ delete collection of ReplicaSet @@ -1958,7 +2018,7 @@ def delete_extensions_v1beta1_collection_namespaced_replica_set_with_http_info(s >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_namespaced_replica_set_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_replica_set_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1977,19 +2037,21 @@ def delete_extensions_v1beta1_collection_namespaced_replica_set_with_http_info(s all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_collection_namespaced_replica_set" % key + " to method delete_collection_namespaced_replica_set" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_extensions_v1beta1_collection_namespaced_replica_set`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_replica_set`") collection_formats = {} @@ -2044,9 +2106,11 @@ def delete_extensions_v1beta1_collection_namespaced_replica_set_with_http_info(s auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_collection_third_party_resource(self, **kwargs): + def delete_collection_third_party_resource(self, **kwargs): """ delete collection of ThirdPartyResource @@ -2057,7 +2121,7 @@ def delete_extensions_v1beta1_collection_third_party_resource(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_third_party_resource(callback=callback_function) + >>> thread = api.delete_collection_third_party_resource(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2073,12 +2137,12 @@ def delete_extensions_v1beta1_collection_third_party_resource(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_collection_third_party_resource_with_http_info(**kwargs) + return self.delete_collection_third_party_resource_with_http_info(**kwargs) else: - (data) = self.delete_extensions_v1beta1_collection_third_party_resource_with_http_info(**kwargs) + (data) = self.delete_collection_third_party_resource_with_http_info(**kwargs) return data - def delete_extensions_v1beta1_collection_third_party_resource_with_http_info(self, **kwargs): + def delete_collection_third_party_resource_with_http_info(self, **kwargs): """ delete collection of ThirdPartyResource @@ -2089,7 +2153,7 @@ def delete_extensions_v1beta1_collection_third_party_resource_with_http_info(sel >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_collection_third_party_resource_with_http_info(callback=callback_function) + >>> thread = api.delete_collection_third_party_resource_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2107,13 +2171,15 @@ def delete_extensions_v1beta1_collection_third_party_resource_with_http_info(sel all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_collection_third_party_resource" % key + " to method delete_collection_third_party_resource" % key ) params[key] = val del params['kwargs'] @@ -2169,9 +2235,11 @@ def delete_extensions_v1beta1_collection_third_party_resource_with_http_info(sel auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_daemon_set(self, name, namespace, body, **kwargs): + def delete_namespaced_daemon_set(self, name, namespace, body, **kwargs): """ delete a DaemonSet @@ -2182,7 +2250,7 @@ def delete_extensions_v1beta1_namespaced_daemon_set(self, name, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_namespaced_daemon_set(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_daemon_set(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2190,18 +2258,20 @@ def delete_extensions_v1beta1_namespaced_daemon_set(self, name, namespace, body, :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_extensions_v1beta1_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) return data - def delete_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_daemon_set_with_http_info(self, name, namespace, body, **kwargs): """ delete a DaemonSet @@ -2212,7 +2282,7 @@ def delete_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_namespaced_daemon_set_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_daemon_set_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2220,33 +2290,37 @@ def delete_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, n :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_extensions_v1beta1_namespaced_daemon_set" % key + " to method delete_namespaced_daemon_set" % 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_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_daemon_set`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_daemon_set`") # 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_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_daemon_set`") collection_formats = {} @@ -2261,6 +2335,10 @@ def delete_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, n query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -2295,9 +2373,11 @@ def delete_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, n auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_deployment(self, name, namespace, body, **kwargs): + def delete_namespaced_deployment(self, name, namespace, body, **kwargs): """ delete a Deployment @@ -2308,7 +2388,7 @@ def delete_extensions_v1beta1_namespaced_deployment(self, name, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_namespaced_deployment(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_deployment(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2316,18 +2396,20 @@ def delete_extensions_v1beta1_namespaced_deployment(self, name, namespace, body, :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_extensions_v1beta1_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) return data - def delete_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_deployment_with_http_info(self, name, namespace, body, **kwargs): """ delete a Deployment @@ -2338,7 +2420,7 @@ def delete_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_namespaced_deployment_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_deployment_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2346,33 +2428,37 @@ def delete_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, n :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_extensions_v1beta1_namespaced_deployment" % key + " to method delete_namespaced_deployment" % 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_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_deployment`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_deployment`") # 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_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_deployment`") collection_formats = {} @@ -2387,6 +2473,10 @@ def delete_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, n query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -2421,9 +2511,11 @@ def delete_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, n auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kwargs): + def delete_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kwargs): """ delete a HorizontalPodAutoscaler @@ -2434,7 +2526,7 @@ def delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, name, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_horizontal_pod_autoscaler(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2442,18 +2534,20 @@ def delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, name, n :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) return data - def delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, body, **kwargs): """ delete a HorizontalPodAutoscaler @@ -2464,7 +2558,7 @@ def delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_inf >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2472,33 +2566,37 @@ def delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_inf :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler" % key + " to method delete_namespaced_horizontal_pod_autoscaler" % 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_horizontal_pod_autoscaler`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_horizontal_pod_autoscaler`") # 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -2513,6 +2611,10 @@ def delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_inf query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -2547,9 +2649,11 @@ def delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_inf auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_ingress(self, name, namespace, body, **kwargs): + def delete_namespaced_ingress(self, name, namespace, body, **kwargs): """ delete an Ingress @@ -2560,7 +2664,7 @@ def delete_extensions_v1beta1_namespaced_ingress(self, name, namespace, body, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_namespaced_ingress(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_ingress(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2568,18 +2672,20 @@ def delete_extensions_v1beta1_namespaced_ingress(self, name, namespace, body, ** :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_extensions_v1beta1_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) return data - def delete_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_ingress_with_http_info(self, name, namespace, body, **kwargs): """ delete an Ingress @@ -2590,7 +2696,7 @@ def delete_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_namespaced_ingress_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_ingress_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2598,33 +2704,37 @@ def delete_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, name :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_extensions_v1beta1_namespaced_ingress" % key + " to method delete_namespaced_ingress" % 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_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_ingress`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_ingress`") # 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_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_ingress`") collection_formats = {} @@ -2639,6 +2749,10 @@ def delete_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, name query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -2673,9 +2787,11 @@ def delete_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, name auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_job(self, name, namespace, body, **kwargs): + def delete_namespaced_job(self, name, namespace, body, **kwargs): """ delete a Job @@ -2686,7 +2802,7 @@ def delete_extensions_v1beta1_namespaced_job(self, name, namespace, body, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_namespaced_job(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_job(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2694,18 +2810,20 @@ def delete_extensions_v1beta1_namespaced_job(self, name, namespace, body, **kwar :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_namespaced_job_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_job_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_extensions_v1beta1_namespaced_job_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_job_with_http_info(name, namespace, body, **kwargs) return data - def delete_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): """ delete a Job @@ -2716,7 +2834,7 @@ def delete_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_namespaced_job_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_job_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2724,33 +2842,37 @@ def delete_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespac :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_extensions_v1beta1_namespaced_job" % key + " to method delete_namespaced_job" % 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_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_job`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_job`") # 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_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_job`") collection_formats = {} @@ -2765,6 +2887,10 @@ def delete_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespac query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -2799,9 +2925,11 @@ def delete_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespac auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_network_policy(self, name, namespace, body, **kwargs): + def delete_namespaced_network_policy(self, name, namespace, body, **kwargs): """ delete a NetworkPolicy @@ -2812,7 +2940,7 @@ def delete_extensions_v1beta1_namespaced_network_policy(self, name, namespace, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_namespaced_network_policy(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_network_policy(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2820,18 +2948,20 @@ def delete_extensions_v1beta1_namespaced_network_policy(self, name, namespace, b :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_extensions_v1beta1_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) return data - def delete_extensions_v1beta1_namespaced_network_policy_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_network_policy_with_http_info(self, name, namespace, body, **kwargs): """ delete a NetworkPolicy @@ -2842,7 +2972,7 @@ def delete_extensions_v1beta1_namespaced_network_policy_with_http_info(self, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_namespaced_network_policy_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_network_policy_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2850,33 +2980,37 @@ def delete_extensions_v1beta1_namespaced_network_policy_with_http_info(self, nam :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_extensions_v1beta1_namespaced_network_policy" % key + " to method delete_namespaced_network_policy" % 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_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_network_policy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_network_policy`") # 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_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_network_policy`") collection_formats = {} @@ -2891,6 +3025,10 @@ def delete_extensions_v1beta1_namespaced_network_policy_with_http_info(self, nam query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -2925,9 +3063,11 @@ def delete_extensions_v1beta1_namespaced_network_policy_with_http_info(self, nam auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_replica_set(self, name, namespace, body, **kwargs): + def delete_namespaced_replica_set(self, name, namespace, body, **kwargs): """ delete a ReplicaSet @@ -2938,7 +3078,7 @@ def delete_extensions_v1beta1_namespaced_replica_set(self, name, namespace, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_namespaced_replica_set(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_replica_set(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2946,18 +3086,20 @@ def delete_extensions_v1beta1_namespaced_replica_set(self, name, namespace, body :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_extensions_v1beta1_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) return data - def delete_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_replica_set_with_http_info(self, name, namespace, body, **kwargs): """ delete a ReplicaSet @@ -2968,7 +3110,7 @@ def delete_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_namespaced_replica_set_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_replica_set_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2976,33 +3118,37 @@ def delete_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_extensions_v1beta1_namespaced_replica_set" % key + " to method delete_namespaced_replica_set" % 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_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_replica_set`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_replica_set`") # 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_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_replica_set`") collection_formats = {} @@ -3017,6 +3163,10 @@ def delete_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -3051,9 +3201,11 @@ def delete_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_third_party_resource(self, name, body, **kwargs): + def delete_third_party_resource(self, name, body, **kwargs): """ delete a ThirdPartyResource @@ -3064,25 +3216,27 @@ def delete_extensions_v1beta1_third_party_resource(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_third_party_resource(name, body, callback=callback_function) + >>> thread = api.delete_third_party_resource(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the ThirdPartyResource (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_extensions_v1beta1_third_party_resource_with_http_info(name, body, **kwargs) + return self.delete_third_party_resource_with_http_info(name, body, **kwargs) else: - (data) = self.delete_extensions_v1beta1_third_party_resource_with_http_info(name, body, **kwargs) + (data) = self.delete_third_party_resource_with_http_info(name, body, **kwargs) return data - def delete_extensions_v1beta1_third_party_resource_with_http_info(self, name, body, **kwargs): + def delete_third_party_resource_with_http_info(self, name, body, **kwargs): """ delete a ThirdPartyResource @@ -3093,37 +3247,41 @@ def delete_extensions_v1beta1_third_party_resource_with_http_info(self, name, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_extensions_v1beta1_third_party_resource_with_http_info(name, body, callback=callback_function) + >>> thread = api.delete_third_party_resource_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the ThirdPartyResource (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'body', 'pretty'] + all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_extensions_v1beta1_third_party_resource" % key + " to method delete_third_party_resource" % 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_extensions_v1beta1_third_party_resource`") + raise ValueError("Missing the required parameter `name` when calling `delete_third_party_resource`") # 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_extensions_v1beta1_third_party_resource`") + raise ValueError("Missing the required parameter `body` when calling `delete_third_party_resource`") collection_formats = {} @@ -3136,6 +3294,10 @@ def delete_extensions_v1beta1_third_party_resource_with_http_info(self, name, bo query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -3170,9 +3332,11 @@ def delete_extensions_v1beta1_third_party_resource_with_http_info(self, name, bo auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_api_resources(self, **kwargs): + def get_api_resources(self, **kwargs): """ get available resources @@ -3183,7 +3347,7 @@ def get_extensions_v1beta1_api_resources(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_extensions_v1beta1_api_resources(callback=callback_function) + >>> thread = api.get_api_resources(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3193,12 +3357,12 @@ def get_extensions_v1beta1_api_resources(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_extensions_v1beta1_api_resources_with_http_info(**kwargs) + return self.get_api_resources_with_http_info(**kwargs) else: - (data) = self.get_extensions_v1beta1_api_resources_with_http_info(**kwargs) + (data) = self.get_api_resources_with_http_info(**kwargs) return data - def get_extensions_v1beta1_api_resources_with_http_info(self, **kwargs): + def get_api_resources_with_http_info(self, **kwargs): """ get available resources @@ -3209,7 +3373,7 @@ def get_extensions_v1beta1_api_resources_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_extensions_v1beta1_api_resources_with_http_info(callback=callback_function) + >>> thread = api.get_api_resources_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3221,13 +3385,15 @@ def get_extensions_v1beta1_api_resources_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_extensions_v1beta1_api_resources" % key + " to method get_api_resources" % key ) params[key] = val del params['kwargs'] @@ -3271,9 +3437,11 @@ def get_extensions_v1beta1_api_resources_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_daemon_set_for_all_namespaces(self, **kwargs): + def list_daemon_set_for_all_namespaces(self, **kwargs): """ list or watch objects of kind DaemonSet @@ -3284,7 +3452,7 @@ def list_extensions_v1beta1_daemon_set_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_daemon_set_for_all_namespaces(callback=callback_function) + >>> thread = api.list_daemon_set_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3300,12 +3468,12 @@ def list_extensions_v1beta1_daemon_set_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_extensions_v1beta1_daemon_set_for_all_namespaces_with_http_info(**kwargs) + return self.list_daemon_set_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_extensions_v1beta1_daemon_set_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_daemon_set_for_all_namespaces_with_http_info(**kwargs) return data - def list_extensions_v1beta1_daemon_set_for_all_namespaces_with_http_info(self, **kwargs): + def list_daemon_set_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind DaemonSet @@ -3316,7 +3484,7 @@ def list_extensions_v1beta1_daemon_set_for_all_namespaces_with_http_info(self, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_daemon_set_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_daemon_set_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3334,13 +3502,15 @@ def list_extensions_v1beta1_daemon_set_for_all_namespaces_with_http_info(self, * all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_daemon_set_for_all_namespaces" % key + " to method list_daemon_set_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -3396,9 +3566,11 @@ def list_extensions_v1beta1_daemon_set_for_all_namespaces_with_http_info(self, * auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_deployment_for_all_namespaces(self, **kwargs): + def list_deployment_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Deployment @@ -3409,7 +3581,7 @@ def list_extensions_v1beta1_deployment_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_deployment_for_all_namespaces(callback=callback_function) + >>> thread = api.list_deployment_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3425,12 +3597,12 @@ def list_extensions_v1beta1_deployment_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_extensions_v1beta1_deployment_for_all_namespaces_with_http_info(**kwargs) + return self.list_deployment_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_extensions_v1beta1_deployment_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_deployment_for_all_namespaces_with_http_info(**kwargs) return data - def list_extensions_v1beta1_deployment_for_all_namespaces_with_http_info(self, **kwargs): + def list_deployment_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Deployment @@ -3441,7 +3613,7 @@ def list_extensions_v1beta1_deployment_for_all_namespaces_with_http_info(self, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_deployment_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_deployment_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3459,13 +3631,15 @@ def list_extensions_v1beta1_deployment_for_all_namespaces_with_http_info(self, * all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_deployment_for_all_namespaces" % key + " to method list_deployment_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -3521,9 +3695,11 @@ def list_extensions_v1beta1_deployment_for_all_namespaces_with_http_info(self, * auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces(self, **kwargs): + def list_horizontal_pod_autoscaler_for_all_namespaces(self, **kwargs): """ list or watch objects of kind HorizontalPodAutoscaler @@ -3534,7 +3710,7 @@ def list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces(self, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces(callback=callback_function) + >>> thread = api.list_horizontal_pod_autoscaler_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3550,12 +3726,12 @@ def list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces(self, * """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(**kwargs) + return self.list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(**kwargs) return data - def list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(self, **kwargs): + def list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind HorizontalPodAutoscaler @@ -3566,7 +3742,7 @@ def list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces_with_ht >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_horizontal_pod_autoscaler_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3584,13 +3760,15 @@ def list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces_with_ht all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces" % key + " to method list_horizontal_pod_autoscaler_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -3646,9 +3824,11 @@ def list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces_with_ht auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_ingress_for_all_namespaces(self, **kwargs): + def list_ingress_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Ingress @@ -3659,7 +3839,7 @@ def list_extensions_v1beta1_ingress_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_ingress_for_all_namespaces(callback=callback_function) + >>> thread = api.list_ingress_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3675,12 +3855,12 @@ def list_extensions_v1beta1_ingress_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_extensions_v1beta1_ingress_for_all_namespaces_with_http_info(**kwargs) + return self.list_ingress_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_extensions_v1beta1_ingress_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_ingress_for_all_namespaces_with_http_info(**kwargs) return data - def list_extensions_v1beta1_ingress_for_all_namespaces_with_http_info(self, **kwargs): + def list_ingress_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Ingress @@ -3691,7 +3871,7 @@ def list_extensions_v1beta1_ingress_for_all_namespaces_with_http_info(self, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_ingress_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_ingress_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3709,13 +3889,15 @@ def list_extensions_v1beta1_ingress_for_all_namespaces_with_http_info(self, **kw all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_ingress_for_all_namespaces" % key + " to method list_ingress_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -3771,9 +3953,11 @@ def list_extensions_v1beta1_ingress_for_all_namespaces_with_http_info(self, **kw auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_job_for_all_namespaces(self, **kwargs): + def list_job_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Job @@ -3784,7 +3968,7 @@ def list_extensions_v1beta1_job_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_job_for_all_namespaces(callback=callback_function) + >>> thread = api.list_job_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3800,12 +3984,12 @@ def list_extensions_v1beta1_job_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_extensions_v1beta1_job_for_all_namespaces_with_http_info(**kwargs) + return self.list_job_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_extensions_v1beta1_job_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_job_for_all_namespaces_with_http_info(**kwargs) return data - def list_extensions_v1beta1_job_for_all_namespaces_with_http_info(self, **kwargs): + def list_job_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Job @@ -3816,7 +4000,7 @@ def list_extensions_v1beta1_job_for_all_namespaces_with_http_info(self, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_job_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_job_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3834,13 +4018,15 @@ def list_extensions_v1beta1_job_for_all_namespaces_with_http_info(self, **kwargs all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_job_for_all_namespaces" % key + " to method list_job_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -3896,9 +4082,11 @@ def list_extensions_v1beta1_job_for_all_namespaces_with_http_info(self, **kwargs auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_daemon_set(self, namespace, **kwargs): + def list_namespaced_daemon_set(self, namespace, **kwargs): """ list or watch objects of kind DaemonSet @@ -3909,7 +4097,7 @@ def list_extensions_v1beta1_namespaced_daemon_set(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_namespaced_daemon_set(namespace, callback=callback_function) + >>> thread = api.list_namespaced_daemon_set(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3926,12 +4114,12 @@ def list_extensions_v1beta1_namespaced_daemon_set(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_extensions_v1beta1_namespaced_daemon_set_with_http_info(namespace, **kwargs) + return self.list_namespaced_daemon_set_with_http_info(namespace, **kwargs) else: - (data) = self.list_extensions_v1beta1_namespaced_daemon_set_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_daemon_set_with_http_info(namespace, **kwargs) return data - def list_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, namespace, **kwargs): + def list_namespaced_daemon_set_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind DaemonSet @@ -3942,7 +4130,7 @@ def list_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_namespaced_daemon_set_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_daemon_set_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3961,19 +4149,21 @@ def list_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, namespace all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_namespaced_daemon_set" % key + " to method list_namespaced_daemon_set" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_daemon_set`") collection_formats = {} @@ -4028,9 +4218,11 @@ def list_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, namespace auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_deployment(self, namespace, **kwargs): + def list_namespaced_deployment(self, namespace, **kwargs): """ list or watch objects of kind Deployment @@ -4041,7 +4233,7 @@ def list_extensions_v1beta1_namespaced_deployment(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_namespaced_deployment(namespace, callback=callback_function) + >>> thread = api.list_namespaced_deployment(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4058,12 +4250,12 @@ def list_extensions_v1beta1_namespaced_deployment(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_extensions_v1beta1_namespaced_deployment_with_http_info(namespace, **kwargs) + return self.list_namespaced_deployment_with_http_info(namespace, **kwargs) else: - (data) = self.list_extensions_v1beta1_namespaced_deployment_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_deployment_with_http_info(namespace, **kwargs) return data - def list_extensions_v1beta1_namespaced_deployment_with_http_info(self, namespace, **kwargs): + def list_namespaced_deployment_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Deployment @@ -4074,7 +4266,7 @@ def list_extensions_v1beta1_namespaced_deployment_with_http_info(self, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_namespaced_deployment_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_deployment_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4093,19 +4285,21 @@ def list_extensions_v1beta1_namespaced_deployment_with_http_info(self, namespace all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_namespaced_deployment" % key + " to method list_namespaced_deployment" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_deployment`") collection_formats = {} @@ -4160,9 +4354,11 @@ def list_extensions_v1beta1_namespaced_deployment_with_http_info(self, namespace auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, namespace, **kwargs): + def list_namespaced_horizontal_pod_autoscaler(self, namespace, **kwargs): """ list or watch objects of kind HorizontalPodAutoscaler @@ -4173,7 +4369,7 @@ def list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(namespace, callback=callback_function) + >>> thread = api.list_namespaced_horizontal_pod_autoscaler(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4190,12 +4386,12 @@ def list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, namespace """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) + return self.list_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) else: - (data) = self.list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, **kwargs) return data - def list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, **kwargs): + def list_namespaced_horizontal_pod_autoscaler_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind HorizontalPodAutoscaler @@ -4206,7 +4402,7 @@ def list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info( >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_horizontal_pod_autoscaler_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4225,19 +4421,21 @@ def list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info( all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler" % key + " to method list_namespaced_horizontal_pod_autoscaler" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -4292,9 +4490,11 @@ def list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info( auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_ingress(self, namespace, **kwargs): + def list_namespaced_ingress(self, namespace, **kwargs): """ list or watch objects of kind Ingress @@ -4305,7 +4505,7 @@ def list_extensions_v1beta1_namespaced_ingress(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_namespaced_ingress(namespace, callback=callback_function) + >>> thread = api.list_namespaced_ingress(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4322,12 +4522,12 @@ def list_extensions_v1beta1_namespaced_ingress(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_extensions_v1beta1_namespaced_ingress_with_http_info(namespace, **kwargs) + return self.list_namespaced_ingress_with_http_info(namespace, **kwargs) else: - (data) = self.list_extensions_v1beta1_namespaced_ingress_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_ingress_with_http_info(namespace, **kwargs) return data - def list_extensions_v1beta1_namespaced_ingress_with_http_info(self, namespace, **kwargs): + def list_namespaced_ingress_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Ingress @@ -4338,7 +4538,7 @@ def list_extensions_v1beta1_namespaced_ingress_with_http_info(self, namespace, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_namespaced_ingress_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_ingress_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4357,19 +4557,21 @@ def list_extensions_v1beta1_namespaced_ingress_with_http_info(self, namespace, * all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_namespaced_ingress" % key + " to method list_namespaced_ingress" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_ingress`") collection_formats = {} @@ -4424,9 +4626,11 @@ def list_extensions_v1beta1_namespaced_ingress_with_http_info(self, namespace, * auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_job(self, namespace, **kwargs): + def list_namespaced_job(self, namespace, **kwargs): """ list or watch objects of kind Job @@ -4437,7 +4641,7 @@ def list_extensions_v1beta1_namespaced_job(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_namespaced_job(namespace, callback=callback_function) + >>> thread = api.list_namespaced_job(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4454,12 +4658,12 @@ def list_extensions_v1beta1_namespaced_job(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_extensions_v1beta1_namespaced_job_with_http_info(namespace, **kwargs) + return self.list_namespaced_job_with_http_info(namespace, **kwargs) else: - (data) = self.list_extensions_v1beta1_namespaced_job_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_job_with_http_info(namespace, **kwargs) return data - def list_extensions_v1beta1_namespaced_job_with_http_info(self, namespace, **kwargs): + def list_namespaced_job_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Job @@ -4470,7 +4674,7 @@ def list_extensions_v1beta1_namespaced_job_with_http_info(self, namespace, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_namespaced_job_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_job_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4489,19 +4693,21 @@ def list_extensions_v1beta1_namespaced_job_with_http_info(self, namespace, **kwa all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_namespaced_job" % key + " to method list_namespaced_job" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_job`") collection_formats = {} @@ -4556,9 +4762,11 @@ def list_extensions_v1beta1_namespaced_job_with_http_info(self, namespace, **kwa auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_network_policy(self, namespace, **kwargs): + def list_namespaced_network_policy(self, namespace, **kwargs): """ list or watch objects of kind NetworkPolicy @@ -4569,7 +4777,7 @@ def list_extensions_v1beta1_namespaced_network_policy(self, namespace, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_namespaced_network_policy(namespace, callback=callback_function) + >>> thread = api.list_namespaced_network_policy(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4586,12 +4794,12 @@ def list_extensions_v1beta1_namespaced_network_policy(self, namespace, **kwargs) """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_extensions_v1beta1_namespaced_network_policy_with_http_info(namespace, **kwargs) + return self.list_namespaced_network_policy_with_http_info(namespace, **kwargs) else: - (data) = self.list_extensions_v1beta1_namespaced_network_policy_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_network_policy_with_http_info(namespace, **kwargs) return data - def list_extensions_v1beta1_namespaced_network_policy_with_http_info(self, namespace, **kwargs): + def list_namespaced_network_policy_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind NetworkPolicy @@ -4602,7 +4810,7 @@ def list_extensions_v1beta1_namespaced_network_policy_with_http_info(self, names >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_namespaced_network_policy_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_network_policy_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4621,19 +4829,21 @@ def list_extensions_v1beta1_namespaced_network_policy_with_http_info(self, names all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_namespaced_network_policy" % key + " to method list_namespaced_network_policy" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_network_policy`") collection_formats = {} @@ -4688,9 +4898,11 @@ def list_extensions_v1beta1_namespaced_network_policy_with_http_info(self, names auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_replica_set(self, namespace, **kwargs): + def list_namespaced_replica_set(self, namespace, **kwargs): """ list or watch objects of kind ReplicaSet @@ -4701,7 +4913,7 @@ def list_extensions_v1beta1_namespaced_replica_set(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_namespaced_replica_set(namespace, callback=callback_function) + >>> thread = api.list_namespaced_replica_set(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4718,12 +4930,12 @@ def list_extensions_v1beta1_namespaced_replica_set(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_extensions_v1beta1_namespaced_replica_set_with_http_info(namespace, **kwargs) + return self.list_namespaced_replica_set_with_http_info(namespace, **kwargs) else: - (data) = self.list_extensions_v1beta1_namespaced_replica_set_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_replica_set_with_http_info(namespace, **kwargs) return data - def list_extensions_v1beta1_namespaced_replica_set_with_http_info(self, namespace, **kwargs): + def list_namespaced_replica_set_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind ReplicaSet @@ -4734,7 +4946,7 @@ def list_extensions_v1beta1_namespaced_replica_set_with_http_info(self, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_namespaced_replica_set_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_replica_set_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4753,19 +4965,21 @@ def list_extensions_v1beta1_namespaced_replica_set_with_http_info(self, namespac all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_namespaced_replica_set" % key + " to method list_namespaced_replica_set" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_replica_set`") collection_formats = {} @@ -4820,9 +5034,11 @@ def list_extensions_v1beta1_namespaced_replica_set_with_http_info(self, namespac auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_network_policy_for_all_namespaces(self, **kwargs): + def list_network_policy_for_all_namespaces(self, **kwargs): """ list or watch objects of kind NetworkPolicy @@ -4833,7 +5049,7 @@ def list_extensions_v1beta1_network_policy_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_network_policy_for_all_namespaces(callback=callback_function) + >>> thread = api.list_network_policy_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4849,12 +5065,12 @@ def list_extensions_v1beta1_network_policy_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_extensions_v1beta1_network_policy_for_all_namespaces_with_http_info(**kwargs) + return self.list_network_policy_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_extensions_v1beta1_network_policy_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_network_policy_for_all_namespaces_with_http_info(**kwargs) return data - def list_extensions_v1beta1_network_policy_for_all_namespaces_with_http_info(self, **kwargs): + def list_network_policy_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind NetworkPolicy @@ -4865,7 +5081,7 @@ def list_extensions_v1beta1_network_policy_for_all_namespaces_with_http_info(sel >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_network_policy_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_network_policy_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4883,13 +5099,15 @@ def list_extensions_v1beta1_network_policy_for_all_namespaces_with_http_info(sel all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_network_policy_for_all_namespaces" % key + " to method list_network_policy_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -4945,9 +5163,11 @@ def list_extensions_v1beta1_network_policy_for_all_namespaces_with_http_info(sel auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_replica_set_for_all_namespaces(self, **kwargs): + def list_replica_set_for_all_namespaces(self, **kwargs): """ list or watch objects of kind ReplicaSet @@ -4958,7 +5178,7 @@ def list_extensions_v1beta1_replica_set_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_replica_set_for_all_namespaces(callback=callback_function) + >>> thread = api.list_replica_set_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4974,12 +5194,12 @@ def list_extensions_v1beta1_replica_set_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_extensions_v1beta1_replica_set_for_all_namespaces_with_http_info(**kwargs) + return self.list_replica_set_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_extensions_v1beta1_replica_set_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_replica_set_for_all_namespaces_with_http_info(**kwargs) return data - def list_extensions_v1beta1_replica_set_for_all_namespaces_with_http_info(self, **kwargs): + def list_replica_set_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind ReplicaSet @@ -4990,7 +5210,7 @@ def list_extensions_v1beta1_replica_set_for_all_namespaces_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_replica_set_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_replica_set_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5008,13 +5228,15 @@ def list_extensions_v1beta1_replica_set_for_all_namespaces_with_http_info(self, all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_replica_set_for_all_namespaces" % key + " to method list_replica_set_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -5070,9 +5292,11 @@ def list_extensions_v1beta1_replica_set_for_all_namespaces_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_third_party_resource(self, **kwargs): + def list_third_party_resource(self, **kwargs): """ list or watch objects of kind ThirdPartyResource @@ -5083,7 +5307,7 @@ def list_extensions_v1beta1_third_party_resource(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_third_party_resource(callback=callback_function) + >>> thread = api.list_third_party_resource(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5099,12 +5323,12 @@ def list_extensions_v1beta1_third_party_resource(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_extensions_v1beta1_third_party_resource_with_http_info(**kwargs) + return self.list_third_party_resource_with_http_info(**kwargs) else: - (data) = self.list_extensions_v1beta1_third_party_resource_with_http_info(**kwargs) + (data) = self.list_third_party_resource_with_http_info(**kwargs) return data - def list_extensions_v1beta1_third_party_resource_with_http_info(self, **kwargs): + def list_third_party_resource_with_http_info(self, **kwargs): """ list or watch objects of kind ThirdPartyResource @@ -5115,7 +5339,7 @@ def list_extensions_v1beta1_third_party_resource_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_extensions_v1beta1_third_party_resource_with_http_info(callback=callback_function) + >>> thread = api.list_third_party_resource_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5133,13 +5357,15 @@ def list_extensions_v1beta1_third_party_resource_with_http_info(self, **kwargs): all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_extensions_v1beta1_third_party_resource" % key + " to method list_third_party_resource" % key ) params[key] = val del params['kwargs'] @@ -5195,9 +5421,11 @@ def list_extensions_v1beta1_third_party_resource_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_daemon_set(self, name, namespace, body, **kwargs): + def patch_namespaced_daemon_set(self, name, namespace, body, **kwargs): """ partially update the specified DaemonSet @@ -5208,7 +5436,7 @@ def patch_extensions_v1beta1_namespaced_daemon_set(self, name, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_daemon_set(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_daemon_set(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5222,12 +5450,12 @@ def patch_extensions_v1beta1_namespaced_daemon_set(self, name, namespace, body, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_daemon_set_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified DaemonSet @@ -5238,7 +5466,7 @@ def patch_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_daemon_set_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_daemon_set_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5254,25 +5482,27 @@ def patch_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, na all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_daemon_set" % key + " to method patch_namespaced_daemon_set" % 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_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_daemon_set`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_daemon_set`") # 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_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_daemon_set`") collection_formats = {} @@ -5321,9 +5551,11 @@ def patch_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, na auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): + def patch_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): """ partially update status of the specified DaemonSet @@ -5334,7 +5566,7 @@ def patch_extensions_v1beta1_namespaced_daemon_set_status(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_daemon_set_status(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_daemon_set_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5348,12 +5580,12 @@ def patch_extensions_v1beta1_namespaced_daemon_set_status(self, name, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_daemon_set_status_with_http_info(self, name, namespace, body, **kwargs): """ partially update status of the specified DaemonSet @@ -5364,7 +5596,7 @@ def patch_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(self, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_daemon_set_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5380,25 +5612,27 @@ def patch_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(self, n all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_daemon_set_status" % key + " to method patch_namespaced_daemon_set_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_extensions_v1beta1_namespaced_daemon_set_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_daemon_set_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_daemon_set_status`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_daemon_set_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_extensions_v1beta1_namespaced_daemon_set_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_daemon_set_status`") collection_formats = {} @@ -5447,9 +5681,11 @@ def patch_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(self, n auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_deployment(self, name, namespace, body, **kwargs): + def patch_namespaced_deployment(self, name, namespace, body, **kwargs): """ partially update the specified Deployment @@ -5460,7 +5696,7 @@ def patch_extensions_v1beta1_namespaced_deployment(self, name, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_deployment(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_deployment(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5474,12 +5710,12 @@ def patch_extensions_v1beta1_namespaced_deployment(self, name, namespace, body, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_deployment_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified Deployment @@ -5490,7 +5726,7 @@ def patch_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_deployment_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_deployment_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5506,25 +5742,27 @@ def patch_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, na all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_deployment" % key + " to method patch_namespaced_deployment" % 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_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_deployment`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_deployment`") # 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_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_deployment`") collection_formats = {} @@ -5573,9 +5811,11 @@ def patch_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, na auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_deployment_status(self, name, namespace, body, **kwargs): + def patch_namespaced_deployment_status(self, name, namespace, body, **kwargs): """ partially update status of the specified Deployment @@ -5586,7 +5826,7 @@ def patch_extensions_v1beta1_namespaced_deployment_status(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_deployment_status(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_deployment_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5600,12 +5840,12 @@ def patch_extensions_v1beta1_namespaced_deployment_status(self, name, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_deployment_status_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_deployment_status_with_http_info(self, name, namespace, body, **kwargs): """ partially update status of the specified Deployment @@ -5616,7 +5856,7 @@ def patch_extensions_v1beta1_namespaced_deployment_status_with_http_info(self, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_deployment_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_deployment_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5632,25 +5872,27 @@ def patch_extensions_v1beta1_namespaced_deployment_status_with_http_info(self, n all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_deployment_status" % key + " to method patch_namespaced_deployment_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_extensions_v1beta1_namespaced_deployment_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_deployment_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_deployment_status`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_deployment_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_extensions_v1beta1_namespaced_deployment_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_deployment_status`") collection_formats = {} @@ -5699,9 +5941,11 @@ def patch_extensions_v1beta1_namespaced_deployment_status_with_http_info(self, n auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_deployments_scale(self, name, namespace, body, **kwargs): + def patch_namespaced_deployments_scale(self, name, namespace, body, **kwargs): """ partially update scale of the specified Scale @@ -5712,7 +5956,7 @@ def patch_extensions_v1beta1_namespaced_deployments_scale(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_deployments_scale(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_deployments_scale(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5726,12 +5970,12 @@ def patch_extensions_v1beta1_namespaced_deployments_scale(self, name, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_deployments_scale_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_deployments_scale_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_deployments_scale_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_deployments_scale_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_deployments_scale_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_deployments_scale_with_http_info(self, name, namespace, body, **kwargs): """ partially update scale of the specified Scale @@ -5742,7 +5986,7 @@ def patch_extensions_v1beta1_namespaced_deployments_scale_with_http_info(self, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_deployments_scale_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_deployments_scale_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5758,25 +6002,27 @@ def patch_extensions_v1beta1_namespaced_deployments_scale_with_http_info(self, n all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_deployments_scale" % key + " to method patch_namespaced_deployments_scale" % 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_extensions_v1beta1_namespaced_deployments_scale`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_deployments_scale`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_deployments_scale`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_deployments_scale`") # 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_extensions_v1beta1_namespaced_deployments_scale`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_deployments_scale`") collection_formats = {} @@ -5825,9 +6071,11 @@ def patch_extensions_v1beta1_namespaced_deployments_scale_with_http_info(self, n auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kwargs): + def patch_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kwargs): """ partially update the specified HorizontalPodAutoscaler @@ -5838,7 +6086,7 @@ def patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, name, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5852,12 +6100,12 @@ def patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, name, na """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified HorizontalPodAutoscaler @@ -5868,7 +6116,7 @@ def patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5884,25 +6132,27 @@ def patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler" % key + " to method patch_namespaced_horizontal_pod_autoscaler" % 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_horizontal_pod_autoscaler`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_horizontal_pod_autoscaler`") # 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -5951,9 +6201,11 @@ def patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, body, **kwargs): + def patch_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, body, **kwargs): """ partially update status of the specified HorizontalPodAutoscaler @@ -5964,7 +6216,7 @@ def patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(self, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5978,12 +6230,12 @@ def patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(self, n """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, namespace, body, **kwargs): """ partially update status of the specified HorizontalPodAutoscaler @@ -5994,7 +6246,7 @@ def patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_ht >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6010,25 +6262,27 @@ def patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_ht all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status" % key + " to method patch_namespaced_horizontal_pod_autoscaler_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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_horizontal_pod_autoscaler_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_horizontal_pod_autoscaler_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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_horizontal_pod_autoscaler_status`") collection_formats = {} @@ -6077,9 +6331,11 @@ def patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_ht auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_ingress(self, name, namespace, body, **kwargs): + def patch_namespaced_ingress(self, name, namespace, body, **kwargs): """ partially update the specified Ingress @@ -6090,7 +6346,7 @@ def patch_extensions_v1beta1_namespaced_ingress(self, name, namespace, body, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_ingress(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_ingress(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6104,12 +6360,12 @@ def patch_extensions_v1beta1_namespaced_ingress(self, name, namespace, body, **k """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_ingress_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified Ingress @@ -6120,7 +6376,7 @@ def patch_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, names >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_ingress_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_ingress_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6136,25 +6392,27 @@ def patch_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, names all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_ingress" % key + " to method patch_namespaced_ingress" % 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_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_ingress`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_ingress`") # 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_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_ingress`") collection_formats = {} @@ -6203,9 +6461,11 @@ def patch_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, names auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_ingress_status(self, name, namespace, body, **kwargs): + def patch_namespaced_ingress_status(self, name, namespace, body, **kwargs): """ partially update status of the specified Ingress @@ -6216,7 +6476,7 @@ def patch_extensions_v1beta1_namespaced_ingress_status(self, name, namespace, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_ingress_status(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_ingress_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6230,12 +6490,12 @@ def patch_extensions_v1beta1_namespaced_ingress_status(self, name, namespace, bo """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_ingress_status_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_ingress_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_ingress_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_ingress_status_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_ingress_status_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_ingress_status_with_http_info(self, name, namespace, body, **kwargs): """ partially update status of the specified Ingress @@ -6246,7 +6506,7 @@ def patch_extensions_v1beta1_namespaced_ingress_status_with_http_info(self, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_ingress_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_ingress_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6262,25 +6522,27 @@ def patch_extensions_v1beta1_namespaced_ingress_status_with_http_info(self, name all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_ingress_status" % key + " to method patch_namespaced_ingress_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_extensions_v1beta1_namespaced_ingress_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_ingress_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_ingress_status`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_ingress_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_extensions_v1beta1_namespaced_ingress_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_ingress_status`") collection_formats = {} @@ -6329,9 +6591,11 @@ def patch_extensions_v1beta1_namespaced_ingress_status_with_http_info(self, name auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_job(self, name, namespace, body, **kwargs): + def patch_namespaced_job(self, name, namespace, body, **kwargs): """ partially update the specified Job @@ -6342,7 +6606,7 @@ def patch_extensions_v1beta1_namespaced_job(self, name, namespace, body, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_job(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_job(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6356,12 +6620,12 @@ def patch_extensions_v1beta1_namespaced_job(self, name, namespace, body, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_job_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_job_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_job_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_job_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified Job @@ -6372,7 +6636,7 @@ def patch_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_job_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_job_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6388,25 +6652,27 @@ def patch_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespace all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_job" % key + " to method patch_namespaced_job" % 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_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_job`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_job`") # 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_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_job`") collection_formats = {} @@ -6455,9 +6721,11 @@ def patch_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespace auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_job_status(self, name, namespace, body, **kwargs): + def patch_namespaced_job_status(self, name, namespace, body, **kwargs): """ partially update status of the specified Job @@ -6468,7 +6736,7 @@ def patch_extensions_v1beta1_namespaced_job_status(self, name, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_job_status(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_job_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6482,12 +6750,12 @@ def patch_extensions_v1beta1_namespaced_job_status(self, name, namespace, body, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_job_status_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_job_status_with_http_info(self, name, namespace, body, **kwargs): """ partially update status of the specified Job @@ -6498,7 +6766,7 @@ def patch_extensions_v1beta1_namespaced_job_status_with_http_info(self, name, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_job_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_job_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6514,25 +6782,27 @@ def patch_extensions_v1beta1_namespaced_job_status_with_http_info(self, name, na all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_job_status" % key + " to method patch_namespaced_job_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_extensions_v1beta1_namespaced_job_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_job_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_job_status`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_job_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_extensions_v1beta1_namespaced_job_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_job_status`") collection_formats = {} @@ -6581,9 +6851,11 @@ def patch_extensions_v1beta1_namespaced_job_status_with_http_info(self, name, na auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_network_policy(self, name, namespace, body, **kwargs): + def patch_namespaced_network_policy(self, name, namespace, body, **kwargs): """ partially update the specified NetworkPolicy @@ -6594,7 +6866,7 @@ def patch_extensions_v1beta1_namespaced_network_policy(self, name, namespace, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_network_policy(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_network_policy(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6608,12 +6880,12 @@ def patch_extensions_v1beta1_namespaced_network_policy(self, name, namespace, bo """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_network_policy_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_network_policy_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified NetworkPolicy @@ -6624,7 +6896,7 @@ def patch_extensions_v1beta1_namespaced_network_policy_with_http_info(self, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_network_policy_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_network_policy_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6640,25 +6912,27 @@ def patch_extensions_v1beta1_namespaced_network_policy_with_http_info(self, name all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_network_policy" % key + " to method patch_namespaced_network_policy" % 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_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_network_policy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_network_policy`") # 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_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_network_policy`") collection_formats = {} @@ -6707,9 +6981,11 @@ def patch_extensions_v1beta1_namespaced_network_policy_with_http_info(self, name auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_replica_set(self, name, namespace, body, **kwargs): + def patch_namespaced_replica_set(self, name, namespace, body, **kwargs): """ partially update the specified ReplicaSet @@ -6720,7 +6996,7 @@ def patch_extensions_v1beta1_namespaced_replica_set(self, name, namespace, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_replica_set(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_replica_set(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6734,12 +7010,12 @@ def patch_extensions_v1beta1_namespaced_replica_set(self, name, namespace, body, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_replica_set_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified ReplicaSet @@ -6750,7 +7026,7 @@ def patch_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_replica_set_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_replica_set_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6766,25 +7042,27 @@ def patch_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, n all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_replica_set" % key + " to method patch_namespaced_replica_set" % 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_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_replica_set`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_replica_set`") # 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_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_replica_set`") collection_formats = {} @@ -6833,9 +7111,11 @@ def patch_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, n auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_replica_set_status(self, name, namespace, body, **kwargs): + def patch_namespaced_replica_set_status(self, name, namespace, body, **kwargs): """ partially update status of the specified ReplicaSet @@ -6846,7 +7126,7 @@ def patch_extensions_v1beta1_namespaced_replica_set_status(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_replica_set_status(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_replica_set_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6860,12 +7140,12 @@ def patch_extensions_v1beta1_namespaced_replica_set_status(self, name, namespace """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_replica_set_status_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_replica_set_status_with_http_info(self, name, namespace, body, **kwargs): """ partially update status of the specified ReplicaSet @@ -6876,7 +7156,7 @@ def patch_extensions_v1beta1_namespaced_replica_set_status_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_replica_set_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_replica_set_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6892,25 +7172,27 @@ def patch_extensions_v1beta1_namespaced_replica_set_status_with_http_info(self, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_replica_set_status" % key + " to method patch_namespaced_replica_set_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_extensions_v1beta1_namespaced_replica_set_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_replica_set_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_replica_set_status`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_replica_set_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_extensions_v1beta1_namespaced_replica_set_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_replica_set_status`") collection_formats = {} @@ -6959,9 +7241,11 @@ def patch_extensions_v1beta1_namespaced_replica_set_status_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_replicasets_scale(self, name, namespace, body, **kwargs): + def patch_namespaced_replicasets_scale(self, name, namespace, body, **kwargs): """ partially update scale of the specified Scale @@ -6972,7 +7256,7 @@ def patch_extensions_v1beta1_namespaced_replicasets_scale(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_replicasets_scale(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_replicasets_scale(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -6986,12 +7270,12 @@ def patch_extensions_v1beta1_namespaced_replicasets_scale(self, name, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_replicasets_scale_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_replicasets_scale_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_replicasets_scale_with_http_info(self, name, namespace, body, **kwargs): """ partially update scale of the specified Scale @@ -7002,7 +7286,7 @@ def patch_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(self, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_replicasets_scale_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7018,25 +7302,27 @@ def patch_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(self, n all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_replicasets_scale" % key + " to method patch_namespaced_replicasets_scale" % 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_extensions_v1beta1_namespaced_replicasets_scale`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_replicasets_scale`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_replicasets_scale`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_replicasets_scale`") # 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_extensions_v1beta1_namespaced_replicasets_scale`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_replicasets_scale`") collection_formats = {} @@ -7085,9 +7371,11 @@ def patch_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(self, n auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_replicationcontrollers_scale(self, name, namespace, body, **kwargs): + def patch_namespaced_replicationcontrollers_scale(self, name, namespace, body, **kwargs): """ partially update scale of the specified Scale @@ -7098,7 +7386,7 @@ def patch_extensions_v1beta1_namespaced_replicationcontrollers_scale(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_replicationcontrollers_scale(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_replicationcontrollers_scale(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7112,12 +7400,12 @@ def patch_extensions_v1beta1_namespaced_replicationcontrollers_scale(self, name, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, body, **kwargs) return data - def patch_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_replicationcontrollers_scale_with_http_info(self, name, namespace, body, **kwargs): """ partially update scale of the specified Scale @@ -7128,7 +7416,7 @@ def patch_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_i >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7144,25 +7432,27 @@ def patch_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_i all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_replicationcontrollers_scale" % key + " to method patch_namespaced_replicationcontrollers_scale" % 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_extensions_v1beta1_namespaced_replicationcontrollers_scale`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_replicationcontrollers_scale`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_extensions_v1beta1_namespaced_replicationcontrollers_scale`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_replicationcontrollers_scale`") # 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_extensions_v1beta1_namespaced_replicationcontrollers_scale`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_replicationcontrollers_scale`") collection_formats = {} @@ -7211,9 +7501,11 @@ def patch_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_i auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_third_party_resource(self, name, body, **kwargs): + def patch_third_party_resource(self, name, body, **kwargs): """ partially update the specified ThirdPartyResource @@ -7224,7 +7516,7 @@ def patch_extensions_v1beta1_third_party_resource(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_third_party_resource(name, body, callback=callback_function) + >>> thread = api.patch_third_party_resource(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7237,12 +7529,12 @@ def patch_extensions_v1beta1_third_party_resource(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_extensions_v1beta1_third_party_resource_with_http_info(name, body, **kwargs) + return self.patch_third_party_resource_with_http_info(name, body, **kwargs) else: - (data) = self.patch_extensions_v1beta1_third_party_resource_with_http_info(name, body, **kwargs) + (data) = self.patch_third_party_resource_with_http_info(name, body, **kwargs) return data - def patch_extensions_v1beta1_third_party_resource_with_http_info(self, name, body, **kwargs): + def patch_third_party_resource_with_http_info(self, name, body, **kwargs): """ partially update the specified ThirdPartyResource @@ -7253,7 +7545,7 @@ def patch_extensions_v1beta1_third_party_resource_with_http_info(self, name, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_extensions_v1beta1_third_party_resource_with_http_info(name, body, callback=callback_function) + >>> thread = api.patch_third_party_resource_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7268,22 +7560,24 @@ def patch_extensions_v1beta1_third_party_resource_with_http_info(self, name, bod all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_third_party_resource" % key + " to method patch_third_party_resource" % 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_extensions_v1beta1_third_party_resource`") + raise ValueError("Missing the required parameter `name` when calling `patch_third_party_resource`") # 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_extensions_v1beta1_third_party_resource`") + raise ValueError("Missing the required parameter `body` when calling `patch_third_party_resource`") collection_formats = {} @@ -7330,9 +7624,11 @@ def patch_extensions_v1beta1_third_party_resource_with_http_info(self, name, bod auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_daemon_set(self, name, namespace, **kwargs): + def read_namespaced_daemon_set(self, name, namespace, **kwargs): """ read the specified DaemonSet @@ -7343,7 +7639,7 @@ def read_extensions_v1beta1_namespaced_daemon_set(self, name, namespace, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_daemon_set(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_daemon_set(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7358,12 +7654,12 @@ def read_extensions_v1beta1_namespaced_daemon_set(self, name, namespace, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_daemon_set_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_daemon_set_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_daemon_set_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_daemon_set_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_daemon_set_with_http_info(self, name, namespace, **kwargs): """ read the specified DaemonSet @@ -7374,7 +7670,7 @@ def read_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_daemon_set_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_daemon_set_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7391,22 +7687,24 @@ def read_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, nam all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_extensions_v1beta1_namespaced_daemon_set" % key + " to method read_namespaced_daemon_set" % 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_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_daemon_set`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_daemon_set`") collection_formats = {} @@ -7457,9 +7755,11 @@ def read_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, nam auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_daemon_set_status(self, name, namespace, **kwargs): + def read_namespaced_daemon_set_status(self, name, namespace, **kwargs): """ read status of the specified DaemonSet @@ -7470,7 +7770,7 @@ def read_extensions_v1beta1_namespaced_daemon_set_status(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_daemon_set_status(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_daemon_set_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7483,12 +7783,12 @@ def read_extensions_v1beta1_namespaced_daemon_set_status(self, name, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_daemon_set_status_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_daemon_set_status_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_daemon_set_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified DaemonSet @@ -7499,7 +7799,7 @@ def read_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(self, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_daemon_set_status_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7514,22 +7814,24 @@ def read_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(self, na all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_daemon_set_status" % key + " to method read_namespaced_daemon_set_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_extensions_v1beta1_namespaced_daemon_set_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_daemon_set_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_daemon_set_status`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_daemon_set_status`") collection_formats = {} @@ -7576,9 +7878,11 @@ def read_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(self, na auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_deployment(self, name, namespace, **kwargs): + def read_namespaced_deployment(self, name, namespace, **kwargs): """ read the specified Deployment @@ -7589,7 +7893,7 @@ def read_extensions_v1beta1_namespaced_deployment(self, name, namespace, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_deployment(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_deployment(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7604,12 +7908,12 @@ def read_extensions_v1beta1_namespaced_deployment(self, name, namespace, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_deployment_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_deployment_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_deployment_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_deployment_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): """ read the specified Deployment @@ -7620,7 +7924,7 @@ def read_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_deployment_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_deployment_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7637,22 +7941,24 @@ def read_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, nam all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_extensions_v1beta1_namespaced_deployment" % key + " to method read_namespaced_deployment" % 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_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_deployment`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_deployment`") collection_formats = {} @@ -7703,9 +8009,11 @@ def read_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, nam auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_deployment_status(self, name, namespace, **kwargs): + def read_namespaced_deployment_status(self, name, namespace, **kwargs): """ read status of the specified Deployment @@ -7716,7 +8024,7 @@ def read_extensions_v1beta1_namespaced_deployment_status(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_deployment_status(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_deployment_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7729,12 +8037,12 @@ def read_extensions_v1beta1_namespaced_deployment_status(self, name, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_deployment_status_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_deployment_status_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_deployment_status_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_deployment_status_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_deployment_status_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_deployment_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified Deployment @@ -7745,7 +8053,7 @@ def read_extensions_v1beta1_namespaced_deployment_status_with_http_info(self, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_deployment_status_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_deployment_status_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7760,22 +8068,24 @@ def read_extensions_v1beta1_namespaced_deployment_status_with_http_info(self, na all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_deployment_status" % key + " to method read_namespaced_deployment_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_extensions_v1beta1_namespaced_deployment_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_deployment_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_deployment_status`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_deployment_status`") collection_formats = {} @@ -7822,9 +8132,11 @@ def read_extensions_v1beta1_namespaced_deployment_status_with_http_info(self, na auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_deployments_scale(self, name, namespace, **kwargs): + def read_namespaced_deployments_scale(self, name, namespace, **kwargs): """ read scale of the specified Scale @@ -7835,7 +8147,7 @@ def read_extensions_v1beta1_namespaced_deployments_scale(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_deployments_scale(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_deployments_scale(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7848,12 +8160,12 @@ def read_extensions_v1beta1_namespaced_deployments_scale(self, name, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_deployments_scale_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_deployments_scale_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_deployments_scale_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_deployments_scale_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_deployments_scale_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_deployments_scale_with_http_info(self, name, namespace, **kwargs): """ read scale of the specified Scale @@ -7864,7 +8176,7 @@ def read_extensions_v1beta1_namespaced_deployments_scale_with_http_info(self, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_deployments_scale_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_deployments_scale_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7879,22 +8191,24 @@ def read_extensions_v1beta1_namespaced_deployments_scale_with_http_info(self, na all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_deployments_scale" % key + " to method read_namespaced_deployments_scale" % 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_extensions_v1beta1_namespaced_deployments_scale`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_deployments_scale`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_deployments_scale`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_deployments_scale`") collection_formats = {} @@ -7941,9 +8255,11 @@ def read_extensions_v1beta1_namespaced_deployments_scale_with_http_info(self, na auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, name, namespace, **kwargs): + def read_namespaced_horizontal_pod_autoscaler(self, name, namespace, **kwargs): """ read the specified HorizontalPodAutoscaler @@ -7954,7 +8270,7 @@ def read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, name, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_horizontal_pod_autoscaler(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -7969,12 +8285,12 @@ def read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, name, nam """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, **kwargs): """ read the specified HorizontalPodAutoscaler @@ -7985,7 +8301,7 @@ def read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info( >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8002,22 +8318,24 @@ def read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info( all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler" % key + " to method read_namespaced_horizontal_pod_autoscaler" % 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_horizontal_pod_autoscaler`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -8068,9 +8386,11 @@ def read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info( auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, **kwargs): + def read_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, **kwargs): """ read status of the specified HorizontalPodAutoscaler @@ -8081,7 +8401,7 @@ def read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(self, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_horizontal_pod_autoscaler_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8094,12 +8414,12 @@ def read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(self, na """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified HorizontalPodAutoscaler @@ -8110,7 +8430,7 @@ def read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_htt >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8125,22 +8445,24 @@ def read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_htt all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status" % key + " to method read_namespaced_horizontal_pod_autoscaler_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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_horizontal_pod_autoscaler_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_horizontal_pod_autoscaler_status`") collection_formats = {} @@ -8187,9 +8509,11 @@ def read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_htt auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_ingress(self, name, namespace, **kwargs): + def read_namespaced_ingress(self, name, namespace, **kwargs): """ read the specified Ingress @@ -8200,7 +8524,7 @@ def read_extensions_v1beta1_namespaced_ingress(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_ingress(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_ingress(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8215,12 +8539,12 @@ def read_extensions_v1beta1_namespaced_ingress(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_ingress_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_ingress_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_ingress_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_ingress_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_ingress_with_http_info(self, name, namespace, **kwargs): """ read the specified Ingress @@ -8231,7 +8555,7 @@ def read_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_ingress_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_ingress_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8248,22 +8572,24 @@ def read_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, namesp all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_extensions_v1beta1_namespaced_ingress" % key + " to method read_namespaced_ingress" % 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_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_ingress`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_ingress`") collection_formats = {} @@ -8314,9 +8640,11 @@ def read_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, namesp auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_ingress_status(self, name, namespace, **kwargs): + def read_namespaced_ingress_status(self, name, namespace, **kwargs): """ read status of the specified Ingress @@ -8327,7 +8655,7 @@ def read_extensions_v1beta1_namespaced_ingress_status(self, name, namespace, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_ingress_status(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_ingress_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8340,12 +8668,12 @@ def read_extensions_v1beta1_namespaced_ingress_status(self, name, namespace, **k """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_ingress_status_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_ingress_status_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_ingress_status_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_ingress_status_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_ingress_status_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_ingress_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified Ingress @@ -8356,7 +8684,7 @@ def read_extensions_v1beta1_namespaced_ingress_status_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_ingress_status_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_ingress_status_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8371,22 +8699,24 @@ def read_extensions_v1beta1_namespaced_ingress_status_with_http_info(self, name, all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_ingress_status" % key + " to method read_namespaced_ingress_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_extensions_v1beta1_namespaced_ingress_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_ingress_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_ingress_status`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_ingress_status`") collection_formats = {} @@ -8433,9 +8763,11 @@ def read_extensions_v1beta1_namespaced_ingress_status_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_job(self, name, namespace, **kwargs): + def read_namespaced_job(self, name, namespace, **kwargs): """ read the specified Job @@ -8446,7 +8778,7 @@ def read_extensions_v1beta1_namespaced_job(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_job(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_job(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8461,12 +8793,12 @@ def read_extensions_v1beta1_namespaced_job(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_job_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_job_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_job_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_job_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_job_with_http_info(self, name, namespace, **kwargs): """ read the specified Job @@ -8477,7 +8809,7 @@ def read_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_job_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_job_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8494,22 +8826,24 @@ def read_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespace, all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_extensions_v1beta1_namespaced_job" % key + " to method read_namespaced_job" % 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_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_job`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_job`") collection_formats = {} @@ -8560,9 +8894,11 @@ def read_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_job_status(self, name, namespace, **kwargs): + def read_namespaced_job_status(self, name, namespace, **kwargs): """ read status of the specified Job @@ -8573,7 +8909,7 @@ def read_extensions_v1beta1_namespaced_job_status(self, name, namespace, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_job_status(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_job_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8586,12 +8922,12 @@ def read_extensions_v1beta1_namespaced_job_status(self, name, namespace, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_job_status_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_job_status_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_job_status_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_job_status_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_job_status_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_job_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified Job @@ -8602,7 +8938,7 @@ def read_extensions_v1beta1_namespaced_job_status_with_http_info(self, name, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_job_status_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_job_status_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8617,22 +8953,24 @@ def read_extensions_v1beta1_namespaced_job_status_with_http_info(self, name, nam all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_job_status" % key + " to method read_namespaced_job_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_extensions_v1beta1_namespaced_job_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_job_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_job_status`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_job_status`") collection_formats = {} @@ -8679,9 +9017,11 @@ def read_extensions_v1beta1_namespaced_job_status_with_http_info(self, name, nam auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_network_policy(self, name, namespace, **kwargs): + def read_namespaced_network_policy(self, name, namespace, **kwargs): """ read the specified NetworkPolicy @@ -8692,7 +9032,7 @@ def read_extensions_v1beta1_namespaced_network_policy(self, name, namespace, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_network_policy(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_network_policy(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8707,12 +9047,12 @@ def read_extensions_v1beta1_namespaced_network_policy(self, name, namespace, **k """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_network_policy_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_network_policy_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_network_policy_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_network_policy_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_network_policy_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_network_policy_with_http_info(self, name, namespace, **kwargs): """ read the specified NetworkPolicy @@ -8723,7 +9063,7 @@ def read_extensions_v1beta1_namespaced_network_policy_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_network_policy_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_network_policy_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8740,22 +9080,24 @@ def read_extensions_v1beta1_namespaced_network_policy_with_http_info(self, name, all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_extensions_v1beta1_namespaced_network_policy" % key + " to method read_namespaced_network_policy" % 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_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_network_policy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_network_policy`") collection_formats = {} @@ -8806,9 +9148,11 @@ def read_extensions_v1beta1_namespaced_network_policy_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_replica_set(self, name, namespace, **kwargs): + def read_namespaced_replica_set(self, name, namespace, **kwargs): """ read the specified ReplicaSet @@ -8819,7 +9163,7 @@ def read_extensions_v1beta1_namespaced_replica_set(self, name, namespace, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_replica_set(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_replica_set(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8834,12 +9178,12 @@ def read_extensions_v1beta1_namespaced_replica_set(self, name, namespace, **kwar """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_replica_set_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_replica_set_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_replica_set_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_replica_set_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_replica_set_with_http_info(self, name, namespace, **kwargs): """ read the specified ReplicaSet @@ -8850,7 +9194,7 @@ def read_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_replica_set_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_replica_set_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8867,22 +9211,24 @@ def read_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, na all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_extensions_v1beta1_namespaced_replica_set" % key + " to method read_namespaced_replica_set" % 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_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_replica_set`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_replica_set`") collection_formats = {} @@ -8933,9 +9279,11 @@ def read_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, na auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_replica_set_status(self, name, namespace, **kwargs): + def read_namespaced_replica_set_status(self, name, namespace, **kwargs): """ read status of the specified ReplicaSet @@ -8946,7 +9294,7 @@ def read_extensions_v1beta1_namespaced_replica_set_status(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_replica_set_status(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_replica_set_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8959,12 +9307,12 @@ def read_extensions_v1beta1_namespaced_replica_set_status(self, name, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_replica_set_status_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_replica_set_status_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_replica_set_status_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_replica_set_status_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_replica_set_status_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_replica_set_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified ReplicaSet @@ -8975,7 +9323,7 @@ def read_extensions_v1beta1_namespaced_replica_set_status_with_http_info(self, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_replica_set_status_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_replica_set_status_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -8990,22 +9338,24 @@ def read_extensions_v1beta1_namespaced_replica_set_status_with_http_info(self, n all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_replica_set_status" % key + " to method read_namespaced_replica_set_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_extensions_v1beta1_namespaced_replica_set_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_replica_set_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_replica_set_status`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_replica_set_status`") collection_formats = {} @@ -9052,9 +9402,11 @@ def read_extensions_v1beta1_namespaced_replica_set_status_with_http_info(self, n auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_replicasets_scale(self, name, namespace, **kwargs): + def read_namespaced_replicasets_scale(self, name, namespace, **kwargs): """ read scale of the specified Scale @@ -9065,7 +9417,7 @@ def read_extensions_v1beta1_namespaced_replicasets_scale(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_replicasets_scale(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_replicasets_scale(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9078,12 +9430,12 @@ def read_extensions_v1beta1_namespaced_replicasets_scale(self, name, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_replicasets_scale_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_replicasets_scale_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_replicasets_scale_with_http_info(self, name, namespace, **kwargs): """ read scale of the specified Scale @@ -9094,7 +9446,7 @@ def read_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(self, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_replicasets_scale_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9109,22 +9461,24 @@ def read_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(self, na all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_replicasets_scale" % key + " to method read_namespaced_replicasets_scale" % 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_extensions_v1beta1_namespaced_replicasets_scale`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_replicasets_scale`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_replicasets_scale`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_replicasets_scale`") collection_formats = {} @@ -9171,9 +9525,11 @@ def read_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(self, na auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_replicationcontrollers_scale(self, name, namespace, **kwargs): + def read_namespaced_replicationcontrollers_scale(self, name, namespace, **kwargs): """ read scale of the specified Scale @@ -9184,7 +9540,7 @@ def read_extensions_v1beta1_namespaced_replicationcontrollers_scale(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_replicationcontrollers_scale(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_replicationcontrollers_scale(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9197,12 +9553,12 @@ def read_extensions_v1beta1_namespaced_replicationcontrollers_scale(self, name, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, **kwargs) return data - def read_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_replicationcontrollers_scale_with_http_info(self, name, namespace, **kwargs): """ read scale of the specified Scale @@ -9213,7 +9569,7 @@ def read_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_in >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9228,22 +9584,24 @@ def read_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_in all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_replicationcontrollers_scale" % key + " to method read_namespaced_replicationcontrollers_scale" % 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_extensions_v1beta1_namespaced_replicationcontrollers_scale`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_replicationcontrollers_scale`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_extensions_v1beta1_namespaced_replicationcontrollers_scale`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_replicationcontrollers_scale`") collection_formats = {} @@ -9290,9 +9648,11 @@ def read_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_in auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_third_party_resource(self, name, **kwargs): + def read_third_party_resource(self, name, **kwargs): """ read the specified ThirdPartyResource @@ -9303,7 +9663,7 @@ def read_extensions_v1beta1_third_party_resource(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_third_party_resource(name, callback=callback_function) + >>> thread = api.read_third_party_resource(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9317,12 +9677,12 @@ def read_extensions_v1beta1_third_party_resource(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_extensions_v1beta1_third_party_resource_with_http_info(name, **kwargs) + return self.read_third_party_resource_with_http_info(name, **kwargs) else: - (data) = self.read_extensions_v1beta1_third_party_resource_with_http_info(name, **kwargs) + (data) = self.read_third_party_resource_with_http_info(name, **kwargs) return data - def read_extensions_v1beta1_third_party_resource_with_http_info(self, name, **kwargs): + def read_third_party_resource_with_http_info(self, name, **kwargs): """ read the specified ThirdPartyResource @@ -9333,7 +9693,7 @@ def read_extensions_v1beta1_third_party_resource_with_http_info(self, name, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_extensions_v1beta1_third_party_resource_with_http_info(name, callback=callback_function) + >>> thread = api.read_third_party_resource_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9349,19 +9709,21 @@ def read_extensions_v1beta1_third_party_resource_with_http_info(self, name, **kw all_params = ['name', 'pretty', 'exact', 'export'] all_params.append('callback') 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_extensions_v1beta1_third_party_resource" % key + " to method read_third_party_resource" % 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_extensions_v1beta1_third_party_resource`") + raise ValueError("Missing the required parameter `name` when calling `read_third_party_resource`") collection_formats = {} @@ -9410,9 +9772,11 @@ def read_extensions_v1beta1_third_party_resource_with_http_info(self, name, **kw auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_daemon_set(self, name, namespace, body, **kwargs): + def replace_namespaced_daemon_set(self, name, namespace, body, **kwargs): """ replace the specified DaemonSet @@ -9423,7 +9787,7 @@ def replace_extensions_v1beta1_namespaced_daemon_set(self, name, namespace, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_daemon_set(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_daemon_set(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9437,12 +9801,12 @@ def replace_extensions_v1beta1_namespaced_daemon_set(self, name, namespace, body """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_daemon_set_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_daemon_set_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified DaemonSet @@ -9453,7 +9817,7 @@ def replace_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_daemon_set_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_daemon_set_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9469,25 +9833,27 @@ def replace_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_daemon_set" % key + " to method replace_namespaced_daemon_set" % 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_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_daemon_set`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_daemon_set`") # 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_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_daemon_set`") collection_formats = {} @@ -9536,9 +9902,11 @@ def replace_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): + def replace_namespaced_daemon_set_status(self, name, namespace, body, **kwargs): """ replace status of the specified DaemonSet @@ -9549,7 +9917,7 @@ def replace_extensions_v1beta1_namespaced_daemon_set_status(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_daemon_set_status(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_daemon_set_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9563,12 +9931,12 @@ def replace_extensions_v1beta1_namespaced_daemon_set_status(self, name, namespac """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_daemon_set_status_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_daemon_set_status_with_http_info(self, name, namespace, body, **kwargs): """ replace status of the specified DaemonSet @@ -9579,7 +9947,7 @@ def replace_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_daemon_set_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9595,25 +9963,27 @@ def replace_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(self, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_daemon_set_status" % key + " to method replace_namespaced_daemon_set_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 `replace_extensions_v1beta1_namespaced_daemon_set_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_daemon_set_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_daemon_set_status`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_daemon_set_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 `replace_extensions_v1beta1_namespaced_daemon_set_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_daemon_set_status`") collection_formats = {} @@ -9662,9 +10032,11 @@ def replace_extensions_v1beta1_namespaced_daemon_set_status_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_deployment(self, name, namespace, body, **kwargs): + def replace_namespaced_deployment(self, name, namespace, body, **kwargs): """ replace the specified Deployment @@ -9675,7 +10047,7 @@ def replace_extensions_v1beta1_namespaced_deployment(self, name, namespace, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_deployment(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_deployment(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9689,12 +10061,12 @@ def replace_extensions_v1beta1_namespaced_deployment(self, name, namespace, body """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_deployment_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_deployment_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified Deployment @@ -9705,7 +10077,7 @@ def replace_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_deployment_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_deployment_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9721,25 +10093,27 @@ def replace_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_deployment" % key + " to method replace_namespaced_deployment" % 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_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_deployment`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_deployment`") # 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_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_deployment`") collection_formats = {} @@ -9788,9 +10162,11 @@ def replace_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_deployment_status(self, name, namespace, body, **kwargs): + def replace_namespaced_deployment_status(self, name, namespace, body, **kwargs): """ replace status of the specified Deployment @@ -9801,7 +10177,7 @@ def replace_extensions_v1beta1_namespaced_deployment_status(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_deployment_status(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_deployment_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9815,12 +10191,12 @@ def replace_extensions_v1beta1_namespaced_deployment_status(self, name, namespac """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_deployment_status_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_deployment_status_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_deployment_status_with_http_info(self, name, namespace, body, **kwargs): """ replace status of the specified Deployment @@ -9831,7 +10207,7 @@ def replace_extensions_v1beta1_namespaced_deployment_status_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_deployment_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_deployment_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9847,25 +10223,27 @@ def replace_extensions_v1beta1_namespaced_deployment_status_with_http_info(self, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_deployment_status" % key + " to method replace_namespaced_deployment_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 `replace_extensions_v1beta1_namespaced_deployment_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_deployment_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_deployment_status`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_deployment_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 `replace_extensions_v1beta1_namespaced_deployment_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_deployment_status`") collection_formats = {} @@ -9914,9 +10292,11 @@ def replace_extensions_v1beta1_namespaced_deployment_status_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_deployments_scale(self, name, namespace, body, **kwargs): + def replace_namespaced_deployments_scale(self, name, namespace, body, **kwargs): """ replace scale of the specified Scale @@ -9927,7 +10307,7 @@ def replace_extensions_v1beta1_namespaced_deployments_scale(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_deployments_scale(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_deployments_scale(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9941,12 +10321,12 @@ def replace_extensions_v1beta1_namespaced_deployments_scale(self, name, namespac """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_deployments_scale_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_deployments_scale_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_deployments_scale_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_deployments_scale_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_deployments_scale_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_deployments_scale_with_http_info(self, name, namespace, body, **kwargs): """ replace scale of the specified Scale @@ -9957,7 +10337,7 @@ def replace_extensions_v1beta1_namespaced_deployments_scale_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_deployments_scale_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_deployments_scale_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -9973,25 +10353,27 @@ def replace_extensions_v1beta1_namespaced_deployments_scale_with_http_info(self, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_deployments_scale" % key + " to method replace_namespaced_deployments_scale" % 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_extensions_v1beta1_namespaced_deployments_scale`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_deployments_scale`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_deployments_scale`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_deployments_scale`") # 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_extensions_v1beta1_namespaced_deployments_scale`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_deployments_scale`") collection_formats = {} @@ -10040,9 +10422,11 @@ def replace_extensions_v1beta1_namespaced_deployments_scale_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kwargs): + def replace_namespaced_horizontal_pod_autoscaler(self, name, namespace, body, **kwargs): """ replace the specified HorizontalPodAutoscaler @@ -10053,7 +10437,7 @@ def replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10067,12 +10451,12 @@ def replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, name, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified HorizontalPodAutoscaler @@ -10083,7 +10467,7 @@ def replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_in >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10099,25 +10483,27 @@ def replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_in all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler" % key + " to method replace_namespaced_horizontal_pod_autoscaler" % 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_horizontal_pod_autoscaler`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_horizontal_pod_autoscaler`") # 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -10166,9 +10552,11 @@ def replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_in auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, body, **kwargs): + def replace_namespaced_horizontal_pod_autoscaler_status(self, name, namespace, body, **kwargs): """ replace status of the specified HorizontalPodAutoscaler @@ -10179,7 +10567,7 @@ def replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10193,12 +10581,12 @@ def replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(self, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(self, name, namespace, body, **kwargs): """ replace status of the specified HorizontalPodAutoscaler @@ -10209,7 +10597,7 @@ def replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_ >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_horizontal_pod_autoscaler_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10225,25 +10613,27 @@ def replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_ all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status" % key + " to method replace_namespaced_horizontal_pod_autoscaler_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 `replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_horizontal_pod_autoscaler_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_horizontal_pod_autoscaler_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 `replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_horizontal_pod_autoscaler_status`") collection_formats = {} @@ -10292,9 +10682,11 @@ def replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status_with_ auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_ingress(self, name, namespace, body, **kwargs): + def replace_namespaced_ingress(self, name, namespace, body, **kwargs): """ replace the specified Ingress @@ -10305,7 +10697,7 @@ def replace_extensions_v1beta1_namespaced_ingress(self, name, namespace, body, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_ingress(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_ingress(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10319,12 +10711,12 @@ def replace_extensions_v1beta1_namespaced_ingress(self, name, namespace, body, * """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_ingress_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_ingress_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified Ingress @@ -10335,7 +10727,7 @@ def replace_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_ingress_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_ingress_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10351,25 +10743,27 @@ def replace_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, nam all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_ingress" % key + " to method replace_namespaced_ingress" % 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_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_ingress`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_ingress`") # 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_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_ingress`") collection_formats = {} @@ -10418,9 +10812,11 @@ def replace_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, nam auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_ingress_status(self, name, namespace, body, **kwargs): + def replace_namespaced_ingress_status(self, name, namespace, body, **kwargs): """ replace status of the specified Ingress @@ -10431,7 +10827,7 @@ def replace_extensions_v1beta1_namespaced_ingress_status(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_ingress_status(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_ingress_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10445,12 +10841,12 @@ def replace_extensions_v1beta1_namespaced_ingress_status(self, name, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_ingress_status_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_ingress_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_ingress_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_ingress_status_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_ingress_status_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_ingress_status_with_http_info(self, name, namespace, body, **kwargs): """ replace status of the specified Ingress @@ -10461,7 +10857,7 @@ def replace_extensions_v1beta1_namespaced_ingress_status_with_http_info(self, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_ingress_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_ingress_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10477,25 +10873,27 @@ def replace_extensions_v1beta1_namespaced_ingress_status_with_http_info(self, na all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_ingress_status" % key + " to method replace_namespaced_ingress_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 `replace_extensions_v1beta1_namespaced_ingress_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_ingress_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_ingress_status`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_ingress_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 `replace_extensions_v1beta1_namespaced_ingress_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_ingress_status`") collection_formats = {} @@ -10544,9 +10942,11 @@ def replace_extensions_v1beta1_namespaced_ingress_status_with_http_info(self, na auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_job(self, name, namespace, body, **kwargs): + def replace_namespaced_job(self, name, namespace, body, **kwargs): """ replace the specified Job @@ -10557,7 +10957,7 @@ def replace_extensions_v1beta1_namespaced_job(self, name, namespace, body, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_job(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_job(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10571,12 +10971,12 @@ def replace_extensions_v1beta1_namespaced_job(self, name, namespace, body, **kwa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_job_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_job_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_job_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_job_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_job_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified Job @@ -10587,7 +10987,7 @@ def replace_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_job_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_job_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10603,25 +11003,27 @@ def replace_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespa all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_job" % key + " to method replace_namespaced_job" % 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_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_job`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_job`") # 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_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_job`") collection_formats = {} @@ -10670,9 +11072,11 @@ def replace_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespa auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_job_status(self, name, namespace, body, **kwargs): + def replace_namespaced_job_status(self, name, namespace, body, **kwargs): """ replace status of the specified Job @@ -10683,7 +11087,7 @@ def replace_extensions_v1beta1_namespaced_job_status(self, name, namespace, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_job_status(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_job_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10697,12 +11101,12 @@ def replace_extensions_v1beta1_namespaced_job_status(self, name, namespace, body """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_job_status_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_job_status_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_job_status_with_http_info(self, name, namespace, body, **kwargs): """ replace status of the specified Job @@ -10713,7 +11117,7 @@ def replace_extensions_v1beta1_namespaced_job_status_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_job_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_job_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10729,25 +11133,27 @@ def replace_extensions_v1beta1_namespaced_job_status_with_http_info(self, name, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_job_status" % key + " to method replace_namespaced_job_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 `replace_extensions_v1beta1_namespaced_job_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_job_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_job_status`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_job_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 `replace_extensions_v1beta1_namespaced_job_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_job_status`") collection_formats = {} @@ -10796,9 +11202,11 @@ def replace_extensions_v1beta1_namespaced_job_status_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_network_policy(self, name, namespace, body, **kwargs): + def replace_namespaced_network_policy(self, name, namespace, body, **kwargs): """ replace the specified NetworkPolicy @@ -10809,7 +11217,7 @@ def replace_extensions_v1beta1_namespaced_network_policy(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_network_policy(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_network_policy(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10823,12 +11231,12 @@ def replace_extensions_v1beta1_namespaced_network_policy(self, name, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_network_policy_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_network_policy_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_network_policy_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified NetworkPolicy @@ -10839,7 +11247,7 @@ def replace_extensions_v1beta1_namespaced_network_policy_with_http_info(self, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_network_policy_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_network_policy_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10855,25 +11263,27 @@ def replace_extensions_v1beta1_namespaced_network_policy_with_http_info(self, na all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_network_policy" % key + " to method replace_namespaced_network_policy" % 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_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_network_policy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_network_policy`") # 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_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_network_policy`") collection_formats = {} @@ -10922,9 +11332,11 @@ def replace_extensions_v1beta1_namespaced_network_policy_with_http_info(self, na auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_replica_set(self, name, namespace, body, **kwargs): + def replace_namespaced_replica_set(self, name, namespace, body, **kwargs): """ replace the specified ReplicaSet @@ -10935,7 +11347,7 @@ def replace_extensions_v1beta1_namespaced_replica_set(self, name, namespace, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_replica_set(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_replica_set(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10949,12 +11361,12 @@ def replace_extensions_v1beta1_namespaced_replica_set(self, name, namespace, bod """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_replica_set_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_replica_set_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified ReplicaSet @@ -10965,7 +11377,7 @@ def replace_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_replica_set_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_replica_set_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -10981,25 +11393,27 @@ def replace_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_replica_set" % key + " to method replace_namespaced_replica_set" % 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_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_replica_set`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_replica_set`") # 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_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_replica_set`") collection_formats = {} @@ -11048,9 +11462,11 @@ def replace_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_replica_set_status(self, name, namespace, body, **kwargs): + def replace_namespaced_replica_set_status(self, name, namespace, body, **kwargs): """ replace status of the specified ReplicaSet @@ -11061,7 +11477,7 @@ def replace_extensions_v1beta1_namespaced_replica_set_status(self, name, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_replica_set_status(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_replica_set_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11075,12 +11491,12 @@ def replace_extensions_v1beta1_namespaced_replica_set_status(self, name, namespa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_replica_set_status_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_replica_set_status_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_replica_set_status_with_http_info(self, name, namespace, body, **kwargs): """ replace status of the specified ReplicaSet @@ -11091,7 +11507,7 @@ def replace_extensions_v1beta1_namespaced_replica_set_status_with_http_info(self >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_replica_set_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_replica_set_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11107,25 +11523,27 @@ def replace_extensions_v1beta1_namespaced_replica_set_status_with_http_info(self all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_replica_set_status" % key + " to method replace_namespaced_replica_set_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 `replace_extensions_v1beta1_namespaced_replica_set_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_replica_set_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_replica_set_status`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_replica_set_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 `replace_extensions_v1beta1_namespaced_replica_set_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_replica_set_status`") collection_formats = {} @@ -11174,9 +11592,11 @@ def replace_extensions_v1beta1_namespaced_replica_set_status_with_http_info(self auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_replicasets_scale(self, name, namespace, body, **kwargs): + def replace_namespaced_replicasets_scale(self, name, namespace, body, **kwargs): """ replace scale of the specified Scale @@ -11187,7 +11607,7 @@ def replace_extensions_v1beta1_namespaced_replicasets_scale(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_replicasets_scale(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_replicasets_scale(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11201,12 +11621,12 @@ def replace_extensions_v1beta1_namespaced_replicasets_scale(self, name, namespac """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_replicasets_scale_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_replicasets_scale_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_replicasets_scale_with_http_info(self, name, namespace, body, **kwargs): """ replace scale of the specified Scale @@ -11217,7 +11637,7 @@ def replace_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_replicasets_scale_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11233,25 +11653,27 @@ def replace_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(self, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_replicasets_scale" % key + " to method replace_namespaced_replicasets_scale" % 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_extensions_v1beta1_namespaced_replicasets_scale`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_replicasets_scale`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_replicasets_scale`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_replicasets_scale`") # 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_extensions_v1beta1_namespaced_replicasets_scale`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_replicasets_scale`") collection_formats = {} @@ -11300,9 +11722,11 @@ def replace_extensions_v1beta1_namespaced_replicasets_scale_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_namespaced_replicationcontrollers_scale(self, name, namespace, body, **kwargs): + def replace_namespaced_replicationcontrollers_scale(self, name, namespace, body, **kwargs): """ replace scale of the specified Scale @@ -11313,7 +11737,7 @@ def replace_extensions_v1beta1_namespaced_replicationcontrollers_scale(self, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_replicationcontrollers_scale(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_replicationcontrollers_scale(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11327,12 +11751,12 @@ def replace_extensions_v1beta1_namespaced_replicationcontrollers_scale(self, nam """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, body, **kwargs) return data - def replace_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_replicationcontrollers_scale_with_http_info(self, name, namespace, body, **kwargs): """ replace scale of the specified Scale @@ -11343,7 +11767,7 @@ def replace_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_replicationcontrollers_scale_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11359,25 +11783,27 @@ def replace_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_namespaced_replicationcontrollers_scale" % key + " to method replace_namespaced_replicationcontrollers_scale" % 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_extensions_v1beta1_namespaced_replicationcontrollers_scale`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_replicationcontrollers_scale`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_extensions_v1beta1_namespaced_replicationcontrollers_scale`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_replicationcontrollers_scale`") # 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_extensions_v1beta1_namespaced_replicationcontrollers_scale`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_replicationcontrollers_scale`") collection_formats = {} @@ -11426,9 +11852,11 @@ def replace_extensions_v1beta1_namespaced_replicationcontrollers_scale_with_http auth_settings=auth_settings, callback=params.get('callback'), _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_extensions_v1beta1_third_party_resource(self, name, body, **kwargs): + def replace_third_party_resource(self, name, body, **kwargs): """ replace the specified ThirdPartyResource @@ -11439,7 +11867,7 @@ def replace_extensions_v1beta1_third_party_resource(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_third_party_resource(name, body, callback=callback_function) + >>> thread = api.replace_third_party_resource(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11452,12 +11880,12 @@ def replace_extensions_v1beta1_third_party_resource(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_extensions_v1beta1_third_party_resource_with_http_info(name, body, **kwargs) + return self.replace_third_party_resource_with_http_info(name, body, **kwargs) else: - (data) = self.replace_extensions_v1beta1_third_party_resource_with_http_info(name, body, **kwargs) + (data) = self.replace_third_party_resource_with_http_info(name, body, **kwargs) return data - def replace_extensions_v1beta1_third_party_resource_with_http_info(self, name, body, **kwargs): + def replace_third_party_resource_with_http_info(self, name, body, **kwargs): """ replace the specified ThirdPartyResource @@ -11468,7 +11896,7 @@ def replace_extensions_v1beta1_third_party_resource_with_http_info(self, name, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_extensions_v1beta1_third_party_resource_with_http_info(name, body, callback=callback_function) + >>> thread = api.replace_third_party_resource_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11483,22 +11911,24 @@ def replace_extensions_v1beta1_third_party_resource_with_http_info(self, name, b all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_extensions_v1beta1_third_party_resource" % key + " to method replace_third_party_resource" % 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_extensions_v1beta1_third_party_resource`") + raise ValueError("Missing the required parameter `name` when calling `replace_third_party_resource`") # 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_extensions_v1beta1_third_party_resource`") + raise ValueError("Missing the required parameter `body` when calling `replace_third_party_resource`") collection_formats = {} @@ -11545,9 +11975,11 @@ def replace_extensions_v1beta1_third_party_resource_with_http_info(self, name, b auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_daemon_set_list_for_all_namespaces(self, **kwargs): + def watch_daemon_set_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of DaemonSet @@ -11558,7 +11990,7 @@ def watch_extensions_v1beta1_daemon_set_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_daemon_set_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_daemon_set_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11574,12 +12006,12 @@ def watch_extensions_v1beta1_daemon_set_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_daemon_set_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_daemon_set_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_extensions_v1beta1_daemon_set_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_daemon_set_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_extensions_v1beta1_daemon_set_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_daemon_set_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of DaemonSet @@ -11590,7 +12022,7 @@ def watch_extensions_v1beta1_daemon_set_list_for_all_namespaces_with_http_info(s >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_daemon_set_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_daemon_set_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11608,13 +12040,15 @@ def watch_extensions_v1beta1_daemon_set_list_for_all_namespaces_with_http_info(s all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_daemon_set_list_for_all_namespaces" % key + " to method watch_daemon_set_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -11670,9 +12104,11 @@ def watch_extensions_v1beta1_daemon_set_list_for_all_namespaces_with_http_info(s auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_deployment_list_for_all_namespaces(self, **kwargs): + def watch_deployment_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of Deployment @@ -11683,7 +12119,7 @@ def watch_extensions_v1beta1_deployment_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_deployment_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_deployment_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11699,12 +12135,12 @@ def watch_extensions_v1beta1_deployment_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_deployment_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_deployment_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_extensions_v1beta1_deployment_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_deployment_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_extensions_v1beta1_deployment_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_deployment_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of Deployment @@ -11715,7 +12151,7 @@ def watch_extensions_v1beta1_deployment_list_for_all_namespaces_with_http_info(s >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_deployment_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_deployment_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11733,13 +12169,15 @@ def watch_extensions_v1beta1_deployment_list_for_all_namespaces_with_http_info(s all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_deployment_list_for_all_namespaces" % key + " to method watch_deployment_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -11795,9 +12233,11 @@ def watch_extensions_v1beta1_deployment_list_for_all_namespaces_with_http_info(s auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces(self, **kwargs): + def watch_horizontal_pod_autoscaler_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of HorizontalPodAutoscaler @@ -11808,7 +12248,7 @@ def watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces(s >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_horizontal_pod_autoscaler_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11824,12 +12264,12 @@ def watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces(s """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of HorizontalPodAutoscaler @@ -11840,7 +12280,7 @@ def watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces_w >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_horizontal_pod_autoscaler_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11858,13 +12298,15 @@ def watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces_w all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces" % key + " to method watch_horizontal_pod_autoscaler_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -11920,9 +12362,11 @@ def watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces_w auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_ingress_list_for_all_namespaces(self, **kwargs): + def watch_ingress_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of Ingress @@ -11933,7 +12377,7 @@ def watch_extensions_v1beta1_ingress_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_ingress_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_ingress_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11949,12 +12393,12 @@ def watch_extensions_v1beta1_ingress_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_ingress_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_ingress_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_extensions_v1beta1_ingress_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_ingress_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_extensions_v1beta1_ingress_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_ingress_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of Ingress @@ -11965,7 +12409,7 @@ def watch_extensions_v1beta1_ingress_list_for_all_namespaces_with_http_info(self >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_ingress_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_ingress_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -11983,13 +12427,15 @@ def watch_extensions_v1beta1_ingress_list_for_all_namespaces_with_http_info(self all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_ingress_list_for_all_namespaces" % key + " to method watch_ingress_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -12045,9 +12491,11 @@ def watch_extensions_v1beta1_ingress_list_for_all_namespaces_with_http_info(self auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_job_list_for_all_namespaces(self, **kwargs): + def watch_job_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of Job @@ -12058,7 +12506,7 @@ def watch_extensions_v1beta1_job_list_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_job_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_job_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12074,12 +12522,12 @@ def watch_extensions_v1beta1_job_list_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_job_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_job_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_extensions_v1beta1_job_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_job_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_extensions_v1beta1_job_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_job_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of Job @@ -12090,7 +12538,7 @@ def watch_extensions_v1beta1_job_list_for_all_namespaces_with_http_info(self, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_job_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_job_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12108,13 +12556,15 @@ def watch_extensions_v1beta1_job_list_for_all_namespaces_with_http_info(self, ** all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_job_list_for_all_namespaces" % key + " to method watch_job_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -12170,9 +12620,11 @@ def watch_extensions_v1beta1_job_list_for_all_namespaces_with_http_info(self, ** auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_namespaced_daemon_set(self, name, namespace, **kwargs): + def watch_namespaced_daemon_set(self, name, namespace, **kwargs): """ watch changes to an object of kind DaemonSet @@ -12183,7 +12635,7 @@ def watch_extensions_v1beta1_namespaced_daemon_set(self, name, namespace, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_daemon_set(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_daemon_set(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12201,12 +12653,12 @@ def watch_extensions_v1beta1_namespaced_daemon_set(self, name, namespace, **kwar """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_namespaced_daemon_set_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_daemon_set_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_extensions_v1beta1_namespaced_daemon_set_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_daemon_set_with_http_info(name, namespace, **kwargs) return data - def watch_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_daemon_set_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind DaemonSet @@ -12217,7 +12669,7 @@ def watch_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_daemon_set_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_daemon_set_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12237,22 +12689,24 @@ def watch_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, na all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_namespaced_daemon_set" % key + " to method watch_namespaced_daemon_set" % 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 `watch_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_daemon_set`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_extensions_v1beta1_namespaced_daemon_set`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_daemon_set`") collection_formats = {} @@ -12309,9 +12763,11 @@ def watch_extensions_v1beta1_namespaced_daemon_set_with_http_info(self, name, na auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_namespaced_daemon_set_list(self, namespace, **kwargs): + def watch_namespaced_daemon_set_list(self, namespace, **kwargs): """ watch individual changes to a list of DaemonSet @@ -12322,7 +12778,7 @@ def watch_extensions_v1beta1_namespaced_daemon_set_list(self, namespace, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_daemon_set_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_daemon_set_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12339,12 +12795,12 @@ def watch_extensions_v1beta1_namespaced_daemon_set_list(self, namespace, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_namespaced_daemon_set_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_daemon_set_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_extensions_v1beta1_namespaced_daemon_set_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_daemon_set_list_with_http_info(namespace, **kwargs) return data - def watch_extensions_v1beta1_namespaced_daemon_set_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_daemon_set_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of DaemonSet @@ -12355,7 +12811,7 @@ def watch_extensions_v1beta1_namespaced_daemon_set_list_with_http_info(self, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_daemon_set_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_daemon_set_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12374,19 +12830,21 @@ def watch_extensions_v1beta1_namespaced_daemon_set_list_with_http_info(self, nam all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_namespaced_daemon_set_list" % key + " to method watch_namespaced_daemon_set_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_extensions_v1beta1_namespaced_daemon_set_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_daemon_set_list`") collection_formats = {} @@ -12441,9 +12899,11 @@ def watch_extensions_v1beta1_namespaced_daemon_set_list_with_http_info(self, nam auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_namespaced_deployment(self, name, namespace, **kwargs): + def watch_namespaced_deployment(self, name, namespace, **kwargs): """ watch changes to an object of kind Deployment @@ -12454,7 +12914,7 @@ def watch_extensions_v1beta1_namespaced_deployment(self, name, namespace, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_deployment(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_deployment(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12472,12 +12932,12 @@ def watch_extensions_v1beta1_namespaced_deployment(self, name, namespace, **kwar """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_namespaced_deployment_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_deployment_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_extensions_v1beta1_namespaced_deployment_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_deployment_with_http_info(name, namespace, **kwargs) return data - def watch_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_deployment_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind Deployment @@ -12488,7 +12948,7 @@ def watch_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_deployment_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_deployment_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12508,22 +12968,24 @@ def watch_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, na all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_namespaced_deployment" % key + " to method watch_namespaced_deployment" % 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 `watch_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_deployment`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_extensions_v1beta1_namespaced_deployment`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_deployment`") collection_formats = {} @@ -12580,9 +13042,11 @@ def watch_extensions_v1beta1_namespaced_deployment_with_http_info(self, name, na auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_namespaced_deployment_list(self, namespace, **kwargs): + def watch_namespaced_deployment_list(self, namespace, **kwargs): """ watch individual changes to a list of Deployment @@ -12593,7 +13057,7 @@ def watch_extensions_v1beta1_namespaced_deployment_list(self, namespace, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_deployment_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_deployment_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12610,12 +13074,12 @@ def watch_extensions_v1beta1_namespaced_deployment_list(self, namespace, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_namespaced_deployment_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_deployment_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_extensions_v1beta1_namespaced_deployment_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_deployment_list_with_http_info(namespace, **kwargs) return data - def watch_extensions_v1beta1_namespaced_deployment_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_deployment_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of Deployment @@ -12626,7 +13090,7 @@ def watch_extensions_v1beta1_namespaced_deployment_list_with_http_info(self, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_deployment_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_deployment_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12645,19 +13109,21 @@ def watch_extensions_v1beta1_namespaced_deployment_list_with_http_info(self, nam all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_namespaced_deployment_list" % key + " to method watch_namespaced_deployment_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_extensions_v1beta1_namespaced_deployment_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_deployment_list`") collection_formats = {} @@ -12712,9 +13178,11 @@ def watch_extensions_v1beta1_namespaced_deployment_list_with_http_info(self, nam auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, name, namespace, **kwargs): + def watch_namespaced_horizontal_pod_autoscaler(self, name, namespace, **kwargs): """ watch changes to an object of kind HorizontalPodAutoscaler @@ -12725,7 +13193,7 @@ def watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, name, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_horizontal_pod_autoscaler(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12743,12 +13211,12 @@ def watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self, name, na """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, **kwargs) return data - def watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_horizontal_pod_autoscaler_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind HorizontalPodAutoscaler @@ -12759,7 +13227,7 @@ def watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_horizontal_pod_autoscaler_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12779,22 +13247,24 @@ def watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler" % key + " to method watch_namespaced_horizontal_pod_autoscaler" % 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 `watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_horizontal_pod_autoscaler`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_horizontal_pod_autoscaler`") collection_formats = {} @@ -12851,9 +13321,11 @@ def watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_with_http_info auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list(self, namespace, **kwargs): + def watch_namespaced_horizontal_pod_autoscaler_list(self, namespace, **kwargs): """ watch individual changes to a list of HorizontalPodAutoscaler @@ -12864,7 +13336,7 @@ def watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list(self, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_horizontal_pod_autoscaler_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12881,12 +13353,12 @@ def watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list(self, nam """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_horizontal_pod_autoscaler_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_horizontal_pod_autoscaler_list_with_http_info(namespace, **kwargs) return data - def watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_horizontal_pod_autoscaler_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of HorizontalPodAutoscaler @@ -12897,7 +13369,7 @@ def watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list_with_http >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_horizontal_pod_autoscaler_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -12916,19 +13388,21 @@ def watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list_with_http all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list" % key + " to method watch_namespaced_horizontal_pod_autoscaler_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_horizontal_pod_autoscaler_list`") collection_formats = {} @@ -12983,9 +13457,11 @@ def watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list_with_http auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_namespaced_ingress(self, name, namespace, **kwargs): + def watch_namespaced_ingress(self, name, namespace, **kwargs): """ watch changes to an object of kind Ingress @@ -12996,7 +13472,7 @@ def watch_extensions_v1beta1_namespaced_ingress(self, name, namespace, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_ingress(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_ingress(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13014,12 +13490,12 @@ def watch_extensions_v1beta1_namespaced_ingress(self, name, namespace, **kwargs) """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_namespaced_ingress_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_ingress_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_extensions_v1beta1_namespaced_ingress_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_ingress_with_http_info(name, namespace, **kwargs) return data - def watch_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_ingress_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind Ingress @@ -13030,7 +13506,7 @@ def watch_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, names >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_ingress_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_ingress_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13050,22 +13526,24 @@ def watch_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, names all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_namespaced_ingress" % key + " to method watch_namespaced_ingress" % 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 `watch_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_ingress`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_extensions_v1beta1_namespaced_ingress`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_ingress`") collection_formats = {} @@ -13122,9 +13600,11 @@ def watch_extensions_v1beta1_namespaced_ingress_with_http_info(self, name, names auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_namespaced_ingress_list(self, namespace, **kwargs): + def watch_namespaced_ingress_list(self, namespace, **kwargs): """ watch individual changes to a list of Ingress @@ -13135,7 +13615,7 @@ def watch_extensions_v1beta1_namespaced_ingress_list(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_ingress_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_ingress_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13152,12 +13632,12 @@ def watch_extensions_v1beta1_namespaced_ingress_list(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_namespaced_ingress_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_ingress_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_extensions_v1beta1_namespaced_ingress_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_ingress_list_with_http_info(namespace, **kwargs) return data - def watch_extensions_v1beta1_namespaced_ingress_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_ingress_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of Ingress @@ -13168,7 +13648,7 @@ def watch_extensions_v1beta1_namespaced_ingress_list_with_http_info(self, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_ingress_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_ingress_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13187,19 +13667,21 @@ def watch_extensions_v1beta1_namespaced_ingress_list_with_http_info(self, namesp all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_namespaced_ingress_list" % key + " to method watch_namespaced_ingress_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_extensions_v1beta1_namespaced_ingress_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_ingress_list`") collection_formats = {} @@ -13254,9 +13736,11 @@ def watch_extensions_v1beta1_namespaced_ingress_list_with_http_info(self, namesp auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_namespaced_job(self, name, namespace, **kwargs): + def watch_namespaced_job(self, name, namespace, **kwargs): """ watch changes to an object of kind Job @@ -13267,7 +13751,7 @@ def watch_extensions_v1beta1_namespaced_job(self, name, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_job(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_job(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13285,12 +13769,12 @@ def watch_extensions_v1beta1_namespaced_job(self, name, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_namespaced_job_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_job_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_extensions_v1beta1_namespaced_job_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_job_with_http_info(name, namespace, **kwargs) return data - def watch_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_job_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind Job @@ -13301,7 +13785,7 @@ def watch_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_job_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_job_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13321,22 +13805,24 @@ def watch_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespace all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_namespaced_job" % key + " to method watch_namespaced_job" % 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 `watch_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_job`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_extensions_v1beta1_namespaced_job`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_job`") collection_formats = {} @@ -13393,9 +13879,11 @@ def watch_extensions_v1beta1_namespaced_job_with_http_info(self, name, namespace auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_namespaced_job_list(self, namespace, **kwargs): + def watch_namespaced_job_list(self, namespace, **kwargs): """ watch individual changes to a list of Job @@ -13406,7 +13894,7 @@ def watch_extensions_v1beta1_namespaced_job_list(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_job_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_job_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13423,12 +13911,12 @@ def watch_extensions_v1beta1_namespaced_job_list(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_namespaced_job_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_job_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_extensions_v1beta1_namespaced_job_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_job_list_with_http_info(namespace, **kwargs) return data - def watch_extensions_v1beta1_namespaced_job_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_job_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of Job @@ -13439,7 +13927,7 @@ def watch_extensions_v1beta1_namespaced_job_list_with_http_info(self, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_job_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_job_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13458,19 +13946,21 @@ def watch_extensions_v1beta1_namespaced_job_list_with_http_info(self, namespace, all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_namespaced_job_list" % key + " to method watch_namespaced_job_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_extensions_v1beta1_namespaced_job_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_job_list`") collection_formats = {} @@ -13525,9 +14015,11 @@ def watch_extensions_v1beta1_namespaced_job_list_with_http_info(self, namespace, auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_namespaced_network_policy(self, name, namespace, **kwargs): + def watch_namespaced_network_policy(self, name, namespace, **kwargs): """ watch changes to an object of kind NetworkPolicy @@ -13538,7 +14030,7 @@ def watch_extensions_v1beta1_namespaced_network_policy(self, name, namespace, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_network_policy(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_network_policy(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13556,12 +14048,12 @@ def watch_extensions_v1beta1_namespaced_network_policy(self, name, namespace, ** """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_namespaced_network_policy_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_network_policy_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_extensions_v1beta1_namespaced_network_policy_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_network_policy_with_http_info(name, namespace, **kwargs) return data - def watch_extensions_v1beta1_namespaced_network_policy_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_network_policy_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind NetworkPolicy @@ -13572,7 +14064,7 @@ def watch_extensions_v1beta1_namespaced_network_policy_with_http_info(self, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_network_policy_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_network_policy_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13592,22 +14084,24 @@ def watch_extensions_v1beta1_namespaced_network_policy_with_http_info(self, name all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_namespaced_network_policy" % key + " to method watch_namespaced_network_policy" % 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 `watch_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_network_policy`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_extensions_v1beta1_namespaced_network_policy`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_network_policy`") collection_formats = {} @@ -13664,9 +14158,11 @@ def watch_extensions_v1beta1_namespaced_network_policy_with_http_info(self, name auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_namespaced_network_policy_list(self, namespace, **kwargs): + def watch_namespaced_network_policy_list(self, namespace, **kwargs): """ watch individual changes to a list of NetworkPolicy @@ -13677,7 +14173,7 @@ def watch_extensions_v1beta1_namespaced_network_policy_list(self, namespace, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_network_policy_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_network_policy_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13694,12 +14190,12 @@ def watch_extensions_v1beta1_namespaced_network_policy_list(self, namespace, **k """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_namespaced_network_policy_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_network_policy_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_extensions_v1beta1_namespaced_network_policy_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_network_policy_list_with_http_info(namespace, **kwargs) return data - def watch_extensions_v1beta1_namespaced_network_policy_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_network_policy_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of NetworkPolicy @@ -13710,7 +14206,7 @@ def watch_extensions_v1beta1_namespaced_network_policy_list_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_network_policy_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_network_policy_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13729,19 +14225,21 @@ def watch_extensions_v1beta1_namespaced_network_policy_list_with_http_info(self, all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_namespaced_network_policy_list" % key + " to method watch_namespaced_network_policy_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_extensions_v1beta1_namespaced_network_policy_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_network_policy_list`") collection_formats = {} @@ -13796,9 +14294,11 @@ def watch_extensions_v1beta1_namespaced_network_policy_list_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_namespaced_replica_set(self, name, namespace, **kwargs): + def watch_namespaced_replica_set(self, name, namespace, **kwargs): """ watch changes to an object of kind ReplicaSet @@ -13809,7 +14309,7 @@ def watch_extensions_v1beta1_namespaced_replica_set(self, name, namespace, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_replica_set(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_replica_set(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13827,12 +14327,12 @@ def watch_extensions_v1beta1_namespaced_replica_set(self, name, namespace, **kwa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_namespaced_replica_set_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_replica_set_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_extensions_v1beta1_namespaced_replica_set_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_replica_set_with_http_info(name, namespace, **kwargs) return data - def watch_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_replica_set_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind ReplicaSet @@ -13843,7 +14343,7 @@ def watch_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_replica_set_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_replica_set_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13863,22 +14363,24 @@ def watch_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, n all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_namespaced_replica_set" % key + " to method watch_namespaced_replica_set" % 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 `watch_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_replica_set`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_extensions_v1beta1_namespaced_replica_set`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_replica_set`") collection_formats = {} @@ -13935,9 +14437,11 @@ def watch_extensions_v1beta1_namespaced_replica_set_with_http_info(self, name, n auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_namespaced_replica_set_list(self, namespace, **kwargs): + def watch_namespaced_replica_set_list(self, namespace, **kwargs): """ watch individual changes to a list of ReplicaSet @@ -13948,7 +14452,7 @@ def watch_extensions_v1beta1_namespaced_replica_set_list(self, namespace, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_replica_set_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_replica_set_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -13965,12 +14469,12 @@ def watch_extensions_v1beta1_namespaced_replica_set_list(self, namespace, **kwar """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_namespaced_replica_set_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_replica_set_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_extensions_v1beta1_namespaced_replica_set_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_replica_set_list_with_http_info(namespace, **kwargs) return data - def watch_extensions_v1beta1_namespaced_replica_set_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_replica_set_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of ReplicaSet @@ -13981,7 +14485,7 @@ def watch_extensions_v1beta1_namespaced_replica_set_list_with_http_info(self, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_namespaced_replica_set_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_replica_set_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14000,19 +14504,21 @@ def watch_extensions_v1beta1_namespaced_replica_set_list_with_http_info(self, na all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_namespaced_replica_set_list" % key + " to method watch_namespaced_replica_set_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_extensions_v1beta1_namespaced_replica_set_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_replica_set_list`") collection_formats = {} @@ -14067,9 +14573,11 @@ def watch_extensions_v1beta1_namespaced_replica_set_list_with_http_info(self, na auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_network_policy_list_for_all_namespaces(self, **kwargs): + def watch_network_policy_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of NetworkPolicy @@ -14080,7 +14588,7 @@ def watch_extensions_v1beta1_network_policy_list_for_all_namespaces(self, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_network_policy_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_network_policy_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14096,12 +14604,12 @@ def watch_extensions_v1beta1_network_policy_list_for_all_namespaces(self, **kwar """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_network_policy_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_network_policy_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_extensions_v1beta1_network_policy_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_network_policy_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_extensions_v1beta1_network_policy_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_network_policy_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of NetworkPolicy @@ -14112,7 +14620,7 @@ def watch_extensions_v1beta1_network_policy_list_for_all_namespaces_with_http_in >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_network_policy_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_network_policy_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14130,13 +14638,15 @@ def watch_extensions_v1beta1_network_policy_list_for_all_namespaces_with_http_in all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_network_policy_list_for_all_namespaces" % key + " to method watch_network_policy_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -14192,9 +14702,11 @@ def watch_extensions_v1beta1_network_policy_list_for_all_namespaces_with_http_in auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_replica_set_list_for_all_namespaces(self, **kwargs): + def watch_replica_set_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of ReplicaSet @@ -14205,7 +14717,7 @@ def watch_extensions_v1beta1_replica_set_list_for_all_namespaces(self, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_replica_set_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_replica_set_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14221,12 +14733,12 @@ def watch_extensions_v1beta1_replica_set_list_for_all_namespaces(self, **kwargs) """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_replica_set_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_replica_set_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_extensions_v1beta1_replica_set_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_replica_set_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_extensions_v1beta1_replica_set_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_replica_set_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of ReplicaSet @@ -14237,7 +14749,7 @@ def watch_extensions_v1beta1_replica_set_list_for_all_namespaces_with_http_info( >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_replica_set_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_replica_set_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14255,13 +14767,15 @@ def watch_extensions_v1beta1_replica_set_list_for_all_namespaces_with_http_info( all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_replica_set_list_for_all_namespaces" % key + " to method watch_replica_set_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -14317,9 +14831,11 @@ def watch_extensions_v1beta1_replica_set_list_for_all_namespaces_with_http_info( auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_third_party_resource(self, name, **kwargs): + def watch_third_party_resource(self, name, **kwargs): """ watch changes to an object of kind ThirdPartyResource @@ -14330,7 +14846,7 @@ def watch_extensions_v1beta1_third_party_resource(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_third_party_resource(name, callback=callback_function) + >>> thread = api.watch_third_party_resource(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14347,12 +14863,12 @@ def watch_extensions_v1beta1_third_party_resource(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_third_party_resource_with_http_info(name, **kwargs) + return self.watch_third_party_resource_with_http_info(name, **kwargs) else: - (data) = self.watch_extensions_v1beta1_third_party_resource_with_http_info(name, **kwargs) + (data) = self.watch_third_party_resource_with_http_info(name, **kwargs) return data - def watch_extensions_v1beta1_third_party_resource_with_http_info(self, name, **kwargs): + def watch_third_party_resource_with_http_info(self, name, **kwargs): """ watch changes to an object of kind ThirdPartyResource @@ -14363,7 +14879,7 @@ def watch_extensions_v1beta1_third_party_resource_with_http_info(self, name, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_third_party_resource_with_http_info(name, callback=callback_function) + >>> thread = api.watch_third_party_resource_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14382,19 +14898,21 @@ def watch_extensions_v1beta1_third_party_resource_with_http_info(self, name, **k all_params = ['name', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_third_party_resource" % key + " to method watch_third_party_resource" % 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 `watch_extensions_v1beta1_third_party_resource`") + raise ValueError("Missing the required parameter `name` when calling `watch_third_party_resource`") collection_formats = {} @@ -14449,9 +14967,11 @@ def watch_extensions_v1beta1_third_party_resource_with_http_info(self, name, **k auth_settings=auth_settings, callback=params.get('callback'), _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 watch_extensions_v1beta1_third_party_resource_list(self, **kwargs): + def watch_third_party_resource_list(self, **kwargs): """ watch individual changes to a list of ThirdPartyResource @@ -14462,7 +14982,7 @@ def watch_extensions_v1beta1_third_party_resource_list(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_third_party_resource_list(callback=callback_function) + >>> thread = api.watch_third_party_resource_list(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14478,12 +14998,12 @@ def watch_extensions_v1beta1_third_party_resource_list(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_extensions_v1beta1_third_party_resource_list_with_http_info(**kwargs) + return self.watch_third_party_resource_list_with_http_info(**kwargs) else: - (data) = self.watch_extensions_v1beta1_third_party_resource_list_with_http_info(**kwargs) + (data) = self.watch_third_party_resource_list_with_http_info(**kwargs) return data - def watch_extensions_v1beta1_third_party_resource_list_with_http_info(self, **kwargs): + def watch_third_party_resource_list_with_http_info(self, **kwargs): """ watch individual changes to a list of ThirdPartyResource @@ -14494,7 +15014,7 @@ def watch_extensions_v1beta1_third_party_resource_list_with_http_info(self, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_extensions_v1beta1_third_party_resource_list_with_http_info(callback=callback_function) + >>> thread = api.watch_third_party_resource_list_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -14512,13 +15032,15 @@ def watch_extensions_v1beta1_third_party_resource_list_with_http_info(self, **kw all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_extensions_v1beta1_third_party_resource_list" % key + " to method watch_third_party_resource_list" % key ) params[key] = val del params['kwargs'] @@ -14574,4 +15096,6 @@ def watch_extensions_v1beta1_third_party_resource_list_with_http_info(self, **kw auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/logs_api.py b/k8sclient/apis/logs_api.py index b07214b872..ed4ada1e2f 100644 --- a/k8sclient/apis/logs_api.py +++ b/k8sclient/apis/logs_api.py @@ -102,6 +102,8 @@ def log_file_handler_with_http_info(self, logpath, **kwargs): all_params = ['logpath'] all_params.append('callback') 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']): @@ -157,6 +159,8 @@ def log_file_handler_with_http_info(self, logpath, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 log_file_list_handler(self, **kwargs): @@ -208,6 +212,8 @@ def log_file_list_handler_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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']): @@ -258,4 +264,6 @@ def log_file_list_handler_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/policy_api.py b/k8sclient/apis/policy_api.py index 5ddc62b247..13293bffab 100644 --- a/k8sclient/apis/policy_api.py +++ b/k8sclient/apis/policy_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def get_policy_api_group(self, **kwargs): + def get_api_group(self, **kwargs): """ get information of a group @@ -62,7 +62,7 @@ def get_policy_api_group(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_policy_api_group(callback=callback_function) + >>> thread = api.get_api_group(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -72,12 +72,12 @@ def get_policy_api_group(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_policy_api_group_with_http_info(**kwargs) + return self.get_api_group_with_http_info(**kwargs) else: - (data) = self.get_policy_api_group_with_http_info(**kwargs) + (data) = self.get_api_group_with_http_info(**kwargs) return data - def get_policy_api_group_with_http_info(self, **kwargs): + def get_api_group_with_http_info(self, **kwargs): """ get information of a group @@ -88,7 +88,7 @@ def get_policy_api_group_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_policy_api_group_with_http_info(callback=callback_function) + >>> thread = api.get_api_group_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -100,13 +100,15 @@ def get_policy_api_group_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_policy_api_group" % key + " to method get_api_group" % key ) params[key] = val del params['kwargs'] @@ -150,4 +152,6 @@ def get_policy_api_group_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/policy_v1alpha1_api.py b/k8sclient/apis/policy_v1beta1_api.py similarity index 78% rename from k8sclient/apis/policy_v1alpha1_api.py rename to k8sclient/apis/policy_v1beta1_api.py index 01f485ac64..ba1b3d61a6 100644 --- a/k8sclient/apis/policy_v1alpha1_api.py +++ b/k8sclient/apis/policy_v1beta1_api.py @@ -35,7 +35,7 @@ from ..api_client import ApiClient -class PolicyV1alpha1Api(object): +class PolicyV1beta1Api(object): """ NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def create_policy_v1alpha1_namespaced_pod_disruption_budget(self, namespace, body, **kwargs): + def create_namespaced_pod_disruption_budget(self, namespace, body, **kwargs): """ create a PodDisruptionBudget @@ -62,25 +62,25 @@ def create_policy_v1alpha1_namespaced_pod_disruption_budget(self, namespace, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_policy_v1alpha1_namespaced_pod_disruption_budget(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_pod_disruption_budget(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str namespace: object name and auth scope, such as for teams and projects (required) - :param V1alpha1PodDisruptionBudget body: (required) + :param V1beta1PodDisruptionBudget body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1PodDisruptionBudget + :return: V1beta1PodDisruptionBudget If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_pod_disruption_budget_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_pod_disruption_budget_with_http_info(namespace, body, **kwargs) return data - def create_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_pod_disruption_budget_with_http_info(self, namespace, body, **kwargs): """ create a PodDisruptionBudget @@ -91,14 +91,14 @@ def create_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_pod_disruption_budget_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str namespace: object name and auth scope, such as for teams and projects (required) - :param V1alpha1PodDisruptionBudget body: (required) + :param V1beta1PodDisruptionBudget body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1PodDisruptionBudget + :return: V1beta1PodDisruptionBudget If the method is called asynchronously, returns the request thread. """ @@ -106,27 +106,29 @@ def create_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_policy_v1alpha1_namespaced_pod_disruption_budget" % key + " to method create_namespaced_pod_disruption_budget" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_pod_disruption_budget`") # 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_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_pod_disruption_budget`") collection_formats = {} - resource_path = '/apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets'.replace('{format}', 'json') + resource_path = '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets'.replace('{format}', 'json') path_params = {} if 'namespace' in params: path_params['namespace'] = params['namespace'] @@ -164,13 +166,15 @@ def create_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1PodDisruptionBudget', + response_type='V1beta1PodDisruptionBudget', auth_settings=auth_settings, callback=params.get('callback'), _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_policy_v1alpha1_collection_namespaced_pod_disruption_budget(self, namespace, **kwargs): + def delete_collection_namespaced_pod_disruption_budget(self, namespace, **kwargs): """ delete collection of PodDisruptionBudget @@ -181,7 +185,7 @@ def delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget(self, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_pod_disruption_budget(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -198,12 +202,12 @@ def delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget(self, nam """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_pod_disruption_budget_with_http_info(namespace, **kwargs) else: - (data) = self.delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_pod_disruption_budget_with_http_info(namespace, **kwargs) return data - def delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_pod_disruption_budget_with_http_info(self, namespace, **kwargs): """ delete collection of PodDisruptionBudget @@ -214,7 +218,7 @@ def delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget_with_http >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_pod_disruption_budget_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -233,24 +237,26 @@ def delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget_with_http all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_policy_v1alpha1_collection_namespaced_pod_disruption_budget" % key + " to method delete_collection_namespaced_pod_disruption_budget" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_pod_disruption_budget`") collection_formats = {} - resource_path = '/apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets'.replace('{format}', 'json') + resource_path = '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets'.replace('{format}', 'json') path_params = {} if 'namespace' in params: path_params['namespace'] = params['namespace'] @@ -300,9 +306,11 @@ def delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget_with_http auth_settings=auth_settings, callback=params.get('callback'), _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_policy_v1alpha1_namespaced_pod_disruption_budget(self, name, namespace, body, **kwargs): + def delete_namespaced_pod_disruption_budget(self, name, namespace, body, **kwargs): """ delete a PodDisruptionBudget @@ -313,7 +321,7 @@ def delete_policy_v1alpha1_namespaced_pod_disruption_budget(self, name, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_policy_v1alpha1_namespaced_pod_disruption_budget(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_pod_disruption_budget(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -321,18 +329,20 @@ def delete_policy_v1alpha1_namespaced_pod_disruption_budget(self, name, namespac :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) return data - def delete_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, body, **kwargs): """ delete a PodDisruptionBudget @@ -343,7 +353,7 @@ def delete_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -351,38 +361,42 @@ def delete_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_policy_v1alpha1_namespaced_pod_disruption_budget" % key + " to method delete_namespaced_pod_disruption_budget" % 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_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_pod_disruption_budget`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_pod_disruption_budget`") # 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_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_pod_disruption_budget`") collection_formats = {} - resource_path = '/apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name}'.replace('{format}', 'json') + resource_path = '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -392,6 +406,10 @@ def delete_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -426,9 +444,11 @@ def delete_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_policy_v1alpha1_api_resources(self, **kwargs): + def get_api_resources(self, **kwargs): """ get available resources @@ -439,7 +459,7 @@ def get_policy_v1alpha1_api_resources(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_policy_v1alpha1_api_resources(callback=callback_function) + >>> thread = api.get_api_resources(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -449,12 +469,12 @@ def get_policy_v1alpha1_api_resources(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_policy_v1alpha1_api_resources_with_http_info(**kwargs) + return self.get_api_resources_with_http_info(**kwargs) else: - (data) = self.get_policy_v1alpha1_api_resources_with_http_info(**kwargs) + (data) = self.get_api_resources_with_http_info(**kwargs) return data - def get_policy_v1alpha1_api_resources_with_http_info(self, **kwargs): + def get_api_resources_with_http_info(self, **kwargs): """ get available resources @@ -465,7 +485,7 @@ def get_policy_v1alpha1_api_resources_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_policy_v1alpha1_api_resources_with_http_info(callback=callback_function) + >>> thread = api.get_api_resources_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -477,13 +497,15 @@ def get_policy_v1alpha1_api_resources_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_policy_v1alpha1_api_resources" % key + " to method get_api_resources" % key ) params[key] = val del params['kwargs'] @@ -491,7 +513,7 @@ def get_policy_v1alpha1_api_resources_with_http_info(self, **kwargs): collection_formats = {} - resource_path = '/apis/policy/v1alpha1/'.replace('{format}', 'json') + resource_path = '/apis/policy/v1beta1/'.replace('{format}', 'json') path_params = {} query_params = {} @@ -527,9 +549,11 @@ def get_policy_v1alpha1_api_resources_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_policy_v1alpha1_namespaced_pod_disruption_budget(self, namespace, **kwargs): + def list_namespaced_pod_disruption_budget(self, namespace, **kwargs): """ list or watch objects of kind PodDisruptionBudget @@ -540,7 +564,7 @@ def list_policy_v1alpha1_namespaced_pod_disruption_budget(self, namespace, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_policy_v1alpha1_namespaced_pod_disruption_budget(namespace, callback=callback_function) + >>> thread = api.list_namespaced_pod_disruption_budget(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -551,18 +575,18 @@ def list_policy_v1alpha1_namespaced_pod_disruption_budget(self, namespace, **kwa :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. :param int timeout_seconds: Timeout for the list/watch call. :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: V1alpha1PodDisruptionBudgetList + :return: V1beta1PodDisruptionBudgetList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(namespace, **kwargs) + return self.list_namespaced_pod_disruption_budget_with_http_info(namespace, **kwargs) else: - (data) = self.list_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_pod_disruption_budget_with_http_info(namespace, **kwargs) return data - def list_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, namespace, **kwargs): + def list_namespaced_pod_disruption_budget_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind PodDisruptionBudget @@ -573,7 +597,7 @@ def list_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_pod_disruption_budget_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -584,7 +608,7 @@ def list_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, n :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. :param int timeout_seconds: Timeout for the list/watch call. :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: V1alpha1PodDisruptionBudgetList + :return: V1beta1PodDisruptionBudgetList If the method is called asynchronously, returns the request thread. """ @@ -592,24 +616,26 @@ def list_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, n all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_policy_v1alpha1_namespaced_pod_disruption_budget" % key + " to method list_namespaced_pod_disruption_budget" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_pod_disruption_budget`") collection_formats = {} - resource_path = '/apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets'.replace('{format}', 'json') + resource_path = '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets'.replace('{format}', 'json') path_params = {} if 'namespace' in params: path_params['namespace'] = params['namespace'] @@ -655,13 +681,15 @@ def list_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, n body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1PodDisruptionBudgetList', + response_type='V1beta1PodDisruptionBudgetList', auth_settings=auth_settings, callback=params.get('callback'), _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_policy_v1alpha1_pod_disruption_budget_for_all_namespaces(self, **kwargs): + def list_pod_disruption_budget_for_all_namespaces(self, **kwargs): """ list or watch objects of kind PodDisruptionBudget @@ -672,7 +700,7 @@ def list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces(self, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces(callback=callback_function) + >>> thread = api.list_pod_disruption_budget_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -682,18 +710,18 @@ def list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces(self, **kwargs :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. :param int timeout_seconds: Timeout for the list/watch call. :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: V1alpha1PodDisruptionBudgetList + :return: V1beta1PodDisruptionBudgetList If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces_with_http_info(**kwargs) + return self.list_pod_disruption_budget_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_pod_disruption_budget_for_all_namespaces_with_http_info(**kwargs) return data - def list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces_with_http_info(self, **kwargs): + def list_pod_disruption_budget_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind PodDisruptionBudget @@ -704,7 +732,7 @@ def list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces_with_http_info >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_pod_disruption_budget_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -714,7 +742,7 @@ def list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces_with_http_info :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. :param int timeout_seconds: Timeout for the list/watch call. :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: V1alpha1PodDisruptionBudgetList + :return: V1beta1PodDisruptionBudgetList If the method is called asynchronously, returns the request thread. """ @@ -722,13 +750,15 @@ def list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces_with_http_info all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_policy_v1alpha1_pod_disruption_budget_for_all_namespaces" % key + " to method list_pod_disruption_budget_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -736,7 +766,7 @@ def list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces_with_http_info collection_formats = {} - resource_path = '/apis/policy/v1alpha1/poddisruptionbudgets'.replace('{format}', 'json') + resource_path = '/apis/policy/v1beta1/poddisruptionbudgets'.replace('{format}', 'json') path_params = {} query_params = {} @@ -780,13 +810,15 @@ def list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces_with_http_info body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1PodDisruptionBudgetList', + response_type='V1beta1PodDisruptionBudgetList', auth_settings=auth_settings, callback=params.get('callback'), _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_policy_v1alpha1_namespaced_pod_disruption_budget(self, name, namespace, body, **kwargs): + def patch_namespaced_pod_disruption_budget(self, name, namespace, body, **kwargs): """ partially update the specified PodDisruptionBudget @@ -797,7 +829,7 @@ def patch_policy_v1alpha1_namespaced_pod_disruption_budget(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_policy_v1alpha1_namespaced_pod_disruption_budget(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_pod_disruption_budget(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -805,18 +837,18 @@ def patch_policy_v1alpha1_namespaced_pod_disruption_budget(self, name, namespace :param str namespace: object name and auth scope, such as for teams and projects (required) :param UnversionedPatch body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1PodDisruptionBudget + :return: V1beta1PodDisruptionBudget If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) return data - def patch_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified PodDisruptionBudget @@ -827,7 +859,7 @@ def patch_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -835,7 +867,7 @@ def patch_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, :param str namespace: object name and auth scope, such as for teams and projects (required) :param UnversionedPatch body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1PodDisruptionBudget + :return: V1beta1PodDisruptionBudget If the method is called asynchronously, returns the request thread. """ @@ -843,30 +875,32 @@ def patch_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_policy_v1alpha1_namespaced_pod_disruption_budget" % key + " to method patch_namespaced_pod_disruption_budget" % 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_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_pod_disruption_budget`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_pod_disruption_budget`") # 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_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_pod_disruption_budget`") collection_formats = {} - resource_path = '/apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name}'.replace('{format}', 'json') + resource_path = '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -906,13 +940,15 @@ def patch_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1PodDisruptionBudget', + response_type='V1beta1PodDisruptionBudget', auth_settings=auth_settings, callback=params.get('callback'), _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_policy_v1alpha1_namespaced_pod_disruption_budget_status(self, name, namespace, body, **kwargs): + def patch_namespaced_pod_disruption_budget_status(self, name, namespace, body, **kwargs): """ partially update status of the specified PodDisruptionBudget @@ -923,7 +959,7 @@ def patch_policy_v1alpha1_namespaced_pod_disruption_budget_status(self, name, na >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_policy_v1alpha1_namespaced_pod_disruption_budget_status(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_pod_disruption_budget_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -931,18 +967,18 @@ def patch_policy_v1alpha1_namespaced_pod_disruption_budget_status(self, name, na :param str namespace: object name and auth scope, such as for teams and projects (required) :param UnversionedPatch body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1PodDisruptionBudget + :return: V1beta1PodDisruptionBudget If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, **kwargs) return data - def patch_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_pod_disruption_budget_status_with_http_info(self, name, namespace, body, **kwargs): """ partially update status of the specified PodDisruptionBudget @@ -953,7 +989,7 @@ def patch_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -961,7 +997,7 @@ def patch_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info :param str namespace: object name and auth scope, such as for teams and projects (required) :param UnversionedPatch body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1PodDisruptionBudget + :return: V1beta1PodDisruptionBudget If the method is called asynchronously, returns the request thread. """ @@ -969,30 +1005,32 @@ def patch_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_policy_v1alpha1_namespaced_pod_disruption_budget_status" % key + " to method patch_namespaced_pod_disruption_budget_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_policy_v1alpha1_namespaced_pod_disruption_budget_status`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_pod_disruption_budget_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_policy_v1alpha1_namespaced_pod_disruption_budget_status`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_pod_disruption_budget_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_policy_v1alpha1_namespaced_pod_disruption_budget_status`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_pod_disruption_budget_status`") collection_formats = {} - resource_path = '/apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name}/status'.replace('{format}', 'json') + resource_path = '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -1032,13 +1070,15 @@ def patch_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1PodDisruptionBudget', + response_type='V1beta1PodDisruptionBudget', auth_settings=auth_settings, callback=params.get('callback'), _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_policy_v1alpha1_namespaced_pod_disruption_budget(self, name, namespace, **kwargs): + def read_namespaced_pod_disruption_budget(self, name, namespace, **kwargs): """ read the specified PodDisruptionBudget @@ -1049,7 +1089,7 @@ def read_policy_v1alpha1_namespaced_pod_disruption_budget(self, name, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_policy_v1alpha1_namespaced_pod_disruption_budget(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_pod_disruption_budget(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1058,18 +1098,18 @@ def read_policy_v1alpha1_namespaced_pod_disruption_budget(self, name, namespace, :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: V1alpha1PodDisruptionBudget + :return: V1beta1PodDisruptionBudget If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_pod_disruption_budget_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_pod_disruption_budget_with_http_info(name, namespace, **kwargs) return data - def read_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, **kwargs): """ read the specified PodDisruptionBudget @@ -1080,7 +1120,7 @@ def read_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_pod_disruption_budget_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1089,7 +1129,7 @@ def read_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, n :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: V1alpha1PodDisruptionBudget + :return: V1beta1PodDisruptionBudget If the method is called asynchronously, returns the request thread. """ @@ -1097,27 +1137,29 @@ def read_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, n all_params = ['name', 'namespace', 'pretty', 'exact', 'export'] all_params.append('callback') 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_policy_v1alpha1_namespaced_pod_disruption_budget" % key + " to method read_namespaced_pod_disruption_budget" % 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_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_pod_disruption_budget`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_pod_disruption_budget`") collection_formats = {} - resource_path = '/apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name}'.replace('{format}', 'json') + resource_path = '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -1159,13 +1201,15 @@ def read_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, n body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1PodDisruptionBudget', + response_type='V1beta1PodDisruptionBudget', auth_settings=auth_settings, callback=params.get('callback'), _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_policy_v1alpha1_namespaced_pod_disruption_budget_status(self, name, namespace, **kwargs): + def read_namespaced_pod_disruption_budget_status(self, name, namespace, **kwargs): """ read status of the specified PodDisruptionBudget @@ -1176,25 +1220,25 @@ def read_policy_v1alpha1_namespaced_pod_disruption_budget_status(self, name, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_policy_v1alpha1_namespaced_pod_disruption_budget_status(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_pod_disruption_budget_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :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. - :return: V1alpha1PodDisruptionBudget + :return: V1beta1PodDisruptionBudget If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, **kwargs) return data - def read_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_pod_disruption_budget_status_with_http_info(self, name, namespace, **kwargs): """ read status of the specified PodDisruptionBudget @@ -1205,14 +1249,14 @@ def read_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info( >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :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. - :return: V1alpha1PodDisruptionBudget + :return: V1beta1PodDisruptionBudget If the method is called asynchronously, returns the request thread. """ @@ -1220,27 +1264,29 @@ def read_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info( all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_policy_v1alpha1_namespaced_pod_disruption_budget_status" % key + " to method read_namespaced_pod_disruption_budget_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_policy_v1alpha1_namespaced_pod_disruption_budget_status`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_pod_disruption_budget_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_policy_v1alpha1_namespaced_pod_disruption_budget_status`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_pod_disruption_budget_status`") collection_formats = {} - resource_path = '/apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name}/status'.replace('{format}', 'json') + resource_path = '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -1278,13 +1324,15 @@ def read_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info( body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1PodDisruptionBudget', + response_type='V1beta1PodDisruptionBudget', auth_settings=auth_settings, callback=params.get('callback'), _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_policy_v1alpha1_namespaced_pod_disruption_budget(self, name, namespace, body, **kwargs): + def replace_namespaced_pod_disruption_budget(self, name, namespace, body, **kwargs): """ replace the specified PodDisruptionBudget @@ -1295,26 +1343,26 @@ def replace_policy_v1alpha1_namespaced_pod_disruption_budget(self, name, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_policy_v1alpha1_namespaced_pod_disruption_budget(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_pod_disruption_budget(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) - :param V1alpha1PodDisruptionBudget body: (required) + :param V1beta1PodDisruptionBudget body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1PodDisruptionBudget + :return: V1beta1PodDisruptionBudget If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, **kwargs) return data - def replace_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified PodDisruptionBudget @@ -1325,15 +1373,15 @@ def replace_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_pod_disruption_budget_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) - :param V1alpha1PodDisruptionBudget body: (required) + :param V1beta1PodDisruptionBudget body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1PodDisruptionBudget + :return: V1beta1PodDisruptionBudget If the method is called asynchronously, returns the request thread. """ @@ -1341,30 +1389,32 @@ def replace_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_policy_v1alpha1_namespaced_pod_disruption_budget" % key + " to method replace_namespaced_pod_disruption_budget" % 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_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_pod_disruption_budget`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_pod_disruption_budget`") # 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_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_pod_disruption_budget`") collection_formats = {} - resource_path = '/apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name}'.replace('{format}', 'json') + resource_path = '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -1404,13 +1454,15 @@ def replace_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1PodDisruptionBudget', + response_type='V1beta1PodDisruptionBudget', auth_settings=auth_settings, callback=params.get('callback'), _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_policy_v1alpha1_namespaced_pod_disruption_budget_status(self, name, namespace, body, **kwargs): + def replace_namespaced_pod_disruption_budget_status(self, name, namespace, body, **kwargs): """ replace status of the specified PodDisruptionBudget @@ -1421,26 +1473,26 @@ def replace_policy_v1alpha1_namespaced_pod_disruption_budget_status(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_policy_v1alpha1_namespaced_pod_disruption_budget_status(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_pod_disruption_budget_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) - :param V1alpha1PodDisruptionBudget body: (required) + :param V1beta1PodDisruptionBudget body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1PodDisruptionBudget + :return: V1beta1PodDisruptionBudget If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, **kwargs) return data - def replace_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_pod_disruption_budget_status_with_http_info(self, name, namespace, body, **kwargs): """ replace status of the specified PodDisruptionBudget @@ -1451,15 +1503,15 @@ def replace_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_in >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_pod_disruption_budget_status_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the PodDisruptionBudget (required) :param str namespace: object name and auth scope, such as for teams and projects (required) - :param V1alpha1PodDisruptionBudget body: (required) + :param V1beta1PodDisruptionBudget body: (required) :param str pretty: If 'true', then the output is pretty printed. - :return: V1alpha1PodDisruptionBudget + :return: V1beta1PodDisruptionBudget If the method is called asynchronously, returns the request thread. """ @@ -1467,30 +1519,32 @@ def replace_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_in all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_policy_v1alpha1_namespaced_pod_disruption_budget_status" % key + " to method replace_namespaced_pod_disruption_budget_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 `replace_policy_v1alpha1_namespaced_pod_disruption_budget_status`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_pod_disruption_budget_status`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_policy_v1alpha1_namespaced_pod_disruption_budget_status`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_pod_disruption_budget_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 `replace_policy_v1alpha1_namespaced_pod_disruption_budget_status`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_pod_disruption_budget_status`") collection_formats = {} - resource_path = '/apis/policy/v1alpha1/namespaces/{namespace}/poddisruptionbudgets/{name}/status'.replace('{format}', 'json') + resource_path = '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -1530,13 +1584,15 @@ def replace_policy_v1alpha1_namespaced_pod_disruption_budget_status_with_http_in body=body_params, post_params=form_params, files=local_var_files, - response_type='V1alpha1PodDisruptionBudget', + response_type='V1beta1PodDisruptionBudget', auth_settings=auth_settings, callback=params.get('callback'), _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 watch_policy_v1alpha1_namespaced_pod_disruption_budget(self, name, namespace, **kwargs): + def watch_namespaced_pod_disruption_budget(self, name, namespace, **kwargs): """ watch changes to an object of kind PodDisruptionBudget @@ -1547,7 +1603,7 @@ def watch_policy_v1alpha1_namespaced_pod_disruption_budget(self, name, namespace >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_policy_v1alpha1_namespaced_pod_disruption_budget(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_pod_disruption_budget(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1565,12 +1621,12 @@ def watch_policy_v1alpha1_namespaced_pod_disruption_budget(self, name, namespace """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_pod_disruption_budget_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_pod_disruption_budget_with_http_info(name, namespace, **kwargs) return data - def watch_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_pod_disruption_budget_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind PodDisruptionBudget @@ -1581,7 +1637,7 @@ def watch_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_pod_disruption_budget_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1601,27 +1657,29 @@ def watch_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_policy_v1alpha1_namespaced_pod_disruption_budget" % key + " to method watch_namespaced_pod_disruption_budget" % 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 `watch_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_pod_disruption_budget`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_policy_v1alpha1_namespaced_pod_disruption_budget`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_pod_disruption_budget`") collection_formats = {} - resource_path = '/apis/policy/v1alpha1/watch/namespaces/{namespace}/poddisruptionbudgets/{name}'.replace('{format}', 'json') + resource_path = '/apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets/{name}'.replace('{format}', 'json') path_params = {} if 'name' in params: path_params['name'] = params['name'] @@ -1673,9 +1731,11 @@ def watch_policy_v1alpha1_namespaced_pod_disruption_budget_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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 watch_policy_v1alpha1_namespaced_pod_disruption_budget_list(self, namespace, **kwargs): + def watch_namespaced_pod_disruption_budget_list(self, namespace, **kwargs): """ watch individual changes to a list of PodDisruptionBudget @@ -1686,7 +1746,7 @@ def watch_policy_v1alpha1_namespaced_pod_disruption_budget_list(self, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_policy_v1alpha1_namespaced_pod_disruption_budget_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_pod_disruption_budget_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1703,12 +1763,12 @@ def watch_policy_v1alpha1_namespaced_pod_disruption_budget_list(self, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_policy_v1alpha1_namespaced_pod_disruption_budget_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_pod_disruption_budget_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_policy_v1alpha1_namespaced_pod_disruption_budget_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_pod_disruption_budget_list_with_http_info(namespace, **kwargs) return data - def watch_policy_v1alpha1_namespaced_pod_disruption_budget_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_pod_disruption_budget_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of PodDisruptionBudget @@ -1719,7 +1779,7 @@ def watch_policy_v1alpha1_namespaced_pod_disruption_budget_list_with_http_info(s >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_policy_v1alpha1_namespaced_pod_disruption_budget_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_pod_disruption_budget_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1738,24 +1798,26 @@ def watch_policy_v1alpha1_namespaced_pod_disruption_budget_list_with_http_info(s all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_policy_v1alpha1_namespaced_pod_disruption_budget_list" % key + " to method watch_namespaced_pod_disruption_budget_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_policy_v1alpha1_namespaced_pod_disruption_budget_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_pod_disruption_budget_list`") collection_formats = {} - resource_path = '/apis/policy/v1alpha1/watch/namespaces/{namespace}/poddisruptionbudgets'.replace('{format}', 'json') + resource_path = '/apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets'.replace('{format}', 'json') path_params = {} if 'namespace' in params: path_params['namespace'] = params['namespace'] @@ -1805,9 +1867,11 @@ def watch_policy_v1alpha1_namespaced_pod_disruption_budget_list_with_http_info(s auth_settings=auth_settings, callback=params.get('callback'), _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 watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces(self, **kwargs): + def watch_pod_disruption_budget_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of PodDisruptionBudget @@ -1818,7 +1882,7 @@ def watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces(self, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_pod_disruption_budget_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1834,12 +1898,12 @@ def watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces(self, ** """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_pod_disruption_budget_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_pod_disruption_budget_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_pod_disruption_budget_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of PodDisruptionBudget @@ -1850,7 +1914,7 @@ def watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces_with_htt >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_pod_disruption_budget_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1868,13 +1932,15 @@ def watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces_with_htt all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces" % key + " to method watch_pod_disruption_budget_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -1882,7 +1948,7 @@ def watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces_with_htt collection_formats = {} - resource_path = '/apis/policy/v1alpha1/watch/poddisruptionbudgets'.replace('{format}', 'json') + resource_path = '/apis/policy/v1beta1/watch/poddisruptionbudgets'.replace('{format}', 'json') path_params = {} query_params = {} @@ -1930,4 +1996,6 @@ def watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces_with_htt auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/rbac_authorization_api.py b/k8sclient/apis/rbac_authorization_api.py index 9ba76715fb..d31f09bad0 100644 --- a/k8sclient/apis/rbac_authorization_api.py +++ b/k8sclient/apis/rbac_authorization_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def get_rbac_authorization_api_group(self, **kwargs): + def get_api_group(self, **kwargs): """ get information of a group @@ -62,7 +62,7 @@ def get_rbac_authorization_api_group(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_rbac_authorization_api_group(callback=callback_function) + >>> thread = api.get_api_group(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -72,12 +72,12 @@ def get_rbac_authorization_api_group(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_rbac_authorization_api_group_with_http_info(**kwargs) + return self.get_api_group_with_http_info(**kwargs) else: - (data) = self.get_rbac_authorization_api_group_with_http_info(**kwargs) + (data) = self.get_api_group_with_http_info(**kwargs) return data - def get_rbac_authorization_api_group_with_http_info(self, **kwargs): + def get_api_group_with_http_info(self, **kwargs): """ get information of a group @@ -88,7 +88,7 @@ def get_rbac_authorization_api_group_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_rbac_authorization_api_group_with_http_info(callback=callback_function) + >>> thread = api.get_api_group_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -100,13 +100,15 @@ def get_rbac_authorization_api_group_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_rbac_authorization_api_group" % key + " to method get_api_group" % key ) params[key] = val del params['kwargs'] @@ -150,4 +152,6 @@ def get_rbac_authorization_api_group_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/rbac_authorization_v1alpha1_api.py b/k8sclient/apis/rbac_authorization_v1alpha1_api.py index 1586956c66..d8b961c442 100644 --- a/k8sclient/apis/rbac_authorization_v1alpha1_api.py +++ b/k8sclient/apis/rbac_authorization_v1alpha1_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def create_rbac_authorization_v1alpha1_cluster_role(self, body, **kwargs): + def create_cluster_role(self, body, **kwargs): """ create a ClusterRole @@ -62,7 +62,7 @@ def create_rbac_authorization_v1alpha1_cluster_role(self, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_rbac_authorization_v1alpha1_cluster_role(body, callback=callback_function) + >>> thread = api.create_cluster_role(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -74,12 +74,12 @@ def create_rbac_authorization_v1alpha1_cluster_role(self, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_rbac_authorization_v1alpha1_cluster_role_with_http_info(body, **kwargs) + return self.create_cluster_role_with_http_info(body, **kwargs) else: - (data) = self.create_rbac_authorization_v1alpha1_cluster_role_with_http_info(body, **kwargs) + (data) = self.create_cluster_role_with_http_info(body, **kwargs) return data - def create_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, body, **kwargs): + def create_cluster_role_with_http_info(self, body, **kwargs): """ create a ClusterRole @@ -90,7 +90,7 @@ def create_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, body, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_rbac_authorization_v1alpha1_cluster_role_with_http_info(body, callback=callback_function) + >>> thread = api.create_cluster_role_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -104,19 +104,21 @@ def create_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, body, * all_params = ['body', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_cluster_role" % key + " to method create_cluster_role" % 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_rbac_authorization_v1alpha1_cluster_role`") + raise ValueError("Missing the required parameter `body` when calling `create_cluster_role`") collection_formats = {} @@ -161,9 +163,11 @@ def create_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, body, * auth_settings=auth_settings, callback=params.get('callback'), _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 create_rbac_authorization_v1alpha1_cluster_role_binding(self, body, **kwargs): + def create_cluster_role_binding(self, body, **kwargs): """ create a ClusterRoleBinding @@ -174,7 +178,7 @@ def create_rbac_authorization_v1alpha1_cluster_role_binding(self, body, **kwargs >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_rbac_authorization_v1alpha1_cluster_role_binding(body, callback=callback_function) + >>> thread = api.create_cluster_role_binding(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -186,12 +190,12 @@ def create_rbac_authorization_v1alpha1_cluster_role_binding(self, body, **kwargs """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(body, **kwargs) + return self.create_cluster_role_binding_with_http_info(body, **kwargs) else: - (data) = self.create_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(body, **kwargs) + (data) = self.create_cluster_role_binding_with_http_info(body, **kwargs) return data - def create_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, body, **kwargs): + def create_cluster_role_binding_with_http_info(self, body, **kwargs): """ create a ClusterRoleBinding @@ -202,7 +206,7 @@ def create_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(body, callback=callback_function) + >>> thread = api.create_cluster_role_binding_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -216,19 +220,21 @@ def create_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, all_params = ['body', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_cluster_role_binding" % key + " to method create_cluster_role_binding" % 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_rbac_authorization_v1alpha1_cluster_role_binding`") + raise ValueError("Missing the required parameter `body` when calling `create_cluster_role_binding`") collection_formats = {} @@ -273,9 +279,11 @@ def create_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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 create_rbac_authorization_v1alpha1_namespaced_role(self, namespace, body, **kwargs): + def create_namespaced_role(self, namespace, body, **kwargs): """ create a Role @@ -286,7 +294,7 @@ def create_rbac_authorization_v1alpha1_namespaced_role(self, namespace, body, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_rbac_authorization_v1alpha1_namespaced_role(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_role(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -299,12 +307,12 @@ def create_rbac_authorization_v1alpha1_namespaced_role(self, namespace, body, ** """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_rbac_authorization_v1alpha1_namespaced_role_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_role_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_rbac_authorization_v1alpha1_namespaced_role_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_role_with_http_info(namespace, body, **kwargs) return data - def create_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_role_with_http_info(self, namespace, body, **kwargs): """ create a Role @@ -315,7 +323,7 @@ def create_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_rbac_authorization_v1alpha1_namespaced_role_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_role_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -330,22 +338,24 @@ def create_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_namespaced_role" % key + " to method create_namespaced_role" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_role`") # 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_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_role`") collection_formats = {} @@ -392,9 +402,11 @@ def create_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name auth_settings=auth_settings, callback=params.get('callback'), _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 create_rbac_authorization_v1alpha1_namespaced_role_binding(self, namespace, body, **kwargs): + def create_namespaced_role_binding(self, namespace, body, **kwargs): """ create a RoleBinding @@ -405,7 +417,7 @@ def create_rbac_authorization_v1alpha1_namespaced_role_binding(self, namespace, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_rbac_authorization_v1alpha1_namespaced_role_binding(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_role_binding(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -418,12 +430,12 @@ def create_rbac_authorization_v1alpha1_namespaced_role_binding(self, namespace, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(namespace, body, **kwargs) + return self.create_namespaced_role_binding_with_http_info(namespace, body, **kwargs) else: - (data) = self.create_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(namespace, body, **kwargs) + (data) = self.create_namespaced_role_binding_with_http_info(namespace, body, **kwargs) return data - def create_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(self, namespace, body, **kwargs): + def create_namespaced_role_binding_with_http_info(self, namespace, body, **kwargs): """ create a RoleBinding @@ -434,7 +446,7 @@ def create_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(se >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(namespace, body, callback=callback_function) + >>> thread = api.create_namespaced_role_binding_with_http_info(namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -449,22 +461,24 @@ def create_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(se all_params = ['namespace', 'body', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_namespaced_role_binding" % key + " to method create_namespaced_role_binding" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `create_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `namespace` when calling `create_namespaced_role_binding`") # 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_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `body` when calling `create_namespaced_role_binding`") collection_formats = {} @@ -511,9 +525,11 @@ def create_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(se auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_cluster_role(self, name, body, **kwargs): + def delete_cluster_role(self, name, body, **kwargs): """ delete a ClusterRole @@ -524,25 +540,27 @@ def delete_rbac_authorization_v1alpha1_cluster_role(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_cluster_role(name, body, callback=callback_function) + >>> thread = api.delete_cluster_role(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the ClusterRole (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_rbac_authorization_v1alpha1_cluster_role_with_http_info(name, body, **kwargs) + return self.delete_cluster_role_with_http_info(name, body, **kwargs) else: - (data) = self.delete_rbac_authorization_v1alpha1_cluster_role_with_http_info(name, body, **kwargs) + (data) = self.delete_cluster_role_with_http_info(name, body, **kwargs) return data - def delete_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, body, **kwargs): + def delete_cluster_role_with_http_info(self, name, body, **kwargs): """ delete a ClusterRole @@ -553,37 +571,41 @@ def delete_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_cluster_role_with_http_info(name, body, callback=callback_function) + >>> thread = api.delete_cluster_role_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the ClusterRole (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'body', 'pretty'] + all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_rbac_authorization_v1alpha1_cluster_role" % key + " to method delete_cluster_role" % 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_rbac_authorization_v1alpha1_cluster_role`") + raise ValueError("Missing the required parameter `name` when calling `delete_cluster_role`") # 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_rbac_authorization_v1alpha1_cluster_role`") + raise ValueError("Missing the required parameter `body` when calling `delete_cluster_role`") collection_formats = {} @@ -596,6 +618,10 @@ def delete_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, b query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -630,9 +656,11 @@ def delete_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, b auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_cluster_role_binding(self, name, body, **kwargs): + def delete_cluster_role_binding(self, name, body, **kwargs): """ delete a ClusterRoleBinding @@ -643,25 +671,27 @@ def delete_rbac_authorization_v1alpha1_cluster_role_binding(self, name, body, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_cluster_role_binding(name, body, callback=callback_function) + >>> thread = api.delete_cluster_role_binding(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the ClusterRoleBinding (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(name, body, **kwargs) + return self.delete_cluster_role_binding_with_http_info(name, body, **kwargs) else: - (data) = self.delete_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(name, body, **kwargs) + (data) = self.delete_cluster_role_binding_with_http_info(name, body, **kwargs) return data - def delete_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, name, body, **kwargs): + def delete_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ delete a ClusterRoleBinding @@ -672,37 +702,41 @@ def delete_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(name, body, callback=callback_function) + >>> thread = api.delete_cluster_role_binding_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the ClusterRoleBinding (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'body', 'pretty'] + all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_rbac_authorization_v1alpha1_cluster_role_binding" % key + " to method delete_cluster_role_binding" % 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_rbac_authorization_v1alpha1_cluster_role_binding`") + raise ValueError("Missing the required parameter `name` when calling `delete_cluster_role_binding`") # 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_rbac_authorization_v1alpha1_cluster_role_binding`") + raise ValueError("Missing the required parameter `body` when calling `delete_cluster_role_binding`") collection_formats = {} @@ -715,6 +749,10 @@ def delete_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -749,9 +787,11 @@ def delete_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_collection_cluster_role(self, **kwargs): + def delete_collection_cluster_role(self, **kwargs): """ delete collection of ClusterRole @@ -762,7 +802,7 @@ def delete_rbac_authorization_v1alpha1_collection_cluster_role(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_collection_cluster_role(callback=callback_function) + >>> thread = api.delete_collection_cluster_role(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -778,12 +818,12 @@ def delete_rbac_authorization_v1alpha1_collection_cluster_role(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_rbac_authorization_v1alpha1_collection_cluster_role_with_http_info(**kwargs) + return self.delete_collection_cluster_role_with_http_info(**kwargs) else: - (data) = self.delete_rbac_authorization_v1alpha1_collection_cluster_role_with_http_info(**kwargs) + (data) = self.delete_collection_cluster_role_with_http_info(**kwargs) return data - def delete_rbac_authorization_v1alpha1_collection_cluster_role_with_http_info(self, **kwargs): + def delete_collection_cluster_role_with_http_info(self, **kwargs): """ delete collection of ClusterRole @@ -794,7 +834,7 @@ def delete_rbac_authorization_v1alpha1_collection_cluster_role_with_http_info(se >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_collection_cluster_role_with_http_info(callback=callback_function) + >>> thread = api.delete_collection_cluster_role_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -812,13 +852,15 @@ def delete_rbac_authorization_v1alpha1_collection_cluster_role_with_http_info(se all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_rbac_authorization_v1alpha1_collection_cluster_role" % key + " to method delete_collection_cluster_role" % key ) params[key] = val del params['kwargs'] @@ -874,9 +916,11 @@ def delete_rbac_authorization_v1alpha1_collection_cluster_role_with_http_info(se auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_collection_cluster_role_binding(self, **kwargs): + def delete_collection_cluster_role_binding(self, **kwargs): """ delete collection of ClusterRoleBinding @@ -887,7 +931,7 @@ def delete_rbac_authorization_v1alpha1_collection_cluster_role_binding(self, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_collection_cluster_role_binding(callback=callback_function) + >>> thread = api.delete_collection_cluster_role_binding(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -903,12 +947,12 @@ def delete_rbac_authorization_v1alpha1_collection_cluster_role_binding(self, **k """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_rbac_authorization_v1alpha1_collection_cluster_role_binding_with_http_info(**kwargs) + return self.delete_collection_cluster_role_binding_with_http_info(**kwargs) else: - (data) = self.delete_rbac_authorization_v1alpha1_collection_cluster_role_binding_with_http_info(**kwargs) + (data) = self.delete_collection_cluster_role_binding_with_http_info(**kwargs) return data - def delete_rbac_authorization_v1alpha1_collection_cluster_role_binding_with_http_info(self, **kwargs): + def delete_collection_cluster_role_binding_with_http_info(self, **kwargs): """ delete collection of ClusterRoleBinding @@ -919,7 +963,7 @@ def delete_rbac_authorization_v1alpha1_collection_cluster_role_binding_with_http >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_collection_cluster_role_binding_with_http_info(callback=callback_function) + >>> thread = api.delete_collection_cluster_role_binding_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -937,13 +981,15 @@ def delete_rbac_authorization_v1alpha1_collection_cluster_role_binding_with_http all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_rbac_authorization_v1alpha1_collection_cluster_role_binding" % key + " to method delete_collection_cluster_role_binding" % key ) params[key] = val del params['kwargs'] @@ -999,9 +1045,11 @@ def delete_rbac_authorization_v1alpha1_collection_cluster_role_binding_with_http auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_collection_namespaced_role(self, namespace, **kwargs): + def delete_collection_namespaced_role(self, namespace, **kwargs): """ delete collection of Role @@ -1012,7 +1060,7 @@ def delete_rbac_authorization_v1alpha1_collection_namespaced_role(self, namespac >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_collection_namespaced_role(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_role(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1029,12 +1077,12 @@ def delete_rbac_authorization_v1alpha1_collection_namespaced_role(self, namespac """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_rbac_authorization_v1alpha1_collection_namespaced_role_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_role_with_http_info(namespace, **kwargs) else: - (data) = self.delete_rbac_authorization_v1alpha1_collection_namespaced_role_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_role_with_http_info(namespace, **kwargs) return data - def delete_rbac_authorization_v1alpha1_collection_namespaced_role_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_role_with_http_info(self, namespace, **kwargs): """ delete collection of Role @@ -1045,7 +1093,7 @@ def delete_rbac_authorization_v1alpha1_collection_namespaced_role_with_http_info >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_collection_namespaced_role_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_role_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1064,19 +1112,21 @@ def delete_rbac_authorization_v1alpha1_collection_namespaced_role_with_http_info all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_rbac_authorization_v1alpha1_collection_namespaced_role" % key + " to method delete_collection_namespaced_role" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_rbac_authorization_v1alpha1_collection_namespaced_role`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_role`") collection_formats = {} @@ -1131,9 +1181,11 @@ def delete_rbac_authorization_v1alpha1_collection_namespaced_role_with_http_info auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_collection_namespaced_role_binding(self, namespace, **kwargs): + def delete_collection_namespaced_role_binding(self, namespace, **kwargs): """ delete collection of RoleBinding @@ -1144,7 +1196,7 @@ def delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_role_binding(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1161,12 +1213,12 @@ def delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding(self, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding_with_http_info(namespace, **kwargs) + return self.delete_collection_namespaced_role_binding_with_http_info(namespace, **kwargs) else: - (data) = self.delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding_with_http_info(namespace, **kwargs) + (data) = self.delete_collection_namespaced_role_binding_with_http_info(namespace, **kwargs) return data - def delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding_with_http_info(self, namespace, **kwargs): + def delete_collection_namespaced_role_binding_with_http_info(self, namespace, **kwargs): """ delete collection of RoleBinding @@ -1177,7 +1229,7 @@ def delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding_with_h >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding_with_http_info(namespace, callback=callback_function) + >>> thread = api.delete_collection_namespaced_role_binding_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1196,19 +1248,21 @@ def delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding_with_h all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_rbac_authorization_v1alpha1_collection_namespaced_role_binding" % key + " to method delete_collection_namespaced_role_binding" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_collection_namespaced_role_binding`") collection_formats = {} @@ -1263,9 +1317,11 @@ def delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding_with_h auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_namespaced_role(self, name, namespace, body, **kwargs): + def delete_namespaced_role(self, name, namespace, body, **kwargs): """ delete a Role @@ -1276,7 +1332,7 @@ def delete_rbac_authorization_v1alpha1_namespaced_role(self, name, namespace, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_namespaced_role(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_role(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1284,18 +1340,20 @@ def delete_rbac_authorization_v1alpha1_namespaced_role(self, name, namespace, bo :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_rbac_authorization_v1alpha1_namespaced_role_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_role_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_rbac_authorization_v1alpha1_namespaced_role_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_role_with_http_info(name, namespace, body, **kwargs) return data - def delete_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_role_with_http_info(self, name, namespace, body, **kwargs): """ delete a Role @@ -1306,7 +1364,7 @@ def delete_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_namespaced_role_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_role_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1314,33 +1372,37 @@ def delete_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_rbac_authorization_v1alpha1_namespaced_role" % key + " to method delete_namespaced_role" % 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_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_role`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_role`") # 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_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_role`") collection_formats = {} @@ -1355,6 +1417,10 @@ def delete_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -1389,9 +1455,11 @@ def delete_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_namespaced_role_binding(self, name, namespace, body, **kwargs): + def delete_namespaced_role_binding(self, name, namespace, body, **kwargs): """ delete a RoleBinding @@ -1402,7 +1470,7 @@ def delete_rbac_authorization_v1alpha1_namespaced_role_binding(self, name, names >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_namespaced_role_binding(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_role_binding(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1410,18 +1478,20 @@ def delete_rbac_authorization_v1alpha1_namespaced_role_binding(self, name, names :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) + return self.delete_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.delete_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) + (data) = self.delete_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) return data - def delete_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(self, name, namespace, body, **kwargs): + def delete_namespaced_role_binding_with_http_info(self, name, namespace, body, **kwargs): """ delete a RoleBinding @@ -1432,7 +1502,7 @@ def delete_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(se >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.delete_namespaced_role_binding_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1440,33 +1510,37 @@ def delete_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(se :param str namespace: object name and auth scope, such as for teams and projects (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'namespace', 'body', 'pretty'] + all_params = ['name', 'namespace', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_rbac_authorization_v1alpha1_namespaced_role_binding" % key + " to method delete_namespaced_role_binding" % 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_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `name` when calling `delete_namespaced_role_binding`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `delete_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `namespace` when calling `delete_namespaced_role_binding`") # 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_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `body` when calling `delete_namespaced_role_binding`") collection_formats = {} @@ -1481,6 +1555,10 @@ def delete_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(se query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -1515,9 +1593,11 @@ def delete_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(se auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_api_resources(self, **kwargs): + def get_api_resources(self, **kwargs): """ get available resources @@ -1528,7 +1608,7 @@ def get_rbac_authorization_v1alpha1_api_resources(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_rbac_authorization_v1alpha1_api_resources(callback=callback_function) + >>> thread = api.get_api_resources(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1538,12 +1618,12 @@ def get_rbac_authorization_v1alpha1_api_resources(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_rbac_authorization_v1alpha1_api_resources_with_http_info(**kwargs) + return self.get_api_resources_with_http_info(**kwargs) else: - (data) = self.get_rbac_authorization_v1alpha1_api_resources_with_http_info(**kwargs) + (data) = self.get_api_resources_with_http_info(**kwargs) return data - def get_rbac_authorization_v1alpha1_api_resources_with_http_info(self, **kwargs): + def get_api_resources_with_http_info(self, **kwargs): """ get available resources @@ -1554,7 +1634,7 @@ def get_rbac_authorization_v1alpha1_api_resources_with_http_info(self, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_rbac_authorization_v1alpha1_api_resources_with_http_info(callback=callback_function) + >>> thread = api.get_api_resources_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1566,13 +1646,15 @@ def get_rbac_authorization_v1alpha1_api_resources_with_http_info(self, **kwargs) all_params = [] all_params.append('callback') 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_rbac_authorization_v1alpha1_api_resources" % key + " to method get_api_resources" % key ) params[key] = val del params['kwargs'] @@ -1616,9 +1698,11 @@ def get_rbac_authorization_v1alpha1_api_resources_with_http_info(self, **kwargs) auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_cluster_role(self, **kwargs): + def list_cluster_role(self, **kwargs): """ list or watch objects of kind ClusterRole @@ -1629,7 +1713,7 @@ def list_rbac_authorization_v1alpha1_cluster_role(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_rbac_authorization_v1alpha1_cluster_role(callback=callback_function) + >>> thread = api.list_cluster_role(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1645,12 +1729,12 @@ def list_rbac_authorization_v1alpha1_cluster_role(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_rbac_authorization_v1alpha1_cluster_role_with_http_info(**kwargs) + return self.list_cluster_role_with_http_info(**kwargs) else: - (data) = self.list_rbac_authorization_v1alpha1_cluster_role_with_http_info(**kwargs) + (data) = self.list_cluster_role_with_http_info(**kwargs) return data - def list_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, **kwargs): + def list_cluster_role_with_http_info(self, **kwargs): """ list or watch objects of kind ClusterRole @@ -1661,7 +1745,7 @@ def list_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_rbac_authorization_v1alpha1_cluster_role_with_http_info(callback=callback_function) + >>> thread = api.list_cluster_role_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1679,13 +1763,15 @@ def list_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, **kwargs) all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_rbac_authorization_v1alpha1_cluster_role" % key + " to method list_cluster_role" % key ) params[key] = val del params['kwargs'] @@ -1741,9 +1827,11 @@ def list_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, **kwargs) auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_cluster_role_binding(self, **kwargs): + def list_cluster_role_binding(self, **kwargs): """ list or watch objects of kind ClusterRoleBinding @@ -1754,7 +1842,7 @@ def list_rbac_authorization_v1alpha1_cluster_role_binding(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_rbac_authorization_v1alpha1_cluster_role_binding(callback=callback_function) + >>> thread = api.list_cluster_role_binding(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1770,12 +1858,12 @@ def list_rbac_authorization_v1alpha1_cluster_role_binding(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(**kwargs) + return self.list_cluster_role_binding_with_http_info(**kwargs) else: - (data) = self.list_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(**kwargs) + (data) = self.list_cluster_role_binding_with_http_info(**kwargs) return data - def list_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, **kwargs): + def list_cluster_role_binding_with_http_info(self, **kwargs): """ list or watch objects of kind ClusterRoleBinding @@ -1786,7 +1874,7 @@ def list_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(callback=callback_function) + >>> thread = api.list_cluster_role_binding_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1804,13 +1892,15 @@ def list_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, * all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_rbac_authorization_v1alpha1_cluster_role_binding" % key + " to method list_cluster_role_binding" % key ) params[key] = val del params['kwargs'] @@ -1866,9 +1956,11 @@ def list_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, * auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_namespaced_role(self, namespace, **kwargs): + def list_namespaced_role(self, namespace, **kwargs): """ list or watch objects of kind Role @@ -1879,7 +1971,7 @@ def list_rbac_authorization_v1alpha1_namespaced_role(self, namespace, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_rbac_authorization_v1alpha1_namespaced_role(namespace, callback=callback_function) + >>> thread = api.list_namespaced_role(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1896,12 +1988,12 @@ def list_rbac_authorization_v1alpha1_namespaced_role(self, namespace, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_rbac_authorization_v1alpha1_namespaced_role_with_http_info(namespace, **kwargs) + return self.list_namespaced_role_with_http_info(namespace, **kwargs) else: - (data) = self.list_rbac_authorization_v1alpha1_namespaced_role_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_role_with_http_info(namespace, **kwargs) return data - def list_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, namespace, **kwargs): + def list_namespaced_role_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind Role @@ -1912,7 +2004,7 @@ def list_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_rbac_authorization_v1alpha1_namespaced_role_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_role_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1931,19 +2023,21 @@ def list_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, namesp all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_rbac_authorization_v1alpha1_namespaced_role" % key + " to method list_namespaced_role" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_role`") collection_formats = {} @@ -1998,9 +2092,11 @@ def list_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, namesp auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_namespaced_role_binding(self, namespace, **kwargs): + def list_namespaced_role_binding(self, namespace, **kwargs): """ list or watch objects of kind RoleBinding @@ -2011,7 +2107,7 @@ def list_rbac_authorization_v1alpha1_namespaced_role_binding(self, namespace, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_rbac_authorization_v1alpha1_namespaced_role_binding(namespace, callback=callback_function) + >>> thread = api.list_namespaced_role_binding(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2028,12 +2124,12 @@ def list_rbac_authorization_v1alpha1_namespaced_role_binding(self, namespace, ** """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(namespace, **kwargs) + return self.list_namespaced_role_binding_with_http_info(namespace, **kwargs) else: - (data) = self.list_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(namespace, **kwargs) + (data) = self.list_namespaced_role_binding_with_http_info(namespace, **kwargs) return data - def list_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(self, namespace, **kwargs): + def list_namespaced_role_binding_with_http_info(self, namespace, **kwargs): """ list or watch objects of kind RoleBinding @@ -2044,7 +2140,7 @@ def list_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(self >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(namespace, callback=callback_function) + >>> thread = api.list_namespaced_role_binding_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2063,19 +2159,21 @@ def list_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(self all_params = ['namespace', 'pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_rbac_authorization_v1alpha1_namespaced_role_binding" % key + " to method list_namespaced_role_binding" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `list_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `namespace` when calling `list_namespaced_role_binding`") collection_formats = {} @@ -2130,9 +2228,11 @@ def list_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(self auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_role_binding_for_all_namespaces(self, **kwargs): + def list_role_binding_for_all_namespaces(self, **kwargs): """ list or watch objects of kind RoleBinding @@ -2143,7 +2243,7 @@ def list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces(self, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces(callback=callback_function) + >>> thread = api.list_role_binding_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2159,12 +2259,12 @@ def list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces(self, **kwa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces_with_http_info(**kwargs) + return self.list_role_binding_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_role_binding_for_all_namespaces_with_http_info(**kwargs) return data - def list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces_with_http_info(self, **kwargs): + def list_role_binding_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind RoleBinding @@ -2175,7 +2275,7 @@ def list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces_with_http_i >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_role_binding_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2193,13 +2293,15 @@ def list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces_with_http_i all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_rbac_authorization_v1alpha1_role_binding_for_all_namespaces" % key + " to method list_role_binding_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -2255,9 +2357,11 @@ def list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces_with_http_i auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_role_for_all_namespaces(self, **kwargs): + def list_role_for_all_namespaces(self, **kwargs): """ list or watch objects of kind Role @@ -2268,7 +2372,7 @@ def list_rbac_authorization_v1alpha1_role_for_all_namespaces(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_rbac_authorization_v1alpha1_role_for_all_namespaces(callback=callback_function) + >>> thread = api.list_role_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2284,12 +2388,12 @@ def list_rbac_authorization_v1alpha1_role_for_all_namespaces(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_rbac_authorization_v1alpha1_role_for_all_namespaces_with_http_info(**kwargs) + return self.list_role_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.list_rbac_authorization_v1alpha1_role_for_all_namespaces_with_http_info(**kwargs) + (data) = self.list_role_for_all_namespaces_with_http_info(**kwargs) return data - def list_rbac_authorization_v1alpha1_role_for_all_namespaces_with_http_info(self, **kwargs): + def list_role_for_all_namespaces_with_http_info(self, **kwargs): """ list or watch objects of kind Role @@ -2300,7 +2404,7 @@ def list_rbac_authorization_v1alpha1_role_for_all_namespaces_with_http_info(self >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_rbac_authorization_v1alpha1_role_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.list_role_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2318,13 +2422,15 @@ def list_rbac_authorization_v1alpha1_role_for_all_namespaces_with_http_info(self all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_rbac_authorization_v1alpha1_role_for_all_namespaces" % key + " to method list_role_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -2380,9 +2486,11 @@ def list_rbac_authorization_v1alpha1_role_for_all_namespaces_with_http_info(self auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_cluster_role(self, name, body, **kwargs): + def patch_cluster_role(self, name, body, **kwargs): """ partially update the specified ClusterRole @@ -2393,7 +2501,7 @@ def patch_rbac_authorization_v1alpha1_cluster_role(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_rbac_authorization_v1alpha1_cluster_role(name, body, callback=callback_function) + >>> thread = api.patch_cluster_role(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2406,12 +2514,12 @@ def patch_rbac_authorization_v1alpha1_cluster_role(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_rbac_authorization_v1alpha1_cluster_role_with_http_info(name, body, **kwargs) + return self.patch_cluster_role_with_http_info(name, body, **kwargs) else: - (data) = self.patch_rbac_authorization_v1alpha1_cluster_role_with_http_info(name, body, **kwargs) + (data) = self.patch_cluster_role_with_http_info(name, body, **kwargs) return data - def patch_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, body, **kwargs): + def patch_cluster_role_with_http_info(self, name, body, **kwargs): """ partially update the specified ClusterRole @@ -2422,7 +2530,7 @@ def patch_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_rbac_authorization_v1alpha1_cluster_role_with_http_info(name, body, callback=callback_function) + >>> thread = api.patch_cluster_role_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2437,22 +2545,24 @@ def patch_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, bo all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_cluster_role" % key + " to method patch_cluster_role" % 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_rbac_authorization_v1alpha1_cluster_role`") + raise ValueError("Missing the required parameter `name` when calling `patch_cluster_role`") # 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_rbac_authorization_v1alpha1_cluster_role`") + raise ValueError("Missing the required parameter `body` when calling `patch_cluster_role`") collection_formats = {} @@ -2499,9 +2609,11 @@ def patch_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, bo auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_cluster_role_binding(self, name, body, **kwargs): + def patch_cluster_role_binding(self, name, body, **kwargs): """ partially update the specified ClusterRoleBinding @@ -2512,7 +2624,7 @@ def patch_rbac_authorization_v1alpha1_cluster_role_binding(self, name, body, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_rbac_authorization_v1alpha1_cluster_role_binding(name, body, callback=callback_function) + >>> thread = api.patch_cluster_role_binding(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2525,12 +2637,12 @@ def patch_rbac_authorization_v1alpha1_cluster_role_binding(self, name, body, **k """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(name, body, **kwargs) + return self.patch_cluster_role_binding_with_http_info(name, body, **kwargs) else: - (data) = self.patch_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(name, body, **kwargs) + (data) = self.patch_cluster_role_binding_with_http_info(name, body, **kwargs) return data - def patch_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, name, body, **kwargs): + def patch_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ partially update the specified ClusterRoleBinding @@ -2541,7 +2653,7 @@ def patch_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(name, body, callback=callback_function) + >>> thread = api.patch_cluster_role_binding_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2556,22 +2668,24 @@ def patch_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_cluster_role_binding" % key + " to method patch_cluster_role_binding" % 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_rbac_authorization_v1alpha1_cluster_role_binding`") + raise ValueError("Missing the required parameter `name` when calling `patch_cluster_role_binding`") # 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_rbac_authorization_v1alpha1_cluster_role_binding`") + raise ValueError("Missing the required parameter `body` when calling `patch_cluster_role_binding`") collection_formats = {} @@ -2618,9 +2732,11 @@ def patch_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_namespaced_role(self, name, namespace, body, **kwargs): + def patch_namespaced_role(self, name, namespace, body, **kwargs): """ partially update the specified Role @@ -2631,7 +2747,7 @@ def patch_rbac_authorization_v1alpha1_namespaced_role(self, name, namespace, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_rbac_authorization_v1alpha1_namespaced_role(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_role(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2645,12 +2761,12 @@ def patch_rbac_authorization_v1alpha1_namespaced_role(self, name, namespace, bod """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_rbac_authorization_v1alpha1_namespaced_role_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_role_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_rbac_authorization_v1alpha1_namespaced_role_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_role_with_http_info(name, namespace, body, **kwargs) return data - def patch_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_role_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified Role @@ -2661,7 +2777,7 @@ def patch_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_rbac_authorization_v1alpha1_namespaced_role_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_role_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2677,25 +2793,27 @@ def patch_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name, all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_namespaced_role" % key + " to method patch_namespaced_role" % 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_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_role`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_role`") # 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_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_role`") collection_formats = {} @@ -2744,9 +2862,11 @@ def patch_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_namespaced_role_binding(self, name, namespace, body, **kwargs): + def patch_namespaced_role_binding(self, name, namespace, body, **kwargs): """ partially update the specified RoleBinding @@ -2757,7 +2877,7 @@ def patch_rbac_authorization_v1alpha1_namespaced_role_binding(self, name, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_rbac_authorization_v1alpha1_namespaced_role_binding(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_role_binding(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2771,12 +2891,12 @@ def patch_rbac_authorization_v1alpha1_namespaced_role_binding(self, name, namesp """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) + return self.patch_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.patch_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) + (data) = self.patch_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) return data - def patch_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(self, name, namespace, body, **kwargs): + def patch_namespaced_role_binding_with_http_info(self, name, namespace, body, **kwargs): """ partially update the specified RoleBinding @@ -2787,7 +2907,7 @@ def patch_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(sel >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.patch_namespaced_role_binding_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2803,25 +2923,27 @@ def patch_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(sel all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_namespaced_role_binding" % key + " to method patch_namespaced_role_binding" % 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_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `name` when calling `patch_namespaced_role_binding`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `patch_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `namespace` when calling `patch_namespaced_role_binding`") # 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_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `body` when calling `patch_namespaced_role_binding`") collection_formats = {} @@ -2870,9 +2992,11 @@ def patch_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(sel auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_cluster_role(self, name, **kwargs): + def read_cluster_role(self, name, **kwargs): """ read the specified ClusterRole @@ -2883,7 +3007,7 @@ def read_rbac_authorization_v1alpha1_cluster_role(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_rbac_authorization_v1alpha1_cluster_role(name, callback=callback_function) + >>> thread = api.read_cluster_role(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2895,12 +3019,12 @@ def read_rbac_authorization_v1alpha1_cluster_role(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_rbac_authorization_v1alpha1_cluster_role_with_http_info(name, **kwargs) + return self.read_cluster_role_with_http_info(name, **kwargs) else: - (data) = self.read_rbac_authorization_v1alpha1_cluster_role_with_http_info(name, **kwargs) + (data) = self.read_cluster_role_with_http_info(name, **kwargs) return data - def read_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, **kwargs): + def read_cluster_role_with_http_info(self, name, **kwargs): """ read the specified ClusterRole @@ -2911,7 +3035,7 @@ def read_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_rbac_authorization_v1alpha1_cluster_role_with_http_info(name, callback=callback_function) + >>> thread = api.read_cluster_role_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -2925,19 +3049,21 @@ def read_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, **k all_params = ['name', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_cluster_role" % key + " to method read_cluster_role" % 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_rbac_authorization_v1alpha1_cluster_role`") + raise ValueError("Missing the required parameter `name` when calling `read_cluster_role`") collection_formats = {} @@ -2982,9 +3108,11 @@ def read_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, **k auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_cluster_role_binding(self, name, **kwargs): + def read_cluster_role_binding(self, name, **kwargs): """ read the specified ClusterRoleBinding @@ -2995,7 +3123,7 @@ def read_rbac_authorization_v1alpha1_cluster_role_binding(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_rbac_authorization_v1alpha1_cluster_role_binding(name, callback=callback_function) + >>> thread = api.read_cluster_role_binding(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3007,12 +3135,12 @@ def read_rbac_authorization_v1alpha1_cluster_role_binding(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(name, **kwargs) + return self.read_cluster_role_binding_with_http_info(name, **kwargs) else: - (data) = self.read_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(name, **kwargs) + (data) = self.read_cluster_role_binding_with_http_info(name, **kwargs) return data - def read_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, name, **kwargs): + def read_cluster_role_binding_with_http_info(self, name, **kwargs): """ read the specified ClusterRoleBinding @@ -3023,7 +3151,7 @@ def read_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, n >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(name, callback=callback_function) + >>> thread = api.read_cluster_role_binding_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3037,19 +3165,21 @@ def read_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, n all_params = ['name', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_cluster_role_binding" % key + " to method read_cluster_role_binding" % 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_rbac_authorization_v1alpha1_cluster_role_binding`") + raise ValueError("Missing the required parameter `name` when calling `read_cluster_role_binding`") collection_formats = {} @@ -3094,9 +3224,11 @@ def read_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, n auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_namespaced_role(self, name, namespace, **kwargs): + def read_namespaced_role(self, name, namespace, **kwargs): """ read the specified Role @@ -3107,7 +3239,7 @@ def read_rbac_authorization_v1alpha1_namespaced_role(self, name, namespace, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_rbac_authorization_v1alpha1_namespaced_role(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_role(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3120,12 +3252,12 @@ def read_rbac_authorization_v1alpha1_namespaced_role(self, name, namespace, **kw """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_rbac_authorization_v1alpha1_namespaced_role_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_role_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_rbac_authorization_v1alpha1_namespaced_role_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_role_with_http_info(name, namespace, **kwargs) return data - def read_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_role_with_http_info(self, name, namespace, **kwargs): """ read the specified Role @@ -3136,7 +3268,7 @@ def read_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_rbac_authorization_v1alpha1_namespaced_role_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_role_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3151,22 +3283,24 @@ def read_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name, all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_namespaced_role" % key + " to method read_namespaced_role" % 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_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_role`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_role`") collection_formats = {} @@ -3213,9 +3347,11 @@ def read_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_namespaced_role_binding(self, name, namespace, **kwargs): + def read_namespaced_role_binding(self, name, namespace, **kwargs): """ read the specified RoleBinding @@ -3226,7 +3362,7 @@ def read_rbac_authorization_v1alpha1_namespaced_role_binding(self, name, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_rbac_authorization_v1alpha1_namespaced_role_binding(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_role_binding(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3239,12 +3375,12 @@ def read_rbac_authorization_v1alpha1_namespaced_role_binding(self, name, namespa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(name, namespace, **kwargs) + return self.read_namespaced_role_binding_with_http_info(name, namespace, **kwargs) else: - (data) = self.read_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(name, namespace, **kwargs) + (data) = self.read_namespaced_role_binding_with_http_info(name, namespace, **kwargs) return data - def read_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(self, name, namespace, **kwargs): + def read_namespaced_role_binding_with_http_info(self, name, namespace, **kwargs): """ read the specified RoleBinding @@ -3255,7 +3391,7 @@ def read_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(self >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.read_namespaced_role_binding_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3270,22 +3406,24 @@ def read_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(self all_params = ['name', 'namespace', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_namespaced_role_binding" % key + " to method read_namespaced_role_binding" % 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_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `name` when calling `read_namespaced_role_binding`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `read_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `namespace` when calling `read_namespaced_role_binding`") collection_formats = {} @@ -3332,9 +3470,11 @@ def read_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(self auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_cluster_role(self, name, body, **kwargs): + def replace_cluster_role(self, name, body, **kwargs): """ replace the specified ClusterRole @@ -3345,7 +3485,7 @@ def replace_rbac_authorization_v1alpha1_cluster_role(self, name, body, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_rbac_authorization_v1alpha1_cluster_role(name, body, callback=callback_function) + >>> thread = api.replace_cluster_role(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3358,12 +3498,12 @@ def replace_rbac_authorization_v1alpha1_cluster_role(self, name, body, **kwargs) """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_rbac_authorization_v1alpha1_cluster_role_with_http_info(name, body, **kwargs) + return self.replace_cluster_role_with_http_info(name, body, **kwargs) else: - (data) = self.replace_rbac_authorization_v1alpha1_cluster_role_with_http_info(name, body, **kwargs) + (data) = self.replace_cluster_role_with_http_info(name, body, **kwargs) return data - def replace_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, body, **kwargs): + def replace_cluster_role_with_http_info(self, name, body, **kwargs): """ replace the specified ClusterRole @@ -3374,7 +3514,7 @@ def replace_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_rbac_authorization_v1alpha1_cluster_role_with_http_info(name, body, callback=callback_function) + >>> thread = api.replace_cluster_role_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3389,22 +3529,24 @@ def replace_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_cluster_role" % key + " to method replace_cluster_role" % 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_rbac_authorization_v1alpha1_cluster_role`") + raise ValueError("Missing the required parameter `name` when calling `replace_cluster_role`") # 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_rbac_authorization_v1alpha1_cluster_role`") + raise ValueError("Missing the required parameter `body` when calling `replace_cluster_role`") collection_formats = {} @@ -3451,9 +3593,11 @@ def replace_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_cluster_role_binding(self, name, body, **kwargs): + def replace_cluster_role_binding(self, name, body, **kwargs): """ replace the specified ClusterRoleBinding @@ -3464,7 +3608,7 @@ def replace_rbac_authorization_v1alpha1_cluster_role_binding(self, name, body, * >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_rbac_authorization_v1alpha1_cluster_role_binding(name, body, callback=callback_function) + >>> thread = api.replace_cluster_role_binding(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3477,12 +3621,12 @@ def replace_rbac_authorization_v1alpha1_cluster_role_binding(self, name, body, * """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(name, body, **kwargs) + return self.replace_cluster_role_binding_with_http_info(name, body, **kwargs) else: - (data) = self.replace_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(name, body, **kwargs) + (data) = self.replace_cluster_role_binding_with_http_info(name, body, **kwargs) return data - def replace_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, name, body, **kwargs): + def replace_cluster_role_binding_with_http_info(self, name, body, **kwargs): """ replace the specified ClusterRoleBinding @@ -3493,7 +3637,7 @@ def replace_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(name, body, callback=callback_function) + >>> thread = api.replace_cluster_role_binding_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3508,22 +3652,24 @@ def replace_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_cluster_role_binding" % key + " to method replace_cluster_role_binding" % 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_rbac_authorization_v1alpha1_cluster_role_binding`") + raise ValueError("Missing the required parameter `name` when calling `replace_cluster_role_binding`") # 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_rbac_authorization_v1alpha1_cluster_role_binding`") + raise ValueError("Missing the required parameter `body` when calling `replace_cluster_role_binding`") collection_formats = {} @@ -3570,9 +3716,11 @@ def replace_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_namespaced_role(self, name, namespace, body, **kwargs): + def replace_namespaced_role(self, name, namespace, body, **kwargs): """ replace the specified Role @@ -3583,7 +3731,7 @@ def replace_rbac_authorization_v1alpha1_namespaced_role(self, name, namespace, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_rbac_authorization_v1alpha1_namespaced_role(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_role(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3597,12 +3745,12 @@ def replace_rbac_authorization_v1alpha1_namespaced_role(self, name, namespace, b """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_rbac_authorization_v1alpha1_namespaced_role_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_role_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_rbac_authorization_v1alpha1_namespaced_role_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_role_with_http_info(name, namespace, body, **kwargs) return data - def replace_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_role_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified Role @@ -3613,7 +3761,7 @@ def replace_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, nam >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_rbac_authorization_v1alpha1_namespaced_role_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_role_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3629,25 +3777,27 @@ def replace_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, nam all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_namespaced_role" % key + " to method replace_namespaced_role" % 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_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_role`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_role`") # 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_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_role`") collection_formats = {} @@ -3696,9 +3846,11 @@ def replace_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, nam auth_settings=auth_settings, callback=params.get('callback'), _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_rbac_authorization_v1alpha1_namespaced_role_binding(self, name, namespace, body, **kwargs): + def replace_namespaced_role_binding(self, name, namespace, body, **kwargs): """ replace the specified RoleBinding @@ -3709,7 +3861,7 @@ def replace_rbac_authorization_v1alpha1_namespaced_role_binding(self, name, name >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_rbac_authorization_v1alpha1_namespaced_role_binding(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_role_binding(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3723,12 +3875,12 @@ def replace_rbac_authorization_v1alpha1_namespaced_role_binding(self, name, name """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) + return self.replace_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) else: - (data) = self.replace_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) + (data) = self.replace_namespaced_role_binding_with_http_info(name, namespace, body, **kwargs) return data - def replace_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(self, name, namespace, body, **kwargs): + def replace_namespaced_role_binding_with_http_info(self, name, namespace, body, **kwargs): """ replace the specified RoleBinding @@ -3739,7 +3891,7 @@ def replace_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(s >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(name, namespace, body, callback=callback_function) + >>> thread = api.replace_namespaced_role_binding_with_http_info(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3755,25 +3907,27 @@ def replace_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(s all_params = ['name', 'namespace', 'body', 'pretty'] all_params.append('callback') 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_rbac_authorization_v1alpha1_namespaced_role_binding" % key + " to method replace_namespaced_role_binding" % 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_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `name` when calling `replace_namespaced_role_binding`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `replace_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `namespace` when calling `replace_namespaced_role_binding`") # 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_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `body` when calling `replace_namespaced_role_binding`") collection_formats = {} @@ -3822,9 +3976,11 @@ def replace_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(s auth_settings=auth_settings, callback=params.get('callback'), _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 watch_rbac_authorization_v1alpha1_cluster_role(self, name, **kwargs): + def watch_cluster_role(self, name, **kwargs): """ watch changes to an object of kind ClusterRole @@ -3835,7 +3991,7 @@ def watch_rbac_authorization_v1alpha1_cluster_role(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_cluster_role(name, callback=callback_function) + >>> thread = api.watch_cluster_role(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3852,12 +4008,12 @@ def watch_rbac_authorization_v1alpha1_cluster_role(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_rbac_authorization_v1alpha1_cluster_role_with_http_info(name, **kwargs) + return self.watch_cluster_role_with_http_info(name, **kwargs) else: - (data) = self.watch_rbac_authorization_v1alpha1_cluster_role_with_http_info(name, **kwargs) + (data) = self.watch_cluster_role_with_http_info(name, **kwargs) return data - def watch_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, **kwargs): + def watch_cluster_role_with_http_info(self, name, **kwargs): """ watch changes to an object of kind ClusterRole @@ -3868,7 +4024,7 @@ def watch_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, ** >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_cluster_role_with_http_info(name, callback=callback_function) + >>> thread = api.watch_cluster_role_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3887,19 +4043,21 @@ def watch_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, ** all_params = ['name', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_rbac_authorization_v1alpha1_cluster_role" % key + " to method watch_cluster_role" % 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 `watch_rbac_authorization_v1alpha1_cluster_role`") + raise ValueError("Missing the required parameter `name` when calling `watch_cluster_role`") collection_formats = {} @@ -3954,9 +4112,11 @@ def watch_rbac_authorization_v1alpha1_cluster_role_with_http_info(self, name, ** auth_settings=auth_settings, callback=params.get('callback'), _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 watch_rbac_authorization_v1alpha1_cluster_role_binding(self, name, **kwargs): + def watch_cluster_role_binding(self, name, **kwargs): """ watch changes to an object of kind ClusterRoleBinding @@ -3967,7 +4127,7 @@ def watch_rbac_authorization_v1alpha1_cluster_role_binding(self, name, **kwargs) >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_cluster_role_binding(name, callback=callback_function) + >>> thread = api.watch_cluster_role_binding(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -3984,12 +4144,12 @@ def watch_rbac_authorization_v1alpha1_cluster_role_binding(self, name, **kwargs) """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(name, **kwargs) + return self.watch_cluster_role_binding_with_http_info(name, **kwargs) else: - (data) = self.watch_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(name, **kwargs) + (data) = self.watch_cluster_role_binding_with_http_info(name, **kwargs) return data - def watch_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, name, **kwargs): + def watch_cluster_role_binding_with_http_info(self, name, **kwargs): """ watch changes to an object of kind ClusterRoleBinding @@ -4000,7 +4160,7 @@ def watch_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(name, callback=callback_function) + >>> thread = api.watch_cluster_role_binding_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4019,19 +4179,21 @@ def watch_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, all_params = ['name', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_rbac_authorization_v1alpha1_cluster_role_binding" % key + " to method watch_cluster_role_binding" % 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 `watch_rbac_authorization_v1alpha1_cluster_role_binding`") + raise ValueError("Missing the required parameter `name` when calling `watch_cluster_role_binding`") collection_formats = {} @@ -4086,9 +4248,11 @@ def watch_rbac_authorization_v1alpha1_cluster_role_binding_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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 watch_rbac_authorization_v1alpha1_cluster_role_binding_list(self, **kwargs): + def watch_cluster_role_binding_list(self, **kwargs): """ watch individual changes to a list of ClusterRoleBinding @@ -4099,7 +4263,7 @@ def watch_rbac_authorization_v1alpha1_cluster_role_binding_list(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_cluster_role_binding_list(callback=callback_function) + >>> thread = api.watch_cluster_role_binding_list(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4115,12 +4279,12 @@ def watch_rbac_authorization_v1alpha1_cluster_role_binding_list(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_rbac_authorization_v1alpha1_cluster_role_binding_list_with_http_info(**kwargs) + return self.watch_cluster_role_binding_list_with_http_info(**kwargs) else: - (data) = self.watch_rbac_authorization_v1alpha1_cluster_role_binding_list_with_http_info(**kwargs) + (data) = self.watch_cluster_role_binding_list_with_http_info(**kwargs) return data - def watch_rbac_authorization_v1alpha1_cluster_role_binding_list_with_http_info(self, **kwargs): + def watch_cluster_role_binding_list_with_http_info(self, **kwargs): """ watch individual changes to a list of ClusterRoleBinding @@ -4131,7 +4295,7 @@ def watch_rbac_authorization_v1alpha1_cluster_role_binding_list_with_http_info(s >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_cluster_role_binding_list_with_http_info(callback=callback_function) + >>> thread = api.watch_cluster_role_binding_list_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4149,13 +4313,15 @@ def watch_rbac_authorization_v1alpha1_cluster_role_binding_list_with_http_info(s all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_rbac_authorization_v1alpha1_cluster_role_binding_list" % key + " to method watch_cluster_role_binding_list" % key ) params[key] = val del params['kwargs'] @@ -4211,9 +4377,11 @@ def watch_rbac_authorization_v1alpha1_cluster_role_binding_list_with_http_info(s auth_settings=auth_settings, callback=params.get('callback'), _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 watch_rbac_authorization_v1alpha1_cluster_role_list(self, **kwargs): + def watch_cluster_role_list(self, **kwargs): """ watch individual changes to a list of ClusterRole @@ -4224,7 +4392,7 @@ def watch_rbac_authorization_v1alpha1_cluster_role_list(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_cluster_role_list(callback=callback_function) + >>> thread = api.watch_cluster_role_list(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4240,12 +4408,12 @@ def watch_rbac_authorization_v1alpha1_cluster_role_list(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_rbac_authorization_v1alpha1_cluster_role_list_with_http_info(**kwargs) + return self.watch_cluster_role_list_with_http_info(**kwargs) else: - (data) = self.watch_rbac_authorization_v1alpha1_cluster_role_list_with_http_info(**kwargs) + (data) = self.watch_cluster_role_list_with_http_info(**kwargs) return data - def watch_rbac_authorization_v1alpha1_cluster_role_list_with_http_info(self, **kwargs): + def watch_cluster_role_list_with_http_info(self, **kwargs): """ watch individual changes to a list of ClusterRole @@ -4256,7 +4424,7 @@ def watch_rbac_authorization_v1alpha1_cluster_role_list_with_http_info(self, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_cluster_role_list_with_http_info(callback=callback_function) + >>> thread = api.watch_cluster_role_list_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4274,13 +4442,15 @@ def watch_rbac_authorization_v1alpha1_cluster_role_list_with_http_info(self, **k all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_rbac_authorization_v1alpha1_cluster_role_list" % key + " to method watch_cluster_role_list" % key ) params[key] = val del params['kwargs'] @@ -4336,9 +4506,11 @@ def watch_rbac_authorization_v1alpha1_cluster_role_list_with_http_info(self, **k auth_settings=auth_settings, callback=params.get('callback'), _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 watch_rbac_authorization_v1alpha1_namespaced_role(self, name, namespace, **kwargs): + def watch_namespaced_role(self, name, namespace, **kwargs): """ watch changes to an object of kind Role @@ -4349,7 +4521,7 @@ def watch_rbac_authorization_v1alpha1_namespaced_role(self, name, namespace, **k >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_namespaced_role(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_role(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4367,12 +4539,12 @@ def watch_rbac_authorization_v1alpha1_namespaced_role(self, name, namespace, **k """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_rbac_authorization_v1alpha1_namespaced_role_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_role_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_rbac_authorization_v1alpha1_namespaced_role_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_role_with_http_info(name, namespace, **kwargs) return data - def watch_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_role_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind Role @@ -4383,7 +4555,7 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_namespaced_role_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_role_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4403,22 +4575,24 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name, all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_rbac_authorization_v1alpha1_namespaced_role" % key + " to method watch_namespaced_role" % 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 `watch_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_role`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_rbac_authorization_v1alpha1_namespaced_role`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_role`") collection_formats = {} @@ -4475,9 +4649,11 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_with_http_info(self, name, auth_settings=auth_settings, callback=params.get('callback'), _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 watch_rbac_authorization_v1alpha1_namespaced_role_binding(self, name, namespace, **kwargs): + def watch_namespaced_role_binding(self, name, namespace, **kwargs): """ watch changes to an object of kind RoleBinding @@ -4488,7 +4664,7 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_binding(self, name, namesp >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_namespaced_role_binding(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_role_binding(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4506,12 +4682,12 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_binding(self, name, namesp """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(name, namespace, **kwargs) + return self.watch_namespaced_role_binding_with_http_info(name, namespace, **kwargs) else: - (data) = self.watch_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(name, namespace, **kwargs) + (data) = self.watch_namespaced_role_binding_with_http_info(name, namespace, **kwargs) return data - def watch_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(self, name, namespace, **kwargs): + def watch_namespaced_role_binding_with_http_info(self, name, namespace, **kwargs): """ watch changes to an object of kind RoleBinding @@ -4522,7 +4698,7 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(sel >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(name, namespace, callback=callback_function) + >>> thread = api.watch_namespaced_role_binding_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4542,22 +4718,24 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(sel all_params = ['name', 'namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_rbac_authorization_v1alpha1_namespaced_role_binding" % key + " to method watch_namespaced_role_binding" % 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 `watch_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `name` when calling `watch_namespaced_role_binding`") # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_rbac_authorization_v1alpha1_namespaced_role_binding`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_role_binding`") collection_formats = {} @@ -4614,9 +4792,11 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_binding_with_http_info(sel auth_settings=auth_settings, callback=params.get('callback'), _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 watch_rbac_authorization_v1alpha1_namespaced_role_binding_list(self, namespace, **kwargs): + def watch_namespaced_role_binding_list(self, namespace, **kwargs): """ watch individual changes to a list of RoleBinding @@ -4627,7 +4807,7 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_binding_list(self, namespa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_namespaced_role_binding_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_role_binding_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4644,12 +4824,12 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_binding_list(self, namespa """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_rbac_authorization_v1alpha1_namespaced_role_binding_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_role_binding_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_rbac_authorization_v1alpha1_namespaced_role_binding_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_role_binding_list_with_http_info(namespace, **kwargs) return data - def watch_rbac_authorization_v1alpha1_namespaced_role_binding_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_role_binding_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of RoleBinding @@ -4660,7 +4840,7 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_binding_list_with_http_inf >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_namespaced_role_binding_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_role_binding_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4679,19 +4859,21 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_binding_list_with_http_inf all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_rbac_authorization_v1alpha1_namespaced_role_binding_list" % key + " to method watch_namespaced_role_binding_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_rbac_authorization_v1alpha1_namespaced_role_binding_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_role_binding_list`") collection_formats = {} @@ -4746,9 +4928,11 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_binding_list_with_http_inf auth_settings=auth_settings, callback=params.get('callback'), _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 watch_rbac_authorization_v1alpha1_namespaced_role_list(self, namespace, **kwargs): + def watch_namespaced_role_list(self, namespace, **kwargs): """ watch individual changes to a list of Role @@ -4759,7 +4943,7 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_list(self, namespace, **kw >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_namespaced_role_list(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_role_list(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4776,12 +4960,12 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_list(self, namespace, **kw """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_rbac_authorization_v1alpha1_namespaced_role_list_with_http_info(namespace, **kwargs) + return self.watch_namespaced_role_list_with_http_info(namespace, **kwargs) else: - (data) = self.watch_rbac_authorization_v1alpha1_namespaced_role_list_with_http_info(namespace, **kwargs) + (data) = self.watch_namespaced_role_list_with_http_info(namespace, **kwargs) return data - def watch_rbac_authorization_v1alpha1_namespaced_role_list_with_http_info(self, namespace, **kwargs): + def watch_namespaced_role_list_with_http_info(self, namespace, **kwargs): """ watch individual changes to a list of Role @@ -4792,7 +4976,7 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_list_with_http_info(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_namespaced_role_list_with_http_info(namespace, callback=callback_function) + >>> thread = api.watch_namespaced_role_list_with_http_info(namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4811,19 +4995,21 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_list_with_http_info(self, all_params = ['namespace', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_rbac_authorization_v1alpha1_namespaced_role_list" % key + " to method watch_namespaced_role_list" % key ) params[key] = val del params['kwargs'] # verify the required parameter 'namespace' is set if ('namespace' not in params) or (params['namespace'] is None): - raise ValueError("Missing the required parameter `namespace` when calling `watch_rbac_authorization_v1alpha1_namespaced_role_list`") + raise ValueError("Missing the required parameter `namespace` when calling `watch_namespaced_role_list`") collection_formats = {} @@ -4878,9 +5064,11 @@ def watch_rbac_authorization_v1alpha1_namespaced_role_list_with_http_info(self, auth_settings=auth_settings, callback=params.get('callback'), _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 watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces(self, **kwargs): + def watch_role_binding_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of RoleBinding @@ -4891,7 +5079,7 @@ def watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces(self, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_role_binding_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4907,12 +5095,12 @@ def watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces(self, """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_role_binding_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_role_binding_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_role_binding_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of RoleBinding @@ -4923,7 +5111,7 @@ def watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces_with_ >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_role_binding_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -4941,13 +5129,15 @@ def watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces_with_ all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces" % key + " to method watch_role_binding_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -5003,9 +5193,11 @@ def watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces_with_ auth_settings=auth_settings, callback=params.get('callback'), _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 watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces(self, **kwargs): + def watch_role_list_for_all_namespaces(self, **kwargs): """ watch individual changes to a list of Role @@ -5016,7 +5208,7 @@ def watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces(self, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces(callback=callback_function) + >>> thread = api.watch_role_list_for_all_namespaces(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5032,12 +5224,12 @@ def watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces(self, **kwarg """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces_with_http_info(**kwargs) + return self.watch_role_list_for_all_namespaces_with_http_info(**kwargs) else: - (data) = self.watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces_with_http_info(**kwargs) + (data) = self.watch_role_list_for_all_namespaces_with_http_info(**kwargs) return data - def watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces_with_http_info(self, **kwargs): + def watch_role_list_for_all_namespaces_with_http_info(self, **kwargs): """ watch individual changes to a list of Role @@ -5048,7 +5240,7 @@ def watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces_with_http_inf >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces_with_http_info(callback=callback_function) + >>> thread = api.watch_role_list_for_all_namespaces_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -5066,13 +5258,15 @@ def watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces_with_http_inf all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces" % key + " to method watch_role_list_for_all_namespaces" % key ) params[key] = val del params['kwargs'] @@ -5128,4 +5322,6 @@ def watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces_with_http_inf auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/storage_api.py b/k8sclient/apis/storage_api.py index 29ab0d2d87..1e5ac0d91c 100644 --- a/k8sclient/apis/storage_api.py +++ b/k8sclient/apis/storage_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def get_storage_api_group(self, **kwargs): + def get_api_group(self, **kwargs): """ get information of a group @@ -62,7 +62,7 @@ def get_storage_api_group(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_storage_api_group(callback=callback_function) + >>> thread = api.get_api_group(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -72,12 +72,12 @@ def get_storage_api_group(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_storage_api_group_with_http_info(**kwargs) + return self.get_api_group_with_http_info(**kwargs) else: - (data) = self.get_storage_api_group_with_http_info(**kwargs) + (data) = self.get_api_group_with_http_info(**kwargs) return data - def get_storage_api_group_with_http_info(self, **kwargs): + def get_api_group_with_http_info(self, **kwargs): """ get information of a group @@ -88,7 +88,7 @@ def get_storage_api_group_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_storage_api_group_with_http_info(callback=callback_function) + >>> thread = api.get_api_group_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -100,13 +100,15 @@ def get_storage_api_group_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_storage_api_group" % key + " to method get_api_group" % key ) params[key] = val del params['kwargs'] @@ -150,4 +152,6 @@ def get_storage_api_group_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/storage_v1beta1_api.py b/k8sclient/apis/storage_v1beta1_api.py index 3ced2626e1..63f557061c 100644 --- a/k8sclient/apis/storage_v1beta1_api.py +++ b/k8sclient/apis/storage_v1beta1_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def create_storage_v1beta1_storage_class(self, body, **kwargs): + def create_storage_class(self, body, **kwargs): """ create a StorageClass @@ -62,7 +62,7 @@ def create_storage_v1beta1_storage_class(self, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_storage_v1beta1_storage_class(body, callback=callback_function) + >>> thread = api.create_storage_class(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -74,12 +74,12 @@ def create_storage_v1beta1_storage_class(self, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.create_storage_v1beta1_storage_class_with_http_info(body, **kwargs) + return self.create_storage_class_with_http_info(body, **kwargs) else: - (data) = self.create_storage_v1beta1_storage_class_with_http_info(body, **kwargs) + (data) = self.create_storage_class_with_http_info(body, **kwargs) return data - def create_storage_v1beta1_storage_class_with_http_info(self, body, **kwargs): + def create_storage_class_with_http_info(self, body, **kwargs): """ create a StorageClass @@ -90,7 +90,7 @@ def create_storage_v1beta1_storage_class_with_http_info(self, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.create_storage_v1beta1_storage_class_with_http_info(body, callback=callback_function) + >>> thread = api.create_storage_class_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -104,19 +104,21 @@ def create_storage_v1beta1_storage_class_with_http_info(self, body, **kwargs): all_params = ['body', 'pretty'] all_params.append('callback') 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_storage_v1beta1_storage_class" % key + " to method create_storage_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_storage_v1beta1_storage_class`") + raise ValueError("Missing the required parameter `body` when calling `create_storage_class`") collection_formats = {} @@ -161,9 +163,11 @@ def create_storage_v1beta1_storage_class_with_http_info(self, body, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_storage_v1beta1_collection_storage_class(self, **kwargs): + def delete_collection_storage_class(self, **kwargs): """ delete collection of StorageClass @@ -174,7 +178,7 @@ def delete_storage_v1beta1_collection_storage_class(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_storage_v1beta1_collection_storage_class(callback=callback_function) + >>> thread = api.delete_collection_storage_class(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -190,12 +194,12 @@ def delete_storage_v1beta1_collection_storage_class(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_storage_v1beta1_collection_storage_class_with_http_info(**kwargs) + return self.delete_collection_storage_class_with_http_info(**kwargs) else: - (data) = self.delete_storage_v1beta1_collection_storage_class_with_http_info(**kwargs) + (data) = self.delete_collection_storage_class_with_http_info(**kwargs) return data - def delete_storage_v1beta1_collection_storage_class_with_http_info(self, **kwargs): + def delete_collection_storage_class_with_http_info(self, **kwargs): """ delete collection of StorageClass @@ -206,7 +210,7 @@ def delete_storage_v1beta1_collection_storage_class_with_http_info(self, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_storage_v1beta1_collection_storage_class_with_http_info(callback=callback_function) + >>> thread = api.delete_collection_storage_class_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -224,13 +228,15 @@ def delete_storage_v1beta1_collection_storage_class_with_http_info(self, **kwarg all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_storage_v1beta1_collection_storage_class" % key + " to method delete_collection_storage_class" % key ) params[key] = val del params['kwargs'] @@ -286,9 +292,11 @@ def delete_storage_v1beta1_collection_storage_class_with_http_info(self, **kwarg auth_settings=auth_settings, callback=params.get('callback'), _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_storage_v1beta1_storage_class(self, name, body, **kwargs): + def delete_storage_class(self, name, body, **kwargs): """ delete a StorageClass @@ -299,25 +307,27 @@ def delete_storage_v1beta1_storage_class(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_storage_v1beta1_storage_class(name, body, callback=callback_function) + >>> thread = api.delete_storage_class(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the StorageClass (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.delete_storage_v1beta1_storage_class_with_http_info(name, body, **kwargs) + return self.delete_storage_class_with_http_info(name, body, **kwargs) else: - (data) = self.delete_storage_v1beta1_storage_class_with_http_info(name, body, **kwargs) + (data) = self.delete_storage_class_with_http_info(name, body, **kwargs) return data - def delete_storage_v1beta1_storage_class_with_http_info(self, name, body, **kwargs): + def delete_storage_class_with_http_info(self, name, body, **kwargs): """ delete a StorageClass @@ -328,37 +338,41 @@ def delete_storage_v1beta1_storage_class_with_http_info(self, name, body, **kwar >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.delete_storage_v1beta1_storage_class_with_http_info(name, body, callback=callback_function) + >>> thread = api.delete_storage_class_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the StorageClass (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: Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. :return: UnversionedStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['name', 'body', 'pretty'] + all_params = ['name', 'body', 'pretty', 'grace_period_seconds', 'orphan_dependents'] all_params.append('callback') 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_storage_v1beta1_storage_class" % key + " to method delete_storage_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_storage_v1beta1_storage_class`") + raise ValueError("Missing the required parameter `name` when calling `delete_storage_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_storage_v1beta1_storage_class`") + raise ValueError("Missing the required parameter `body` when calling `delete_storage_class`") collection_formats = {} @@ -371,6 +385,10 @@ def delete_storage_v1beta1_storage_class_with_http_info(self, name, body, **kwar query_params = {} if 'pretty' in params: query_params['pretty'] = params['pretty'] + if 'grace_period_seconds' in params: + query_params['gracePeriodSeconds'] = params['grace_period_seconds'] + if 'orphan_dependents' in params: + query_params['orphanDependents'] = params['orphan_dependents'] header_params = {} @@ -405,9 +423,11 @@ def delete_storage_v1beta1_storage_class_with_http_info(self, name, body, **kwar auth_settings=auth_settings, callback=params.get('callback'), _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_storage_v1beta1_api_resources(self, **kwargs): + def get_api_resources(self, **kwargs): """ get available resources @@ -418,7 +438,7 @@ def get_storage_v1beta1_api_resources(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_storage_v1beta1_api_resources(callback=callback_function) + >>> thread = api.get_api_resources(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -428,12 +448,12 @@ def get_storage_v1beta1_api_resources(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_storage_v1beta1_api_resources_with_http_info(**kwargs) + return self.get_api_resources_with_http_info(**kwargs) else: - (data) = self.get_storage_v1beta1_api_resources_with_http_info(**kwargs) + (data) = self.get_api_resources_with_http_info(**kwargs) return data - def get_storage_v1beta1_api_resources_with_http_info(self, **kwargs): + def get_api_resources_with_http_info(self, **kwargs): """ get available resources @@ -444,7 +464,7 @@ def get_storage_v1beta1_api_resources_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_storage_v1beta1_api_resources_with_http_info(callback=callback_function) + >>> thread = api.get_api_resources_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -456,13 +476,15 @@ def get_storage_v1beta1_api_resources_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_storage_v1beta1_api_resources" % key + " to method get_api_resources" % key ) params[key] = val del params['kwargs'] @@ -506,9 +528,11 @@ def get_storage_v1beta1_api_resources_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_storage_v1beta1_storage_class(self, **kwargs): + def list_storage_class(self, **kwargs): """ list or watch objects of kind StorageClass @@ -519,7 +543,7 @@ def list_storage_v1beta1_storage_class(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_storage_v1beta1_storage_class(callback=callback_function) + >>> thread = api.list_storage_class(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -535,12 +559,12 @@ def list_storage_v1beta1_storage_class(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.list_storage_v1beta1_storage_class_with_http_info(**kwargs) + return self.list_storage_class_with_http_info(**kwargs) else: - (data) = self.list_storage_v1beta1_storage_class_with_http_info(**kwargs) + (data) = self.list_storage_class_with_http_info(**kwargs) return data - def list_storage_v1beta1_storage_class_with_http_info(self, **kwargs): + def list_storage_class_with_http_info(self, **kwargs): """ list or watch objects of kind StorageClass @@ -551,7 +575,7 @@ def list_storage_v1beta1_storage_class_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.list_storage_v1beta1_storage_class_with_http_info(callback=callback_function) + >>> thread = api.list_storage_class_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -569,13 +593,15 @@ def list_storage_v1beta1_storage_class_with_http_info(self, **kwargs): all_params = ['pretty', 'field_selector', 'label_selector', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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_storage_v1beta1_storage_class" % key + " to method list_storage_class" % key ) params[key] = val del params['kwargs'] @@ -631,9 +657,11 @@ def list_storage_v1beta1_storage_class_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_storage_v1beta1_storage_class(self, name, body, **kwargs): + def patch_storage_class(self, name, body, **kwargs): """ partially update the specified StorageClass @@ -644,7 +672,7 @@ def patch_storage_v1beta1_storage_class(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_storage_v1beta1_storage_class(name, body, callback=callback_function) + >>> thread = api.patch_storage_class(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -657,12 +685,12 @@ def patch_storage_v1beta1_storage_class(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.patch_storage_v1beta1_storage_class_with_http_info(name, body, **kwargs) + return self.patch_storage_class_with_http_info(name, body, **kwargs) else: - (data) = self.patch_storage_v1beta1_storage_class_with_http_info(name, body, **kwargs) + (data) = self.patch_storage_class_with_http_info(name, body, **kwargs) return data - def patch_storage_v1beta1_storage_class_with_http_info(self, name, body, **kwargs): + def patch_storage_class_with_http_info(self, name, body, **kwargs): """ partially update the specified StorageClass @@ -673,7 +701,7 @@ def patch_storage_v1beta1_storage_class_with_http_info(self, name, body, **kwarg >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.patch_storage_v1beta1_storage_class_with_http_info(name, body, callback=callback_function) + >>> thread = api.patch_storage_class_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -688,22 +716,24 @@ def patch_storage_v1beta1_storage_class_with_http_info(self, name, body, **kwarg all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_storage_v1beta1_storage_class" % key + " to method patch_storage_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_storage_v1beta1_storage_class`") + raise ValueError("Missing the required parameter `name` when calling `patch_storage_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_storage_v1beta1_storage_class`") + raise ValueError("Missing the required parameter `body` when calling `patch_storage_class`") collection_formats = {} @@ -750,9 +780,11 @@ def patch_storage_v1beta1_storage_class_with_http_info(self, name, body, **kwarg auth_settings=auth_settings, callback=params.get('callback'), _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_storage_v1beta1_storage_class(self, name, **kwargs): + def read_storage_class(self, name, **kwargs): """ read the specified StorageClass @@ -763,7 +795,7 @@ def read_storage_v1beta1_storage_class(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_storage_v1beta1_storage_class(name, callback=callback_function) + >>> thread = api.read_storage_class(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -777,12 +809,12 @@ def read_storage_v1beta1_storage_class(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.read_storage_v1beta1_storage_class_with_http_info(name, **kwargs) + return self.read_storage_class_with_http_info(name, **kwargs) else: - (data) = self.read_storage_v1beta1_storage_class_with_http_info(name, **kwargs) + (data) = self.read_storage_class_with_http_info(name, **kwargs) return data - def read_storage_v1beta1_storage_class_with_http_info(self, name, **kwargs): + def read_storage_class_with_http_info(self, name, **kwargs): """ read the specified StorageClass @@ -793,7 +825,7 @@ def read_storage_v1beta1_storage_class_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.read_storage_v1beta1_storage_class_with_http_info(name, callback=callback_function) + >>> thread = api.read_storage_class_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -809,19 +841,21 @@ def read_storage_v1beta1_storage_class_with_http_info(self, name, **kwargs): all_params = ['name', 'pretty', 'exact', 'export'] all_params.append('callback') 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_storage_v1beta1_storage_class" % key + " to method read_storage_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_storage_v1beta1_storage_class`") + raise ValueError("Missing the required parameter `name` when calling `read_storage_class`") collection_formats = {} @@ -870,9 +904,11 @@ def read_storage_v1beta1_storage_class_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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_storage_v1beta1_storage_class(self, name, body, **kwargs): + def replace_storage_class(self, name, body, **kwargs): """ replace the specified StorageClass @@ -883,7 +919,7 @@ def replace_storage_v1beta1_storage_class(self, name, body, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_storage_v1beta1_storage_class(name, body, callback=callback_function) + >>> thread = api.replace_storage_class(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -896,12 +932,12 @@ def replace_storage_v1beta1_storage_class(self, name, body, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.replace_storage_v1beta1_storage_class_with_http_info(name, body, **kwargs) + return self.replace_storage_class_with_http_info(name, body, **kwargs) else: - (data) = self.replace_storage_v1beta1_storage_class_with_http_info(name, body, **kwargs) + (data) = self.replace_storage_class_with_http_info(name, body, **kwargs) return data - def replace_storage_v1beta1_storage_class_with_http_info(self, name, body, **kwargs): + def replace_storage_class_with_http_info(self, name, body, **kwargs): """ replace the specified StorageClass @@ -912,7 +948,7 @@ def replace_storage_v1beta1_storage_class_with_http_info(self, name, body, **kwa >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.replace_storage_v1beta1_storage_class_with_http_info(name, body, callback=callback_function) + >>> thread = api.replace_storage_class_with_http_info(name, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -927,22 +963,24 @@ def replace_storage_v1beta1_storage_class_with_http_info(self, name, body, **kwa all_params = ['name', 'body', 'pretty'] all_params.append('callback') 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_storage_v1beta1_storage_class" % key + " to method replace_storage_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_storage_v1beta1_storage_class`") + raise ValueError("Missing the required parameter `name` when calling `replace_storage_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_storage_v1beta1_storage_class`") + raise ValueError("Missing the required parameter `body` when calling `replace_storage_class`") collection_formats = {} @@ -989,9 +1027,11 @@ def replace_storage_v1beta1_storage_class_with_http_info(self, name, body, **kwa auth_settings=auth_settings, callback=params.get('callback'), _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 watch_storage_v1beta1_storage_class(self, name, **kwargs): + def watch_storage_class(self, name, **kwargs): """ watch changes to an object of kind StorageClass @@ -1002,7 +1042,7 @@ def watch_storage_v1beta1_storage_class(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_storage_v1beta1_storage_class(name, callback=callback_function) + >>> thread = api.watch_storage_class(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1019,12 +1059,12 @@ def watch_storage_v1beta1_storage_class(self, name, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_storage_v1beta1_storage_class_with_http_info(name, **kwargs) + return self.watch_storage_class_with_http_info(name, **kwargs) else: - (data) = self.watch_storage_v1beta1_storage_class_with_http_info(name, **kwargs) + (data) = self.watch_storage_class_with_http_info(name, **kwargs) return data - def watch_storage_v1beta1_storage_class_with_http_info(self, name, **kwargs): + def watch_storage_class_with_http_info(self, name, **kwargs): """ watch changes to an object of kind StorageClass @@ -1035,7 +1075,7 @@ def watch_storage_v1beta1_storage_class_with_http_info(self, name, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_storage_v1beta1_storage_class_with_http_info(name, callback=callback_function) + >>> thread = api.watch_storage_class_with_http_info(name, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1054,19 +1094,21 @@ def watch_storage_v1beta1_storage_class_with_http_info(self, name, **kwargs): all_params = ['name', 'field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_storage_v1beta1_storage_class" % key + " to method watch_storage_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 `watch_storage_v1beta1_storage_class`") + raise ValueError("Missing the required parameter `name` when calling `watch_storage_class`") collection_formats = {} @@ -1121,9 +1163,11 @@ def watch_storage_v1beta1_storage_class_with_http_info(self, name, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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 watch_storage_v1beta1_storage_class_list(self, **kwargs): + def watch_storage_class_list(self, **kwargs): """ watch individual changes to a list of StorageClass @@ -1134,7 +1178,7 @@ def watch_storage_v1beta1_storage_class_list(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_storage_v1beta1_storage_class_list(callback=callback_function) + >>> thread = api.watch_storage_class_list(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1150,12 +1194,12 @@ def watch_storage_v1beta1_storage_class_list(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.watch_storage_v1beta1_storage_class_list_with_http_info(**kwargs) + return self.watch_storage_class_list_with_http_info(**kwargs) else: - (data) = self.watch_storage_v1beta1_storage_class_list_with_http_info(**kwargs) + (data) = self.watch_storage_class_list_with_http_info(**kwargs) return data - def watch_storage_v1beta1_storage_class_list_with_http_info(self, **kwargs): + def watch_storage_class_list_with_http_info(self, **kwargs): """ watch individual changes to a list of StorageClass @@ -1166,7 +1210,7 @@ def watch_storage_v1beta1_storage_class_list_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.watch_storage_v1beta1_storage_class_list_with_http_info(callback=callback_function) + >>> thread = api.watch_storage_class_list_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -1184,13 +1228,15 @@ def watch_storage_v1beta1_storage_class_list_with_http_info(self, **kwargs): all_params = ['field_selector', 'label_selector', 'pretty', 'resource_version', 'timeout_seconds', 'watch'] all_params.append('callback') 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 watch_storage_v1beta1_storage_class_list" % key + " to method watch_storage_class_list" % key ) params[key] = val del params['kwargs'] @@ -1246,4 +1292,6 @@ def watch_storage_v1beta1_storage_class_list_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/apis/version_api.py b/k8sclient/apis/version_api.py index 26f859404e..c8da73e097 100644 --- a/k8sclient/apis/version_api.py +++ b/k8sclient/apis/version_api.py @@ -51,7 +51,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def get_code_version(self, **kwargs): + def get_code(self, **kwargs): """ get the code version @@ -62,7 +62,7 @@ def get_code_version(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_code_version(callback=callback_function) + >>> thread = api.get_code(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -72,12 +72,12 @@ def get_code_version(self, **kwargs): """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_code_version_with_http_info(**kwargs) + return self.get_code_with_http_info(**kwargs) else: - (data) = self.get_code_version_with_http_info(**kwargs) + (data) = self.get_code_with_http_info(**kwargs) return data - def get_code_version_with_http_info(self, **kwargs): + def get_code_with_http_info(self, **kwargs): """ get the code version @@ -88,7 +88,7 @@ def get_code_version_with_http_info(self, **kwargs): >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.get_code_version_with_http_info(callback=callback_function) + >>> thread = api.get_code_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) @@ -100,13 +100,15 @@ def get_code_version_with_http_info(self, **kwargs): all_params = [] all_params.append('callback') 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_code_version" % key + " to method get_code" % key ) params[key] = val del params['kwargs'] @@ -150,4 +152,6 @@ def get_code_version_with_http_info(self, **kwargs): auth_settings=auth_settings, callback=params.get('callback'), _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/k8sclient/models/__init__.py b/k8sclient/models/__init__.py index 73671df8bd..b4d887f927 100644 --- a/k8sclient/models/__init__.py +++ b/k8sclient/models/__init__.py @@ -166,21 +166,12 @@ from .v1alpha1_cluster_role_binding import V1alpha1ClusterRoleBinding from .v1alpha1_cluster_role_binding_list import V1alpha1ClusterRoleBindingList from .v1alpha1_cluster_role_list import V1alpha1ClusterRoleList -from .v1alpha1_eviction import V1alpha1Eviction -from .v1alpha1_pod_disruption_budget import V1alpha1PodDisruptionBudget -from .v1alpha1_pod_disruption_budget_list import V1alpha1PodDisruptionBudgetList -from .v1alpha1_pod_disruption_budget_spec import V1alpha1PodDisruptionBudgetSpec -from .v1alpha1_pod_disruption_budget_status import V1alpha1PodDisruptionBudgetStatus from .v1alpha1_policy_rule import V1alpha1PolicyRule from .v1alpha1_role import V1alpha1Role from .v1alpha1_role_binding import V1alpha1RoleBinding from .v1alpha1_role_binding_list import V1alpha1RoleBindingList from .v1alpha1_role_list import V1alpha1RoleList from .v1alpha1_role_ref import V1alpha1RoleRef -from .v1alpha1_stateful_set import V1alpha1StatefulSet -from .v1alpha1_stateful_set_list import V1alpha1StatefulSetList -from .v1alpha1_stateful_set_spec import V1alpha1StatefulSetSpec -from .v1alpha1_stateful_set_status import V1alpha1StatefulSetStatus from .v1alpha1_subject import V1alpha1Subject from .v1beta1_api_version import V1beta1APIVersion from .v1beta1_cpu_target_utilization import V1beta1CPUTargetUtilization @@ -195,6 +186,7 @@ from .v1beta1_deployment_spec import V1beta1DeploymentSpec from .v1beta1_deployment_status import V1beta1DeploymentStatus from .v1beta1_deployment_strategy import V1beta1DeploymentStrategy +from .v1beta1_eviction import V1beta1Eviction from .v1beta1_horizontal_pod_autoscaler import V1beta1HorizontalPodAutoscaler from .v1beta1_horizontal_pod_autoscaler_list import V1beta1HorizontalPodAutoscalerList from .v1beta1_horizontal_pod_autoscaler_spec import V1beta1HorizontalPodAutoscalerSpec @@ -219,6 +211,10 @@ from .v1beta1_network_policy_port import V1beta1NetworkPolicyPort from .v1beta1_network_policy_spec import V1beta1NetworkPolicySpec from .v1beta1_non_resource_attributes import V1beta1NonResourceAttributes +from .v1beta1_pod_disruption_budget import V1beta1PodDisruptionBudget +from .v1beta1_pod_disruption_budget_list import V1beta1PodDisruptionBudgetList +from .v1beta1_pod_disruption_budget_spec import V1beta1PodDisruptionBudgetSpec +from .v1beta1_pod_disruption_budget_status import V1beta1PodDisruptionBudgetStatus from .v1beta1_replica_set import V1beta1ReplicaSet from .v1beta1_replica_set_condition import V1beta1ReplicaSetCondition from .v1beta1_replica_set_list import V1beta1ReplicaSetList @@ -232,6 +228,10 @@ from .v1beta1_scale_status import V1beta1ScaleStatus from .v1beta1_self_subject_access_review import V1beta1SelfSubjectAccessReview from .v1beta1_self_subject_access_review_spec import V1beta1SelfSubjectAccessReviewSpec +from .v1beta1_stateful_set import V1beta1StatefulSet +from .v1beta1_stateful_set_list import V1beta1StatefulSetList +from .v1beta1_stateful_set_spec import V1beta1StatefulSetSpec +from .v1beta1_stateful_set_status import V1beta1StatefulSetStatus from .v1beta1_storage_class import V1beta1StorageClass from .v1beta1_storage_class_list import V1beta1StorageClassList from .v1beta1_subject_access_review import V1beta1SubjectAccessReview @@ -244,5 +244,15 @@ from .v1beta1_token_review_spec import V1beta1TokenReviewSpec from .v1beta1_token_review_status import V1beta1TokenReviewStatus from .v1beta1_user_info import V1beta1UserInfo +from .v2alpha1_cron_job import V2alpha1CronJob +from .v2alpha1_cron_job_list import V2alpha1CronJobList +from .v2alpha1_cron_job_spec import V2alpha1CronJobSpec +from .v2alpha1_cron_job_status import V2alpha1CronJobStatus +from .v2alpha1_job import V2alpha1Job +from .v2alpha1_job_condition import V2alpha1JobCondition +from .v2alpha1_job_list import V2alpha1JobList +from .v2alpha1_job_spec import V2alpha1JobSpec +from .v2alpha1_job_status import V2alpha1JobStatus +from .v2alpha1_job_template_spec import V2alpha1JobTemplateSpec from .version_info import VersionInfo from .versioned_event import VersionedEvent diff --git a/k8sclient/models/v1_object_meta.py b/k8sclient/models/v1_object_meta.py index ea6ead2415..3cf085e4ed 100644 --- a/k8sclient/models/v1_object_meta.py +++ b/k8sclient/models/v1_object_meta.py @@ -190,7 +190,7 @@ def deletion_grace_period_seconds(self, deletion_grace_period_seconds): def deletion_timestamp(self): """ Gets the deletion_timestamp of this V1ObjectMeta. - DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource will be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field. Once set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. Once the resource is deleted in the API, the Kubelet will send a hard termination signal to the container. If not set, graceful deletion of the object has not been requested. Populated by the system when a graceful deletion is requested. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field. Once set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. Populated by the system when a graceful deletion is requested. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata :return: The deletion_timestamp of this V1ObjectMeta. :rtype: UnversionedTime @@ -201,7 +201,7 @@ def deletion_timestamp(self): def deletion_timestamp(self, deletion_timestamp): """ Sets the deletion_timestamp of this V1ObjectMeta. - DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource will be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field. Once set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. Once the resource is deleted in the API, the Kubelet will send a hard termination signal to the container. If not set, graceful deletion of the object has not been requested. Populated by the system when a graceful deletion is requested. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field. Once set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. Populated by the system when a graceful deletion is requested. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata :param deletion_timestamp: The deletion_timestamp of this V1ObjectMeta. :type: UnversionedTime diff --git a/k8sclient/models/v1alpha1_pod_disruption_budget_status.py b/k8sclient/models/v1alpha1_pod_disruption_budget_status.py deleted file mode 100644 index 7f90246511..0000000000 --- a/k8sclient/models/v1alpha1_pod_disruption_budget_status.py +++ /dev/null @@ -1,212 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from pprint import pformat -from six import iteritems -import re - - -class V1alpha1PodDisruptionBudgetStatus(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - def __init__(self, current_healthy=None, desired_healthy=None, disruption_allowed=None, expected_pods=None): - """ - V1alpha1PodDisruptionBudgetStatus - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'current_healthy': 'int', - 'desired_healthy': 'int', - 'disruption_allowed': 'bool', - 'expected_pods': 'int' - } - - self.attribute_map = { - 'current_healthy': 'currentHealthy', - 'desired_healthy': 'desiredHealthy', - 'disruption_allowed': 'disruptionAllowed', - 'expected_pods': 'expectedPods' - } - - self._current_healthy = current_healthy - self._desired_healthy = desired_healthy - self._disruption_allowed = disruption_allowed - self._expected_pods = expected_pods - - - @property - def current_healthy(self): - """ - Gets the current_healthy of this V1alpha1PodDisruptionBudgetStatus. - current number of healthy pods - - :return: The current_healthy of this V1alpha1PodDisruptionBudgetStatus. - :rtype: int - """ - return self._current_healthy - - @current_healthy.setter - def current_healthy(self, current_healthy): - """ - Sets the current_healthy of this V1alpha1PodDisruptionBudgetStatus. - current number of healthy pods - - :param current_healthy: The current_healthy of this V1alpha1PodDisruptionBudgetStatus. - :type: int - """ - if current_healthy is None: - raise ValueError("Invalid value for `current_healthy`, must not be `None`") - - self._current_healthy = current_healthy - - @property - def desired_healthy(self): - """ - Gets the desired_healthy of this V1alpha1PodDisruptionBudgetStatus. - minimum desired number of healthy pods - - :return: The desired_healthy of this V1alpha1PodDisruptionBudgetStatus. - :rtype: int - """ - return self._desired_healthy - - @desired_healthy.setter - def desired_healthy(self, desired_healthy): - """ - Sets the desired_healthy of this V1alpha1PodDisruptionBudgetStatus. - minimum desired number of healthy pods - - :param desired_healthy: The desired_healthy of this V1alpha1PodDisruptionBudgetStatus. - :type: int - """ - if desired_healthy is None: - raise ValueError("Invalid value for `desired_healthy`, must not be `None`") - - self._desired_healthy = desired_healthy - - @property - def disruption_allowed(self): - """ - Gets the disruption_allowed of this V1alpha1PodDisruptionBudgetStatus. - Whether or not a disruption is currently allowed. - - :return: The disruption_allowed of this V1alpha1PodDisruptionBudgetStatus. - :rtype: bool - """ - return self._disruption_allowed - - @disruption_allowed.setter - def disruption_allowed(self, disruption_allowed): - """ - Sets the disruption_allowed of this V1alpha1PodDisruptionBudgetStatus. - Whether or not a disruption is currently allowed. - - :param disruption_allowed: The disruption_allowed of this V1alpha1PodDisruptionBudgetStatus. - :type: bool - """ - if disruption_allowed is None: - raise ValueError("Invalid value for `disruption_allowed`, must not be `None`") - - self._disruption_allowed = disruption_allowed - - @property - def expected_pods(self): - """ - Gets the expected_pods of this V1alpha1PodDisruptionBudgetStatus. - total number of pods counted by this disruption budget - - :return: The expected_pods of this V1alpha1PodDisruptionBudgetStatus. - :rtype: int - """ - return self._expected_pods - - @expected_pods.setter - def expected_pods(self, expected_pods): - """ - Sets the expected_pods of this V1alpha1PodDisruptionBudgetStatus. - total number of pods counted by this disruption budget - - :param expected_pods: The expected_pods of this V1alpha1PodDisruptionBudgetStatus. - :type: int - """ - if expected_pods is None: - raise ValueError("Invalid value for `expected_pods`, must not be `None`") - - self._expected_pods = expected_pods - - 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 - """ - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/k8sclient/models/v1alpha1_eviction.py b/k8sclient/models/v1beta1_eviction.py similarity index 83% rename from k8sclient/models/v1alpha1_eviction.py rename to k8sclient/models/v1beta1_eviction.py index 2024c5b76c..335658f675 100644 --- a/k8sclient/models/v1alpha1_eviction.py +++ b/k8sclient/models/v1beta1_eviction.py @@ -27,14 +27,14 @@ import re -class V1alpha1Eviction(object): +class V1beta1Eviction(object): """ NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. """ def __init__(self, delete_options=None, metadata=None): """ - V1alpha1Eviction - a model defined in Swagger + V1beta1Eviction - a model defined in Swagger :param dict swaggerTypes: The key is attribute name and the value is attribute type. @@ -58,10 +58,10 @@ def __init__(self, delete_options=None, metadata=None): @property def delete_options(self): """ - Gets the delete_options of this V1alpha1Eviction. + Gets the delete_options of this V1beta1Eviction. DeleteOptions may be provided - :return: The delete_options of this V1alpha1Eviction. + :return: The delete_options of this V1beta1Eviction. :rtype: V1DeleteOptions """ return self._delete_options @@ -69,22 +69,24 @@ def delete_options(self): @delete_options.setter def delete_options(self, delete_options): """ - Sets the delete_options of this V1alpha1Eviction. + Sets the delete_options of this V1beta1Eviction. DeleteOptions may be provided - :param delete_options: The delete_options of this V1alpha1Eviction. + :param delete_options: The delete_options of this V1beta1Eviction. :type: V1DeleteOptions """ + if delete_options is None: + raise ValueError("Invalid value for `delete_options`, must not be `None`") self._delete_options = delete_options @property def metadata(self): """ - Gets the metadata of this V1alpha1Eviction. + Gets the metadata of this V1beta1Eviction. ObjectMeta describes the pod that is being evicted. - :return: The metadata of this V1alpha1Eviction. + :return: The metadata of this V1beta1Eviction. :rtype: V1ObjectMeta """ return self._metadata @@ -92,12 +94,14 @@ def metadata(self): @metadata.setter def metadata(self, metadata): """ - Sets the metadata of this V1alpha1Eviction. + Sets the metadata of this V1beta1Eviction. ObjectMeta describes the pod that is being evicted. - :param metadata: The metadata of this V1alpha1Eviction. + :param metadata: The metadata of this V1beta1Eviction. :type: V1ObjectMeta """ + if metadata is None: + raise ValueError("Invalid value for `metadata`, must not be `None`") self._metadata = metadata diff --git a/k8sclient/models/v1alpha1_pod_disruption_budget.py b/k8sclient/models/v1beta1_pod_disruption_budget.py similarity index 72% rename from k8sclient/models/v1alpha1_pod_disruption_budget.py rename to k8sclient/models/v1beta1_pod_disruption_budget.py index c563e7a7de..31929fc383 100644 --- a/k8sclient/models/v1alpha1_pod_disruption_budget.py +++ b/k8sclient/models/v1beta1_pod_disruption_budget.py @@ -27,14 +27,14 @@ import re -class V1alpha1PodDisruptionBudget(object): +class V1beta1PodDisruptionBudget(object): """ NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. """ def __init__(self, metadata=None, spec=None, status=None): """ - V1alpha1PodDisruptionBudget - a model defined in Swagger + V1beta1PodDisruptionBudget - a model defined in Swagger :param dict swaggerTypes: The key is attribute name and the value is attribute type. @@ -43,8 +43,8 @@ def __init__(self, metadata=None, spec=None, status=None): """ self.swagger_types = { 'metadata': 'V1ObjectMeta', - 'spec': 'V1alpha1PodDisruptionBudgetSpec', - 'status': 'V1alpha1PodDisruptionBudgetStatus' + 'spec': 'V1beta1PodDisruptionBudgetSpec', + 'status': 'V1beta1PodDisruptionBudgetStatus' } self.attribute_map = { @@ -61,10 +61,10 @@ def __init__(self, metadata=None, spec=None, status=None): @property def metadata(self): """ - Gets the metadata of this V1alpha1PodDisruptionBudget. + Gets the metadata of this V1beta1PodDisruptionBudget. - :return: The metadata of this V1alpha1PodDisruptionBudget. + :return: The metadata of this V1beta1PodDisruptionBudget. :rtype: V1ObjectMeta """ return self._metadata @@ -72,58 +72,64 @@ def metadata(self): @metadata.setter def metadata(self, metadata): """ - Sets the metadata of this V1alpha1PodDisruptionBudget. + Sets the metadata of this V1beta1PodDisruptionBudget. - :param metadata: The metadata of this V1alpha1PodDisruptionBudget. + :param metadata: The metadata of this V1beta1PodDisruptionBudget. :type: V1ObjectMeta """ + if metadata is None: + raise ValueError("Invalid value for `metadata`, must not be `None`") self._metadata = metadata @property def spec(self): """ - Gets the spec of this V1alpha1PodDisruptionBudget. + Gets the spec of this V1beta1PodDisruptionBudget. Specification of the desired behavior of the PodDisruptionBudget. - :return: The spec of this V1alpha1PodDisruptionBudget. - :rtype: V1alpha1PodDisruptionBudgetSpec + :return: The spec of this V1beta1PodDisruptionBudget. + :rtype: V1beta1PodDisruptionBudgetSpec """ return self._spec @spec.setter def spec(self, spec): """ - Sets the spec of this V1alpha1PodDisruptionBudget. + Sets the spec of this V1beta1PodDisruptionBudget. Specification of the desired behavior of the PodDisruptionBudget. - :param spec: The spec of this V1alpha1PodDisruptionBudget. - :type: V1alpha1PodDisruptionBudgetSpec + :param spec: The spec of this V1beta1PodDisruptionBudget. + :type: V1beta1PodDisruptionBudgetSpec """ + if spec is None: + raise ValueError("Invalid value for `spec`, must not be `None`") self._spec = spec @property def status(self): """ - Gets the status of this V1alpha1PodDisruptionBudget. + Gets the status of this V1beta1PodDisruptionBudget. Most recently observed status of the PodDisruptionBudget. - :return: The status of this V1alpha1PodDisruptionBudget. - :rtype: V1alpha1PodDisruptionBudgetStatus + :return: The status of this V1beta1PodDisruptionBudget. + :rtype: V1beta1PodDisruptionBudgetStatus """ return self._status @status.setter def status(self, status): """ - Sets the status of this V1alpha1PodDisruptionBudget. + Sets the status of this V1beta1PodDisruptionBudget. Most recently observed status of the PodDisruptionBudget. - :param status: The status of this V1alpha1PodDisruptionBudget. - :type: V1alpha1PodDisruptionBudgetStatus + :param status: The status of this V1beta1PodDisruptionBudget. + :type: V1beta1PodDisruptionBudgetStatus """ + if status is None: + raise ValueError("Invalid value for `status`, must not be `None`") self._status = status diff --git a/k8sclient/models/v1beta1_pod_disruption_budget_list.py b/k8sclient/models/v1beta1_pod_disruption_budget_list.py new file mode 100644 index 0000000000..21393fec04 --- /dev/null +++ b/k8sclient/models/v1beta1_pod_disruption_budget_list.py @@ -0,0 +1,156 @@ +# coding: utf-8 + +""" + Kubernetes + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + + OpenAPI spec version: unversioned + + Generated by: https://github.com/swagger-api/swagger-codegen.git + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +""" + +from pprint import pformat +from six import iteritems +import re + + +class V1beta1PodDisruptionBudgetList(object): + """ + NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. + """ + def __init__(self, items=None, metadata=None): + """ + V1beta1PodDisruptionBudgetList - a model defined in Swagger + + :param dict swaggerTypes: The key is attribute name + and the value is attribute type. + :param dict attributeMap: The key is attribute name + and the value is json key in definition. + """ + self.swagger_types = { + 'items': 'list[V1beta1PodDisruptionBudget]', + 'metadata': 'UnversionedListMeta' + } + + self.attribute_map = { + 'items': 'items', + 'metadata': 'metadata' + } + + self._items = items + self._metadata = metadata + + + @property + def items(self): + """ + Gets the items of this V1beta1PodDisruptionBudgetList. + + + :return: The items of this V1beta1PodDisruptionBudgetList. + :rtype: list[V1beta1PodDisruptionBudget] + """ + return self._items + + @items.setter + def items(self, items): + """ + Sets the items of this V1beta1PodDisruptionBudgetList. + + + :param items: The items of this V1beta1PodDisruptionBudgetList. + :type: list[V1beta1PodDisruptionBudget] + """ + if items is None: + raise ValueError("Invalid value for `items`, must not be `None`") + + self._items = items + + @property + def metadata(self): + """ + Gets the metadata of this V1beta1PodDisruptionBudgetList. + + + :return: The metadata of this V1beta1PodDisruptionBudgetList. + :rtype: UnversionedListMeta + """ + return self._metadata + + @metadata.setter + def metadata(self, metadata): + """ + Sets the metadata of this V1beta1PodDisruptionBudgetList. + + + :param metadata: The metadata of this V1beta1PodDisruptionBudgetList. + :type: UnversionedListMeta + """ + if metadata is None: + raise ValueError("Invalid value for `metadata`, must not be `None`") + + 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 + """ + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """ + Returns true if both objects are not equal + """ + return not self == other diff --git a/k8sclient/models/v1alpha1_pod_disruption_budget_spec.py b/k8sclient/models/v1beta1_pod_disruption_budget_spec.py similarity index 82% rename from k8sclient/models/v1alpha1_pod_disruption_budget_spec.py rename to k8sclient/models/v1beta1_pod_disruption_budget_spec.py index e9d4ead583..c9190e9ea1 100644 --- a/k8sclient/models/v1alpha1_pod_disruption_budget_spec.py +++ b/k8sclient/models/v1beta1_pod_disruption_budget_spec.py @@ -27,14 +27,14 @@ import re -class V1alpha1PodDisruptionBudgetSpec(object): +class V1beta1PodDisruptionBudgetSpec(object): """ NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. """ def __init__(self, min_available=None, selector=None): """ - V1alpha1PodDisruptionBudgetSpec - a model defined in Swagger + V1beta1PodDisruptionBudgetSpec - a model defined in Swagger :param dict swaggerTypes: The key is attribute name and the value is attribute type. @@ -58,10 +58,10 @@ def __init__(self, min_available=None, selector=None): @property def min_available(self): """ - Gets the min_available of this V1alpha1PodDisruptionBudgetSpec. + Gets the min_available of this V1beta1PodDisruptionBudgetSpec. An eviction is allowed if at least \"minAvailable\" pods selected by \"selector\" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying \"100%\". - :return: The min_available of this V1alpha1PodDisruptionBudgetSpec. + :return: The min_available of this V1beta1PodDisruptionBudgetSpec. :rtype: IntstrIntOrString """ return self._min_available @@ -69,22 +69,24 @@ def min_available(self): @min_available.setter def min_available(self, min_available): """ - Sets the min_available of this V1alpha1PodDisruptionBudgetSpec. + Sets the min_available of this V1beta1PodDisruptionBudgetSpec. An eviction is allowed if at least \"minAvailable\" pods selected by \"selector\" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying \"100%\". - :param min_available: The min_available of this V1alpha1PodDisruptionBudgetSpec. + :param min_available: The min_available of this V1beta1PodDisruptionBudgetSpec. :type: IntstrIntOrString """ + if min_available is None: + raise ValueError("Invalid value for `min_available`, must not be `None`") self._min_available = min_available @property def selector(self): """ - Gets the selector of this V1alpha1PodDisruptionBudgetSpec. + Gets the selector of this V1beta1PodDisruptionBudgetSpec. Label query over pods whose evictions are managed by the disruption budget. - :return: The selector of this V1alpha1PodDisruptionBudgetSpec. + :return: The selector of this V1beta1PodDisruptionBudgetSpec. :rtype: UnversionedLabelSelector """ return self._selector @@ -92,12 +94,14 @@ def selector(self): @selector.setter def selector(self, selector): """ - Sets the selector of this V1alpha1PodDisruptionBudgetSpec. + Sets the selector of this V1beta1PodDisruptionBudgetSpec. Label query over pods whose evictions are managed by the disruption budget. - :param selector: The selector of this V1alpha1PodDisruptionBudgetSpec. + :param selector: The selector of this V1beta1PodDisruptionBudgetSpec. :type: UnversionedLabelSelector """ + if selector is None: + raise ValueError("Invalid value for `selector`, must not be `None`") self._selector = selector diff --git a/k8sclient/models/v1beta1_pod_disruption_budget_status.py b/k8sclient/models/v1beta1_pod_disruption_budget_status.py new file mode 100644 index 0000000000..a9950a502e --- /dev/null +++ b/k8sclient/models/v1beta1_pod_disruption_budget_status.py @@ -0,0 +1,266 @@ +# coding: utf-8 + +""" + Kubernetes + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + + OpenAPI spec version: unversioned + + Generated by: https://github.com/swagger-api/swagger-codegen.git + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +""" + +from pprint import pformat +from six import iteritems +import re + + +class V1beta1PodDisruptionBudgetStatus(object): + """ + NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. + """ + def __init__(self, current_healthy=None, desired_healthy=None, disrupted_pods=None, disruptions_allowed=None, expected_pods=None, observed_generation=None): + """ + V1beta1PodDisruptionBudgetStatus - a model defined in Swagger + + :param dict swaggerTypes: The key is attribute name + and the value is attribute type. + :param dict attributeMap: The key is attribute name + and the value is json key in definition. + """ + self.swagger_types = { + 'current_healthy': 'int', + 'desired_healthy': 'int', + 'disrupted_pods': 'dict(str, UnversionedTime)', + 'disruptions_allowed': 'int', + 'expected_pods': 'int', + 'observed_generation': 'int' + } + + self.attribute_map = { + 'current_healthy': 'currentHealthy', + 'desired_healthy': 'desiredHealthy', + 'disrupted_pods': 'disruptedPods', + 'disruptions_allowed': 'disruptionsAllowed', + 'expected_pods': 'expectedPods', + 'observed_generation': 'observedGeneration' + } + + self._current_healthy = current_healthy + self._desired_healthy = desired_healthy + self._disrupted_pods = disrupted_pods + self._disruptions_allowed = disruptions_allowed + self._expected_pods = expected_pods + self._observed_generation = observed_generation + + + @property + def current_healthy(self): + """ + Gets the current_healthy of this V1beta1PodDisruptionBudgetStatus. + current number of healthy pods + + :return: The current_healthy of this V1beta1PodDisruptionBudgetStatus. + :rtype: int + """ + return self._current_healthy + + @current_healthy.setter + def current_healthy(self, current_healthy): + """ + Sets the current_healthy of this V1beta1PodDisruptionBudgetStatus. + current number of healthy pods + + :param current_healthy: The current_healthy of this V1beta1PodDisruptionBudgetStatus. + :type: int + """ + if current_healthy is None: + raise ValueError("Invalid value for `current_healthy`, must not be `None`") + + self._current_healthy = current_healthy + + @property + def desired_healthy(self): + """ + Gets the desired_healthy of this V1beta1PodDisruptionBudgetStatus. + minimum desired number of healthy pods + + :return: The desired_healthy of this V1beta1PodDisruptionBudgetStatus. + :rtype: int + """ + return self._desired_healthy + + @desired_healthy.setter + def desired_healthy(self, desired_healthy): + """ + Sets the desired_healthy of this V1beta1PodDisruptionBudgetStatus. + minimum desired number of healthy pods + + :param desired_healthy: The desired_healthy of this V1beta1PodDisruptionBudgetStatus. + :type: int + """ + if desired_healthy is None: + raise ValueError("Invalid value for `desired_healthy`, must not be `None`") + + self._desired_healthy = desired_healthy + + @property + def disrupted_pods(self): + """ + Gets the disrupted_pods of this V1beta1PodDisruptionBudgetStatus. + 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. + + :return: The disrupted_pods of this V1beta1PodDisruptionBudgetStatus. + :rtype: dict(str, UnversionedTime) + """ + return self._disrupted_pods + + @disrupted_pods.setter + def disrupted_pods(self, disrupted_pods): + """ + Sets the disrupted_pods of this V1beta1PodDisruptionBudgetStatus. + 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. + + :param disrupted_pods: The disrupted_pods of this V1beta1PodDisruptionBudgetStatus. + :type: dict(str, UnversionedTime) + """ + if disrupted_pods is None: + raise ValueError("Invalid value for `disrupted_pods`, must not be `None`") + + self._disrupted_pods = disrupted_pods + + @property + def disruptions_allowed(self): + """ + Gets the disruptions_allowed of this V1beta1PodDisruptionBudgetStatus. + Number of pod disruptions that are currently allowed. + + :return: The disruptions_allowed of this V1beta1PodDisruptionBudgetStatus. + :rtype: int + """ + return self._disruptions_allowed + + @disruptions_allowed.setter + def disruptions_allowed(self, disruptions_allowed): + """ + Sets the disruptions_allowed of this V1beta1PodDisruptionBudgetStatus. + Number of pod disruptions that are currently allowed. + + :param disruptions_allowed: The disruptions_allowed of this V1beta1PodDisruptionBudgetStatus. + :type: int + """ + if disruptions_allowed is None: + raise ValueError("Invalid value for `disruptions_allowed`, must not be `None`") + + self._disruptions_allowed = disruptions_allowed + + @property + def expected_pods(self): + """ + Gets the expected_pods of this V1beta1PodDisruptionBudgetStatus. + total number of pods counted by this disruption budget + + :return: The expected_pods of this V1beta1PodDisruptionBudgetStatus. + :rtype: int + """ + return self._expected_pods + + @expected_pods.setter + def expected_pods(self, expected_pods): + """ + Sets the expected_pods of this V1beta1PodDisruptionBudgetStatus. + total number of pods counted by this disruption budget + + :param expected_pods: The expected_pods of this V1beta1PodDisruptionBudgetStatus. + :type: int + """ + if expected_pods is None: + raise ValueError("Invalid value for `expected_pods`, must not be `None`") + + self._expected_pods = expected_pods + + @property + def observed_generation(self): + """ + Gets the observed_generation of this V1beta1PodDisruptionBudgetStatus. + Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status informatio is valid only if observedGeneration equals to PDB's object generation. + + :return: The observed_generation of this V1beta1PodDisruptionBudgetStatus. + :rtype: int + """ + return self._observed_generation + + @observed_generation.setter + def observed_generation(self, observed_generation): + """ + Sets the observed_generation of this V1beta1PodDisruptionBudgetStatus. + Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status informatio is valid only if observedGeneration equals to PDB's object generation. + + :param observed_generation: The observed_generation of this V1beta1PodDisruptionBudgetStatus. + :type: int + """ + + self._observed_generation = observed_generation + + 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 + """ + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """ + Returns true if both objects are not equal + """ + return not self == other diff --git a/k8sclient/models/v1alpha1_stateful_set.py b/k8sclient/models/v1beta1_stateful_set.py similarity index 79% rename from k8sclient/models/v1alpha1_stateful_set.py rename to k8sclient/models/v1beta1_stateful_set.py index 1226167858..00b0daa869 100644 --- a/k8sclient/models/v1alpha1_stateful_set.py +++ b/k8sclient/models/v1beta1_stateful_set.py @@ -27,14 +27,14 @@ import re -class V1alpha1StatefulSet(object): +class V1beta1StatefulSet(object): """ NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. """ def __init__(self, metadata=None, spec=None, status=None): """ - V1alpha1StatefulSet - a model defined in Swagger + V1beta1StatefulSet - a model defined in Swagger :param dict swaggerTypes: The key is attribute name and the value is attribute type. @@ -43,8 +43,8 @@ def __init__(self, metadata=None, spec=None, status=None): """ self.swagger_types = { 'metadata': 'V1ObjectMeta', - 'spec': 'V1alpha1StatefulSetSpec', - 'status': 'V1alpha1StatefulSetStatus' + 'spec': 'V1beta1StatefulSetSpec', + 'status': 'V1beta1StatefulSetStatus' } self.attribute_map = { @@ -61,10 +61,10 @@ def __init__(self, metadata=None, spec=None, status=None): @property def metadata(self): """ - Gets the metadata of this V1alpha1StatefulSet. + Gets the metadata of this V1beta1StatefulSet. - :return: The metadata of this V1alpha1StatefulSet. + :return: The metadata of this V1beta1StatefulSet. :rtype: V1ObjectMeta """ return self._metadata @@ -72,10 +72,10 @@ def metadata(self): @metadata.setter def metadata(self, metadata): """ - Sets the metadata of this V1alpha1StatefulSet. + Sets the metadata of this V1beta1StatefulSet. - :param metadata: The metadata of this V1alpha1StatefulSet. + :param metadata: The metadata of this V1beta1StatefulSet. :type: V1ObjectMeta """ @@ -84,22 +84,22 @@ def metadata(self, metadata): @property def spec(self): """ - Gets the spec of this V1alpha1StatefulSet. + Gets the spec of this V1beta1StatefulSet. Spec defines the desired identities of pods in this set. - :return: The spec of this V1alpha1StatefulSet. - :rtype: V1alpha1StatefulSetSpec + :return: The spec of this V1beta1StatefulSet. + :rtype: V1beta1StatefulSetSpec """ return self._spec @spec.setter def spec(self, spec): """ - Sets the spec of this V1alpha1StatefulSet. + Sets the spec of this V1beta1StatefulSet. Spec defines the desired identities of pods in this set. - :param spec: The spec of this V1alpha1StatefulSet. - :type: V1alpha1StatefulSetSpec + :param spec: The spec of this V1beta1StatefulSet. + :type: V1beta1StatefulSetSpec """ self._spec = spec @@ -107,22 +107,22 @@ def spec(self, spec): @property def status(self): """ - Gets the status of this V1alpha1StatefulSet. + Gets the status of this V1beta1StatefulSet. Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. - :return: The status of this V1alpha1StatefulSet. - :rtype: V1alpha1StatefulSetStatus + :return: The status of this V1beta1StatefulSet. + :rtype: V1beta1StatefulSetStatus """ return self._status @status.setter def status(self, status): """ - Sets the status of this V1alpha1StatefulSet. + Sets the status of this V1beta1StatefulSet. Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. - :param status: The status of this V1alpha1StatefulSet. - :type: V1alpha1StatefulSetStatus + :param status: The status of this V1beta1StatefulSet. + :type: V1beta1StatefulSetStatus """ self._status = status diff --git a/k8sclient/models/v1alpha1_stateful_set_list.py b/k8sclient/models/v1beta1_stateful_set_list.py similarity index 83% rename from k8sclient/models/v1alpha1_stateful_set_list.py rename to k8sclient/models/v1beta1_stateful_set_list.py index d5424fae48..7db3c48417 100644 --- a/k8sclient/models/v1alpha1_stateful_set_list.py +++ b/k8sclient/models/v1beta1_stateful_set_list.py @@ -27,14 +27,14 @@ import re -class V1alpha1StatefulSetList(object): +class V1beta1StatefulSetList(object): """ NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. """ def __init__(self, items=None, metadata=None): """ - V1alpha1StatefulSetList - a model defined in Swagger + V1beta1StatefulSetList - a model defined in Swagger :param dict swaggerTypes: The key is attribute name and the value is attribute type. @@ -42,7 +42,7 @@ def __init__(self, items=None, metadata=None): and the value is json key in definition. """ self.swagger_types = { - 'items': 'list[V1alpha1StatefulSet]', + 'items': 'list[V1beta1StatefulSet]', 'metadata': 'UnversionedListMeta' } @@ -58,22 +58,22 @@ def __init__(self, items=None, metadata=None): @property def items(self): """ - Gets the items of this V1alpha1StatefulSetList. + Gets the items of this V1beta1StatefulSetList. - :return: The items of this V1alpha1StatefulSetList. - :rtype: list[V1alpha1StatefulSet] + :return: The items of this V1beta1StatefulSetList. + :rtype: list[V1beta1StatefulSet] """ return self._items @items.setter def items(self, items): """ - Sets the items of this V1alpha1StatefulSetList. + Sets the items of this V1beta1StatefulSetList. - :param items: The items of this V1alpha1StatefulSetList. - :type: list[V1alpha1StatefulSet] + :param items: The items of this V1beta1StatefulSetList. + :type: list[V1beta1StatefulSet] """ if items is None: raise ValueError("Invalid value for `items`, must not be `None`") @@ -83,10 +83,10 @@ def items(self, items): @property def metadata(self): """ - Gets the metadata of this V1alpha1StatefulSetList. + Gets the metadata of this V1beta1StatefulSetList. - :return: The metadata of this V1alpha1StatefulSetList. + :return: The metadata of this V1beta1StatefulSetList. :rtype: UnversionedListMeta """ return self._metadata @@ -94,10 +94,10 @@ def metadata(self): @metadata.setter def metadata(self, metadata): """ - Sets the metadata of this V1alpha1StatefulSetList. + Sets the metadata of this V1beta1StatefulSetList. - :param metadata: The metadata of this V1alpha1StatefulSetList. + :param metadata: The metadata of this V1beta1StatefulSetList. :type: UnversionedListMeta """ diff --git a/k8sclient/models/v1alpha1_stateful_set_spec.py b/k8sclient/models/v1beta1_stateful_set_spec.py similarity index 85% rename from k8sclient/models/v1alpha1_stateful_set_spec.py rename to k8sclient/models/v1beta1_stateful_set_spec.py index 0ee8745efb..88b6919a8f 100644 --- a/k8sclient/models/v1alpha1_stateful_set_spec.py +++ b/k8sclient/models/v1beta1_stateful_set_spec.py @@ -27,14 +27,14 @@ import re -class V1alpha1StatefulSetSpec(object): +class V1beta1StatefulSetSpec(object): """ NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. """ def __init__(self, replicas=None, selector=None, service_name=None, template=None, volume_claim_templates=None): """ - V1alpha1StatefulSetSpec - a model defined in Swagger + V1beta1StatefulSetSpec - a model defined in Swagger :param dict swaggerTypes: The key is attribute name and the value is attribute type. @@ -67,10 +67,10 @@ def __init__(self, replicas=None, selector=None, service_name=None, template=Non @property def replicas(self): """ - Gets the replicas of this V1alpha1StatefulSetSpec. + Gets the replicas of this V1beta1StatefulSetSpec. Replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1. - :return: The replicas of this V1alpha1StatefulSetSpec. + :return: The replicas of this V1beta1StatefulSetSpec. :rtype: int """ return self._replicas @@ -78,10 +78,10 @@ def replicas(self): @replicas.setter def replicas(self, replicas): """ - Sets the replicas of this V1alpha1StatefulSetSpec. + Sets the replicas of this V1beta1StatefulSetSpec. Replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1. - :param replicas: The replicas of this V1alpha1StatefulSetSpec. + :param replicas: The replicas of this V1beta1StatefulSetSpec. :type: int """ @@ -90,10 +90,10 @@ def replicas(self, replicas): @property def selector(self): """ - Gets the selector of this V1alpha1StatefulSetSpec. + Gets the selector of this V1beta1StatefulSetSpec. Selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors - :return: The selector of this V1alpha1StatefulSetSpec. + :return: The selector of this V1beta1StatefulSetSpec. :rtype: UnversionedLabelSelector """ return self._selector @@ -101,10 +101,10 @@ def selector(self): @selector.setter def selector(self, selector): """ - Sets the selector of this V1alpha1StatefulSetSpec. + Sets the selector of this V1beta1StatefulSetSpec. Selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors - :param selector: The selector of this V1alpha1StatefulSetSpec. + :param selector: The selector of this V1beta1StatefulSetSpec. :type: UnversionedLabelSelector """ @@ -113,10 +113,10 @@ def selector(self, selector): @property def service_name(self): """ - Gets the service_name of this V1alpha1StatefulSetSpec. + Gets the service_name of this V1beta1StatefulSetSpec. ServiceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller. - :return: The service_name of this V1alpha1StatefulSetSpec. + :return: The service_name of this V1beta1StatefulSetSpec. :rtype: str """ return self._service_name @@ -124,10 +124,10 @@ def service_name(self): @service_name.setter def service_name(self, service_name): """ - Sets the service_name of this V1alpha1StatefulSetSpec. + Sets the service_name of this V1beta1StatefulSetSpec. ServiceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller. - :param service_name: The service_name of this V1alpha1StatefulSetSpec. + :param service_name: The service_name of this V1beta1StatefulSetSpec. :type: str """ if service_name is None: @@ -138,10 +138,10 @@ def service_name(self, service_name): @property def template(self): """ - Gets the template of this V1alpha1StatefulSetSpec. + Gets the template of this V1beta1StatefulSetSpec. Template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet. - :return: The template of this V1alpha1StatefulSetSpec. + :return: The template of this V1beta1StatefulSetSpec. :rtype: V1PodTemplateSpec """ return self._template @@ -149,10 +149,10 @@ def template(self): @template.setter def template(self, template): """ - Sets the template of this V1alpha1StatefulSetSpec. + Sets the template of this V1beta1StatefulSetSpec. Template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet. - :param template: The template of this V1alpha1StatefulSetSpec. + :param template: The template of this V1beta1StatefulSetSpec. :type: V1PodTemplateSpec """ if template is None: @@ -163,10 +163,10 @@ def template(self, template): @property def volume_claim_templates(self): """ - Gets the volume_claim_templates of this V1alpha1StatefulSetSpec. + Gets the volume_claim_templates of this V1beta1StatefulSetSpec. VolumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name. - :return: The volume_claim_templates of this V1alpha1StatefulSetSpec. + :return: The volume_claim_templates of this V1beta1StatefulSetSpec. :rtype: list[V1PersistentVolumeClaim] """ return self._volume_claim_templates @@ -174,10 +174,10 @@ def volume_claim_templates(self): @volume_claim_templates.setter def volume_claim_templates(self, volume_claim_templates): """ - Sets the volume_claim_templates of this V1alpha1StatefulSetSpec. + Sets the volume_claim_templates of this V1beta1StatefulSetSpec. VolumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name. - :param volume_claim_templates: The volume_claim_templates of this V1alpha1StatefulSetSpec. + :param volume_claim_templates: The volume_claim_templates of this V1beta1StatefulSetSpec. :type: list[V1PersistentVolumeClaim] """ diff --git a/k8sclient/models/v1alpha1_stateful_set_status.py b/k8sclient/models/v1beta1_stateful_set_status.py similarity index 87% rename from k8sclient/models/v1alpha1_stateful_set_status.py rename to k8sclient/models/v1beta1_stateful_set_status.py index d45a1eb295..773f8d939a 100644 --- a/k8sclient/models/v1alpha1_stateful_set_status.py +++ b/k8sclient/models/v1beta1_stateful_set_status.py @@ -27,14 +27,14 @@ import re -class V1alpha1StatefulSetStatus(object): +class V1beta1StatefulSetStatus(object): """ NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. """ def __init__(self, observed_generation=None, replicas=None): """ - V1alpha1StatefulSetStatus - a model defined in Swagger + V1beta1StatefulSetStatus - a model defined in Swagger :param dict swaggerTypes: The key is attribute name and the value is attribute type. @@ -58,10 +58,10 @@ def __init__(self, observed_generation=None, replicas=None): @property def observed_generation(self): """ - Gets the observed_generation of this V1alpha1StatefulSetStatus. + Gets the observed_generation of this V1beta1StatefulSetStatus. most recent generation observed by this autoscaler. - :return: The observed_generation of this V1alpha1StatefulSetStatus. + :return: The observed_generation of this V1beta1StatefulSetStatus. :rtype: int """ return self._observed_generation @@ -69,10 +69,10 @@ def observed_generation(self): @observed_generation.setter def observed_generation(self, observed_generation): """ - Sets the observed_generation of this V1alpha1StatefulSetStatus. + Sets the observed_generation of this V1beta1StatefulSetStatus. most recent generation observed by this autoscaler. - :param observed_generation: The observed_generation of this V1alpha1StatefulSetStatus. + :param observed_generation: The observed_generation of this V1beta1StatefulSetStatus. :type: int """ @@ -81,10 +81,10 @@ def observed_generation(self, observed_generation): @property def replicas(self): """ - Gets the replicas of this V1alpha1StatefulSetStatus. + Gets the replicas of this V1beta1StatefulSetStatus. Replicas is the number of actual replicas. - :return: The replicas of this V1alpha1StatefulSetStatus. + :return: The replicas of this V1beta1StatefulSetStatus. :rtype: int """ return self._replicas @@ -92,10 +92,10 @@ def replicas(self): @replicas.setter def replicas(self, replicas): """ - Sets the replicas of this V1alpha1StatefulSetStatus. + Sets the replicas of this V1beta1StatefulSetStatus. Replicas is the number of actual replicas. - :param replicas: The replicas of this V1alpha1StatefulSetStatus. + :param replicas: The replicas of this V1beta1StatefulSetStatus. :type: int """ if replicas is None: diff --git a/k8sclient/models/v2alpha1_cron_job.py b/k8sclient/models/v2alpha1_cron_job.py new file mode 100644 index 0000000000..e67a2e12fd --- /dev/null +++ b/k8sclient/models/v2alpha1_cron_job.py @@ -0,0 +1,178 @@ +# coding: utf-8 + +""" + Kubernetes + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + + OpenAPI spec version: unversioned + + Generated by: https://github.com/swagger-api/swagger-codegen.git + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +""" + +from pprint import pformat +from six import iteritems +import re + + +class V2alpha1CronJob(object): + """ + NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. + """ + def __init__(self, metadata=None, spec=None, status=None): + """ + V2alpha1CronJob - a model defined in Swagger + + :param dict swaggerTypes: The key is attribute name + and the value is attribute type. + :param dict attributeMap: The key is attribute name + and the value is json key in definition. + """ + self.swagger_types = { + 'metadata': 'V1ObjectMeta', + 'spec': 'V2alpha1CronJobSpec', + 'status': 'V2alpha1CronJobStatus' + } + + self.attribute_map = { + 'metadata': 'metadata', + 'spec': 'spec', + 'status': 'status' + } + + self._metadata = metadata + self._spec = spec + self._status = status + + + @property + def metadata(self): + """ + Gets the metadata of this V2alpha1CronJob. + Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + :return: The metadata of this V2alpha1CronJob. + :rtype: V1ObjectMeta + """ + return self._metadata + + @metadata.setter + def metadata(self, metadata): + """ + Sets the metadata of this V2alpha1CronJob. + Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + :param metadata: The metadata of this V2alpha1CronJob. + :type: V1ObjectMeta + """ + + self._metadata = metadata + + @property + def spec(self): + """ + Gets the spec of this V2alpha1CronJob. + Spec is a structure defining the expected behavior of a job, including the schedule. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status + + :return: The spec of this V2alpha1CronJob. + :rtype: V2alpha1CronJobSpec + """ + return self._spec + + @spec.setter + def spec(self, spec): + """ + Sets the spec of this V2alpha1CronJob. + Spec is a structure defining the expected behavior of a job, including the schedule. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status + + :param spec: The spec of this V2alpha1CronJob. + :type: V2alpha1CronJobSpec + """ + + self._spec = spec + + @property + def status(self): + """ + Gets the status of this V2alpha1CronJob. + Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status + + :return: The status of this V2alpha1CronJob. + :rtype: V2alpha1CronJobStatus + """ + return self._status + + @status.setter + def status(self, status): + """ + Sets the status of this V2alpha1CronJob. + Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status + + :param status: The status of this V2alpha1CronJob. + :type: V2alpha1CronJobStatus + """ + + self._status = status + + 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 + """ + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """ + Returns true if both objects are not equal + """ + return not self == other diff --git a/k8sclient/models/v2alpha1_cron_job_list.py b/k8sclient/models/v2alpha1_cron_job_list.py new file mode 100644 index 0000000000..8a052dc388 --- /dev/null +++ b/k8sclient/models/v2alpha1_cron_job_list.py @@ -0,0 +1,154 @@ +# coding: utf-8 + +""" + Kubernetes + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + + OpenAPI spec version: unversioned + + Generated by: https://github.com/swagger-api/swagger-codegen.git + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +""" + +from pprint import pformat +from six import iteritems +import re + + +class V2alpha1CronJobList(object): + """ + NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. + """ + def __init__(self, items=None, metadata=None): + """ + V2alpha1CronJobList - a model defined in Swagger + + :param dict swaggerTypes: The key is attribute name + and the value is attribute type. + :param dict attributeMap: The key is attribute name + and the value is json key in definition. + """ + self.swagger_types = { + 'items': 'list[V2alpha1CronJob]', + 'metadata': 'UnversionedListMeta' + } + + self.attribute_map = { + 'items': 'items', + 'metadata': 'metadata' + } + + self._items = items + self._metadata = metadata + + + @property + def items(self): + """ + Gets the items of this V2alpha1CronJobList. + Items is the list of CronJob. + + :return: The items of this V2alpha1CronJobList. + :rtype: list[V2alpha1CronJob] + """ + return self._items + + @items.setter + def items(self, items): + """ + Sets the items of this V2alpha1CronJobList. + Items is the list of CronJob. + + :param items: The items of this V2alpha1CronJobList. + :type: list[V2alpha1CronJob] + """ + if items is None: + raise ValueError("Invalid value for `items`, must not be `None`") + + self._items = items + + @property + def metadata(self): + """ + Gets the metadata of this V2alpha1CronJobList. + Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + :return: The metadata of this V2alpha1CronJobList. + :rtype: UnversionedListMeta + """ + return self._metadata + + @metadata.setter + def metadata(self, metadata): + """ + Sets the metadata of this V2alpha1CronJobList. + Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + :param metadata: The metadata of this V2alpha1CronJobList. + :type: UnversionedListMeta + """ + + 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 + """ + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """ + Returns true if both objects are not equal + """ + return not self == other diff --git a/k8sclient/models/v2alpha1_cron_job_spec.py b/k8sclient/models/v2alpha1_cron_job_spec.py new file mode 100644 index 0000000000..c41bce014c --- /dev/null +++ b/k8sclient/models/v2alpha1_cron_job_spec.py @@ -0,0 +1,234 @@ +# coding: utf-8 + +""" + Kubernetes + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + + OpenAPI spec version: unversioned + + Generated by: https://github.com/swagger-api/swagger-codegen.git + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +""" + +from pprint import pformat +from six import iteritems +import re + + +class V2alpha1CronJobSpec(object): + """ + NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. + """ + def __init__(self, concurrency_policy=None, job_template=None, schedule=None, starting_deadline_seconds=None, suspend=None): + """ + V2alpha1CronJobSpec - a model defined in Swagger + + :param dict swaggerTypes: The key is attribute name + and the value is attribute type. + :param dict attributeMap: The key is attribute name + and the value is json key in definition. + """ + self.swagger_types = { + 'concurrency_policy': 'str', + 'job_template': 'V2alpha1JobTemplateSpec', + 'schedule': 'str', + 'starting_deadline_seconds': 'int', + 'suspend': 'bool' + } + + self.attribute_map = { + 'concurrency_policy': 'concurrencyPolicy', + 'job_template': 'jobTemplate', + 'schedule': 'schedule', + 'starting_deadline_seconds': 'startingDeadlineSeconds', + 'suspend': 'suspend' + } + + self._concurrency_policy = concurrency_policy + self._job_template = job_template + self._schedule = schedule + self._starting_deadline_seconds = starting_deadline_seconds + self._suspend = suspend + + + @property + def concurrency_policy(self): + """ + Gets the concurrency_policy of this V2alpha1CronJobSpec. + ConcurrencyPolicy specifies how to treat concurrent executions of a Job. + + :return: The concurrency_policy of this V2alpha1CronJobSpec. + :rtype: str + """ + return self._concurrency_policy + + @concurrency_policy.setter + def concurrency_policy(self, concurrency_policy): + """ + Sets the concurrency_policy of this V2alpha1CronJobSpec. + ConcurrencyPolicy specifies how to treat concurrent executions of a Job. + + :param concurrency_policy: The concurrency_policy of this V2alpha1CronJobSpec. + :type: str + """ + + self._concurrency_policy = concurrency_policy + + @property + def job_template(self): + """ + Gets the job_template of this V2alpha1CronJobSpec. + JobTemplate is the object that describes the job that will be created when executing a CronJob. + + :return: The job_template of this V2alpha1CronJobSpec. + :rtype: V2alpha1JobTemplateSpec + """ + return self._job_template + + @job_template.setter + def job_template(self, job_template): + """ + Sets the job_template of this V2alpha1CronJobSpec. + JobTemplate is the object that describes the job that will be created when executing a CronJob. + + :param job_template: The job_template of this V2alpha1CronJobSpec. + :type: V2alpha1JobTemplateSpec + """ + if job_template is None: + raise ValueError("Invalid value for `job_template`, must not be `None`") + + self._job_template = job_template + + @property + def schedule(self): + """ + Gets the schedule of this V2alpha1CronJobSpec. + Schedule contains the schedule in Cron format, see https://en.wikipedia.org/wiki/Cron. + + :return: The schedule of this V2alpha1CronJobSpec. + :rtype: str + """ + return self._schedule + + @schedule.setter + def schedule(self, schedule): + """ + Sets the schedule of this V2alpha1CronJobSpec. + Schedule contains the schedule in Cron format, see https://en.wikipedia.org/wiki/Cron. + + :param schedule: The schedule of this V2alpha1CronJobSpec. + :type: str + """ + if schedule is None: + raise ValueError("Invalid value for `schedule`, must not be `None`") + + self._schedule = schedule + + @property + def starting_deadline_seconds(self): + """ + Gets the starting_deadline_seconds of this V2alpha1CronJobSpec. + Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones. + + :return: The starting_deadline_seconds of this V2alpha1CronJobSpec. + :rtype: int + """ + return self._starting_deadline_seconds + + @starting_deadline_seconds.setter + def starting_deadline_seconds(self, starting_deadline_seconds): + """ + Sets the starting_deadline_seconds of this V2alpha1CronJobSpec. + Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones. + + :param starting_deadline_seconds: The starting_deadline_seconds of this V2alpha1CronJobSpec. + :type: int + """ + + self._starting_deadline_seconds = starting_deadline_seconds + + @property + def suspend(self): + """ + Gets the suspend of this V2alpha1CronJobSpec. + Suspend flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false. + + :return: The suspend of this V2alpha1CronJobSpec. + :rtype: bool + """ + return self._suspend + + @suspend.setter + def suspend(self, suspend): + """ + Sets the suspend of this V2alpha1CronJobSpec. + Suspend flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false. + + :param suspend: The suspend of this V2alpha1CronJobSpec. + :type: bool + """ + + self._suspend = suspend + + 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 + """ + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """ + Returns true if both objects are not equal + """ + return not self == other diff --git a/k8sclient/models/v2alpha1_cron_job_status.py b/k8sclient/models/v2alpha1_cron_job_status.py new file mode 100644 index 0000000000..ad24450b22 --- /dev/null +++ b/k8sclient/models/v2alpha1_cron_job_status.py @@ -0,0 +1,152 @@ +# coding: utf-8 + +""" + Kubernetes + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + + OpenAPI spec version: unversioned + + Generated by: https://github.com/swagger-api/swagger-codegen.git + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +""" + +from pprint import pformat +from six import iteritems +import re + + +class V2alpha1CronJobStatus(object): + """ + NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. + """ + def __init__(self, active=None, last_schedule_time=None): + """ + V2alpha1CronJobStatus - a model defined in Swagger + + :param dict swaggerTypes: The key is attribute name + and the value is attribute type. + :param dict attributeMap: The key is attribute name + and the value is json key in definition. + """ + self.swagger_types = { + 'active': 'list[V1ObjectReference]', + 'last_schedule_time': 'UnversionedTime' + } + + self.attribute_map = { + 'active': 'active', + 'last_schedule_time': 'lastScheduleTime' + } + + self._active = active + self._last_schedule_time = last_schedule_time + + + @property + def active(self): + """ + Gets the active of this V2alpha1CronJobStatus. + Active holds pointers to currently running jobs. + + :return: The active of this V2alpha1CronJobStatus. + :rtype: list[V1ObjectReference] + """ + return self._active + + @active.setter + def active(self, active): + """ + Sets the active of this V2alpha1CronJobStatus. + Active holds pointers to currently running jobs. + + :param active: The active of this V2alpha1CronJobStatus. + :type: list[V1ObjectReference] + """ + + self._active = active + + @property + def last_schedule_time(self): + """ + Gets the last_schedule_time of this V2alpha1CronJobStatus. + LastScheduleTime keeps information of when was the last time the job was successfully scheduled. + + :return: The last_schedule_time of this V2alpha1CronJobStatus. + :rtype: UnversionedTime + """ + return self._last_schedule_time + + @last_schedule_time.setter + def last_schedule_time(self, last_schedule_time): + """ + Sets the last_schedule_time of this V2alpha1CronJobStatus. + LastScheduleTime keeps information of when was the last time the job was successfully scheduled. + + :param last_schedule_time: The last_schedule_time of this V2alpha1CronJobStatus. + :type: UnversionedTime + """ + + self._last_schedule_time = last_schedule_time + + 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 + """ + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """ + Returns true if both objects are not equal + """ + return not self == other diff --git a/k8sclient/models/v2alpha1_job.py b/k8sclient/models/v2alpha1_job.py new file mode 100644 index 0000000000..511692880e --- /dev/null +++ b/k8sclient/models/v2alpha1_job.py @@ -0,0 +1,178 @@ +# coding: utf-8 + +""" + Kubernetes + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + + OpenAPI spec version: unversioned + + Generated by: https://github.com/swagger-api/swagger-codegen.git + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +""" + +from pprint import pformat +from six import iteritems +import re + + +class V2alpha1Job(object): + """ + NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. + """ + def __init__(self, metadata=None, spec=None, status=None): + """ + V2alpha1Job - a model defined in Swagger + + :param dict swaggerTypes: The key is attribute name + and the value is attribute type. + :param dict attributeMap: The key is attribute name + and the value is json key in definition. + """ + self.swagger_types = { + 'metadata': 'V1ObjectMeta', + 'spec': 'V2alpha1JobSpec', + 'status': 'V2alpha1JobStatus' + } + + self.attribute_map = { + 'metadata': 'metadata', + 'spec': 'spec', + 'status': 'status' + } + + self._metadata = metadata + self._spec = spec + self._status = status + + + @property + def metadata(self): + """ + Gets the metadata of this V2alpha1Job. + Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + :return: The metadata of this V2alpha1Job. + :rtype: V1ObjectMeta + """ + return self._metadata + + @metadata.setter + def metadata(self, metadata): + """ + Sets the metadata of this V2alpha1Job. + Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + :param metadata: The metadata of this V2alpha1Job. + :type: V1ObjectMeta + """ + + self._metadata = metadata + + @property + def spec(self): + """ + Gets the spec of this V2alpha1Job. + Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status + + :return: The spec of this V2alpha1Job. + :rtype: V2alpha1JobSpec + """ + return self._spec + + @spec.setter + def spec(self, spec): + """ + Sets the spec of this V2alpha1Job. + Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status + + :param spec: The spec of this V2alpha1Job. + :type: V2alpha1JobSpec + """ + + self._spec = spec + + @property + def status(self): + """ + Gets the status of this V2alpha1Job. + Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status + + :return: The status of this V2alpha1Job. + :rtype: V2alpha1JobStatus + """ + return self._status + + @status.setter + def status(self, status): + """ + Sets the status of this V2alpha1Job. + Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status + + :param status: The status of this V2alpha1Job. + :type: V2alpha1JobStatus + """ + + self._status = status + + 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 + """ + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """ + Returns true if both objects are not equal + """ + return not self == other diff --git a/k8sclient/models/v2alpha1_job_condition.py b/k8sclient/models/v2alpha1_job_condition.py new file mode 100644 index 0000000000..b59c21e751 --- /dev/null +++ b/k8sclient/models/v2alpha1_job_condition.py @@ -0,0 +1,260 @@ +# coding: utf-8 + +""" + Kubernetes + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + + OpenAPI spec version: unversioned + + Generated by: https://github.com/swagger-api/swagger-codegen.git + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +""" + +from pprint import pformat +from six import iteritems +import re + + +class V2alpha1JobCondition(object): + """ + NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. + """ + def __init__(self, last_probe_time=None, last_transition_time=None, message=None, reason=None, status=None, type=None): + """ + V2alpha1JobCondition - a model defined in Swagger + + :param dict swaggerTypes: The key is attribute name + and the value is attribute type. + :param dict attributeMap: The key is attribute name + and the value is json key in definition. + """ + self.swagger_types = { + 'last_probe_time': 'UnversionedTime', + 'last_transition_time': 'UnversionedTime', + 'message': 'str', + 'reason': 'str', + 'status': 'str', + 'type': 'str' + } + + self.attribute_map = { + 'last_probe_time': 'lastProbeTime', + 'last_transition_time': 'lastTransitionTime', + 'message': 'message', + 'reason': 'reason', + 'status': 'status', + 'type': 'type' + } + + self._last_probe_time = last_probe_time + self._last_transition_time = last_transition_time + self._message = message + self._reason = reason + self._status = status + self._type = type + + + @property + def last_probe_time(self): + """ + Gets the last_probe_time of this V2alpha1JobCondition. + Last time the condition was checked. + + :return: The last_probe_time of this V2alpha1JobCondition. + :rtype: UnversionedTime + """ + return self._last_probe_time + + @last_probe_time.setter + def last_probe_time(self, last_probe_time): + """ + Sets the last_probe_time of this V2alpha1JobCondition. + Last time the condition was checked. + + :param last_probe_time: The last_probe_time of this V2alpha1JobCondition. + :type: UnversionedTime + """ + + self._last_probe_time = last_probe_time + + @property + def last_transition_time(self): + """ + Gets the last_transition_time of this V2alpha1JobCondition. + Last time the condition transit from one status to another. + + :return: The last_transition_time of this V2alpha1JobCondition. + :rtype: UnversionedTime + """ + return self._last_transition_time + + @last_transition_time.setter + def last_transition_time(self, last_transition_time): + """ + Sets the last_transition_time of this V2alpha1JobCondition. + Last time the condition transit from one status to another. + + :param last_transition_time: The last_transition_time of this V2alpha1JobCondition. + :type: UnversionedTime + """ + + self._last_transition_time = last_transition_time + + @property + def message(self): + """ + Gets the message of this V2alpha1JobCondition. + Human readable message indicating details about last transition. + + :return: The message of this V2alpha1JobCondition. + :rtype: str + """ + return self._message + + @message.setter + def message(self, message): + """ + Sets the message of this V2alpha1JobCondition. + Human readable message indicating details about last transition. + + :param message: The message of this V2alpha1JobCondition. + :type: str + """ + + self._message = message + + @property + def reason(self): + """ + Gets the reason of this V2alpha1JobCondition. + (brief) reason for the condition's last transition. + + :return: The reason of this V2alpha1JobCondition. + :rtype: str + """ + return self._reason + + @reason.setter + def reason(self, reason): + """ + Sets the reason of this V2alpha1JobCondition. + (brief) reason for the condition's last transition. + + :param reason: The reason of this V2alpha1JobCondition. + :type: str + """ + + self._reason = reason + + @property + def status(self): + """ + Gets the status of this V2alpha1JobCondition. + Status of the condition, one of True, False, Unknown. + + :return: The status of this V2alpha1JobCondition. + :rtype: str + """ + return self._status + + @status.setter + def status(self, status): + """ + Sets the status of this V2alpha1JobCondition. + Status of the condition, one of True, False, Unknown. + + :param status: The status of this V2alpha1JobCondition. + :type: str + """ + if status is None: + raise ValueError("Invalid value for `status`, must not be `None`") + + self._status = status + + @property + def type(self): + """ + Gets the type of this V2alpha1JobCondition. + Type of job condition, Complete or Failed. + + :return: The type of this V2alpha1JobCondition. + :rtype: str + """ + return self._type + + @type.setter + def type(self, type): + """ + Sets the type of this V2alpha1JobCondition. + Type of job condition, Complete or Failed. + + :param type: The type of this V2alpha1JobCondition. + :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 + """ + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """ + Returns true if both objects are not equal + """ + return not self == other diff --git a/k8sclient/models/v1alpha1_pod_disruption_budget_list.py b/k8sclient/models/v2alpha1_job_list.py similarity index 79% rename from k8sclient/models/v1alpha1_pod_disruption_budget_list.py rename to k8sclient/models/v2alpha1_job_list.py index f610a37287..484405784e 100644 --- a/k8sclient/models/v1alpha1_pod_disruption_budget_list.py +++ b/k8sclient/models/v2alpha1_job_list.py @@ -27,14 +27,14 @@ import re -class V1alpha1PodDisruptionBudgetList(object): +class V2alpha1JobList(object): """ NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. """ def __init__(self, items=None, metadata=None): """ - V1alpha1PodDisruptionBudgetList - a model defined in Swagger + V2alpha1JobList - a model defined in Swagger :param dict swaggerTypes: The key is attribute name and the value is attribute type. @@ -42,7 +42,7 @@ def __init__(self, items=None, metadata=None): and the value is json key in definition. """ self.swagger_types = { - 'items': 'list[V1alpha1PodDisruptionBudget]', + 'items': 'list[V2alpha1Job]', 'metadata': 'UnversionedListMeta' } @@ -58,22 +58,22 @@ def __init__(self, items=None, metadata=None): @property def items(self): """ - Gets the items of this V1alpha1PodDisruptionBudgetList. + Gets the items of this V2alpha1JobList. + Items is the list of Job. - - :return: The items of this V1alpha1PodDisruptionBudgetList. - :rtype: list[V1alpha1PodDisruptionBudget] + :return: The items of this V2alpha1JobList. + :rtype: list[V2alpha1Job] """ return self._items @items.setter def items(self, items): """ - Sets the items of this V1alpha1PodDisruptionBudgetList. - + Sets the items of this V2alpha1JobList. + Items is the list of Job. - :param items: The items of this V1alpha1PodDisruptionBudgetList. - :type: list[V1alpha1PodDisruptionBudget] + :param items: The items of this V2alpha1JobList. + :type: list[V2alpha1Job] """ if items is None: raise ValueError("Invalid value for `items`, must not be `None`") @@ -83,10 +83,10 @@ def items(self, items): @property def metadata(self): """ - Gets the metadata of this V1alpha1PodDisruptionBudgetList. + Gets the metadata of this V2alpha1JobList. + Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - - :return: The metadata of this V1alpha1PodDisruptionBudgetList. + :return: The metadata of this V2alpha1JobList. :rtype: UnversionedListMeta """ return self._metadata @@ -94,10 +94,10 @@ def metadata(self): @metadata.setter def metadata(self, metadata): """ - Sets the metadata of this V1alpha1PodDisruptionBudgetList. - + Sets the metadata of this V2alpha1JobList. + Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata - :param metadata: The metadata of this V1alpha1PodDisruptionBudgetList. + :param metadata: The metadata of this V2alpha1JobList. :type: UnversionedListMeta """ diff --git a/k8sclient/models/v2alpha1_job_spec.py b/k8sclient/models/v2alpha1_job_spec.py new file mode 100644 index 0000000000..b00f7f16e5 --- /dev/null +++ b/k8sclient/models/v2alpha1_job_spec.py @@ -0,0 +1,258 @@ +# coding: utf-8 + +""" + Kubernetes + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + + OpenAPI spec version: unversioned + + Generated by: https://github.com/swagger-api/swagger-codegen.git + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +""" + +from pprint import pformat +from six import iteritems +import re + + +class V2alpha1JobSpec(object): + """ + NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. + """ + def __init__(self, active_deadline_seconds=None, completions=None, manual_selector=None, parallelism=None, selector=None, template=None): + """ + V2alpha1JobSpec - a model defined in Swagger + + :param dict swaggerTypes: The key is attribute name + and the value is attribute type. + :param dict attributeMap: The key is attribute name + and the value is json key in definition. + """ + self.swagger_types = { + 'active_deadline_seconds': 'int', + 'completions': 'int', + 'manual_selector': 'bool', + 'parallelism': 'int', + 'selector': 'UnversionedLabelSelector', + 'template': 'V1PodTemplateSpec' + } + + self.attribute_map = { + 'active_deadline_seconds': 'activeDeadlineSeconds', + 'completions': 'completions', + 'manual_selector': 'manualSelector', + 'parallelism': 'parallelism', + 'selector': 'selector', + 'template': 'template' + } + + self._active_deadline_seconds = active_deadline_seconds + self._completions = completions + self._manual_selector = manual_selector + self._parallelism = parallelism + self._selector = selector + self._template = template + + + @property + def active_deadline_seconds(self): + """ + Gets the active_deadline_seconds of this V2alpha1JobSpec. + Optional duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer + + :return: The active_deadline_seconds of this V2alpha1JobSpec. + :rtype: int + """ + return self._active_deadline_seconds + + @active_deadline_seconds.setter + def active_deadline_seconds(self, active_deadline_seconds): + """ + Sets the active_deadline_seconds of this V2alpha1JobSpec. + Optional duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer + + :param active_deadline_seconds: The active_deadline_seconds of this V2alpha1JobSpec. + :type: int + """ + + self._active_deadline_seconds = active_deadline_seconds + + @property + def completions(self): + """ + Gets the completions of this V2alpha1JobSpec. + Completions specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: http://kubernetes.io/docs/user-guide/jobs + + :return: The completions of this V2alpha1JobSpec. + :rtype: int + """ + return self._completions + + @completions.setter + def completions(self, completions): + """ + Sets the completions of this V2alpha1JobSpec. + Completions specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: http://kubernetes.io/docs/user-guide/jobs + + :param completions: The completions of this V2alpha1JobSpec. + :type: int + """ + + self._completions = completions + + @property + def manual_selector(self): + """ + Gets the manual_selector of this V2alpha1JobSpec. + ManualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: http://releases.k8s.io/HEAD/docs/design/selector-generation.md + + :return: The manual_selector of this V2alpha1JobSpec. + :rtype: bool + """ + return self._manual_selector + + @manual_selector.setter + def manual_selector(self, manual_selector): + """ + Sets the manual_selector of this V2alpha1JobSpec. + ManualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: http://releases.k8s.io/HEAD/docs/design/selector-generation.md + + :param manual_selector: The manual_selector of this V2alpha1JobSpec. + :type: bool + """ + + self._manual_selector = manual_selector + + @property + def parallelism(self): + """ + Gets the parallelism of this V2alpha1JobSpec. + Parallelism specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: http://kubernetes.io/docs/user-guide/jobs + + :return: The parallelism of this V2alpha1JobSpec. + :rtype: int + """ + return self._parallelism + + @parallelism.setter + def parallelism(self, parallelism): + """ + Sets the parallelism of this V2alpha1JobSpec. + Parallelism specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: http://kubernetes.io/docs/user-guide/jobs + + :param parallelism: The parallelism of this V2alpha1JobSpec. + :type: int + """ + + self._parallelism = parallelism + + @property + def selector(self): + """ + Gets the selector of this V2alpha1JobSpec. + Selector is a label query over pods that should match the pod count. Normally, the system sets this field for you. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors + + :return: The selector of this V2alpha1JobSpec. + :rtype: UnversionedLabelSelector + """ + return self._selector + + @selector.setter + def selector(self, selector): + """ + Sets the selector of this V2alpha1JobSpec. + Selector is a label query over pods that should match the pod count. Normally, the system sets this field for you. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors + + :param selector: The selector of this V2alpha1JobSpec. + :type: UnversionedLabelSelector + """ + + self._selector = selector + + @property + def template(self): + """ + Gets the template of this V2alpha1JobSpec. + Template is the object that describes the pod that will be created when executing a job. More info: http://kubernetes.io/docs/user-guide/jobs + + :return: The template of this V2alpha1JobSpec. + :rtype: V1PodTemplateSpec + """ + return self._template + + @template.setter + def template(self, template): + """ + Sets the template of this V2alpha1JobSpec. + Template is the object that describes the pod that will be created when executing a job. More info: http://kubernetes.io/docs/user-guide/jobs + + :param template: The template of this V2alpha1JobSpec. + :type: V1PodTemplateSpec + """ + if template is None: + raise ValueError("Invalid value for `template`, must not be `None`") + + self._template = template + + 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 + """ + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """ + Returns true if both objects are not equal + """ + return not self == other diff --git a/k8sclient/models/v2alpha1_job_status.py b/k8sclient/models/v2alpha1_job_status.py new file mode 100644 index 0000000000..67d04edea7 --- /dev/null +++ b/k8sclient/models/v2alpha1_job_status.py @@ -0,0 +1,256 @@ +# coding: utf-8 + +""" + Kubernetes + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + + OpenAPI spec version: unversioned + + Generated by: https://github.com/swagger-api/swagger-codegen.git + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +""" + +from pprint import pformat +from six import iteritems +import re + + +class V2alpha1JobStatus(object): + """ + NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. + """ + def __init__(self, active=None, completion_time=None, conditions=None, failed=None, start_time=None, succeeded=None): + """ + V2alpha1JobStatus - a model defined in Swagger + + :param dict swaggerTypes: The key is attribute name + and the value is attribute type. + :param dict attributeMap: The key is attribute name + and the value is json key in definition. + """ + self.swagger_types = { + 'active': 'int', + 'completion_time': 'UnversionedTime', + 'conditions': 'list[V2alpha1JobCondition]', + 'failed': 'int', + 'start_time': 'UnversionedTime', + 'succeeded': 'int' + } + + self.attribute_map = { + 'active': 'active', + 'completion_time': 'completionTime', + 'conditions': 'conditions', + 'failed': 'failed', + 'start_time': 'startTime', + 'succeeded': 'succeeded' + } + + self._active = active + self._completion_time = completion_time + self._conditions = conditions + self._failed = failed + self._start_time = start_time + self._succeeded = succeeded + + + @property + def active(self): + """ + Gets the active of this V2alpha1JobStatus. + Active is the number of actively running pods. + + :return: The active of this V2alpha1JobStatus. + :rtype: int + """ + return self._active + + @active.setter + def active(self, active): + """ + Sets the active of this V2alpha1JobStatus. + Active is the number of actively running pods. + + :param active: The active of this V2alpha1JobStatus. + :type: int + """ + + self._active = active + + @property + def completion_time(self): + """ + Gets the completion_time of this V2alpha1JobStatus. + CompletionTime represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. + + :return: The completion_time of this V2alpha1JobStatus. + :rtype: UnversionedTime + """ + return self._completion_time + + @completion_time.setter + def completion_time(self, completion_time): + """ + Sets the completion_time of this V2alpha1JobStatus. + CompletionTime represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. + + :param completion_time: The completion_time of this V2alpha1JobStatus. + :type: UnversionedTime + """ + + self._completion_time = completion_time + + @property + def conditions(self): + """ + Gets the conditions of this V2alpha1JobStatus. + Conditions represent the latest available observations of an object's current state. More info: http://kubernetes.io/docs/user-guide/jobs + + :return: The conditions of this V2alpha1JobStatus. + :rtype: list[V2alpha1JobCondition] + """ + return self._conditions + + @conditions.setter + def conditions(self, conditions): + """ + Sets the conditions of this V2alpha1JobStatus. + Conditions represent the latest available observations of an object's current state. More info: http://kubernetes.io/docs/user-guide/jobs + + :param conditions: The conditions of this V2alpha1JobStatus. + :type: list[V2alpha1JobCondition] + """ + + self._conditions = conditions + + @property + def failed(self): + """ + Gets the failed of this V2alpha1JobStatus. + Failed is the number of pods which reached Phase Failed. + + :return: The failed of this V2alpha1JobStatus. + :rtype: int + """ + return self._failed + + @failed.setter + def failed(self, failed): + """ + Sets the failed of this V2alpha1JobStatus. + Failed is the number of pods which reached Phase Failed. + + :param failed: The failed of this V2alpha1JobStatus. + :type: int + """ + + self._failed = failed + + @property + def start_time(self): + """ + Gets the start_time of this V2alpha1JobStatus. + StartTime represents time when the job was acknowledged by the Job Manager. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. + + :return: The start_time of this V2alpha1JobStatus. + :rtype: UnversionedTime + """ + return self._start_time + + @start_time.setter + def start_time(self, start_time): + """ + Sets the start_time of this V2alpha1JobStatus. + StartTime represents time when the job was acknowledged by the Job Manager. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. + + :param start_time: The start_time of this V2alpha1JobStatus. + :type: UnversionedTime + """ + + self._start_time = start_time + + @property + def succeeded(self): + """ + Gets the succeeded of this V2alpha1JobStatus. + Succeeded is the number of pods which reached Phase Succeeded. + + :return: The succeeded of this V2alpha1JobStatus. + :rtype: int + """ + return self._succeeded + + @succeeded.setter + def succeeded(self, succeeded): + """ + Sets the succeeded of this V2alpha1JobStatus. + Succeeded is the number of pods which reached Phase Succeeded. + + :param succeeded: The succeeded of this V2alpha1JobStatus. + :type: int + """ + + self._succeeded = succeeded + + 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 + """ + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """ + Returns true if both objects are not equal + """ + return not self == other diff --git a/k8sclient/models/v2alpha1_job_template_spec.py b/k8sclient/models/v2alpha1_job_template_spec.py new file mode 100644 index 0000000000..60de38d260 --- /dev/null +++ b/k8sclient/models/v2alpha1_job_template_spec.py @@ -0,0 +1,152 @@ +# coding: utf-8 + +""" + Kubernetes + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + + OpenAPI spec version: unversioned + + Generated by: https://github.com/swagger-api/swagger-codegen.git + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +""" + +from pprint import pformat +from six import iteritems +import re + + +class V2alpha1JobTemplateSpec(object): + """ + NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. + """ + def __init__(self, metadata=None, spec=None): + """ + V2alpha1JobTemplateSpec - a model defined in Swagger + + :param dict swaggerTypes: The key is attribute name + and the value is attribute type. + :param dict attributeMap: The key is attribute name + and the value is json key in definition. + """ + self.swagger_types = { + 'metadata': 'V1ObjectMeta', + 'spec': 'V2alpha1JobSpec' + } + + self.attribute_map = { + 'metadata': 'metadata', + 'spec': 'spec' + } + + self._metadata = metadata + self._spec = spec + + + @property + def metadata(self): + """ + Gets the metadata of this V2alpha1JobTemplateSpec. + Standard object's metadata of the jobs created from this template. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + :return: The metadata of this V2alpha1JobTemplateSpec. + :rtype: V1ObjectMeta + """ + return self._metadata + + @metadata.setter + def metadata(self, metadata): + """ + Sets the metadata of this V2alpha1JobTemplateSpec. + Standard object's metadata of the jobs created from this template. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata + + :param metadata: The metadata of this V2alpha1JobTemplateSpec. + :type: V1ObjectMeta + """ + + self._metadata = metadata + + @property + def spec(self): + """ + Gets the spec of this V2alpha1JobTemplateSpec. + Specification of the desired behavior of the job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status + + :return: The spec of this V2alpha1JobTemplateSpec. + :rtype: V2alpha1JobSpec + """ + return self._spec + + @spec.setter + def spec(self, spec): + """ + Sets the spec of this V2alpha1JobTemplateSpec. + Specification of the desired behavior of the job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status + + :param spec: The spec of this V2alpha1JobTemplateSpec. + :type: V2alpha1JobSpec + """ + + self._spec = spec + + 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 + """ + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """ + Returns true if both objects are not equal + """ + return not self == other diff --git a/k8sclient/rest.py b/k8sclient/rest.py index d027808061..ca5d3c9117 100644 --- a/k8sclient/rest.py +++ b/k8sclient/rest.py @@ -105,7 +105,7 @@ def __init__(self, pools_size=4): ) def request(self, method, url, query_params=None, headers=None, - body=None, post_params=None): + body=None, post_params=None, _preload_content=True, _request_timeout=None): """ :param method: http request method :param url: http request url @@ -115,6 +115,10 @@ def request(self, method, url, query_params=None, headers=None, :param post_params: request post parameters, `application/x-www-form-urlencoded` and `multipart/form-data` + :param _preload_content: if False, the urllib3.HTTPResponse object will be returned without + reading/decoding response data. Default is True. + :param _request_timeout: timeout setting for this request. If one number provided, it will be total request + timeout. It can also be a pair (tuple) of (connection, read) timeouts. """ method = method.upper() assert method in ['GET', 'HEAD', 'DELETE', 'POST', 'PUT', 'PATCH', 'OPTIONS'] @@ -127,6 +131,13 @@ def request(self, method, url, query_params=None, headers=None, post_params = post_params or {} headers = headers or {} + timeout = None + if _request_timeout: + if isinstance(_request_timeout, (int, ) if PY3 else (int, long)): + timeout = urllib3.Timeout(total=_request_timeout) + elif isinstance(_request_timeout, tuple) and len(_request_timeout) == 2: + timeout = urllib3.Timeout(connect=_request_timeout[0], read=_request_timeout[1]) + if 'Content-Type' not in headers: headers['Content-Type'] = 'application/json' @@ -141,11 +152,15 @@ def request(self, method, url, query_params=None, headers=None, request_body = json.dumps(body) r = self.pool_manager.request(method, url, body=request_body, + preload_content=_preload_content, + timeout=timeout, headers=headers) elif headers['Content-Type'] == 'application/x-www-form-urlencoded': r = self.pool_manager.request(method, url, fields=post_params, encode_multipart=False, + preload_content=_preload_content, + timeout=timeout, headers=headers) elif headers['Content-Type'] == 'multipart/form-data': # must del headers['Content-Type'], or the correct Content-Type @@ -154,6 +169,8 @@ def request(self, method, url, query_params=None, headers=None, r = self.pool_manager.request(method, url, fields=post_params, encode_multipart=True, + preload_content=_preload_content, + timeout=timeout, headers=headers) # Pass a `string` parameter directly in the body to support # other content types than Json when `body` argument is provided @@ -162,6 +179,8 @@ def request(self, method, url, query_params=None, headers=None, request_body = body r = self.pool_manager.request(method, url, body=request_body, + preload_content=_preload_content, + timeout=timeout, headers=headers) else: # Cannot generate the request from given parameters @@ -172,68 +191,89 @@ def request(self, method, url, query_params=None, headers=None, else: r = self.pool_manager.request(method, url, fields=query_params, + preload_content=_preload_content, + timeout=timeout, headers=headers) except urllib3.exceptions.SSLError as e: msg = "{0}\n{1}".format(type(e).__name__, str(e)) raise ApiException(status=0, reason=msg) - r = RESTResponse(r) + if _preload_content: + r = RESTResponse(r) - # In the python 3, the response.data is bytes. - # we need to decode it to string. - if PY3: - r.data = r.data.decode('utf8') + # In the python 3, the response.data is bytes. + # we need to decode it to string. + if PY3: + r.data = r.data.decode('utf8') - # log response body - logger.debug("response body: %s", r.data) + # log response body + logger.debug("response body: %s", r.data) if r.status not in range(200, 206): raise ApiException(http_resp=r) return r - def GET(self, url, headers=None, query_params=None): + def GET(self, url, headers=None, query_params=None, _preload_content=True, _request_timeout=None): return self.request("GET", url, headers=headers, + _preload_content=_preload_content, + _request_timeout=_request_timeout, query_params=query_params) - def HEAD(self, url, headers=None, query_params=None): + def HEAD(self, url, headers=None, query_params=None, _preload_content=True, _request_timeout=None): return self.request("HEAD", url, headers=headers, + _preload_content=_preload_content, + _request_timeout=_request_timeout, query_params=query_params) - def OPTIONS(self, url, headers=None, query_params=None, post_params=None, body=None): + def OPTIONS(self, url, headers=None, query_params=None, post_params=None, body=None, _preload_content=True, + _request_timeout=None): return self.request("OPTIONS", url, headers=headers, query_params=query_params, post_params=post_params, + _preload_content=_preload_content, + _request_timeout=_request_timeout, body=body) - def DELETE(self, url, headers=None, query_params=None, body=None): + def DELETE(self, url, headers=None, query_params=None, body=None, _preload_content=True, _request_timeout=None): return self.request("DELETE", url, headers=headers, query_params=query_params, + _preload_content=_preload_content, + _request_timeout=_request_timeout, body=body) - def POST(self, url, headers=None, query_params=None, post_params=None, body=None): + def POST(self, url, headers=None, query_params=None, post_params=None, body=None, _preload_content=True, + _request_timeout=None): return self.request("POST", url, headers=headers, query_params=query_params, post_params=post_params, + _preload_content=_preload_content, + _request_timeout=_request_timeout, body=body) - def PUT(self, url, headers=None, query_params=None, post_params=None, body=None): + def PUT(self, url, headers=None, query_params=None, post_params=None, body=None, _preload_content=True, + _request_timeout=None): return self.request("PUT", url, headers=headers, query_params=query_params, post_params=post_params, + _preload_content=_preload_content, + _request_timeout=_request_timeout, body=body) - def PATCH(self, url, headers=None, query_params=None, post_params=None, body=None): + def PATCH(self, url, headers=None, query_params=None, post_params=None, body=None, _preload_content=True, + _request_timeout=None): return self.request("PATCH", url, headers=headers, query_params=query_params, post_params=post_params, + _preload_content=_preload_content, + _request_timeout=_request_timeout, body=body) diff --git a/k8sutil/__init__.py b/k8sutil/__init__.py new file mode 100644 index 0000000000..02f19b0e84 --- /dev/null +++ b/k8sutil/__init__.py @@ -0,0 +1,16 @@ +# Copyright 2016 The Kubernetes Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +from .kube_config import load_kube_config +from .watch import Watch diff --git a/k8sutil/kube_config.py b/k8sutil/kube_config.py new file mode 100644 index 0000000000..7f6f233929 --- /dev/null +++ b/k8sutil/kube_config.py @@ -0,0 +1,172 @@ +# Copyright 2016 The Kubernetes Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import atexit +import base64 +import os +import tempfile + +import urllib3 +import yaml +from k8sclient import configuration +from oauth2client.client import GoogleCredentials + +_temp_files = [] + + +def _cleanup_temp_files(): + for f in _temp_files: + os.remove(f) + + +def _create_temp_file_with_content(content): + if len(_temp_files) == 0: + atexit.register(_cleanup_temp_files) + _, name = tempfile.mkstemp() + _temp_files.append(name) + if isinstance(content, str): + content = content.encode('utf8') + with open(name, 'wb') as fd: + fd.write(base64.decodestring(content)) + return name + + +def _file_from_file_or_data(o, file_key_name, data_key_name=None): + if not data_key_name: + data_key_name = file_key_name + "-data" + if data_key_name in o: + return _create_temp_file_with_content(o[data_key_name]) + if file_key_name in o: + return o[file_key_name] + + +def _data_from_file_or_data(o, file_key_name, data_key_name=None): + if not data_key_name: + data_key_name = file_key_name + "_data" + if data_key_name in o: + return o[data_key_name] + if file_key_name in o: + with open(o[file_key_name], 'r') as f: + data = f.read() + return data + + +def _load_gcp_token(user): + if 'auth-provider' not in user: + return + if 'name' not in user['auth-provider']: + return + if user['auth-provider']['name'] != 'gcp': + return + # Ignore configs in auth-provider and rely on GoogleCredentials + # caching and refresh mechanism. + # TODO: support gcp command based token ("cmd-path" config). + return (GoogleCredentials + .get_application_default() + .get_access_token() + .access_token) + + +def _load_authentication(user): + """Read authentication from kube-config user section. + + This function goes through various authetication methods in user section of + kubeconfig and stops if it founds a valid authentication method. The order + of authentication methods is: + + 1. GCP auth-provider + 2. token_data + 3. token field (point to a token file) + 4. username/password + """ + # Read authentication + token = _load_gcp_token(user) + if not token: + token = _data_from_file_or_data(user, 'tokenFile', 'token') + if token: + configuration.api_key['authorization'] = "bearer " + token + else: + if 'username' in user and 'password' in user: + configuration.api_key['authorization'] = urllib3.util.make_headers( + basic_auth=user['username'] + ':' + + user['password']).get('authorization') + + +def _load_cluster_info(cluster, user): + """Loads cluster information from kubeconfig such as host and SSL certs.""" + if 'server' in cluster: + configuration.host = cluster['server'] + if configuration.host.startswith("https"): + configuration.ssl_ca_cert = _file_from_file_or_data( + cluster, 'certificate-authority') + configuration.cert_file = _file_from_file_or_data( + user, 'client-certificate') + configuration.key_file = _file_from_file_or_data( + user, 'client-key') + + +class _node: + """Remembers each key's path and construct a relevant exception message + in case of missing keys.""" + + def __init__(self, name, value): + self._name = name + self._value = value + + def __contains__(self, key): + return key in self._value + + def __getitem__(self, key): + if key in self._value: + v = self._value[key] + if isinstance(v, dict) or isinstance(v, list): + return _node('%s/%s' % (self._name, key), v) + else: + return v + raise Exception( + 'Invalid kube-config file. Expected key %s in %s' + % (key, self._name)) + + def get_with_name(self, name): + if not isinstance(self._value, list): + raise Exception( + 'Invalid kube-config file. Expected %s to be a list' + % self._name) + for v in self._value: + if 'name' not in v: + raise Exception( + 'Invalid kube-config file. ' + 'Expected all values in %s list to have \'name\' key' + % self._name) + if v['name'] == name: + return _node('%s[name=%s]' % (self._name, name), v) + raise Exception( + "Cannot find object with name %s in %s list" % (name, self._name)) + + +def load_kube_config(config_file): + """Loads authentication and cluster information from kube-config file + and store them in k8sclient.configuration.""" + + with open(config_file) as f: + config = _node('kube-config', yaml.load(f)) + + current_context = config['contexts'].get_with_name( + config['current-context'])['context'] + user = config['users'].get_with_name(current_context['user'])['user'] + cluster = config['clusters'].get_with_name( + current_context['cluster'])['cluster'] + + _load_cluster_info(cluster, user) + _load_authentication(user) diff --git a/k8sutil/watch.py b/k8sutil/watch.py new file mode 100644 index 0000000000..52b0b3b019 --- /dev/null +++ b/k8sutil/watch.py @@ -0,0 +1,123 @@ +# Copyright 2016 The Kubernetes Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import json +import pydoc + +import k8sclient + +PYDOC_RETURN_LABEL = ":return:" + +# Removing this suffix from return type name should give us event's object +# type. e.g., if list_namespaces() returns "NamespaceList" type, +# then list_namespaces(watch=true) returns a stream of events with objects +# of type "Namespace". In case this assumption is not true, user should +# provide return_type to Watch class's __init__. +TYPE_LIST_SUFFIX = "List" + + +class SimpleNamespace: + + def __init__(self, **kwargs): + self.__dict__.update(kwargs) + + +def _find_return_type(func): + for line in pydoc.getdoc(func).splitlines(): + if line.startswith(PYDOC_RETURN_LABEL): + return line[len(PYDOC_RETURN_LABEL):].strip() + return "" + + +def iter_resp_lines(resp): + prev = "" + for seg in resp.read_chunked(decode_content=False): + if isinstance(seg, bytes): + seg = seg.decode('utf8') + seg = prev + seg + lines = seg.split("\n") + if not seg.endswith("\n"): + prev = lines[-1] + lines = lines[:-1] + else: + prev = "" + for line in lines: + if line: + yield line + + +class Watch(object): + + def __init__(self, return_type=None): + self._raw_return_type = return_type + self._stop = False + self._api_client = k8sclient.ApiClient() + + def stop(self): + self._stop = True + + def get_return_type(self, func): + if self._raw_return_type: + return self._raw_return_type + return_type = _find_return_type(func) + if return_type.endswith(TYPE_LIST_SUFFIX): + return return_type[:-len(TYPE_LIST_SUFFIX)] + return return_type + + def unmarshal_event(self, data, return_type): + js = json.loads(data) + js['raw_object'] = js['object'] + if return_type: + obj = SimpleNamespace(data=json.dumps(js['raw_object'])) + js['object'] = self._api_client.deserialize(obj, return_type) + return js + + def stream(self, func, *args, **kwargs): + """Watch an API resource and stream the result back via a generator. + + :param func: The API function pointer. Any parameter to the function + can be passed after this parameter. + + :return: Event object with these keys: + 'type': The type of event such as "ADDED", "DELETED", etc. + 'raw_object': a dict representing the watched object. + 'object': A model representation of raw_object. The name of + model will be determined based on + the func's doc string. If it cannot be determined, + 'object' value will be the same as 'raw_object'. + + Example: + v1 = k8sclient.CoreV1Api() + watch = k8sutil.Watch() + for e in watch.stream(v1.list_namespace, resource_version=1127): + type = e['type'] + object = e['object'] # object is one of type return_type + raw_object = e['raw_object'] # raw_object is a dict + ... + if should_stop: + watch.stop() + """ + + return_type = self.get_return_type(func) + kwargs['watch'] = True + kwargs['_preload_content'] = False + resp = func(*args, **kwargs) + try: + for line in iter_resp_lines(resp): + yield self.unmarshal_event(line, return_type) + if self._stop: + break + finally: + resp.close() + resp.release_conn() diff --git a/k8sutil/watch_test.py b/k8sutil/watch_test.py new file mode 100644 index 0000000000..0f441befd4 --- /dev/null +++ b/k8sutil/watch_test.py @@ -0,0 +1,102 @@ +# Copyright 2016 The Kubernetes Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import unittest + +from mock import Mock + +from .watch import Watch + + +class WatchTests(unittest.TestCase): + + def test_watch_with_decode(self): + fake_resp = Mock() + fake_resp.close = Mock() + fake_resp.release_conn = Mock() + fake_resp.read_chunked = Mock( + return_value=[ + '{"type": "ADDED", "object": {"metadata": {"name": "test1"}' + ',"spec": {}, "status": {}}}\n', + '{"type": "ADDED", "object": {"metadata": {"name": "test2"}' + ',"spec": {}, "sta', + 'tus": {}}}\n' + '{"type": "ADDED", "object": {"metadata": {"name": "test3"},' + '"spec": {}, "status": {}}}\n', + 'should_not_happened\n']) + + fake_api = Mock() + fake_api.get_namespaces = Mock(return_value=fake_resp) + fake_api.get_namespaces.__doc__ = ':return: V1NamespaceList' + + w = Watch() + count = 1 + for e in w.stream(fake_api.get_namespaces): + self.assertEqual("ADDED", e['type']) + # make sure decoder worked and we got a model with the right name + self.assertEqual("test%d" % count, e['object'].metadata.name) + count += 1 + # make sure we can stop the watch and the last event with won't be + # returned + if count == 4: + w.stop() + + fake_api.get_namespaces.assert_called_once_with( + _preload_content=False, watch=True) + fake_resp.read_chunked.assert_called_once_with(decode_content=False) + fake_resp.close.assert_called_once() + fake_resp.release_conn.assert_called_once() + + def test_unmarshal_with_float_object(self): + w = Watch() + event = w.unmarshal_event('{"type": "ADDED", "object": 1}', 'float') + self.assertEqual("ADDED", event['type']) + self.assertEqual(1.0, event['object']) + self.assertTrue(isinstance(event['object'], float)) + self.assertEqual(1, event['raw_object']) + + def test_unmarshal_with_no_return_type(self): + w = Watch() + event = w.unmarshal_event('{"type": "ADDED", "object": ["test1"]}', + None) + self.assertEqual("ADDED", event['type']) + self.assertEqual(["test1"], event['object']) + self.assertEqual(["test1"], event['raw_object']) + + def test_watch_with_exception(self): + fake_resp = Mock() + fake_resp.close = Mock() + fake_resp.release_conn = Mock() + fake_resp.read_chunked = Mock(side_effect=KeyError('expected')) + + fake_api = Mock() + fake_api.get_thing = Mock(return_value=fake_resp) + + w = Watch() + try: + for _ in w.stream(fake_api.get_thing): + self.fail(self, "Should fail on exception.") + except KeyError: + pass + # expected + + fake_api.get_thing.assert_called_once_with( + _preload_content=False, watch=True) + fake_resp.read_chunked.assert_called_once_with(decode_content=False) + fake_resp.close.assert_called_once() + fake_resp.release_conn.assert_called_once() + + +if __name__ == '__main__': + unittest.main() diff --git a/requirements.txt b/requirements.txt index f00e08fa33..11f73df261 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,7 @@ certifi >= 14.05.14 six == 1.8.0 python_dateutil >= 2.5.3 setuptools >= 21.0.0 -urllib3 >= 1.15.1 +urllib3 >= 1.19.1 +pyyaml >= 3.12 +oauth2client >= 4.0.0 + diff --git a/scripts/.gitignore b/scripts/.gitignore new file mode 100644 index 0000000000..83cafcff75 --- /dev/null +++ b/scripts/.gitignore @@ -0,0 +1 @@ +.py/ diff --git a/scripts/ROOT_README.md b/scripts/ROOT_README.md deleted file mode 100644 index 480992027a..0000000000 --- a/scripts/ROOT_README.md +++ /dev/null @@ -1,23 +0,0 @@ -# Kubernetes Python Client - -Python clients for talking to a [kubernetes](http://kubernetes.io/) cluster. - -## Example - -```python -from __future__ import absolute_import - -import k8sclient -import os - -v1=k8sclient.CoreV1Api() -print "Listing pods with their IPs:" -ret = v1.list_pod_for_all_namespaces(watch=False) -for i in ret.items: - print "%s\t%s\t%s" % (i.status.pod_ip, i.metadata.namespace, i.metadata.name) -``` - -# Generated client README - -for generated client documentation, refer to [generated README](GEN_README.md). - diff --git a/scripts/generate.sh b/scripts/generate.sh index d0684e2987..0e96f68d00 100755 --- a/scripts/generate.sh +++ b/scripts/generate.sh @@ -47,17 +47,22 @@ if [[ ! -n ${SWAGGER_FILE-} ]]; then SWAGGER_FILE="${KUBE_ROOT}/api/openapi-spec/swagger.json" fi +echo "--- Preprocessing OpenAPI spec to script directory" +python "${SCRIPT_ROOT}/preprocess_spec.py" "$SWAGGER_FILE" "${SCRIPT_ROOT}/swagger.json" + echo "--- Cleaning up previously generated folders" rm -rf "${CLIENT_ROOT}/${PACKAGE_NAME}" rm -rf "${CLIENT_ROOT}/docs" rm -rf "${CLIENT_ROOT}/test" echo "--- Generating client ..." -mvn -f "${SCRIPT_ROOT}/pom.xml" clean generate-sources -Dgenerator.spec.path="${SWAGGER_FILE}" -Dgenerator.output.path="${CLIENT_ROOT}" -Dgenerator.package.name=${PACKAGE_NAME} +mvn -f "${SCRIPT_ROOT}/pom.xml" clean generate-sources -Dgenerator.spec.path="${SCRIPT_ROOT}/swagger.json" -Dgenerator.output.path="${CLIENT_ROOT}" -Dgenerator.package.name=${PACKAGE_NAME} echo "--- Patching generated code..." -cp "${CLIENT_ROOT}/README.md" "${CLIENT_ROOT}/GEN_README.md" -cp "${SCRIPT_ROOT}/ROOT_README.md" "${CLIENT_ROOT}/README.md" +cat "${CLIENT_ROOT}/README.prefix" "${CLIENT_ROOT}/README.md" > "${CLIENT_ROOT}/README.new" +rm "${CLIENT_ROOT}/README.md" +mv "${CLIENT_ROOT}/README.new" "${CLIENT_ROOT}/README.md" cp "${SCRIPT_ROOT}/LICENSE" "${CLIENT_ROOT}" +rm -rf "${CLIENT_ROOT}/test" echo "---Done." diff --git a/scripts/pom.xml b/scripts/pom.xml index 30f377017c..c81e2ad84f 100644 --- a/scripts/pom.xml +++ b/scripts/pom.xml @@ -19,6 +19,8 @@ ${generator.spec.path} python + kubernetes-incubator + client-python ${generator.package.name} true diff --git a/scripts/preprocess_spec.py b/scripts/preprocess_spec.py new file mode 100644 index 0000000000..b19d77ac01 --- /dev/null +++ b/scripts/preprocess_spec.py @@ -0,0 +1,51 @@ +import json +import os.path +import sys +from collections import OrderedDict + +_ops = ['get', 'put', 'post', 'delete', 'options', 'head', 'patch'] + + +def _title(s): + if len(s) == 0: + return s + return s[0].upper() + s[1:] + + +def _to_camel_case(s): + return ''.join(_title(y) for y in s.split("_")) + + +def iterate_through_operations(spec, func): + for k, v in spec['paths'].iteritems(): + for op in _ops: + if op in v: + func(v[op]) + + +def process_swagger(infile, outfile): + with open(infile, 'r') as f: + spec = json.load(f, object_pairs_hook=OrderedDict) + + def strip_tags_from_operation_id(operation): + operation_id = operation['operationId'] + for t in operation['tags']: + operation_id = operation_id.replace(_to_camel_case(t), '') + operation['operationId'] = operation_id + + iterate_through_operations(spec, strip_tags_from_operation_id) + + with open(outfile, 'w') as out: + json.dump(spec, out, sort_keys=False, indent=2, + separators=(',', ': '), ensure_ascii=True) + + +def main(): + if len(sys.argv) < 3: + print "Usage:\n\tpython %s infile outfile.\n" % sys.argv[0] + sys.exit(0) + if not os.path.isfile(sys.argv[1]): + print "Input file %s does not exist." % sys.argv[1] + process_swagger(sys.argv[1], sys.argv[2]) + +main() diff --git a/scripts/swagger.json b/scripts/swagger.json new file mode 100644 index 0000000000..5f1ad04ff1 --- /dev/null +++ b/scripts/swagger.json @@ -0,0 +1,37422 @@ +{ + "swagger": "2.0", + "info": { + "title": "Kubernetes", + "version": "unversioned" + }, + "paths": { + "/api/": { + "get": { + "description": "get available API versions", + "consumes": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core" + ], + "operationId": "getAPIVersions", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIVersions" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/api/v1/": { + "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": [ + "core_v1" + ], + "operationId": "getAPIResources", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIResourceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/api/v1/componentstatuses": { + "get": { + "description": "list objects of kind ComponentStatus", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listComponentStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ComponentStatusList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/componentstatuses/{name}": { + "get": { + "description": "read the specified ComponentStatus", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readComponentStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ComponentStatus" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the ComponentStatus", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/api/v1/configmaps": { + "get": { + "description": "list or watch objects of kind ConfigMap", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listConfigMapForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ConfigMapList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/endpoints": { + "get": { + "description": "list or watch objects of kind Endpoints", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listEndpointsForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.EndpointsList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/events": { + "get": { + "description": "list or watch objects of kind Event", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listEventForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.EventList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/limitranges": { + "get": { + "description": "list or watch objects of kind LimitRange", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listLimitRangeForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.LimitRangeList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/namespaces": { + "get": { + "description": "list or watch objects of kind Namespace", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listNamespace", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.NamespaceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a Namespace", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespace", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Namespace" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Namespace" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of Namespace", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteCollectionNamespace", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/api/v1/namespaces/{namespace}/bindings": { + "post": { + "description": "create a Binding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespacedBinding", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Binding" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Binding" + } + }, + { + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/configmaps": { + "get": { + "description": "list or watch objects of kind ConfigMap", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listNamespacedConfigMap", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.ConfigMapList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a ConfigMap", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespacedConfigMap", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.ConfigMap" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ConfigMap" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of ConfigMap", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteCollectionNamespacedConfigMap", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/configmaps/{name}": { + "get": { + "description": "read the specified ConfigMap", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedConfigMap", + "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/v1.ConfigMap" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified ConfigMap", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedConfigMap", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.ConfigMap" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ConfigMap" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a ConfigMap", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteNamespacedConfigMap", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified ConfigMap", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedConfigMap", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ConfigMap" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the ConfigMap", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/endpoints": { + "get": { + "description": "list or watch objects of kind Endpoints", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listNamespacedEndpoints", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.EndpointsList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create Endpoints", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespacedEndpoints", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Endpoints" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Endpoints" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of Endpoints", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteCollectionNamespacedEndpoints", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/endpoints/{name}": { + "get": { + "description": "read the specified Endpoints", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedEndpoints", + "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/v1.Endpoints" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified Endpoints", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedEndpoints", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Endpoints" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Endpoints" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete Endpoints", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteNamespacedEndpoints", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified Endpoints", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedEndpoints", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Endpoints" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Endpoints", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/events": { + "get": { + "description": "list or watch objects of kind Event", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listNamespacedEvent", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.EventList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create an Event", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespacedEvent", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Event" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of Event", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteCollectionNamespacedEvent", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/events/{name}": { + "get": { + "description": "read the specified Event", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedEvent", + "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/v1.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified Event", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedEvent", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Event" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete an Event", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteNamespacedEvent", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified Event", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedEvent", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Event", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/limitranges": { + "get": { + "description": "list or watch objects of kind LimitRange", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listNamespacedLimitRange", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.LimitRangeList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a LimitRange", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespacedLimitRange", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.LimitRange" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.LimitRange" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of LimitRange", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteCollectionNamespacedLimitRange", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/limitranges/{name}": { + "get": { + "description": "read the specified LimitRange", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedLimitRange", + "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/v1.LimitRange" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified LimitRange", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedLimitRange", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.LimitRange" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.LimitRange" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a LimitRange", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteNamespacedLimitRange", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified LimitRange", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedLimitRange", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.LimitRange" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the LimitRange", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/persistentvolumeclaims": { + "get": { + "description": "list or watch objects of kind PersistentVolumeClaim", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listNamespacedPersistentVolumeClaim", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.PersistentVolumeClaimList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a PersistentVolumeClaim", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespacedPersistentVolumeClaim", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.PersistentVolumeClaim" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PersistentVolumeClaim" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of PersistentVolumeClaim", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteCollectionNamespacedPersistentVolumeClaim", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}": { + "get": { + "description": "read the specified PersistentVolumeClaim", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedPersistentVolumeClaim", + "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/v1.PersistentVolumeClaim" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified PersistentVolumeClaim", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedPersistentVolumeClaim", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.PersistentVolumeClaim" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PersistentVolumeClaim" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a PersistentVolumeClaim", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteNamespacedPersistentVolumeClaim", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified PersistentVolumeClaim", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedPersistentVolumeClaim", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PersistentVolumeClaim" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the PersistentVolumeClaim", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status": { + "get": { + "description": "read status of the specified PersistentVolumeClaim", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedPersistentVolumeClaimStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PersistentVolumeClaim" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified PersistentVolumeClaim", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedPersistentVolumeClaimStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.PersistentVolumeClaim" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PersistentVolumeClaim" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified PersistentVolumeClaim", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedPersistentVolumeClaimStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PersistentVolumeClaim" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the PersistentVolumeClaim", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/pods": { + "get": { + "description": "list or watch objects of kind Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listNamespacedPod", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.PodList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespacedPod", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Pod" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Pod" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteCollectionNamespacedPod", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/pods/{name}": { + "get": { + "description": "read the specified Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedPod", + "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/v1.Pod" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedPod", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Pod" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Pod" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteNamespacedPod", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified Pod", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedPod", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Pod" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Pod", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/pods/{name}/attach": { + "get": { + "description": "connect GET requests to attach of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectGetNamespacedPodAttach", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "connect POST requests to attach of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectPostNamespacedPodAttach", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "The container in which to execute the command. Defaults to only container if there is only one container in the pod.", + "name": "container", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Pod", + "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": "boolean", + "description": "Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.", + "name": "stderr", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.", + "name": "stdin", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.", + "name": "stdout", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.", + "name": "tty", + "in": "query" + } + ] + }, + "/api/v1/namespaces/{namespace}/pods/{name}/binding": { + "post": { + "description": "create binding of a Binding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespacedBindingBinding", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Binding" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Binding" + } + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Binding", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/pods/{name}/eviction": { + "post": { + "description": "create eviction of an Eviction", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespacedEvictionEviction", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Eviction" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.Eviction" + } + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Eviction", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/pods/{name}/exec": { + "get": { + "description": "connect GET requests to exec of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectGetNamespacedPodExec", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "connect POST requests to exec of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectPostNamespacedPodExec", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "Command is the remote command to execute. argv array. Not executed within a shell.", + "name": "command", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "Container in which to execute the command. Defaults to only container if there is only one container in the pod.", + "name": "container", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Pod", + "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": "boolean", + "description": "Redirect the standard error stream of the pod for this call. Defaults to true.", + "name": "stderr", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Redirect the standard input stream of the pod for this call. Defaults to false.", + "name": "stdin", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Redirect the standard output stream of the pod for this call. Defaults to true.", + "name": "stdout", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.", + "name": "tty", + "in": "query" + } + ] + }, + "/api/v1/namespaces/{namespace}/pods/{name}/log": { + "get": { + "description": "read log of the specified Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "text/plain", + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedPodLog", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Pod" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "The container for which to stream logs. Defaults to only container if there is one container in the pod.", + "name": "container", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Follow the log stream of the pod. Defaults to false.", + "name": "follow", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.", + "name": "limitBytes", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Pod", + "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" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Return previous terminated container logs. Defaults to false.", + "name": "previous", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.", + "name": "sinceSeconds", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "An RFC3339 timestamp from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.", + "name": "sinceTime", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime", + "name": "tailLines", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false.", + "name": "timestamps", + "in": "query" + } + ] + }, + "/api/v1/namespaces/{namespace}/pods/{name}/portforward": { + "get": { + "description": "connect GET requests to portforward of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectGetNamespacedPodPortforward", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "connect POST requests to portforward of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectPostNamespacedPodPortforward", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Pod", + "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 + } + ] + }, + "/api/v1/namespaces/{namespace}/pods/{name}/proxy": { + "get": { + "description": "connect GET requests to proxy of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectGetNamespacedPodProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "connect PUT requests to proxy of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectPutNamespacedPodProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "connect POST requests to proxy of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectPostNamespacedPodProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "connect DELETE requests to proxy of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectDeleteNamespacedPodProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "options": { + "description": "connect OPTIONS requests to proxy of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectOptionsNamespacedPodProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "head": { + "description": "connect HEAD requests to proxy of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectHeadNamespacedPodProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Pod", + "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": "Path is the URL path to use for the current proxy request to pod.", + "name": "path", + "in": "query" + } + ] + }, + "/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}": { + "get": { + "description": "connect GET requests to proxy of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectGetNamespacedPodProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "connect PUT requests to proxy of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectPutNamespacedPodProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "connect POST requests to proxy of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectPostNamespacedPodProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "connect DELETE requests to proxy of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectDeleteNamespacedPodProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "options": { + "description": "connect OPTIONS requests to proxy of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectOptionsNamespacedPodProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "head": { + "description": "connect HEAD requests to proxy of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectHeadNamespacedPodProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Pod", + "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": "path to the resource", + "name": "path", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "Path is the URL path to use for the current proxy request to pod.", + "name": "path", + "in": "query" + } + ] + }, + "/api/v1/namespaces/{namespace}/pods/{name}/status": { + "get": { + "description": "read status of the specified Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedPodStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Pod" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedPodStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Pod" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Pod" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified Pod", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedPodStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Pod" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Pod", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/podtemplates": { + "get": { + "description": "list or watch objects of kind PodTemplate", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listNamespacedPodTemplate", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.PodTemplateList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a PodTemplate", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespacedPodTemplate", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.PodTemplate" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PodTemplate" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of PodTemplate", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteCollectionNamespacedPodTemplate", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/podtemplates/{name}": { + "get": { + "description": "read the specified PodTemplate", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedPodTemplate", + "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/v1.PodTemplate" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified PodTemplate", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedPodTemplate", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.PodTemplate" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PodTemplate" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a PodTemplate", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteNamespacedPodTemplate", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified PodTemplate", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedPodTemplate", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PodTemplate" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the PodTemplate", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/replicationcontrollers": { + "get": { + "description": "list or watch objects of kind ReplicationController", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listNamespacedReplicationController", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.ReplicationControllerList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a ReplicationController", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespacedReplicationController", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.ReplicationController" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ReplicationController" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of ReplicationController", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteCollectionNamespacedReplicationController", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}": { + "get": { + "description": "read the specified ReplicationController", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedReplicationController", + "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/v1.ReplicationController" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified ReplicationController", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedReplicationController", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.ReplicationController" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ReplicationController" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a ReplicationController", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteNamespacedReplicationController", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified ReplicationController", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedReplicationController", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ReplicationController" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the ReplicationController", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale": { + "get": { + "description": "read scale of the specified Scale", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedScaleScale", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Scale" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace scale of the specified Scale", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedScaleScale", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Scale" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Scale" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update scale of the specified Scale", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedScaleScale", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Scale" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Scale", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status": { + "get": { + "description": "read status of the specified ReplicationController", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedReplicationControllerStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ReplicationController" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified ReplicationController", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedReplicationControllerStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.ReplicationController" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ReplicationController" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified ReplicationController", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedReplicationControllerStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ReplicationController" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the ReplicationController", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/resourcequotas": { + "get": { + "description": "list or watch objects of kind ResourceQuota", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listNamespacedResourceQuota", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.ResourceQuotaList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a ResourceQuota", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespacedResourceQuota", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.ResourceQuota" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ResourceQuota" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of ResourceQuota", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteCollectionNamespacedResourceQuota", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/resourcequotas/{name}": { + "get": { + "description": "read the specified ResourceQuota", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedResourceQuota", + "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/v1.ResourceQuota" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified ResourceQuota", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedResourceQuota", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.ResourceQuota" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ResourceQuota" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a ResourceQuota", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteNamespacedResourceQuota", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified ResourceQuota", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedResourceQuota", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ResourceQuota" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the ResourceQuota", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/resourcequotas/{name}/status": { + "get": { + "description": "read status of the specified ResourceQuota", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedResourceQuotaStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ResourceQuota" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified ResourceQuota", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedResourceQuotaStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.ResourceQuota" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ResourceQuota" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified ResourceQuota", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedResourceQuotaStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ResourceQuota" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the ResourceQuota", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/secrets": { + "get": { + "description": "list or watch objects of kind Secret", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listNamespacedSecret", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.SecretList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a Secret", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespacedSecret", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Secret" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Secret" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of Secret", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteCollectionNamespacedSecret", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/secrets/{name}": { + "get": { + "description": "read the specified Secret", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedSecret", + "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/v1.Secret" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified Secret", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedSecret", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Secret" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Secret" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a Secret", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteNamespacedSecret", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified Secret", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedSecret", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Secret" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Secret", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/serviceaccounts": { + "get": { + "description": "list or watch objects of kind ServiceAccount", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listNamespacedServiceAccount", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.ServiceAccountList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a ServiceAccount", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespacedServiceAccount", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.ServiceAccount" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ServiceAccount" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of ServiceAccount", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteCollectionNamespacedServiceAccount", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/serviceaccounts/{name}": { + "get": { + "description": "read the specified ServiceAccount", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedServiceAccount", + "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/v1.ServiceAccount" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified ServiceAccount", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedServiceAccount", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.ServiceAccount" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ServiceAccount" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a ServiceAccount", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteNamespacedServiceAccount", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified ServiceAccount", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedServiceAccount", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ServiceAccount" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the ServiceAccount", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/services": { + "get": { + "description": "list or watch objects of kind Service", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listNamespacedService", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.ServiceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a Service", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNamespacedService", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Service" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Service" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/services/{name}": { + "get": { + "description": "read the specified Service", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedService", + "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/v1.Service" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified Service", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedService", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Service" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Service" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a Service", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteNamespacedService", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified Service", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedService", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Service" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Service", + "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" + } + ] + }, + "/api/v1/namespaces/{namespace}/services/{name}/proxy": { + "get": { + "description": "connect GET requests to proxy of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectGetNamespacedServiceProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "connect PUT requests to proxy of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectPutNamespacedServiceProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "connect POST requests to proxy of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectPostNamespacedServiceProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "connect DELETE requests to proxy of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectDeleteNamespacedServiceProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "options": { + "description": "connect OPTIONS requests to proxy of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectOptionsNamespacedServiceProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "head": { + "description": "connect HEAD requests to proxy of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectHeadNamespacedServiceProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Service", + "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": "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.", + "name": "path", + "in": "query" + } + ] + }, + "/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}": { + "get": { + "description": "connect GET requests to proxy of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectGetNamespacedServiceProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "connect PUT requests to proxy of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectPutNamespacedServiceProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "connect POST requests to proxy of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectPostNamespacedServiceProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "connect DELETE requests to proxy of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectDeleteNamespacedServiceProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "options": { + "description": "connect OPTIONS requests to proxy of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectOptionsNamespacedServiceProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "head": { + "description": "connect HEAD requests to proxy of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectHeadNamespacedServiceProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Service", + "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": "path to the resource", + "name": "path", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "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.", + "name": "path", + "in": "query" + } + ] + }, + "/api/v1/namespaces/{namespace}/services/{name}/status": { + "get": { + "description": "read status of the specified Service", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespacedServiceStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Service" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified Service", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespacedServiceStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Service" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Service" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified Service", + "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": [ + "core_v1" + ], + "operationId": "patchNamespacedServiceStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Service" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Service", + "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" + } + ] + }, + "/api/v1/namespaces/{name}": { + "get": { + "description": "read the specified Namespace", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespace", + "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/v1.Namespace" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified Namespace", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespace", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Namespace" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Namespace" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a Namespace", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteNamespace", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified Namespace", + "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": [ + "core_v1" + ], + "operationId": "patchNamespace", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Namespace" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Namespace", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/api/v1/namespaces/{name}/finalize": { + "put": { + "description": "replace finalize of the specified Namespace", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespaceFinalize", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Namespace" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Namespace" + } + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Namespace", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/api/v1/namespaces/{name}/status": { + "get": { + "description": "read status of the specified Namespace", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNamespaceStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Namespace" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified Namespace", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNamespaceStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Namespace" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Namespace" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified Namespace", + "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": [ + "core_v1" + ], + "operationId": "patchNamespaceStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Namespace" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Namespace", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/api/v1/nodes": { + "get": { + "description": "list or watch objects of kind Node", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listNode", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.NodeList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a Node", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createNode", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Node" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Node" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteCollectionNode", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/api/v1/nodes/{name}": { + "get": { + "description": "read the specified Node", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNode", + "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/v1.Node" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified Node", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNode", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Node" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Node" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a Node", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteNode", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified Node", + "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": [ + "core_v1" + ], + "operationId": "patchNode", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Node" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Node", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/api/v1/nodes/{name}/proxy": { + "get": { + "description": "connect GET requests to proxy of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectGetNodeProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "connect PUT requests to proxy of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectPutNodeProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "connect POST requests to proxy of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectPostNodeProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "connect DELETE requests to proxy of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectDeleteNodeProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "options": { + "description": "connect OPTIONS requests to proxy of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectOptionsNodeProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "head": { + "description": "connect HEAD requests to proxy of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectHeadNodeProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Node", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "Path is the URL path to use for the current proxy request to node.", + "name": "path", + "in": "query" + } + ] + }, + "/api/v1/nodes/{name}/proxy/{path}": { + "get": { + "description": "connect GET requests to proxy of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectGetNodeProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "connect PUT requests to proxy of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectPutNodeProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "connect POST requests to proxy of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectPostNodeProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "connect DELETE requests to proxy of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectDeleteNodeProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "options": { + "description": "connect OPTIONS requests to proxy of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectOptionsNodeProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "head": { + "description": "connect HEAD requests to proxy of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectHeadNodeProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Node", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "path to the resource", + "name": "path", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "Path is the URL path to use for the current proxy request to node.", + "name": "path", + "in": "query" + } + ] + }, + "/api/v1/nodes/{name}/status": { + "get": { + "description": "read status of the specified Node", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readNodeStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Node" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified Node", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replaceNodeStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Node" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Node" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified Node", + "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": [ + "core_v1" + ], + "operationId": "patchNodeStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Node" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Node", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/api/v1/persistentvolumeclaims": { + "get": { + "description": "list or watch objects of kind PersistentVolumeClaim", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listPersistentVolumeClaimForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PersistentVolumeClaimList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/persistentvolumes": { + "get": { + "description": "list or watch objects of kind PersistentVolume", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listPersistentVolume", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.PersistentVolumeList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a PersistentVolume", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "createPersistentVolume", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.PersistentVolume" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PersistentVolume" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of PersistentVolume", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deleteCollectionPersistentVolume", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/api/v1/persistentvolumes/{name}": { + "get": { + "description": "read the specified PersistentVolume", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readPersistentVolume", + "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/v1.PersistentVolume" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified PersistentVolume", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replacePersistentVolume", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.PersistentVolume" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PersistentVolume" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a PersistentVolume", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "deletePersistentVolume", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified PersistentVolume", + "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": [ + "core_v1" + ], + "operationId": "patchPersistentVolume", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PersistentVolume" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the PersistentVolume", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/api/v1/persistentvolumes/{name}/status": { + "get": { + "description": "read status of the specified PersistentVolume", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "readPersistentVolumeStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PersistentVolume" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified PersistentVolume", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "replacePersistentVolumeStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.PersistentVolume" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PersistentVolume" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified PersistentVolume", + "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": [ + "core_v1" + ], + "operationId": "patchPersistentVolumeStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PersistentVolume" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the PersistentVolume", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/api/v1/pods": { + "get": { + "description": "list or watch objects of kind Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listPodForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PodList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/podtemplates": { + "get": { + "description": "list or watch objects of kind PodTemplate", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listPodTemplateForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.PodTemplateList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/proxy/namespaces/{namespace}/pods/{name}": { + "get": { + "description": "proxy GET requests to Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyGETNamespacedPod", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "proxy PUT requests to Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyPUTNamespacedPod", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "proxy POST requests to Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyPOSTNamespacedPod", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "proxy DELETE requests to Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyDELETENamespacedPod", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "options": { + "description": "proxy OPTIONS requests to Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyOPTIONSNamespacedPod", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "head": { + "description": "proxy HEAD requests to Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyHEADNamespacedPod", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Pod", + "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 + } + ] + }, + "/api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}": { + "get": { + "description": "proxy GET requests to Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyGETNamespacedPodWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "proxy PUT requests to Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyPUTNamespacedPodWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "proxy POST requests to Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyPOSTNamespacedPodWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "proxy DELETE requests to Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyDELETENamespacedPodWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "options": { + "description": "proxy OPTIONS requests to Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyOPTIONSNamespacedPodWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "head": { + "description": "proxy HEAD requests to Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyHEADNamespacedPodWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Pod", + "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": "path to the resource", + "name": "path", + "in": "path", + "required": true + } + ] + }, + "/api/v1/proxy/namespaces/{namespace}/services/{name}": { + "get": { + "description": "proxy GET requests to Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyGETNamespacedService", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "proxy PUT requests to Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyPUTNamespacedService", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "proxy POST requests to Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyPOSTNamespacedService", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "proxy DELETE requests to Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyDELETENamespacedService", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "options": { + "description": "proxy OPTIONS requests to Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyOPTIONSNamespacedService", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "head": { + "description": "proxy HEAD requests to Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyHEADNamespacedService", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Service", + "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 + } + ] + }, + "/api/v1/proxy/namespaces/{namespace}/services/{name}/{path}": { + "get": { + "description": "proxy GET requests to Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyGETNamespacedServiceWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "proxy PUT requests to Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyPUTNamespacedServiceWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "proxy POST requests to Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyPOSTNamespacedServiceWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "proxy DELETE requests to Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyDELETENamespacedServiceWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "options": { + "description": "proxy OPTIONS requests to Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyOPTIONSNamespacedServiceWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "head": { + "description": "proxy HEAD requests to Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyHEADNamespacedServiceWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Service", + "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": "path to the resource", + "name": "path", + "in": "path", + "required": true + } + ] + }, + "/api/v1/proxy/nodes/{name}": { + "get": { + "description": "proxy GET requests to Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyGETNode", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "proxy PUT requests to Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyPUTNode", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "proxy POST requests to Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyPOSTNode", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "proxy DELETE requests to Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyDELETENode", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "options": { + "description": "proxy OPTIONS requests to Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyOPTIONSNode", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "head": { + "description": "proxy HEAD requests to Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyHEADNode", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Node", + "name": "name", + "in": "path", + "required": true + } + ] + }, + "/api/v1/proxy/nodes/{name}/{path}": { + "get": { + "description": "proxy GET requests to Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyGETNodeWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "proxy PUT requests to Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyPUTNodeWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "proxy POST requests to Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyPOSTNodeWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "proxy DELETE requests to Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyDELETENodeWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "options": { + "description": "proxy OPTIONS requests to Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyOPTIONSNodeWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "head": { + "description": "proxy HEAD requests to Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "proxyHEADNodeWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Node", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "path to the resource", + "name": "path", + "in": "path", + "required": true + } + ] + }, + "/api/v1/replicationcontrollers": { + "get": { + "description": "list or watch objects of kind ReplicationController", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listReplicationControllerForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ReplicationControllerList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/resourcequotas": { + "get": { + "description": "list or watch objects of kind ResourceQuota", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listResourceQuotaForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ResourceQuotaList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/secrets": { + "get": { + "description": "list or watch objects of kind Secret", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listSecretForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.SecretList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/serviceaccounts": { + "get": { + "description": "list or watch objects of kind ServiceAccount", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listServiceAccountForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ServiceAccountList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/services": { + "get": { + "description": "list or watch objects of kind Service", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "listServiceForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.ServiceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/configmaps": { + "get": { + "description": "watch individual changes to a list of ConfigMap", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchConfigMapListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/endpoints": { + "get": { + "description": "watch individual changes to a list of Endpoints", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchEndpointsListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/events": { + "get": { + "description": "watch individual changes to a list of Event", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchEventListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/limitranges": { + "get": { + "description": "watch individual changes to a list of LimitRange", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchLimitRangeListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces": { + "get": { + "description": "watch individual changes to a list of Namespace", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespaceList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/configmaps": { + "get": { + "description": "watch individual changes to a list of ConfigMap", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedConfigMapList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/configmaps/{name}": { + "get": { + "description": "watch changes to an object of kind ConfigMap", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedConfigMap", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the ConfigMap", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/endpoints": { + "get": { + "description": "watch individual changes to a list of Endpoints", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedEndpointsList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/endpoints/{name}": { + "get": { + "description": "watch changes to an object of kind Endpoints", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedEndpoints", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Endpoints", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/events": { + "get": { + "description": "watch individual changes to a list of Event", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedEventList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/events/{name}": { + "get": { + "description": "watch changes to an object of kind Event", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedEvent", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Event", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/limitranges": { + "get": { + "description": "watch individual changes to a list of LimitRange", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedLimitRangeList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/limitranges/{name}": { + "get": { + "description": "watch changes to an object of kind LimitRange", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedLimitRange", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the LimitRange", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims": { + "get": { + "description": "watch individual changes to a list of PersistentVolumeClaim", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedPersistentVolumeClaimList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}": { + "get": { + "description": "watch changes to an object of kind PersistentVolumeClaim", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedPersistentVolumeClaim", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the PersistentVolumeClaim", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/pods": { + "get": { + "description": "watch individual changes to a list of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedPodList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/pods/{name}": { + "get": { + "description": "watch changes to an object of kind Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedPod", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Pod", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/podtemplates": { + "get": { + "description": "watch individual changes to a list of PodTemplate", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedPodTemplateList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/podtemplates/{name}": { + "get": { + "description": "watch changes to an object of kind PodTemplate", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedPodTemplate", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the PodTemplate", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/replicationcontrollers": { + "get": { + "description": "watch individual changes to a list of ReplicationController", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedReplicationControllerList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}": { + "get": { + "description": "watch changes to an object of kind ReplicationController", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedReplicationController", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the ReplicationController", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/resourcequotas": { + "get": { + "description": "watch individual changes to a list of ResourceQuota", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedResourceQuotaList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/resourcequotas/{name}": { + "get": { + "description": "watch changes to an object of kind ResourceQuota", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedResourceQuota", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the ResourceQuota", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/secrets": { + "get": { + "description": "watch individual changes to a list of Secret", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedSecretList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/secrets/{name}": { + "get": { + "description": "watch changes to an object of kind Secret", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedSecret", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Secret", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/serviceaccounts": { + "get": { + "description": "watch individual changes to a list of ServiceAccount", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedServiceAccountList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}": { + "get": { + "description": "watch changes to an object of kind ServiceAccount", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedServiceAccount", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the ServiceAccount", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/services": { + "get": { + "description": "watch individual changes to a list of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedServiceList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{namespace}/services/{name}": { + "get": { + "description": "watch changes to an object of kind Service", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespacedService", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Service", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/namespaces/{name}": { + "get": { + "description": "watch changes to an object of kind Namespace", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNamespace", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Namespace", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/nodes": { + "get": { + "description": "watch individual changes to a list of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNodeList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/nodes/{name}": { + "get": { + "description": "watch changes to an object of kind Node", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchNode", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Node", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/persistentvolumeclaims": { + "get": { + "description": "watch individual changes to a list of PersistentVolumeClaim", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchPersistentVolumeClaimListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/persistentvolumes": { + "get": { + "description": "watch individual changes to a list of PersistentVolume", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchPersistentVolumeList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/persistentvolumes/{name}": { + "get": { + "description": "watch changes to an object of kind PersistentVolume", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchPersistentVolume", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the PersistentVolume", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/pods": { + "get": { + "description": "watch individual changes to a list of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchPodListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/podtemplates": { + "get": { + "description": "watch individual changes to a list of PodTemplate", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchPodTemplateListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/replicationcontrollers": { + "get": { + "description": "watch individual changes to a list of ReplicationController", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchReplicationControllerListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/resourcequotas": { + "get": { + "description": "watch individual changes to a list of ResourceQuota", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchResourceQuotaListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/secrets": { + "get": { + "description": "watch individual changes to a list of Secret", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchSecretListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/serviceaccounts": { + "get": { + "description": "watch individual changes to a list of ServiceAccount", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchServiceAccountListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/api/v1/watch/services": { + "get": { + "description": "watch individual changes to a list of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "watchServiceListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/": { + "get": { + "description": "get available API versions", + "consumes": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "apis" + ], + "operationId": "getAPIVersions", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIGroupList" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/apps/": { + "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": [ + "apps" + ], + "operationId": "getAPIGroup", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIGroup" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/apps/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": [ + "apps_v1beta1" + ], + "operationId": "getAPIResources", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIResourceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/apps/v1beta1/namespaces/{namespace}/statefulsets": { + "get": { + "description": "list or watch objects of kind StatefulSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "apps_v1beta1" + ], + "operationId": "listNamespacedStatefulSet", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.StatefulSetList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a StatefulSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "apps_v1beta1" + ], + "operationId": "createNamespacedStatefulSet", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.StatefulSet" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.StatefulSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of StatefulSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "apps_v1beta1" + ], + "operationId": "deleteCollectionNamespacedStatefulSet", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}": { + "get": { + "description": "read the specified StatefulSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "apps_v1beta1" + ], + "operationId": "readNamespacedStatefulSet", + "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.StatefulSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified StatefulSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "apps_v1beta1" + ], + "operationId": "replaceNamespacedStatefulSet", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.StatefulSet" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.StatefulSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a StatefulSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "apps_v1beta1" + ], + "operationId": "deleteNamespacedStatefulSet", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified StatefulSet", + "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": [ + "apps_v1beta1" + ], + "operationId": "patchNamespacedStatefulSet", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.StatefulSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the StatefulSet", + "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/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status": { + "get": { + "description": "read status of the specified StatefulSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "apps_v1beta1" + ], + "operationId": "readNamespacedStatefulSetStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.StatefulSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified StatefulSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "apps_v1beta1" + ], + "operationId": "replaceNamespacedStatefulSetStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.StatefulSet" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.StatefulSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified StatefulSet", + "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": [ + "apps_v1beta1" + ], + "operationId": "patchNamespacedStatefulSetStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.StatefulSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the StatefulSet", + "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/apps/v1beta1/statefulsets": { + "get": { + "description": "list or watch objects of kind StatefulSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "apps_v1beta1" + ], + "operationId": "listStatefulSetForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.StatefulSetList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/apps/v1beta1/watch/namespaces/{namespace}/statefulsets": { + "get": { + "description": "watch individual changes to a list of StatefulSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "apps_v1beta1" + ], + "operationId": "watchNamespacedStatefulSetList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/apps/v1beta1/watch/namespaces/{namespace}/statefulsets/{name}": { + "get": { + "description": "watch changes to an object of kind StatefulSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "apps_v1beta1" + ], + "operationId": "watchNamespacedStatefulSet", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the StatefulSet", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/apps/v1beta1/watch/statefulsets": { + "get": { + "description": "watch individual changes to a list of StatefulSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "apps_v1beta1" + ], + "operationId": "watchStatefulSetListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/authentication.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": [ + "authentication" + ], + "operationId": "getAPIGroup", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIGroup" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/authentication.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": [ + "authentication_v1beta1" + ], + "operationId": "getAPIResources", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIResourceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/authentication.k8s.io/v1beta1/tokenreviews": { + "post": { + "description": "create a TokenReview", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "authentication_v1beta1" + ], + "operationId": "createTokenReview", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.TokenReview" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.TokenReview" + } + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/apis/authorization.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": [ + "authorization" + ], + "operationId": "getAPIGroup", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIGroup" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/authorization.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": [ + "authorization_v1beta1" + ], + "operationId": "getAPIResources", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIResourceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/authorization.k8s.io/v1beta1/namespaces/{namespace}/localsubjectaccessreviews": { + "post": { + "description": "create a LocalSubjectAccessReview", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "authorization_v1beta1" + ], + "operationId": "createNamespacedLocalSubjectAccessReview", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.LocalSubjectAccessReview" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.LocalSubjectAccessReview" + } + }, + { + "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/authorization.k8s.io/v1beta1/selfsubjectaccessreviews": { + "post": { + "description": "create a SelfSubjectAccessReview", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "authorization_v1beta1" + ], + "operationId": "createSelfSubjectAccessReview", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.SelfSubjectAccessReview" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.SelfSubjectAccessReview" + } + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/apis/authorization.k8s.io/v1beta1/subjectaccessreviews": { + "post": { + "description": "create a SubjectAccessReview", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "authorization_v1beta1" + ], + "operationId": "createSubjectAccessReview", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.SubjectAccessReview" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.SubjectAccessReview" + } + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/apis/autoscaling/": { + "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": [ + "autoscaling" + ], + "operationId": "getAPIGroup", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIGroup" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/autoscaling/v1/": { + "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": [ + "autoscaling_v1" + ], + "operationId": "getAPIResources", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIResourceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/autoscaling/v1/horizontalpodautoscalers": { + "get": { + "description": "list or watch objects of kind HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "autoscaling_v1" + ], + "operationId": "listHorizontalPodAutoscalerForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.HorizontalPodAutoscalerList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers": { + "get": { + "description": "list or watch objects of kind HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "autoscaling_v1" + ], + "operationId": "listNamespacedHorizontalPodAutoscaler", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.HorizontalPodAutoscalerList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "autoscaling_v1" + ], + "operationId": "createNamespacedHorizontalPodAutoscaler", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.HorizontalPodAutoscaler" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.HorizontalPodAutoscaler" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "autoscaling_v1" + ], + "operationId": "deleteCollectionNamespacedHorizontalPodAutoscaler", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}": { + "get": { + "description": "read the specified HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "autoscaling_v1" + ], + "operationId": "readNamespacedHorizontalPodAutoscaler", + "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/v1.HorizontalPodAutoscaler" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "autoscaling_v1" + ], + "operationId": "replaceNamespacedHorizontalPodAutoscaler", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.HorizontalPodAutoscaler" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.HorizontalPodAutoscaler" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "autoscaling_v1" + ], + "operationId": "deleteNamespacedHorizontalPodAutoscaler", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified HorizontalPodAutoscaler", + "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": [ + "autoscaling_v1" + ], + "operationId": "patchNamespacedHorizontalPodAutoscaler", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.HorizontalPodAutoscaler" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the HorizontalPodAutoscaler", + "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/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status": { + "get": { + "description": "read status of the specified HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "autoscaling_v1" + ], + "operationId": "readNamespacedHorizontalPodAutoscalerStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.HorizontalPodAutoscaler" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "autoscaling_v1" + ], + "operationId": "replaceNamespacedHorizontalPodAutoscalerStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.HorizontalPodAutoscaler" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.HorizontalPodAutoscaler" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified HorizontalPodAutoscaler", + "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": [ + "autoscaling_v1" + ], + "operationId": "patchNamespacedHorizontalPodAutoscalerStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.HorizontalPodAutoscaler" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the HorizontalPodAutoscaler", + "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/autoscaling/v1/watch/horizontalpodautoscalers": { + "get": { + "description": "watch individual changes to a list of HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "autoscaling_v1" + ], + "operationId": "watchHorizontalPodAutoscalerListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers": { + "get": { + "description": "watch individual changes to a list of HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "autoscaling_v1" + ], + "operationId": "watchNamespacedHorizontalPodAutoscalerList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}": { + "get": { + "description": "watch changes to an object of kind HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "autoscaling_v1" + ], + "operationId": "watchNamespacedHorizontalPodAutoscaler", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the HorizontalPodAutoscaler", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/": { + "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": [ + "batch" + ], + "operationId": "getAPIGroup", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIGroup" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/batch/v1/": { + "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": [ + "batch_v1" + ], + "operationId": "getAPIResources", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIResourceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/batch/v1/jobs": { + "get": { + "description": "list or watch objects of kind Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v1" + ], + "operationId": "listJobForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.JobList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/v1/namespaces/{namespace}/jobs": { + "get": { + "description": "list or watch objects of kind Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v1" + ], + "operationId": "listNamespacedJob", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.JobList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v1" + ], + "operationId": "createNamespacedJob", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Job" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v1" + ], + "operationId": "deleteCollectionNamespacedJob", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/batch/v1/namespaces/{namespace}/jobs/{name}": { + "get": { + "description": "read the specified Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v1" + ], + "operationId": "readNamespacedJob", + "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/v1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v1" + ], + "operationId": "replaceNamespacedJob", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Job" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v1" + ], + "operationId": "deleteNamespacedJob", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified Job", + "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": [ + "batch_v1" + ], + "operationId": "patchNamespacedJob", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Job", + "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/batch/v1/namespaces/{namespace}/jobs/{name}/status": { + "get": { + "description": "read status of the specified Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v1" + ], + "operationId": "readNamespacedJobStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v1" + ], + "operationId": "replaceNamespacedJobStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Job" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified Job", + "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": [ + "batch_v1" + ], + "operationId": "patchNamespacedJobStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Job", + "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/batch/v1/watch/jobs": { + "get": { + "description": "watch individual changes to a list of Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v1" + ], + "operationId": "watchJobListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/v1/watch/namespaces/{namespace}/jobs": { + "get": { + "description": "watch individual changes to a list of Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v1" + ], + "operationId": "watchNamespacedJobList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/v1/watch/namespaces/{namespace}/jobs/{name}": { + "get": { + "description": "watch changes to an object of kind Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v1" + ], + "operationId": "watchNamespacedJob", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Job", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/v2alpha1/": { + "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": [ + "batch_v2alpha1" + ], + "operationId": "getAPIResources", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIResourceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/batch/v2alpha1/cronjobs": { + "get": { + "description": "list or watch objects of kind CronJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "listCronJobForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.CronJobList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/v2alpha1/jobs": { + "get": { + "description": "list or watch objects of kind Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "listJobForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.JobList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/v2alpha1/namespaces/{namespace}/cronjobs": { + "get": { + "description": "list or watch objects of kind CronJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "listNamespacedCronJob", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/v2alpha1.CronJobList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a CronJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "createNamespacedCronJob", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of CronJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "deleteCollectionNamespacedCronJob", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}": { + "get": { + "description": "read the specified CronJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "readNamespacedCronJob", + "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/v2alpha1.CronJob" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified CronJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "replaceNamespacedCronJob", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a CronJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "deleteNamespacedCronJob", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified CronJob", + "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": [ + "batch_v2alpha1" + ], + "operationId": "patchNamespacedCronJob", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the CronJob", + "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/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status": { + "get": { + "description": "read status of the specified CronJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "readNamespacedCronJobStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified CronJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "replaceNamespacedCronJobStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified CronJob", + "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": [ + "batch_v2alpha1" + ], + "operationId": "patchNamespacedCronJobStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the CronJob", + "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/batch/v2alpha1/namespaces/{namespace}/jobs": { + "get": { + "description": "list or watch objects of kind Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "listNamespacedJob", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/v2alpha1.JobList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "createNamespacedJob", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v2alpha1.Job" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "deleteCollectionNamespacedJob", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/batch/v2alpha1/namespaces/{namespace}/jobs/{name}": { + "get": { + "description": "read the specified Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "readNamespacedJob", + "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/v2alpha1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "replaceNamespacedJob", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v2alpha1.Job" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "deleteNamespacedJob", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified Job", + "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": [ + "batch_v2alpha1" + ], + "operationId": "patchNamespacedJob", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Job", + "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/batch/v2alpha1/namespaces/{namespace}/jobs/{name}/status": { + "get": { + "description": "read status of the specified Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "readNamespacedJobStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "replaceNamespacedJobStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v2alpha1.Job" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified Job", + "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": [ + "batch_v2alpha1" + ], + "operationId": "patchNamespacedJobStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Job", + "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/batch/v2alpha1/namespaces/{namespace}/scheduledjobs": { + "get": { + "description": "list or watch objects of kind ScheduledJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "listNamespacedScheduledJob", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/v2alpha1.CronJobList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a ScheduledJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "createNamespacedScheduledJob", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of ScheduledJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "deleteCollectionNamespacedScheduledJob", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}": { + "get": { + "description": "read the specified ScheduledJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "readNamespacedScheduledJob", + "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/v2alpha1.CronJob" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified ScheduledJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "replaceNamespacedScheduledJob", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a ScheduledJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "deleteNamespacedScheduledJob", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified ScheduledJob", + "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": [ + "batch_v2alpha1" + ], + "operationId": "patchNamespacedScheduledJob", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the ScheduledJob", + "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/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status": { + "get": { + "description": "read status of the specified ScheduledJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "readNamespacedScheduledJobStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified ScheduledJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "replaceNamespacedScheduledJobStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified ScheduledJob", + "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": [ + "batch_v2alpha1" + ], + "operationId": "patchNamespacedScheduledJobStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the ScheduledJob", + "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/batch/v2alpha1/scheduledjobs": { + "get": { + "description": "list or watch objects of kind ScheduledJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "listScheduledJobForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v2alpha1.CronJobList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/v2alpha1/watch/cronjobs": { + "get": { + "description": "watch individual changes to a list of CronJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "watchCronJobListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/v2alpha1/watch/jobs": { + "get": { + "description": "watch individual changes to a list of Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "watchJobListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs": { + "get": { + "description": "watch individual changes to a list of CronJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "watchNamespacedCronJobList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs/{name}": { + "get": { + "description": "watch changes to an object of kind CronJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "watchNamespacedCronJob", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the CronJob", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/v2alpha1/watch/namespaces/{namespace}/jobs": { + "get": { + "description": "watch individual changes to a list of Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "watchNamespacedJobList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/v2alpha1/watch/namespaces/{namespace}/jobs/{name}": { + "get": { + "description": "watch changes to an object of kind Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "watchNamespacedJob", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Job", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/v2alpha1/watch/namespaces/{namespace}/scheduledjobs": { + "get": { + "description": "watch individual changes to a list of ScheduledJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "watchNamespacedScheduledJobList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/v2alpha1/watch/namespaces/{namespace}/scheduledjobs/{name}": { + "get": { + "description": "watch changes to an object of kind ScheduledJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "watchNamespacedScheduledJob", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the ScheduledJob", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/batch/v2alpha1/watch/scheduledjobs": { + "get": { + "description": "watch individual changes to a list of ScheduledJob", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "batch_v2alpha1" + ], + "operationId": "watchScheduledJobListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/certificates.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": [ + "certificates" + ], + "operationId": "getAPIGroup", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIGroup" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/certificates.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": [ + "certificates_v1alpha1" + ], + "operationId": "getAPIResources", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIResourceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/certificates.k8s.io/v1alpha1/certificatesigningrequests": { + "get": { + "description": "list or watch objects of kind CertificateSigningRequest", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "certificates_v1alpha1" + ], + "operationId": "listCertificateSigningRequest", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/v1alpha1.CertificateSigningRequestList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a CertificateSigningRequest", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "certificates_v1alpha1" + ], + "operationId": "createCertificateSigningRequest", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1alpha1.CertificateSigningRequest" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.CertificateSigningRequest" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of CertificateSigningRequest", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "certificates_v1alpha1" + ], + "operationId": "deleteCollectionCertificateSigningRequest", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name}": { + "get": { + "description": "read the specified CertificateSigningRequest", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "certificates_v1alpha1" + ], + "operationId": "readCertificateSigningRequest", + "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/v1alpha1.CertificateSigningRequest" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified CertificateSigningRequest", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "certificates_v1alpha1" + ], + "operationId": "replaceCertificateSigningRequest", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1alpha1.CertificateSigningRequest" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.CertificateSigningRequest" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a CertificateSigningRequest", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "certificates_v1alpha1" + ], + "operationId": "deleteCertificateSigningRequest", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update 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_v1alpha1" + ], + "operationId": "patchCertificateSigningRequest", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.CertificateSigningRequest" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the CertificateSigningRequest", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name}/approval": { + "put": { + "description": "replace approval of the specified CertificateSigningRequest", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "certificates_v1alpha1" + ], + "operationId": "replaceCertificateSigningRequestApproval", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.CertificateSigningRequest" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1alpha1.CertificateSigningRequest" + } + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the CertificateSigningRequest", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name}/status": { + "put": { + "description": "replace status of the specified CertificateSigningRequest", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "certificates_v1alpha1" + ], + "operationId": "replaceCertificateSigningRequestStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.CertificateSigningRequest" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1alpha1.CertificateSigningRequest" + } + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the CertificateSigningRequest", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/apis/certificates.k8s.io/v1alpha1/watch/certificatesigningrequests": { + "get": { + "description": "watch individual changes to a list of CertificateSigningRequest", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "certificates_v1alpha1" + ], + "operationId": "watchCertificateSigningRequestList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/certificates.k8s.io/v1alpha1/watch/certificatesigningrequests/{name}": { + "get": { + "description": "watch changes to an object of kind CertificateSigningRequest", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "certificates_v1alpha1" + ], + "operationId": "watchCertificateSigningRequest", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the CertificateSigningRequest", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/": { + "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": [ + "extensions" + ], + "operationId": "getAPIGroup", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIGroup" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/extensions/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": [ + "extensions_v1beta1" + ], + "operationId": "getAPIResources", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIResourceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/extensions/v1beta1/daemonsets": { + "get": { + "description": "list or watch objects of kind DaemonSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "listDaemonSetForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.DaemonSetList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/deployments": { + "get": { + "description": "list or watch objects of kind Deployment", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "listDeploymentForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.DeploymentList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/horizontalpodautoscalers": { + "get": { + "description": "list or watch objects of kind HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "listHorizontalPodAutoscalerForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.HorizontalPodAutoscalerList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/ingresses": { + "get": { + "description": "list or watch objects of kind Ingress", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "listIngressForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.IngressList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/jobs": { + "get": { + "description": "list or watch objects of kind Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "listJobForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.JobList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/namespaces/{namespace}/daemonsets": { + "get": { + "description": "list or watch objects of kind DaemonSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "listNamespacedDaemonSet", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.DaemonSetList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a DaemonSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "createNamespacedDaemonSet", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.DaemonSet" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.DaemonSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of DaemonSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteCollectionNamespacedDaemonSet", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}": { + "get": { + "description": "read the specified DaemonSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedDaemonSet", + "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.DaemonSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified DaemonSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedDaemonSet", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.DaemonSet" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.DaemonSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a DaemonSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteNamespacedDaemonSet", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified DaemonSet", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedDaemonSet", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.DaemonSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the DaemonSet", + "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/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status": { + "get": { + "description": "read status of the specified DaemonSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedDaemonSetStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.DaemonSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified DaemonSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedDaemonSetStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.DaemonSet" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.DaemonSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified DaemonSet", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedDaemonSetStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.DaemonSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the DaemonSet", + "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/extensions/v1beta1/namespaces/{namespace}/deployments": { + "get": { + "description": "list or watch objects of kind Deployment", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "listNamespacedDeployment", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.DeploymentList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a Deployment", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "createNamespacedDeployment", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.Deployment" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Deployment" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of Deployment", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteCollectionNamespacedDeployment", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/extensions/v1beta1/namespaces/{namespace}/deployments/{name}": { + "get": { + "description": "read the specified Deployment", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedDeployment", + "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.Deployment" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified Deployment", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedDeployment", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.Deployment" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Deployment" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a Deployment", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteNamespacedDeployment", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified Deployment", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedDeployment", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Deployment" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Deployment", + "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/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback": { + "post": { + "description": "create rollback of a DeploymentRollback", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "createNamespacedDeploymentRollbackRollback", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.DeploymentRollback" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.DeploymentRollback" + } + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the DeploymentRollback", + "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/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale": { + "get": { + "description": "read scale of the specified Scale", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedDeploymentsScale", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Scale" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace scale of the specified Scale", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedDeploymentsScale", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.Scale" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Scale" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update scale of the specified Scale", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedDeploymentsScale", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Scale" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Scale", + "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/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status": { + "get": { + "description": "read status of the specified Deployment", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedDeploymentStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Deployment" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified Deployment", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedDeploymentStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.Deployment" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Deployment" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified Deployment", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedDeploymentStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Deployment" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Deployment", + "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/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers": { + "get": { + "description": "list or watch objects of kind HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "listNamespacedHorizontalPodAutoscaler", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.HorizontalPodAutoscalerList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "createNamespacedHorizontalPodAutoscaler", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.HorizontalPodAutoscaler" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.HorizontalPodAutoscaler" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteCollectionNamespacedHorizontalPodAutoscaler", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}": { + "get": { + "description": "read the specified HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedHorizontalPodAutoscaler", + "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.HorizontalPodAutoscaler" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedHorizontalPodAutoscaler", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.HorizontalPodAutoscaler" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.HorizontalPodAutoscaler" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteNamespacedHorizontalPodAutoscaler", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified HorizontalPodAutoscaler", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedHorizontalPodAutoscaler", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.HorizontalPodAutoscaler" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the HorizontalPodAutoscaler", + "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/extensions/v1beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status": { + "get": { + "description": "read status of the specified HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedHorizontalPodAutoscalerStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.HorizontalPodAutoscaler" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedHorizontalPodAutoscalerStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.HorizontalPodAutoscaler" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.HorizontalPodAutoscaler" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified HorizontalPodAutoscaler", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedHorizontalPodAutoscalerStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.HorizontalPodAutoscaler" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the HorizontalPodAutoscaler", + "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/extensions/v1beta1/namespaces/{namespace}/ingresses": { + "get": { + "description": "list or watch objects of kind Ingress", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "listNamespacedIngress", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.IngressList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create an Ingress", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "createNamespacedIngress", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.Ingress" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Ingress" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of Ingress", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteCollectionNamespacedIngress", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}": { + "get": { + "description": "read the specified Ingress", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedIngress", + "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.Ingress" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified Ingress", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedIngress", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.Ingress" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Ingress" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete an Ingress", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteNamespacedIngress", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified Ingress", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedIngress", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Ingress" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Ingress", + "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/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status": { + "get": { + "description": "read status of the specified Ingress", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedIngressStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Ingress" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified Ingress", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedIngressStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.Ingress" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Ingress" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified Ingress", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedIngressStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Ingress" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Ingress", + "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/extensions/v1beta1/namespaces/{namespace}/jobs": { + "get": { + "description": "list or watch objects of kind Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "listNamespacedJob", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.JobList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "createNamespacedJob", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.Job" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteCollectionNamespacedJob", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/extensions/v1beta1/namespaces/{namespace}/jobs/{name}": { + "get": { + "description": "read the specified Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedJob", + "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.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedJob", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.Job" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteNamespacedJob", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified Job", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedJob", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Job", + "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/extensions/v1beta1/namespaces/{namespace}/jobs/{name}/status": { + "get": { + "description": "read status of the specified Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedJobStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedJobStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.Job" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified Job", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedJobStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Job" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Job", + "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/extensions/v1beta1/namespaces/{namespace}/networkpolicies": { + "get": { + "description": "list or watch objects of kind NetworkPolicy", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "listNamespacedNetworkPolicy", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.NetworkPolicyList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a NetworkPolicy", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "createNamespacedNetworkPolicy", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.NetworkPolicy" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.NetworkPolicy" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of NetworkPolicy", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteCollectionNamespacedNetworkPolicy", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}": { + "get": { + "description": "read the specified NetworkPolicy", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedNetworkPolicy", + "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.NetworkPolicy" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified NetworkPolicy", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedNetworkPolicy", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.NetworkPolicy" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.NetworkPolicy" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a NetworkPolicy", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteNamespacedNetworkPolicy", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified NetworkPolicy", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedNetworkPolicy", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.NetworkPolicy" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the NetworkPolicy", + "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/extensions/v1beta1/namespaces/{namespace}/replicasets": { + "get": { + "description": "list or watch objects of kind ReplicaSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "listNamespacedReplicaSet", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.ReplicaSetList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a ReplicaSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "createNamespacedReplicaSet", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.ReplicaSet" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.ReplicaSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of ReplicaSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteCollectionNamespacedReplicaSet", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}": { + "get": { + "description": "read the specified ReplicaSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedReplicaSet", + "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.ReplicaSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified ReplicaSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedReplicaSet", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.ReplicaSet" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.ReplicaSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a ReplicaSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteNamespacedReplicaSet", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified ReplicaSet", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedReplicaSet", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.ReplicaSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the ReplicaSet", + "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/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale": { + "get": { + "description": "read scale of the specified Scale", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedReplicasetsScale", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Scale" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace scale of the specified Scale", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedReplicasetsScale", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.Scale" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Scale" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update scale of the specified Scale", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedReplicasetsScale", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Scale" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Scale", + "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/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status": { + "get": { + "description": "read status of the specified ReplicaSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedReplicaSetStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.ReplicaSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified ReplicaSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedReplicaSetStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.ReplicaSet" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.ReplicaSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified ReplicaSet", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedReplicaSetStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.ReplicaSet" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the ReplicaSet", + "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/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale": { + "get": { + "description": "read scale of the specified Scale", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readNamespacedReplicationcontrollersScale", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Scale" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace scale of the specified Scale", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceNamespacedReplicationcontrollersScale", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.Scale" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Scale" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update scale of the specified Scale", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchNamespacedReplicationcontrollersScale", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.Scale" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Scale", + "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/extensions/v1beta1/networkpolicies": { + "get": { + "description": "list or watch objects of kind NetworkPolicy", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "listNetworkPolicyForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.NetworkPolicyList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/replicasets": { + "get": { + "description": "list or watch objects of kind ReplicaSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "listReplicaSetForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.ReplicaSetList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/thirdpartyresources": { + "get": { + "description": "list or watch objects of kind ThirdPartyResource", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "listThirdPartyResource", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.ThirdPartyResourceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a ThirdPartyResource", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "createThirdPartyResource", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.ThirdPartyResource" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.ThirdPartyResource" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of ThirdPartyResource", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteCollectionThirdPartyResource", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/apis/extensions/v1beta1/thirdpartyresources/{name}": { + "get": { + "description": "read the specified ThirdPartyResource", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "readThirdPartyResource", + "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.ThirdPartyResource" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified ThirdPartyResource", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "replaceThirdPartyResource", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.ThirdPartyResource" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.ThirdPartyResource" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a ThirdPartyResource", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "deleteThirdPartyResource", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified ThirdPartyResource", + "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": [ + "extensions_v1beta1" + ], + "operationId": "patchThirdPartyResource", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.ThirdPartyResource" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the ThirdPartyResource", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/apis/extensions/v1beta1/watch/daemonsets": { + "get": { + "description": "watch individual changes to a list of DaemonSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchDaemonSetListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/deployments": { + "get": { + "description": "watch individual changes to a list of Deployment", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchDeploymentListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/horizontalpodautoscalers": { + "get": { + "description": "watch individual changes to a list of HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchHorizontalPodAutoscalerListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/ingresses": { + "get": { + "description": "watch individual changes to a list of Ingress", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchIngressListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/jobs": { + "get": { + "description": "watch individual changes to a list of Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchJobListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets": { + "get": { + "description": "watch individual changes to a list of DaemonSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchNamespacedDaemonSetList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets/{name}": { + "get": { + "description": "watch changes to an object of kind DaemonSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchNamespacedDaemonSet", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the DaemonSet", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/namespaces/{namespace}/deployments": { + "get": { + "description": "watch individual changes to a list of Deployment", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchNamespacedDeploymentList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/namespaces/{namespace}/deployments/{name}": { + "get": { + "description": "watch changes to an object of kind Deployment", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchNamespacedDeployment", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Deployment", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers": { + "get": { + "description": "watch individual changes to a list of HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchNamespacedHorizontalPodAutoscalerList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}": { + "get": { + "description": "watch changes to an object of kind HorizontalPodAutoscaler", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchNamespacedHorizontalPodAutoscaler", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the HorizontalPodAutoscaler", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/namespaces/{namespace}/ingresses": { + "get": { + "description": "watch individual changes to a list of Ingress", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchNamespacedIngressList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/namespaces/{namespace}/ingresses/{name}": { + "get": { + "description": "watch changes to an object of kind Ingress", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchNamespacedIngress", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Ingress", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/namespaces/{namespace}/jobs": { + "get": { + "description": "watch individual changes to a list of Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchNamespacedJobList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/namespaces/{namespace}/jobs/{name}": { + "get": { + "description": "watch changes to an object of kind Job", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchNamespacedJob", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Job", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies": { + "get": { + "description": "watch individual changes to a list of NetworkPolicy", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchNamespacedNetworkPolicyList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies/{name}": { + "get": { + "description": "watch changes to an object of kind NetworkPolicy", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchNamespacedNetworkPolicy", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the NetworkPolicy", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/namespaces/{namespace}/replicasets": { + "get": { + "description": "watch individual changes to a list of ReplicaSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchNamespacedReplicaSetList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/namespaces/{namespace}/replicasets/{name}": { + "get": { + "description": "watch changes to an object of kind ReplicaSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchNamespacedReplicaSet", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the ReplicaSet", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/networkpolicies": { + "get": { + "description": "watch individual changes to a list of NetworkPolicy", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchNetworkPolicyListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/replicasets": { + "get": { + "description": "watch individual changes to a list of ReplicaSet", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchReplicaSetListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/thirdpartyresources": { + "get": { + "description": "watch individual changes to a list of ThirdPartyResource", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchThirdPartyResourceList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/extensions/v1beta1/watch/thirdpartyresources/{name}": { + "get": { + "description": "watch changes to an object of kind ThirdPartyResource", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "extensions_v1beta1" + ], + "operationId": "watchThirdPartyResource", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the ThirdPartyResource", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/policy/": { + "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": [ + "policy" + ], + "operationId": "getAPIGroup", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIGroup" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/policy/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": [ + "policy_v1beta1" + ], + "operationId": "getAPIResources", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIResourceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets": { + "get": { + "description": "list or watch objects of kind PodDisruptionBudget", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "policy_v1beta1" + ], + "operationId": "listNamespacedPodDisruptionBudget", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.PodDisruptionBudgetList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a PodDisruptionBudget", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "policy_v1beta1" + ], + "operationId": "createNamespacedPodDisruptionBudget", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.PodDisruptionBudget" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.PodDisruptionBudget" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of PodDisruptionBudget", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "policy_v1beta1" + ], + "operationId": "deleteCollectionNamespacedPodDisruptionBudget", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}": { + "get": { + "description": "read the specified PodDisruptionBudget", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "policy_v1beta1" + ], + "operationId": "readNamespacedPodDisruptionBudget", + "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.PodDisruptionBudget" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified PodDisruptionBudget", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "policy_v1beta1" + ], + "operationId": "replaceNamespacedPodDisruptionBudget", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.PodDisruptionBudget" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.PodDisruptionBudget" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a PodDisruptionBudget", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "policy_v1beta1" + ], + "operationId": "deleteNamespacedPodDisruptionBudget", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified PodDisruptionBudget", + "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": [ + "policy_v1beta1" + ], + "operationId": "patchNamespacedPodDisruptionBudget", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.PodDisruptionBudget" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the PodDisruptionBudget", + "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/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status": { + "get": { + "description": "read status of the specified PodDisruptionBudget", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "policy_v1beta1" + ], + "operationId": "readNamespacedPodDisruptionBudgetStatus", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.PodDisruptionBudget" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace status of the specified PodDisruptionBudget", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "policy_v1beta1" + ], + "operationId": "replaceNamespacedPodDisruptionBudgetStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.PodDisruptionBudget" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.PodDisruptionBudget" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update status of the specified PodDisruptionBudget", + "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": [ + "policy_v1beta1" + ], + "operationId": "patchNamespacedPodDisruptionBudgetStatus", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.PodDisruptionBudget" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the PodDisruptionBudget", + "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/policy/v1beta1/poddisruptionbudgets": { + "get": { + "description": "list or watch objects of kind PodDisruptionBudget", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "policy_v1beta1" + ], + "operationId": "listPodDisruptionBudgetForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.PodDisruptionBudgetList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets": { + "get": { + "description": "watch individual changes to a list of PodDisruptionBudget", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "policy_v1beta1" + ], + "operationId": "watchNamespacedPodDisruptionBudgetList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets/{name}": { + "get": { + "description": "watch changes to an object of kind PodDisruptionBudget", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "policy_v1beta1" + ], + "operationId": "watchNamespacedPodDisruptionBudget", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the PodDisruptionBudget", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/policy/v1beta1/watch/poddisruptionbudgets": { + "get": { + "description": "watch individual changes to a list of PodDisruptionBudget", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "policy_v1beta1" + ], + "operationId": "watchPodDisruptionBudgetListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/rbac.authorization.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": [ + "rbacAuthorization" + ], + "operationId": "getAPIGroup", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIGroup" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/rbac.authorization.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": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "getAPIResources", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIResourceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings": { + "get": { + "description": "list or watch objects of kind ClusterRoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "listClusterRoleBinding", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/v1alpha1.ClusterRoleBindingList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a ClusterRoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "createClusterRoleBinding", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1alpha1.ClusterRoleBinding" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.ClusterRoleBinding" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of ClusterRoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "deleteCollectionClusterRoleBinding", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}": { + "get": { + "description": "read the specified ClusterRoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "readClusterRoleBinding", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.ClusterRoleBinding" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified ClusterRoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "replaceClusterRoleBinding", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1alpha1.ClusterRoleBinding" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.ClusterRoleBinding" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a ClusterRoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "deleteClusterRoleBinding", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified ClusterRoleBinding", + "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": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "patchClusterRoleBinding", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.ClusterRoleBinding" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the ClusterRoleBinding", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/apis/rbac.authorization.k8s.io/v1alpha1/clusterroles": { + "get": { + "description": "list or watch objects of kind ClusterRole", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "listClusterRole", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/v1alpha1.ClusterRoleList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a ClusterRole", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "createClusterRole", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1alpha1.ClusterRole" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.ClusterRole" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of ClusterRole", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "deleteCollectionClusterRole", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}": { + "get": { + "description": "read the specified ClusterRole", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "readClusterRole", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.ClusterRole" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified ClusterRole", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "replaceClusterRole", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1alpha1.ClusterRole" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.ClusterRole" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a ClusterRole", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "deleteClusterRole", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified ClusterRole", + "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": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "patchClusterRole", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.ClusterRole" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the ClusterRole", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings": { + "get": { + "description": "list or watch objects of kind RoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "listNamespacedRoleBinding", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/v1alpha1.RoleBindingList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a RoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "createNamespacedRoleBinding", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1alpha1.RoleBinding" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.RoleBinding" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of RoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "deleteCollectionNamespacedRoleBinding", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}": { + "get": { + "description": "read the specified RoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "readNamespacedRoleBinding", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.RoleBinding" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified RoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "replaceNamespacedRoleBinding", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1alpha1.RoleBinding" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.RoleBinding" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a RoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "deleteNamespacedRoleBinding", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified RoleBinding", + "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": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "patchNamespacedRoleBinding", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.RoleBinding" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the RoleBinding", + "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/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles": { + "get": { + "description": "list or watch objects of kind Role", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "listNamespacedRole", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/v1alpha1.RoleList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a Role", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "createNamespacedRole", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1alpha1.Role" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.Role" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of Role", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "deleteCollectionNamespacedRole", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "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/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}": { + "get": { + "description": "read the specified Role", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "readNamespacedRole", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.Role" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified Role", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "replaceNamespacedRole", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1alpha1.Role" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.Role" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a Role", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "deleteNamespacedRole", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified Role", + "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": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "patchNamespacedRole", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.Role" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the Role", + "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/rbac.authorization.k8s.io/v1alpha1/rolebindings": { + "get": { + "description": "list or watch objects of kind RoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "listRoleBindingForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.RoleBindingList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/rbac.authorization.k8s.io/v1alpha1/roles": { + "get": { + "description": "list or watch objects of kind Role", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "listRoleForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1alpha1.RoleList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings": { + "get": { + "description": "watch individual changes to a list of ClusterRoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "watchClusterRoleBindingList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings/{name}": { + "get": { + "description": "watch changes to an object of kind ClusterRoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "watchClusterRoleBinding", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the ClusterRoleBinding", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles": { + "get": { + "description": "watch individual changes to a list of ClusterRole", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "watchClusterRoleList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles/{name}": { + "get": { + "description": "watch changes to an object of kind ClusterRole", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "watchClusterRole", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the ClusterRole", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings": { + "get": { + "description": "watch individual changes to a list of RoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "watchNamespacedRoleBindingList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings/{name}": { + "get": { + "description": "watch changes to an object of kind RoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "watchNamespacedRoleBinding", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the RoleBinding", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles": { + "get": { + "description": "watch individual changes to a list of Role", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "watchNamespacedRoleList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles/{name}": { + "get": { + "description": "watch changes to an object of kind Role", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "watchNamespacedRole", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the Role", + "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" + }, + { + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/rbac.authorization.k8s.io/v1alpha1/watch/rolebindings": { + "get": { + "description": "watch individual changes to a list of RoleBinding", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "watchRoleBindingListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/rbac.authorization.k8s.io/v1alpha1/watch/roles": { + "get": { + "description": "watch individual changes to a list of Role", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "rbacAuthorization_v1alpha1" + ], + "operationId": "watchRoleListForAllNamespaces", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/storage.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": [ + "storage" + ], + "operationId": "getAPIGroup", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIGroup" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/storage.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": [ + "storage_v1beta1" + ], + "operationId": "getAPIResources", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.APIResourceList" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + }, + "/apis/storage.k8s.io/v1beta1/storageclasses": { + "get": { + "description": "list or watch objects of kind StorageClass", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "storage_v1beta1" + ], + "operationId": "listStorageClass", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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.StorageClassList" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "post": { + "description": "create a StorageClass", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "storage_v1beta1" + ], + "operationId": "createStorageClass", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.StorageClass" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.StorageClass" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete collection of StorageClass", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "storage_v1beta1" + ], + "operationId": "deleteCollectionStorageClass", + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/apis/storage.k8s.io/v1beta1/storageclasses/{name}": { + "get": { + "description": "read the specified StorageClass", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "storage_v1beta1" + ], + "operationId": "readStorageClass", + "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.StorageClass" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "put": { + "description": "replace the specified StorageClass", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "storage_v1beta1" + ], + "operationId": "replaceStorageClass", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1beta1.StorageClass" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.StorageClass" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "delete": { + "description": "delete a StorageClass", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "schemes": [ + "https" + ], + "tags": [ + "storage_v1beta1" + ], + "operationId": "deleteStorageClass", + "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": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "name": "orphanDependents", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/unversioned.Status" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "patch": { + "description": "partially update the specified StorageClass", + "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": [ + "storage_v1beta1" + ], + "operationId": "patchStorageClass", + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/unversioned.Patch" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1beta1.StorageClass" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "name of the StorageClass", + "name": "name", + "in": "path", + "required": true + }, + { + "uniqueItems": true, + "type": "string", + "description": "If 'true', then the output is pretty printed.", + "name": "pretty", + "in": "query" + } + ] + }, + "/apis/storage.k8s.io/v1beta1/watch/storageclasses": { + "get": { + "description": "watch individual changes to a list of StorageClass", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "storage_v1beta1" + ], + "operationId": "watchStorageClassList", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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/storage.k8s.io/v1beta1/watch/storageclasses/{name}": { + "get": { + "description": "watch changes to an object of kind StorageClass", + "consumes": [ + "*/*" + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf", + "application/json;stream=watch", + "application/vnd.kubernetes.protobuf;stream=watch" + ], + "schemes": [ + "https" + ], + "tags": [ + "storage_v1beta1" + ], + "operationId": "watchStorageClass", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/versioned.Event" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "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": "string", + "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", + "name": "labelSelector", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "name of the StorageClass", + "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.", + "name": "resourceVersion", + "in": "query" + }, + { + "uniqueItems": true, + "type": "integer", + "description": "Timeout for the list/watch call.", + "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" + } + ] + }, + "/logs/": { + "get": { + "schemes": [ + "https" + ], + "tags": [ + "logs" + ], + "operationId": "logFileListHandler", + "responses": { + "401": { + "description": "Unauthorized" + } + } + } + }, + "/logs/{logpath}": { + "get": { + "schemes": [ + "https" + ], + "tags": [ + "logs" + ], + "operationId": "logFileHandler", + "responses": { + "401": { + "description": "Unauthorized" + } + } + }, + "parameters": [ + { + "uniqueItems": true, + "type": "string", + "description": "path to the log", + "name": "logpath", + "in": "path", + "required": true + } + ] + }, + "/version/": { + "get": { + "description": "get the code version", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "schemes": [ + "https" + ], + "tags": [ + "version" + ], + "operationId": "getCode", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/version.Info" + } + }, + "401": { + "description": "Unauthorized" + } + } + } + } + }, + "definitions": { + "intstr.IntOrString": { + "type": "string", + "format": "int-or-string" + }, + "resource.Quantity": { + "type": "string" + }, + "runtime.RawExtension": { + "description": "RawExtension is used to hold extensions in external versions.\n\nTo use this, make a field which has RawExtension as its type in your external, versioned struct, and Object in your internal struct. You also need to register your various plugin types.\n\n// Internal package: type MyAPIObject struct {\n\truntime.TypeMeta `json:\",inline\"`\n\tMyPlugin runtime.Object `json:\"myPlugin\"`\n} type PluginA struct {\n\tAOption string `json:\"aOption\"`\n}\n\n// External package: type MyAPIObject struct {\n\truntime.TypeMeta `json:\",inline\"`\n\tMyPlugin runtime.RawExtension `json:\"myPlugin\"`\n} type PluginA struct {\n\tAOption string `json:\"aOption\"`\n}\n\n// On the wire, the JSON will look something like this: {\n\t\"kind\":\"MyAPIObject\",\n\t\"apiVersion\":\"v1\",\n\t\"myPlugin\": {\n\t\t\"kind\":\"PluginA\",\n\t\t\"aOption\":\"foo\",\n\t},\n}\n\nSo what happens? Decode first uses json or yaml to unmarshal the serialized data into your external MyAPIObject. That causes the raw JSON to be stored, but not unpacked. The next step is to copy (using pkg/conversion) into the internal struct. The runtime package's DefaultScheme has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing it in the Object. (TODO: In the case where the object is of an unknown type, a runtime.Unknown object will be created and stored.)", + "required": [ + "Raw" + ], + "properties": { + "Raw": { + "description": "Raw is the underlying serialization of this object.", + "type": "string", + "format": "byte" + } + } + }, + "unversioned.APIGroup": { + "description": "APIGroup contains the name, the supported versions, and the preferred version of a group.", + "required": [ + "name", + "versions", + "serverAddressByClientCIDRs" + ], + "properties": { + "name": { + "description": "name is the name of the group.", + "type": "string" + }, + "preferredVersion": { + "description": "preferredVersion is the version preferred by the API server, which probably is the storage version.", + "$ref": "#/definitions/unversioned.GroupVersionForDiscovery" + }, + "serverAddressByClientCIDRs": { + "description": "a map of client CIDR to server address that is serving this group. This is to help 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, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the 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 client IP.", + "type": "array", + "items": { + "$ref": "#/definitions/unversioned.ServerAddressByClientCIDR" + } + }, + "versions": { + "description": "versions are the versions supported in this group.", + "type": "array", + "items": { + "$ref": "#/definitions/unversioned.GroupVersionForDiscovery" + } + } + } + }, + "unversioned.APIGroupList": { + "description": "APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.", + "required": [ + "groups" + ], + "properties": { + "groups": { + "description": "groups is a list of APIGroup.", + "type": "array", + "items": { + "$ref": "#/definitions/unversioned.APIGroup" + } + } + } + }, + "unversioned.APIResource": { + "description": "APIResource specifies the name of a resource and whether it is namespaced.", + "required": [ + "name", + "namespaced", + "kind" + ], + "properties": { + "kind": { + "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')", + "type": "string" + }, + "name": { + "description": "name is the name of the resource.", + "type": "string" + }, + "namespaced": { + "description": "namespaced indicates if a resource is namespaced or not.", + "type": "boolean" + } + } + }, + "unversioned.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": [ + "groupVersion", + "resources" + ], + "properties": { + "groupVersion": { + "description": "groupVersion is the group and version this APIResourceList is for.", + "type": "string" + }, + "resources": { + "description": "resources contains the name of the resources and if they are namespaced.", + "type": "array", + "items": { + "$ref": "#/definitions/unversioned.APIResource" + } + } + } + }, + "unversioned.APIVersions": { + "description": "APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API.", + "required": [ + "versions", + "serverAddressByClientCIDRs" + ], + "properties": { + "serverAddressByClientCIDRs": { + "description": "a map of client CIDR to server address that is serving this group. This is to help 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, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the 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 client IP.", + "type": "array", + "items": { + "$ref": "#/definitions/unversioned.ServerAddressByClientCIDR" + } + }, + "versions": { + "description": "versions are the api versions that are available.", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "unversioned.GroupVersionForDiscovery": { + "description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility.", + "required": [ + "groupVersion", + "version" + ], + "properties": { + "groupVersion": { + "description": "groupVersion specifies the API group and version in the form \"group/version\"", + "type": "string" + }, + "version": { + "description": "version specifies the version in the form of \"version\". This is to save the clients the trouble of splitting the GroupVersion.", + "type": "string" + } + } + }, + "unversioned.LabelSelector": { + "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", + "properties": { + "matchExpressions": { + "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", + "type": "array", + "items": { + "$ref": "#/definitions/unversioned.LabelSelectorRequirement" + } + }, + "matchLabels": { + "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + }, + "unversioned.LabelSelectorRequirement": { + "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", + "required": [ + "key", + "operator" + ], + "properties": { + "key": { + "description": "key is the label key that the selector applies to.", + "type": "string" + }, + "operator": { + "description": "operator represents a key's relationship to a set of values. Valid operators ard In, NotIn, Exists and DoesNotExist.", + "type": "string" + }, + "values": { + "description": "values is 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" + } + } + } + }, + "unversioned.ListMeta": { + "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.", + "properties": { + "resourceVersion": { + "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency", + "type": "string" + }, + "selfLink": { + "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.", + "type": "string" + } + } + }, + "unversioned.Patch": { + "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body." + }, + "unversioned.ServerAddressByClientCIDR": { + "description": "ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.", + "required": [ + "clientCIDR", + "serverAddress" + ], + "properties": { + "clientCIDR": { + "description": "The CIDR with which clients can match their IP to figure out the server address that they should use.", + "type": "string" + }, + "serverAddress": { + "description": "Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.", + "type": "string" + } + } + }, + "unversioned.Status": { + "description": "Status is a return value for calls that don't return other objects.", + "properties": { + "code": { + "description": "Suggested HTTP return code for this status, 0 if not set.", + "type": "integer", + "format": "int32" + }, + "details": { + "description": "Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.", + "$ref": "#/definitions/unversioned.StatusDetails" + }, + "message": { + "description": "A human-readable description of the status of this operation.", + "type": "string" + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + }, + "reason": { + "description": "A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.", + "type": "string" + }, + "status": { + "description": "Status of the operation. One of: \"Success\" or \"Failure\". More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "type": "string" + } + } + }, + "unversioned.StatusCause": { + "description": "StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.", + "properties": { + "field": { + "description": "The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.\n\nExamples:\n \"name\" - the field \"name\" on the current resource\n \"items[0].name\" - the field \"name\" on the first array entry in \"items\"", + "type": "string" + }, + "message": { + "description": "A human-readable description of the cause of the error. This field may be presented as-is to a reader.", + "type": "string" + }, + "reason": { + "description": "A machine-readable description of the cause of the error. If this value is empty there is no information available.", + "type": "string" + } + } + }, + "unversioned.StatusDetails": { + "description": "StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.", + "properties": { + "causes": { + "description": "The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.", + "type": "array", + "items": { + "$ref": "#/definitions/unversioned.StatusCause" + } + }, + "group": { + "description": "The group attribute of the resource associated with the status StatusReason.", + "type": "string" + }, + "kind": { + "description": "The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "type": "string" + }, + "name": { + "description": "The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).", + "type": "string" + }, + "retryAfterSeconds": { + "description": "If specified, the time in seconds before the operation should be retried.", + "type": "integer", + "format": "int32" + } + } + }, + "unversioned.Time": { + "type": "string", + "format": "date-time" + }, + "v1.AttachedVolume": { + "description": "AttachedVolume describes a volume attached to a node", + "required": [ + "name", + "devicePath" + ], + "properties": { + "devicePath": { + "description": "DevicePath represents the device path where the volume should be available", + "type": "string" + }, + "name": { + "description": "Name of the attached volume", + "type": "string" + } + } + }, + "v1.Binding": { + "description": "Binding ties one object to another. For example, a pod is bound to a node by a scheduler.", + "required": [ + "target" + ], + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "target": { + "description": "The target object that you want to bind to the standard object.", + "$ref": "#/definitions/v1.ObjectReference" + } + } + }, + "v1.Capabilities": { + "description": "Adds and removes POSIX capabilities from running containers.", + "properties": { + "add": { + "description": "Added capabilities", + "type": "array", + "items": { + "type": "string" + } + }, + "drop": { + "description": "Removed capabilities", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "v1.ComponentCondition": { + "description": "Information about the condition of a component.", + "required": [ + "type", + "status" + ], + "properties": { + "error": { + "description": "Condition error code for a component. For example, a health check error code.", + "type": "string" + }, + "message": { + "description": "Message about the condition for a component. For example, information about a health check.", + "type": "string" + }, + "status": { + "description": "Status of the condition for a component. Valid values for \"Healthy\": \"True\", \"False\", or \"Unknown\".", + "type": "string" + }, + "type": { + "description": "Type of condition for a component. Valid value: \"Healthy\"", + "type": "string" + } + } + }, + "v1.ComponentStatus": { + "description": "ComponentStatus (and ComponentStatusList) holds the cluster validation info.", + "properties": { + "conditions": { + "description": "List of component conditions observed", + "type": "array", + "items": { + "$ref": "#/definitions/v1.ComponentCondition" + } + }, + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + } + } + }, + "v1.ComponentStatusList": { + "description": "Status of all the conditions for the component as a list of ComponentStatus objects.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "List of ComponentStatus objects.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.ComponentStatus" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.ConfigMap": { + "description": "ConfigMap holds configuration data for pods to consume.", + "properties": { + "data": { + "description": "Data contains the configuration data. Each key must be a valid DNS_SUBDOMAIN with an optional leading dot.", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + } + } + }, + "v1.ConfigMapKeySelector": { + "description": "Selects a key from a ConfigMap.", + "required": [ + "key" + ], + "properties": { + "key": { + "description": "The key to select.", + "type": "string" + } + } + }, + "v1.ConfigMapList": { + "description": "ConfigMapList is a resource containing a list of ConfigMap objects.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is the list of ConfigMaps.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.ConfigMap" + } + }, + "metadata": { + "description": "More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.Container": { + "description": "A single application container that you want to run within a pod.", + "required": [ + "name" + ], + "properties": { + "args": { + "description": "Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands", + "type": "array", + "items": { + "type": "string" + } + }, + "command": { + "description": "Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands", + "type": "array", + "items": { + "type": "string" + } + }, + "env": { + "description": "List of environment variables to set in the container. Cannot be updated.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.EnvVar" + } + }, + "image": { + "description": "Docker image name. More info: http://kubernetes.io/docs/user-guide/images", + "type": "string" + }, + "imagePullPolicy": { + "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/images#updating-images", + "type": "string" + }, + "lifecycle": { + "description": "Actions that the management system should take in response to container lifecycle events. Cannot be updated.", + "$ref": "#/definitions/v1.Lifecycle" + }, + "livenessProbe": { + "description": "Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes", + "$ref": "#/definitions/v1.Probe" + }, + "name": { + "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.", + "type": "string" + }, + "ports": { + "description": "List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.ContainerPort" + } + }, + "readinessProbe": { + "description": "Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes", + "$ref": "#/definitions/v1.Probe" + }, + "resources": { + "description": "Compute Resources required by this container. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources", + "$ref": "#/definitions/v1.ResourceRequirements" + }, + "securityContext": { + "description": "Security options the pod should run with. More info: http://releases.k8s.io/HEAD/docs/design/security_context.md", + "$ref": "#/definitions/v1.SecurityContext" + }, + "stdin": { + "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.", + "type": "boolean" + }, + "stdinOnce": { + "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false", + "type": "boolean" + }, + "terminationMessagePath": { + "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Defaults to /dev/termination-log. Cannot be updated.", + "type": "string" + }, + "tty": { + "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.", + "type": "boolean" + }, + "volumeMounts": { + "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.VolumeMount" + } + }, + "workingDir": { + "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.", + "type": "string" + } + } + }, + "v1.ContainerImage": { + "description": "Describe a container image", + "required": [ + "names" + ], + "properties": { + "names": { + "description": "Names by which this image is known. e.g. [\"gcr.io/google_containers/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]", + "type": "array", + "items": { + "type": "string" + } + }, + "sizeBytes": { + "description": "The size of the image in bytes.", + "type": "integer", + "format": "int64" + } + } + }, + "v1.ContainerPort": { + "description": "ContainerPort represents a network port in a single container.", + "required": [ + "containerPort" + ], + "properties": { + "containerPort": { + "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.", + "type": "integer", + "format": "int32" + }, + "hostIP": { + "description": "What host IP to bind the external port to.", + "type": "string" + }, + "hostPort": { + "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.", + "type": "integer", + "format": "int32" + }, + "name": { + "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.", + "type": "string" + }, + "protocol": { + "description": "Protocol for port. Must be UDP or TCP. Defaults to \"TCP\".", + "type": "string" + } + } + }, + "v1.ContainerState": { + "description": "ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.", + "properties": { + "running": { + "description": "Details about a running container", + "$ref": "#/definitions/v1.ContainerStateRunning" + }, + "terminated": { + "description": "Details about a terminated container", + "$ref": "#/definitions/v1.ContainerStateTerminated" + }, + "waiting": { + "description": "Details about a waiting container", + "$ref": "#/definitions/v1.ContainerStateWaiting" + } + } + }, + "v1.ContainerStateRunning": { + "description": "ContainerStateRunning is a running state of a container.", + "properties": { + "startedAt": { + "description": "Time at which the container was last (re-)started", + "$ref": "#/definitions/unversioned.Time" + } + } + }, + "v1.ContainerStateTerminated": { + "description": "ContainerStateTerminated is a terminated state of a container.", + "required": [ + "exitCode" + ], + "properties": { + "containerID": { + "description": "Container's ID in the format 'docker://'", + "type": "string" + }, + "exitCode": { + "description": "Exit status from the last termination of the container", + "type": "integer", + "format": "int32" + }, + "finishedAt": { + "description": "Time at which the container last terminated", + "$ref": "#/definitions/unversioned.Time" + }, + "message": { + "description": "Message regarding the last termination of the container", + "type": "string" + }, + "reason": { + "description": "(brief) reason from the last termination of the container", + "type": "string" + }, + "signal": { + "description": "Signal from the last termination of the container", + "type": "integer", + "format": "int32" + }, + "startedAt": { + "description": "Time at which previous execution of the container started", + "$ref": "#/definitions/unversioned.Time" + } + } + }, + "v1.ContainerStateWaiting": { + "description": "ContainerStateWaiting is a waiting state of a container.", + "properties": { + "message": { + "description": "Message regarding why the container is not yet running.", + "type": "string" + }, + "reason": { + "description": "(brief) reason the container is not yet running.", + "type": "string" + } + } + }, + "v1.ContainerStatus": { + "description": "ContainerStatus contains details for the current status of this container.", + "required": [ + "name", + "ready", + "restartCount", + "image", + "imageID" + ], + "properties": { + "containerID": { + "description": "Container's ID in the format 'docker://'. More info: http://kubernetes.io/docs/user-guide/container-environment#container-information", + "type": "string" + }, + "image": { + "description": "The image the container is running. More info: http://kubernetes.io/docs/user-guide/images", + "type": "string" + }, + "imageID": { + "description": "ImageID of the container's image.", + "type": "string" + }, + "lastState": { + "description": "Details about the container's last termination condition.", + "$ref": "#/definitions/v1.ContainerState" + }, + "name": { + "description": "This must be a DNS_LABEL. Each container in a pod must have a unique name. Cannot be updated.", + "type": "string" + }, + "ready": { + "description": "Specifies whether the container has passed its readiness probe.", + "type": "boolean" + }, + "restartCount": { + "description": "The number of times the container has been restarted, currently based on the number of dead containers that have not yet been removed. Note that this is calculated from dead containers. But those containers are subject to garbage collection. This value will get capped at 5 by GC.", + "type": "integer", + "format": "int32" + }, + "state": { + "description": "Details about the container's current condition.", + "$ref": "#/definitions/v1.ContainerState" + } + } + }, + "v1.CrossVersionObjectReference": { + "description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.", + "required": [ + "kind", + "name" + ], + "properties": { + "apiVersion": { + "description": "API version of the referent", + "type": "string" + }, + "kind": { + "description": "Kind of the referent; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds\"", + "type": "string" + }, + "name": { + "description": "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names", + "type": "string" + } + } + }, + "v1.DaemonEndpoint": { + "description": "DaemonEndpoint contains information about a single Daemon endpoint.", + "required": [ + "Port" + ], + "properties": { + "Port": { + "description": "Port number of the given endpoint.", + "type": "integer", + "format": "int32" + } + } + }, + "v1.DeleteOptions": { + "description": "DeleteOptions may be provided when deleting an API object", + "properties": { + "gracePeriodSeconds": { + "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.", + "type": "integer", + "format": "int64" + }, + "orphanDependents": { + "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.", + "type": "boolean" + }, + "preconditions": { + "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned.", + "$ref": "#/definitions/v1.Preconditions" + } + } + }, + "v1.EndpointAddress": { + "description": "EndpointAddress is a tuple that describes single IP address.", + "required": [ + "ip" + ], + "properties": { + "hostname": { + "description": "The Hostname of this endpoint", + "type": "string" + }, + "ip": { + "description": "The IP of this endpoint. May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast ((224.0.0.0/24). IPv6 is also accepted but not fully supported on all platforms. Also, certain kubernetes components, like kube-proxy, are not IPv6 ready.", + "type": "string" + }, + "nodeName": { + "description": "Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.", + "type": "string" + }, + "targetRef": { + "description": "Reference to object providing the endpoint.", + "$ref": "#/definitions/v1.ObjectReference" + } + } + }, + "v1.EndpointPort": { + "description": "EndpointPort is a tuple that describes a single port.", + "required": [ + "port" + ], + "properties": { + "name": { + "description": "The name of this port (corresponds to ServicePort.Name). Must be a DNS_LABEL. Optional only if one port is defined.", + "type": "string" + }, + "port": { + "description": "The port number of the endpoint.", + "type": "integer", + "format": "int32" + }, + "protocol": { + "description": "The IP protocol for this port. Must be UDP or TCP. Default is TCP.", + "type": "string" + } + } + }, + "v1.EndpointSubset": { + "description": "EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given:\n {\n Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n }\nThe resulting set of endpoints can be viewed as:\n a: [ 10.10.1.1:8675, 10.10.2.2:8675 ],\n b: [ 10.10.1.1:309, 10.10.2.2:309 ]", + "properties": { + "addresses": { + "description": "IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.EndpointAddress" + } + }, + "notReadyAddresses": { + "description": "IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.EndpointAddress" + } + }, + "ports": { + "description": "Port numbers available on the related IP addresses.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.EndpointPort" + } + } + } + }, + "v1.Endpoints": { + "description": "Endpoints is a collection of endpoints that implement the actual service. Example:\n Name: \"mysvc\",\n Subsets: [\n {\n Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n },\n {\n Addresses: [{\"ip\": \"10.10.3.3\"}],\n Ports: [{\"name\": \"a\", \"port\": 93}, {\"name\": \"b\", \"port\": 76}]\n },\n ]", + "required": [ + "subsets" + ], + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "subsets": { + "description": "The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.EndpointSubset" + } + } + } + }, + "v1.EndpointsList": { + "description": "EndpointsList is a list of endpoints.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "List of endpoints.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.Endpoints" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.EnvVar": { + "description": "EnvVar represents an environment variable present in a Container.", + "required": [ + "name" + ], + "properties": { + "name": { + "description": "Name of the environment variable. Must be a C_IDENTIFIER.", + "type": "string" + }, + "value": { + "description": "Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", + "type": "string" + }, + "valueFrom": { + "description": "Source for the environment variable's value. Cannot be used if value is not empty.", + "$ref": "#/definitions/v1.EnvVarSource" + } + } + }, + "v1.EnvVarSource": { + "description": "EnvVarSource represents a source for the value of an EnvVar.", + "properties": { + "configMapKeyRef": { + "description": "Selects a key of a ConfigMap.", + "$ref": "#/definitions/v1.ConfigMapKeySelector" + }, + "fieldRef": { + "description": "Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP.", + "$ref": "#/definitions/v1.ObjectFieldSelector" + }, + "resourceFieldRef": { + "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.", + "$ref": "#/definitions/v1.ResourceFieldSelector" + }, + "secretKeyRef": { + "description": "Selects a key of a secret in the pod's namespace", + "$ref": "#/definitions/v1.SecretKeySelector" + } + } + }, + "v1.Event": { + "description": "Event is a report of an event somewhere in the cluster.", + "required": [ + "metadata", + "involvedObject" + ], + "properties": { + "count": { + "description": "The number of times this event has occurred.", + "type": "integer", + "format": "int32" + }, + "firstTimestamp": { + "description": "The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)", + "$ref": "#/definitions/unversioned.Time" + }, + "involvedObject": { + "description": "The object that this event is about.", + "$ref": "#/definitions/v1.ObjectReference" + }, + "lastTimestamp": { + "description": "The time at which the most recent occurrence of this event was recorded.", + "$ref": "#/definitions/unversioned.Time" + }, + "message": { + "description": "A human-readable description of the status of this operation.", + "type": "string" + }, + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "reason": { + "description": "This should be a short, machine understandable string that gives the reason for the transition into the object's current status.", + "type": "string" + }, + "source": { + "description": "The component reporting this event. Should be a short machine understandable string.", + "$ref": "#/definitions/v1.EventSource" + }, + "type": { + "description": "Type of this event (Normal, Warning), new types could be added in the future", + "type": "string" + } + } + }, + "v1.EventList": { + "description": "EventList is a list of events.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "List of events", + "type": "array", + "items": { + "$ref": "#/definitions/v1.Event" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.EventSource": { + "description": "EventSource contains information for an event.", + "properties": { + "component": { + "description": "Component from which the event is generated.", + "type": "string" + }, + "host": { + "description": "Node name on which the event is generated.", + "type": "string" + } + } + }, + "v1.ExecAction": { + "description": "ExecAction describes a \"run in container\" action.", + "properties": { + "command": { + "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "v1.HTTPGetAction": { + "description": "HTTPGetAction describes an action based on HTTP Get requests.", + "required": [ + "port" + ], + "properties": { + "host": { + "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", + "type": "string" + }, + "httpHeaders": { + "description": "Custom headers to set in the request. HTTP allows repeated headers.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.HTTPHeader" + } + }, + "path": { + "description": "Path to access on the HTTP server.", + "type": "string" + }, + "port": { + "description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.", + "$ref": "#/definitions/intstr.IntOrString" + }, + "scheme": { + "description": "Scheme to use for connecting to the host. Defaults to HTTP.", + "type": "string" + } + } + }, + "v1.HTTPHeader": { + "description": "HTTPHeader describes a custom header to be used in HTTP probes", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "description": "The header field name", + "type": "string" + }, + "value": { + "description": "The header field value", + "type": "string" + } + } + }, + "v1.Handler": { + "description": "Handler defines a specific action that should be taken", + "properties": { + "exec": { + "description": "One and only one of the following should be specified. Exec specifies the action to take.", + "$ref": "#/definitions/v1.ExecAction" + }, + "httpGet": { + "description": "HTTPGet specifies the http request to perform.", + "$ref": "#/definitions/v1.HTTPGetAction" + }, + "tcpSocket": { + "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported", + "$ref": "#/definitions/v1.TCPSocketAction" + } + } + }, + "v1.HorizontalPodAutoscaler": { + "description": "configuration of a horizontal pod autoscaler.", + "properties": { + "metadata": { + "description": "Standard object metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "behaviour of autoscaler. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status.", + "$ref": "#/definitions/v1.HorizontalPodAutoscalerSpec" + }, + "status": { + "description": "current information about the autoscaler.", + "$ref": "#/definitions/v1.HorizontalPodAutoscalerStatus" + } + } + }, + "v1.HorizontalPodAutoscalerList": { + "description": "list of horizontal pod autoscaler objects.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "list of horizontal pod autoscaler objects.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.HorizontalPodAutoscaler" + } + }, + "metadata": { + "description": "Standard list metadata.", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.HorizontalPodAutoscalerSpec": { + "description": "specification of a horizontal pod autoscaler.", + "required": [ + "scaleTargetRef", + "maxReplicas" + ], + "properties": { + "maxReplicas": { + "description": "upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas.", + "type": "integer", + "format": "int32" + }, + "minReplicas": { + "description": "lower limit for the number of pods that can be set by the autoscaler, default 1.", + "type": "integer", + "format": "int32" + }, + "scaleTargetRef": { + "description": "reference to scaled resource; horizontal pod autoscaler will learn the current resource consumption and will set the desired number of pods by using its Scale subresource.", + "$ref": "#/definitions/v1.CrossVersionObjectReference" + }, + "targetCPUUtilizationPercentage": { + "description": "target average CPU utilization (represented as a percentage of requested CPU) over all the pods; if not specified the default autoscaling policy will be used.", + "type": "integer", + "format": "int32" + } + } + }, + "v1.HorizontalPodAutoscalerStatus": { + "description": "current status of a horizontal pod autoscaler", + "required": [ + "currentReplicas", + "desiredReplicas" + ], + "properties": { + "currentCPUUtilizationPercentage": { + "description": "current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU.", + "type": "integer", + "format": "int32" + }, + "currentReplicas": { + "description": "current number of replicas of pods managed by this autoscaler.", + "type": "integer", + "format": "int32" + }, + "desiredReplicas": { + "description": "desired number of replicas of pods managed by this autoscaler.", + "type": "integer", + "format": "int32" + }, + "lastScaleTime": { + "description": "last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed.", + "$ref": "#/definitions/unversioned.Time" + }, + "observedGeneration": { + "description": "most recent generation observed by this autoscaler.", + "type": "integer", + "format": "int64" + } + } + }, + "v1.Job": { + "description": "Job represents the configuration of a single job.", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.JobSpec" + }, + "status": { + "description": "Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.JobStatus" + } + } + }, + "v1.JobCondition": { + "description": "JobCondition describes current state of a job.", + "required": [ + "type", + "status" + ], + "properties": { + "lastProbeTime": { + "description": "Last time the condition was checked.", + "$ref": "#/definitions/unversioned.Time" + }, + "lastTransitionTime": { + "description": "Last time the condition transit from one status to another.", + "$ref": "#/definitions/unversioned.Time" + }, + "message": { + "description": "Human readable message indicating details about last transition.", + "type": "string" + }, + "reason": { + "description": "(brief) 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 job condition, Complete or Failed.", + "type": "string" + } + } + }, + "v1.JobList": { + "description": "JobList is a collection of jobs.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is the list of Job.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.Job" + } + }, + "metadata": { + "description": "Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.JobSpec": { + "description": "JobSpec describes how the job execution will look like.", + "required": [ + "template" + ], + "properties": { + "activeDeadlineSeconds": { + "description": "Optional duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer", + "type": "integer", + "format": "int64" + }, + "completions": { + "description": "Completions specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: http://kubernetes.io/docs/user-guide/jobs", + "type": "integer", + "format": "int32" + }, + "manualSelector": { + "description": "ManualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: http://releases.k8s.io/HEAD/docs/design/selector-generation.md", + "type": "boolean" + }, + "parallelism": { + "description": "Parallelism specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: http://kubernetes.io/docs/user-guide/jobs", + "type": "integer", + "format": "int32" + }, + "selector": { + "description": "Selector is a label query over pods that should match the pod count. Normally, the system sets this field for you. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors", + "$ref": "#/definitions/unversioned.LabelSelector" + }, + "template": { + "description": "Template is the object that describes the pod that will be created when executing a job. More info: http://kubernetes.io/docs/user-guide/jobs", + "$ref": "#/definitions/v1.PodTemplateSpec" + } + } + }, + "v1.JobStatus": { + "description": "JobStatus represents the current state of a Job.", + "properties": { + "active": { + "description": "Active is the number of actively running pods.", + "type": "integer", + "format": "int32" + }, + "completionTime": { + "description": "CompletionTime represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.", + "$ref": "#/definitions/unversioned.Time" + }, + "conditions": { + "description": "Conditions represent the latest available observations of an object's current state. More info: http://kubernetes.io/docs/user-guide/jobs", + "type": "array", + "items": { + "$ref": "#/definitions/v1.JobCondition" + } + }, + "failed": { + "description": "Failed is the number of pods which reached Phase Failed.", + "type": "integer", + "format": "int32" + }, + "startTime": { + "description": "StartTime represents time when the job was acknowledged by the Job Manager. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.", + "$ref": "#/definitions/unversioned.Time" + }, + "succeeded": { + "description": "Succeeded is the number of pods which reached Phase Succeeded.", + "type": "integer", + "format": "int32" + } + } + }, + "v1.Lifecycle": { + "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", + "properties": { + "postStart": { + "description": "PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details", + "$ref": "#/definitions/v1.Handler" + }, + "preStop": { + "description": "PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details", + "$ref": "#/definitions/v1.Handler" + } + } + }, + "v1.LimitRange": { + "description": "LimitRange sets resource usage limits for each kind of resource in a Namespace.", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec defines the limits enforced. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.LimitRangeSpec" + } + } + }, + "v1.LimitRangeItem": { + "description": "LimitRangeItem defines a min/max usage limit for any resource that matches on kind.", + "properties": { + "default": { + "description": "Default resource requirement limit value by resource name if resource limit is omitted.", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/resource.Quantity" + } + }, + "defaultRequest": { + "description": "DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/resource.Quantity" + } + }, + "max": { + "description": "Max usage constraints on this kind by resource name.", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/resource.Quantity" + } + }, + "maxLimitRequestRatio": { + "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": { + "$ref": "#/definitions/resource.Quantity" + } + }, + "min": { + "description": "Min usage constraints on this kind by resource name.", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/resource.Quantity" + } + }, + "type": { + "description": "Type of resource that this limit applies to.", + "type": "string" + } + } + }, + "v1.LimitRangeList": { + "description": "LimitRangeList is a list of LimitRange items.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is a list of LimitRange objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md", + "type": "array", + "items": { + "$ref": "#/definitions/v1.LimitRange" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.LimitRangeSpec": { + "description": "LimitRangeSpec defines a min/max usage limit for resources that match on kind.", + "required": [ + "limits" + ], + "properties": { + "limits": { + "description": "Limits is the list of LimitRangeItem objects that are enforced.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.LimitRangeItem" + } + } + } + }, + "v1.LoadBalancerIngress": { + "description": "LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.", + "properties": { + "hostname": { + "description": "Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers)", + "type": "string" + }, + "ip": { + "description": "IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)", + "type": "string" + } + } + }, + "v1.LoadBalancerStatus": { + "description": "LoadBalancerStatus represents the status of a load-balancer.", + "properties": { + "ingress": { + "description": "Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.LoadBalancerIngress" + } + } + } + }, + "v1.LocalObjectReference": { + "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", + "properties": { + "name": { + "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", + "type": "string" + } + } + }, + "v1.Namespace": { + "description": "Namespace provides a scope for Names. Use of multiple namespaces is optional.", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec defines the behavior of the Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.NamespaceSpec" + }, + "status": { + "description": "Status describes the current status of a Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.NamespaceStatus" + } + } + }, + "v1.NamespaceList": { + "description": "NamespaceList is a list of Namespaces.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces", + "type": "array", + "items": { + "$ref": "#/definitions/v1.Namespace" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.NamespaceSpec": { + "description": "NamespaceSpec describes the attributes on a Namespace.", + "properties": { + "finalizers": { + "description": "Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: http://releases.k8s.io/HEAD/docs/design/namespaces.md#finalizers", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "v1.NamespaceStatus": { + "description": "NamespaceStatus is information about the current status of a Namespace.", + "properties": { + "phase": { + "description": "Phase is the current lifecycle phase of the namespace. More info: http://releases.k8s.io/HEAD/docs/design/namespaces.md#phases", + "type": "string" + } + } + }, + "v1.Node": { + "description": "Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec defines the behavior of a node. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.NodeSpec" + }, + "status": { + "description": "Most recently observed status of the node. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.NodeStatus" + } + } + }, + "v1.NodeAddress": { + "description": "NodeAddress contains information for the node's address.", + "required": [ + "type", + "address" + ], + "properties": { + "address": { + "description": "The node address.", + "type": "string" + }, + "type": { + "description": "Node address type, one of Hostname, ExternalIP or InternalIP.", + "type": "string" + } + } + }, + "v1.NodeCondition": { + "description": "NodeCondition contains condition information for a node.", + "required": [ + "type", + "status" + ], + "properties": { + "lastHeartbeatTime": { + "description": "Last time we got an update on a given condition.", + "$ref": "#/definitions/unversioned.Time" + }, + "lastTransitionTime": { + "description": "Last time the condition transit from one status to another.", + "$ref": "#/definitions/unversioned.Time" + }, + "message": { + "description": "Human readable message indicating details about last transition.", + "type": "string" + }, + "reason": { + "description": "(brief) 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 node condition.", + "type": "string" + } + } + }, + "v1.NodeDaemonEndpoints": { + "description": "NodeDaemonEndpoints lists ports opened by daemons running on the Node.", + "properties": { + "kubeletEndpoint": { + "description": "Endpoint on which Kubelet is listening.", + "$ref": "#/definitions/v1.DaemonEndpoint" + } + } + }, + "v1.NodeList": { + "description": "NodeList is the whole list of all Nodes which have been registered with master.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "List of nodes", + "type": "array", + "items": { + "$ref": "#/definitions/v1.Node" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.NodeSpec": { + "description": "NodeSpec describes the attributes that a node is created with.", + "properties": { + "externalID": { + "description": "External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated.", + "type": "string" + }, + "podCIDR": { + "description": "PodCIDR represents the pod IP range assigned to the node.", + "type": "string" + }, + "providerID": { + "description": "ID of the node assigned by the cloud provider in the format: ://", + "type": "string" + }, + "unschedulable": { + "description": "Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#manual-node-administration\"`", + "type": "boolean" + } + } + }, + "v1.NodeStatus": { + "description": "NodeStatus is information about the current status of a node.", + "properties": { + "addresses": { + "description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-addresses", + "type": "array", + "items": { + "$ref": "#/definitions/v1.NodeAddress" + } + }, + "allocatable": { + "description": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/resource.Quantity" + } + }, + "capacity": { + "description": "Capacity represents the total resources of a node. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity for more details.", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/resource.Quantity" + } + }, + "conditions": { + "description": "Conditions is an array of current observed node conditions. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-condition", + "type": "array", + "items": { + "$ref": "#/definitions/v1.NodeCondition" + } + }, + "daemonEndpoints": { + "description": "Endpoints of daemons running on the Node.", + "$ref": "#/definitions/v1.NodeDaemonEndpoints" + }, + "images": { + "description": "List of container images on this node", + "type": "array", + "items": { + "$ref": "#/definitions/v1.ContainerImage" + } + }, + "nodeInfo": { + "description": "Set of ids/uuids to uniquely identify the node. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-info", + "$ref": "#/definitions/v1.NodeSystemInfo" + }, + "phase": { + "description": "NodePhase is the recently observed lifecycle phase of the node. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-phase The field is never populated, and now is deprecated.", + "type": "string" + }, + "volumesAttached": { + "description": "List of volumes that are attached to the node.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.AttachedVolume" + } + }, + "volumesInUse": { + "description": "List of attachable volumes in use (mounted) by the node.", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "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 prefered. 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 prefered. 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" + } + } + }, + "v1.ObjectFieldSelector": { + "description": "ObjectFieldSelector selects an APIVersioned field of an object.", + "required": [ + "fieldPath" + ], + "properties": { + "apiVersion": { + "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", + "type": "string" + }, + "fieldPath": { + "description": "Path of the field to select in the specified API version.", + "type": "string" + } + } + }, + "v1.ObjectMeta": { + "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", + "properties": { + "annotations": { + "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "clusterName": { + "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", + "type": "string" + }, + "creationTimestamp": { + "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/unversioned.Time" + }, + "deletionGracePeriodSeconds": { + "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", + "type": "integer", + "format": "int64" + }, + "deletionTimestamp": { + "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field. Once set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/unversioned.Time" + }, + "finalizers": { + "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.", + "type": "array", + "items": { + "type": "string" + } + }, + "generateName": { + "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#idempotency", + "type": "string" + }, + "generation": { + "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", + "type": "integer", + "format": "int64" + }, + "labels": { + "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "name": { + "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", + "type": "string" + }, + "namespace": { + "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", + "type": "string" + }, + "ownerReferences": { + "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.OwnerReference" + } + }, + "resourceVersion": { + "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency", + "type": "string" + }, + "selfLink": { + "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.", + "type": "string" + }, + "uid": { + "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", + "type": "string" + } + } + }, + "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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "type": "string" + }, + "name": { + "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", + "type": "string" + }, + "namespace": { + "description": "Namespace of the referent. More info: http://kubernetes.io/docs/user-guide/namespaces", + "type": "string" + }, + "resourceVersion": { + "description": "Specific resourceVersion to which this reference is made, if any. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency", + "type": "string" + }, + "uid": { + "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", + "type": "string" + } + } + }, + "v1.OwnerReference": { + "description": "OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.", + "required": [ + "apiVersion", + "kind", + "name", + "uid" + ], + "properties": { + "apiVersion": { + "description": "API version of the referent.", + "type": "string" + }, + "controller": { + "description": "If true, this reference points to the managing controller.", + "type": "boolean" + }, + "kind": { + "description": "Kind of the referent. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "type": "string" + }, + "name": { + "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", + "type": "string" + }, + "uid": { + "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", + "type": "string" + } + } + }, + "v1.PersistentVolume": { + "description": "PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: http://kubernetes.io/docs/user-guide/persistent-volumes", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes", + "$ref": "#/definitions/v1.PersistentVolumeSpec" + }, + "status": { + "description": "Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes", + "$ref": "#/definitions/v1.PersistentVolumeStatus" + } + } + }, + "v1.PersistentVolumeClaim": { + "description": "PersistentVolumeClaim is a user's request for and claim to a persistent volume", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec defines the desired characteristics of a volume requested by a pod author. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims", + "$ref": "#/definitions/v1.PersistentVolumeClaimSpec" + }, + "status": { + "description": "Status represents the current information/status of a persistent volume claim. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims", + "$ref": "#/definitions/v1.PersistentVolumeClaimStatus" + } + } + }, + "v1.PersistentVolumeClaimList": { + "description": "PersistentVolumeClaimList is a list of PersistentVolumeClaim items.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "A list of persistent volume claims. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims", + "type": "array", + "items": { + "$ref": "#/definitions/v1.PersistentVolumeClaim" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.PersistentVolumeClaimSpec": { + "description": "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes", + "properties": { + "accessModes": { + "description": "AccessModes contains the desired access modes the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1", + "type": "array", + "items": { + "type": "string" + } + }, + "resources": { + "description": "Resources represents the minimum resources the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources", + "$ref": "#/definitions/v1.ResourceRequirements" + }, + "selector": { + "description": "A label query over volumes to consider for binding.", + "$ref": "#/definitions/unversioned.LabelSelector" + }, + "volumeName": { + "description": "VolumeName is the binding reference to the PersistentVolume backing this claim.", + "type": "string" + } + } + }, + "v1.PersistentVolumeClaimStatus": { + "description": "PersistentVolumeClaimStatus is the current status of a persistent volume claim.", + "properties": { + "accessModes": { + "description": "AccessModes contains the actual access modes the volume backing the PVC has. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1", + "type": "array", + "items": { + "type": "string" + } + }, + "capacity": { + "description": "Represents the actual resources of the underlying volume.", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/resource.Quantity" + } + }, + "phase": { + "description": "Phase represents the current phase of PersistentVolumeClaim.", + "type": "string" + } + } + }, + "v1.PersistentVolumeList": { + "description": "PersistentVolumeList is a list of PersistentVolume items.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "List of persistent volumes. More info: http://kubernetes.io/docs/user-guide/persistent-volumes", + "type": "array", + "items": { + "$ref": "#/definitions/v1.PersistentVolume" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.PersistentVolumeSpec": { + "description": "PersistentVolumeSpec is the specification of a persistent volume.", + "properties": { + "accessModes": { + "description": "AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes", + "type": "array", + "items": { + "type": "string" + } + }, + "capacity": { + "description": "A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/resource.Quantity" + } + }, + "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: http://kubernetes.io/docs/user-guide/persistent-volumes#binding", + "$ref": "#/definitions/v1.ObjectReference" + }, + "persistentVolumeReclaimPolicy": { + "description": "What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy", + "type": "string" + } + } + }, + "v1.PersistentVolumeStatus": { + "description": "PersistentVolumeStatus is the current status of a persistent volume.", + "properties": { + "message": { + "description": "A human-readable message indicating details about why the volume is in this state.", + "type": "string" + }, + "phase": { + "description": "Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#phase", + "type": "string" + }, + "reason": { + "description": "Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.", + "type": "string" + } + } + }, + "v1.Pod": { + "description": "Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.PodSpec" + }, + "status": { + "description": "Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.PodStatus" + } + } + }, + "v1.PodCondition": { + "description": "PodCondition contains details for the current condition of this pod.", + "required": [ + "type", + "status" + ], + "properties": { + "lastProbeTime": { + "description": "Last time we probed the condition.", + "$ref": "#/definitions/unversioned.Time" + }, + "lastTransitionTime": { + "description": "Last time the condition transitioned from one status to another.", + "$ref": "#/definitions/unversioned.Time" + }, + "message": { + "description": "Human-readable message indicating details about last transition.", + "type": "string" + }, + "reason": { + "description": "Unique, one-word, CamelCase reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status is the status of the condition. Can be True, False, Unknown. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions", + "type": "string" + }, + "type": { + "description": "Type is the type of the condition. Currently only Ready. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions", + "type": "string" + } + } + }, + "v1.PodList": { + "description": "PodList is a list of Pods.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "List of pods. More info: http://kubernetes.io/docs/user-guide/pods", + "type": "array", + "items": { + "$ref": "#/definitions/v1.Pod" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "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": { + "fsGroup": { + "description": "A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:\n\n1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----\n\nIf unset, the Kubelet will not modify the ownership and permissions of any volume.", + "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 SecurityContext. 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 SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.", + "type": "integer", + "format": "int64" + }, + "seLinuxOptions": { + "description": "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.", + "$ref": "#/definitions/v1.SELinuxOptions" + }, + "supplementalGroups": { + "description": "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.", + "type": "array", + "items": { + "type": "integer", + "format": "int64" + } + } + } + }, + "v1.PodSpec": { + "description": "PodSpec is a description of a pod.", + "required": [ + "containers" + ], + "properties": { + "activeDeadlineSeconds": { + "description": "Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer.", + "type": "integer", + "format": "int64" + }, + "containers": { + "description": "List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers", + "type": "array", + "items": { + "$ref": "#/definitions/v1.Container" + } + }, + "dnsPolicy": { + "description": "Set DNS policy for containers within the pod. One of 'ClusterFirst' or 'Default'. Defaults to \"ClusterFirst\".", + "type": "string" + }, + "hostIPC": { + "description": "Use the host's ipc namespace. Optional: Default to false.", + "type": "boolean" + }, + "hostNetwork": { + "description": "Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false.", + "type": "boolean" + }, + "hostPID": { + "description": "Use the host's pid namespace. Optional: Default to false.", + "type": "boolean" + }, + "hostname": { + "description": "Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value.", + "type": "string" + }, + "imagePullSecrets": { + "description": "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod", + "type": "array", + "items": { + "$ref": "#/definitions/v1.LocalObjectReference" + } + }, + "nodeName": { + "description": "NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements.", + "type": "string" + }, + "nodeSelector": { + "description": "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: http://kubernetes.io/docs/user-guide/node-selection/README", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "restartPolicy": { + "description": "Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: http://kubernetes.io/docs/user-guide/pod-states#restartpolicy", + "type": "string" + }, + "securityContext": { + "description": "SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field.", + "$ref": "#/definitions/v1.PodSecurityContext" + }, + "serviceAccount": { + "description": "DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead.", + "type": "string" + }, + "serviceAccountName": { + "description": "ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md", + "type": "string" + }, + "subdomain": { + "description": "If specified, the fully qualified Pod hostname will be \"...svc.\". If not specified, the pod will not have a domainname at all.", + "type": "string" + }, + "terminationGracePeriodSeconds": { + "description": "Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.", + "type": "integer", + "format": "int64" + }, + "volumes": { + "description": "List of volumes that can be mounted by containers belonging to the pod. More info: http://kubernetes.io/docs/user-guide/volumes", + "type": "array", + "items": { + "$ref": "#/definitions/v1.Volume" + } + } + } + }, + "v1.PodStatus": { + "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: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions", + "type": "array", + "items": { + "$ref": "#/definitions/v1.PodCondition" + } + }, + "containerStatuses": { + "description": "The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: http://kubernetes.io/docs/user-guide/pod-states#container-statuses", + "type": "array", + "items": { + "$ref": "#/definitions/v1.ContainerStatus" + } + }, + "hostIP": { + "description": "IP address of the host to which the pod is assigned. Empty if not yet scheduled.", + "type": "string" + }, + "message": { + "description": "A human readable message indicating details about why the pod is in this condition.", + "type": "string" + }, + "phase": { + "description": "Current condition of the pod. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-phase", + "type": "string" + }, + "podIP": { + "description": "IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated.", + "type": "string" + }, + "reason": { + "description": "A brief CamelCase message indicating details about why the pod is in this state. e.g. 'OutOfDisk'", + "type": "string" + }, + "startTime": { + "description": "RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod.", + "$ref": "#/definitions/unversioned.Time" + } + } + }, + "v1.PodTemplate": { + "description": "PodTemplate describes a template for creating copies of a predefined pod.", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "template": { + "description": "Template defines the pods that will be created from this pod template. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.PodTemplateSpec" + } + } + }, + "v1.PodTemplateList": { + "description": "PodTemplateList is a list of PodTemplates.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "List of pod templates", + "type": "array", + "items": { + "$ref": "#/definitions/v1.PodTemplate" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.PodTemplateSpec": { + "description": "PodTemplateSpec describes the data a pod should have when created from a template", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.PodSpec" + } + } + }, + "v1.Preconditions": { + "description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.", + "properties": { + "uid": { + "description": "Specifies the target UID.", + "type": "string" + } + } + }, + "v1.Probe": { + "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", + "properties": { + "failureThreshold": { + "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", + "type": "integer", + "format": "int32" + }, + "initialDelaySeconds": { + "description": "Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes", + "type": "integer", + "format": "int32" + }, + "periodSeconds": { + "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", + "type": "integer", + "format": "int32" + }, + "successThreshold": { + "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1.", + "type": "integer", + "format": "int32" + }, + "timeoutSeconds": { + "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes", + "type": "integer", + "format": "int32" + } + } + }, + "v1.ReplicationController": { + "description": "ReplicationController represents the configuration of a replication controller.", + "properties": { + "metadata": { + "description": "If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec defines the specification of the desired behavior of the replication controller. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.ReplicationControllerSpec" + }, + "status": { + "description": "Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.ReplicationControllerStatus" + } + } + }, + "v1.ReplicationControllerCondition": { + "description": "ReplicationControllerCondition describes the state of a replication controller at a certain point.", + "required": [ + "type", + "status" + ], + "properties": { + "lastTransitionTime": { + "description": "The last time the condition transitioned from one status to another.", + "$ref": "#/definitions/unversioned.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 replication controller condition.", + "type": "string" + } + } + }, + "v1.ReplicationControllerList": { + "description": "ReplicationControllerList is a collection of replication controllers.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "List of replication controllers. More info: http://kubernetes.io/docs/user-guide/replication-controller", + "type": "array", + "items": { + "$ref": "#/definitions/v1.ReplicationController" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.ReplicationControllerSpec": { + "description": "ReplicationControllerSpec is the specification of a replication controller.", + "properties": { + "minReadySeconds": { + "description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)", + "type": "integer", + "format": "int32" + }, + "replicas": { + "description": "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller", + "type": "integer", + "format": "int32" + }, + "selector": { + "description": "Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "template": { + "description": "Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template", + "$ref": "#/definitions/v1.PodTemplateSpec" + } + } + }, + "v1.ReplicationControllerStatus": { + "description": "ReplicationControllerStatus represents the current status of a replication controller.", + "required": [ + "replicas" + ], + "properties": { + "availableReplicas": { + "description": "The number of available replicas (ready for at least minReadySeconds) for this replication controller.", + "type": "integer", + "format": "int32" + }, + "conditions": { + "description": "Represents the latest available observations of a replication controller's current state.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.ReplicationControllerCondition" + } + }, + "fullyLabeledReplicas": { + "description": "The number of pods that have labels matching the labels of the pod template of the replication controller.", + "type": "integer", + "format": "int32" + }, + "observedGeneration": { + "description": "ObservedGeneration reflects the generation of the most recently observed replication controller.", + "type": "integer", + "format": "int64" + }, + "readyReplicas": { + "description": "The number of ready replicas for this replication controller.", + "type": "integer", + "format": "int32" + }, + "replicas": { + "description": "Replicas is the most recently oberved number of replicas. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller", + "type": "integer", + "format": "int32" + } + } + }, + "v1.ResourceFieldSelector": { + "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", + "required": [ + "resource" + ], + "properties": { + "containerName": { + "description": "Container name: required for volumes, optional for env vars", + "type": "string" + }, + "divisor": { + "description": "Specifies the output format of the exposed resources, defaults to \"1\"", + "$ref": "#/definitions/resource.Quantity" + }, + "resource": { + "description": "Required: resource to select", + "type": "string" + } + } + }, + "v1.ResourceQuota": { + "description": "ResourceQuota sets aggregate quota restrictions enforced per namespace", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec defines the desired quota. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.ResourceQuotaSpec" + }, + "status": { + "description": "Status defines the actual enforced quota and its current usage. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.ResourceQuotaStatus" + } + } + }, + "v1.ResourceQuotaList": { + "description": "ResourceQuotaList is a list of ResourceQuota items.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is a list of ResourceQuota objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota", + "type": "array", + "items": { + "$ref": "#/definitions/v1.ResourceQuota" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.ResourceQuotaSpec": { + "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: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/resource.Quantity" + } + }, + "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", + "items": { + "type": "string" + } + } + } + }, + "v1.ResourceQuotaStatus": { + "description": "ResourceQuotaStatus defines the enforced hard limits and observed use.", + "properties": { + "hard": { + "description": "Hard is the set of enforced hard limits for each named resource. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/resource.Quantity" + } + }, + "used": { + "description": "Used is the current observed total usage of the resource in the namespace.", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/resource.Quantity" + } + } + } + }, + "v1.ResourceRequirements": { + "description": "ResourceRequirements describes the compute resource requirements.", + "properties": { + "limits": { + "description": "Limits describes the maximum amount of compute resources allowed. More info: http://kubernetes.io/docs/user-guide/compute-resources/", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/resource.Quantity" + } + }, + "requests": { + "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: http://kubernetes.io/docs/user-guide/compute-resources/", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/resource.Quantity" + } + } + } + }, + "v1.SELinuxOptions": { + "description": "SELinuxOptions are the labels to be applied to the container", + "properties": { + "level": { + "description": "Level is SELinux level label that applies to the container.", + "type": "string" + }, + "role": { + "description": "Role is a SELinux role label that applies to the container.", + "type": "string" + }, + "type": { + "description": "Type is a SELinux type label that applies to the container.", + "type": "string" + }, + "user": { + "description": "User is a SELinux user label that applies to the container.", + "type": "string" + } + } + }, + "v1.Scale": { + "description": "Scale represents a scaling request for a resource.", + "properties": { + "metadata": { + "description": "Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata.", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status.", + "$ref": "#/definitions/v1.ScaleSpec" + }, + "status": { + "description": "current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only.", + "$ref": "#/definitions/v1.ScaleStatus" + } + } + }, + "v1.ScaleSpec": { + "description": "ScaleSpec describes the attributes of a scale subresource.", + "properties": { + "replicas": { + "description": "desired number of instances for the scaled object.", + "type": "integer", + "format": "int32" + } + } + }, + "v1.ScaleStatus": { + "description": "ScaleStatus represents the current status of a scale subresource.", + "required": [ + "replicas" + ], + "properties": { + "replicas": { + "description": "actual number of observed instances of the scaled object.", + "type": "integer", + "format": "int32" + }, + "selector": { + "description": "label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors", + "type": "string" + } + } + }, + "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": { + "data": { + "description": "Data contains the secret data. Each key must be a valid DNS_SUBDOMAIN or leading dot followed by valid DNS_SUBDOMAIN. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4", + "type": "object", + "additionalProperties": { + "type": "array", + "items": { + "type": "integer", + "format": "byte" + } + } + }, + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "stringData": { + "description": "stringData allows specifying non-binary secret data in string form. It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API.", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "type": { + "description": "Used to facilitate programmatic handling of secret data.", + "type": "string" + } + } + }, + "v1.SecretKeySelector": { + "description": "SecretKeySelector selects a key of a Secret.", + "required": [ + "key" + ], + "properties": { + "key": { + "description": "The key of the secret to select from. Must be a valid secret key.", + "type": "string" + } + } + }, + "v1.SecretList": { + "description": "SecretList is a list of Secret.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets", + "type": "array", + "items": { + "$ref": "#/definitions/v1.Secret" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "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": { + "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" + }, + "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.Service": { + "description": "Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec defines the behavior of a service. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.ServiceSpec" + }, + "status": { + "description": "Most recently observed status of the service. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1.ServiceStatus" + } + } + }, + "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": { + "imagePullSecrets": { + "description": "ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: http://kubernetes.io/docs/user-guide/secrets#manually-specifying-an-imagepullsecret", + "type": "array", + "items": { + "$ref": "#/definitions/v1.LocalObjectReference" + } + }, + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "secrets": { + "description": "Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: http://kubernetes.io/docs/user-guide/secrets", + "type": "array", + "items": { + "$ref": "#/definitions/v1.ObjectReference" + } + } + } + }, + "v1.ServiceAccountList": { + "description": "ServiceAccountList is a list of ServiceAccount objects", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "List of ServiceAccounts. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts", + "type": "array", + "items": { + "$ref": "#/definitions/v1.ServiceAccount" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.ServiceList": { + "description": "ServiceList holds a list of services.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "List of services", + "type": "array", + "items": { + "$ref": "#/definitions/v1.Service" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1.ServicePort": { + "description": "ServicePort contains information on service's port.", + "required": [ + "port" + ], + "properties": { + "name": { + "description": "The name of this port within the service. This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. This maps to the 'Name' field in EndpointPort objects. Optional if only one ServicePort is defined on this service.", + "type": "string" + }, + "nodePort": { + "description": "The port on each node on which this service is exposed when type=NodePort or LoadBalancer. Usually assigned by the system. If specified, it will be allocated to the service if unused or else creation of the service will fail. Default is to auto-allocate a port if the ServiceType of this Service requires one. More info: http://kubernetes.io/docs/user-guide/services#type--nodeport", + "type": "integer", + "format": "int32" + }, + "port": { + "description": "The port that will be exposed by this service.", + "type": "integer", + "format": "int32" + }, + "protocol": { + "description": "The IP protocol for this port. Supports \"TCP\" and \"UDP\". Default is TCP.", + "type": "string" + }, + "targetPort": { + "description": "Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod's container ports. If this is not specified, the value of the 'port' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the 'port' field. More info: http://kubernetes.io/docs/user-guide/services#defining-a-service", + "$ref": "#/definitions/intstr.IntOrString" + } + } + }, + "v1.ServiceSpec": { + "description": "ServiceSpec describes the attributes that a user creates on a service.", + "required": [ + "ports" + ], + "properties": { + "clusterIP": { + "description": "clusterIP is the IP address of the service and is usually assigned randomly by the master. If an address is specified manually and is not in use by others, it will be allocated to the service; otherwise, creation of the service will fail. This field can not be changed through updates. Valid values are \"None\", empty string (\"\"), or a valid IP address. \"None\" can be specified for headless services when proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies", + "type": "string" + }, + "deprecatedPublicIPs": { + "description": "deprecatedPublicIPs is deprecated and replaced by the externalIPs field with almost the exact same semantics. This field is retained in the v1 API for compatibility until at least 8/20/2016. It will be removed from any new API revisions. If both deprecatedPublicIPs *and* externalIPs are set, deprecatedPublicIPs is used.", + "type": "array", + "items": { + "type": "string" + } + }, + "externalIPs": { + "description": "externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system. A previous form of this functionality exists as the deprecatedPublicIPs field. When using this field, callers should also clear the deprecatedPublicIPs field.", + "type": "array", + "items": { + "type": "string" + } + }, + "externalName": { + "description": "externalName is the external reference that kubedns or equivalent will return as a CNAME record for this service. No proxying will be involved. Must be a valid DNS name and requires Type to be ExternalName.", + "type": "string" + }, + "loadBalancerIP": { + "description": "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.", + "type": "string" + }, + "loadBalancerSourceRanges": { + "description": "If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature.\" More info: http://kubernetes.io/docs/user-guide/services-firewalls", + "type": "array", + "items": { + "type": "string" + } + }, + "ports": { + "description": "The list of ports that are exposed by this service. More info: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies", + "type": "array", + "items": { + "$ref": "#/definitions/v1.ServicePort" + } + }, + "selector": { + "description": "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: http://kubernetes.io/docs/user-guide/services#overview", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "sessionAffinity": { + "description": "Supports \"ClientIP\" and \"None\". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies", + "type": "string" + }, + "type": { + "description": "type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. \"ExternalName\" maps to the specified externalName. \"ClusterIP\" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object. If clusterIP is \"None\", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a stable IP. \"NodePort\" builds on ClusterIP and allocates a port on every node which routes to the clusterIP. \"LoadBalancer\" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the clusterIP. More info: http://kubernetes.io/docs/user-guide/services#overview", + "type": "string" + } + } + }, + "v1.ServiceStatus": { + "description": "ServiceStatus represents the current status of a service.", + "properties": { + "loadBalancer": { + "description": "LoadBalancer contains the current status of the load-balancer, if one is present.", + "$ref": "#/definitions/v1.LoadBalancerStatus" + } + } + }, + "v1.TCPSocketAction": { + "description": "TCPSocketAction describes an action based on opening a socket", + "required": [ + "port" + ], + "properties": { + "port": { + "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.", + "$ref": "#/definitions/intstr.IntOrString" + } + } + }, + "v1.Volume": { + "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.", + "required": [ + "name" + ], + "properties": { + "name": { + "description": "Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names", + "type": "string" + } + } + }, + "v1.VolumeMount": { + "description": "VolumeMount describes a mounting of a Volume within a container.", + "required": [ + "name", + "mountPath" + ], + "properties": { + "mountPath": { + "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", + "type": "string" + }, + "name": { + "description": "This must match the Name of a Volume.", + "type": "string" + }, + "readOnly": { + "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", + "type": "boolean" + }, + "subPath": { + "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", + "type": "string" + } + } + }, + "v1alpha1.CertificateSigningRequest": { + "description": "Describes a certificate signing request", + "properties": { + "metadata": { + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "The certificate request itself and any additional information.", + "$ref": "#/definitions/v1alpha1.CertificateSigningRequestSpec" + }, + "status": { + "description": "Derived information about the request.", + "$ref": "#/definitions/v1alpha1.CertificateSigningRequestStatus" + } + } + }, + "v1alpha1.CertificateSigningRequestCondition": { + "required": [ + "type" + ], + "properties": { + "lastUpdateTime": { + "description": "timestamp for the last update to this condition", + "$ref": "#/definitions/unversioned.Time" + }, + "message": { + "description": "human readable message with details about the request state", + "type": "string" + }, + "reason": { + "description": "brief reason for the request state", + "type": "string" + }, + "type": { + "description": "request approval state, currently Approved or Denied.", + "type": "string" + } + } + }, + "v1alpha1.CertificateSigningRequestList": { + "required": [ + "items" + ], + "properties": { + "items": { + "type": "array", + "items": { + "$ref": "#/definitions/v1alpha1.CertificateSigningRequest" + } + }, + "metadata": { + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1alpha1.CertificateSigningRequestSpec": { + "description": "This information is immutable after the request is created. Only the Request and ExtraInfo fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.", + "required": [ + "request" + ], + "properties": { + "groups": { + "type": "array", + "items": { + "type": "string" + } + }, + "request": { + "description": "Base64-encoded PKCS#10 CSR data", + "type": "string", + "format": "byte" + }, + "uid": { + "type": "string" + }, + "username": { + "description": "Information about the requesting user (if relevant) See user.Info interface for details", + "type": "string" + } + } + }, + "v1alpha1.CertificateSigningRequestStatus": { + "properties": { + "certificate": { + "description": "If request was approved, the controller will place the issued certificate here.", + "type": "string", + "format": "byte" + }, + "conditions": { + "description": "Conditions applied to the request, such as approval or denial.", + "type": "array", + "items": { + "$ref": "#/definitions/v1alpha1.CertificateSigningRequestCondition" + } + } + } + }, + "v1alpha1.ClusterRole": { + "description": "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.", + "required": [ + "rules" + ], + "properties": { + "metadata": { + "description": "Standard object's metadata.", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "rules": { + "description": "Rules holds all the PolicyRules for this ClusterRole", + "type": "array", + "items": { + "$ref": "#/definitions/v1alpha1.PolicyRule" + } + } + } + }, + "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": { + "metadata": { + "description": "Standard object's metadata.", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "roleRef": { + "description": "RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.", + "$ref": "#/definitions/v1alpha1.RoleRef" + }, + "subjects": { + "description": "Subjects holds references to the objects the role applies to.", + "type": "array", + "items": { + "$ref": "#/definitions/v1alpha1.Subject" + } + } + } + }, + "v1alpha1.ClusterRoleBindingList": { + "description": "ClusterRoleBindingList is a collection of ClusterRoleBindings", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is a list of ClusterRoleBindings", + "type": "array", + "items": { + "$ref": "#/definitions/v1alpha1.ClusterRoleBinding" + } + }, + "metadata": { + "description": "Standard object's metadata.", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1alpha1.ClusterRoleList": { + "description": "ClusterRoleList is a collection of ClusterRoles", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is a list of ClusterRoles", + "type": "array", + "items": { + "$ref": "#/definitions/v1alpha1.ClusterRole" + } + }, + "metadata": { + "description": "Standard object's metadata.", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "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": { + "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" + } + }, + "attributeRestrictions": { + "description": "AttributeRestrictions will vary depending on what the Authorizer/AuthorizationAttributeBuilder pair supports. If the Authorizer does not recognize how to handle the AttributeRestrictions, the Authorizer should report an error.", + "$ref": "#/definitions/runtime.RawExtension" + }, + "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" + } + } + } + }, + "v1alpha1.Role": { + "description": "Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.", + "required": [ + "rules" + ], + "properties": { + "metadata": { + "description": "Standard object's metadata.", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "rules": { + "description": "Rules holds all the PolicyRules for this Role", + "type": "array", + "items": { + "$ref": "#/definitions/v1alpha1.PolicyRule" + } + } + } + }, + "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": { + "metadata": { + "description": "Standard object's metadata.", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "roleRef": { + "description": "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.", + "$ref": "#/definitions/v1alpha1.RoleRef" + }, + "subjects": { + "description": "Subjects holds references to the objects the role applies to.", + "type": "array", + "items": { + "$ref": "#/definitions/v1alpha1.Subject" + } + } + } + }, + "v1alpha1.RoleBindingList": { + "description": "RoleBindingList is a collection of RoleBindings", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is a list of RoleBindings", + "type": "array", + "items": { + "$ref": "#/definitions/v1alpha1.RoleBinding" + } + }, + "metadata": { + "description": "Standard object's metadata.", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1alpha1.RoleList": { + "description": "RoleList is a collection of Roles", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is a list of Roles", + "type": "array", + "items": { + "$ref": "#/definitions/v1alpha1.Role" + } + }, + "metadata": { + "description": "Standard object's metadata.", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1alpha1.RoleRef": { + "description": "RoleRef contains information that points to the role being used", + "required": [ + "apiGroup", + "kind", + "name" + ], + "properties": { + "apiGroup": { + "description": "APIGroup is the group for the resource being referenced", + "type": "string" + }, + "kind": { + "description": "Kind is the type of resource being referenced", + "type": "string" + }, + "name": { + "description": "Name is the name of resource being referenced", + "type": "string" + } + } + }, + "v1alpha1.Subject": { + "description": "Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.", + "required": [ + "kind", + "name" + ], + "properties": { + "apiVersion": { + "description": "APIVersion holds the API group and version of the referenced object.", + "type": "string" + }, + "kind": { + "description": "Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error.", + "type": "string" + }, + "name": { + "description": "Name of the object being referenced.", + "type": "string" + }, + "namespace": { + "description": "Namespace of the referenced object. If the object kind is non-namespace, such as \"User\" or \"Group\", and this value is not empty the Authorizer should report an error.", + "type": "string" + } + } + }, + "v1beta1.APIVersion": { + "description": "An APIVersion represents a single concrete version of an object model.", + "properties": { + "name": { + "description": "Name of this version (e.g. 'v1').", + "type": "string" + } + } + }, + "v1beta1.CPUTargetUtilization": { + "required": [ + "targetPercentage" + ], + "properties": { + "targetPercentage": { + "description": "fraction of the requested CPU that should be utilized/used, e.g. 70 means that 70% of the requested CPU should be in use.", + "type": "integer", + "format": "int32" + } + } + }, + "v1beta1.DaemonSet": { + "description": "DaemonSet represents the configuration of a daemon set.", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec defines the desired behavior of this daemon set. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1beta1.DaemonSetSpec" + }, + "status": { + "description": "Status is the current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1beta1.DaemonSetStatus" + } + } + }, + "v1beta1.DaemonSetList": { + "description": "DaemonSetList is a collection of daemon sets.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is a list of daemon sets.", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.DaemonSet" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1beta1.DaemonSetSpec": { + "description": "DaemonSetSpec is the specification of a daemon set.", + "required": [ + "template" + ], + "properties": { + "selector": { + "description": "Selector is a label query over pods that are managed by the daemon set. Must match in order to be controlled. If empty, defaulted to labels on Pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors", + "$ref": "#/definitions/unversioned.LabelSelector" + }, + "template": { + "description": "Template is the object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template", + "$ref": "#/definitions/v1.PodTemplateSpec" + } + } + }, + "v1beta1.DaemonSetStatus": { + "description": "DaemonSetStatus represents the current status of a daemon set.", + "required": [ + "currentNumberScheduled", + "numberMisscheduled", + "desiredNumberScheduled", + "numberReady" + ], + "properties": { + "currentNumberScheduled": { + "description": "CurrentNumberScheduled is the number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md", + "type": "integer", + "format": "int32" + }, + "desiredNumberScheduled": { + "description": "DesiredNumberScheduled is the total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md", + "type": "integer", + "format": "int32" + }, + "numberMisscheduled": { + "description": "NumberMisscheduled is the number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md", + "type": "integer", + "format": "int32" + }, + "numberReady": { + "description": "NumberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.", + "type": "integer", + "format": "int32" + } + } + }, + "v1beta1.Deployment": { + "description": "Deployment enables declarative updates for Pods and ReplicaSets.", + "properties": { + "metadata": { + "description": "Standard object metadata.", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Specification of the desired behavior of the Deployment.", + "$ref": "#/definitions/v1beta1.DeploymentSpec" + }, + "status": { + "description": "Most recently observed status of the Deployment.", + "$ref": "#/definitions/v1beta1.DeploymentStatus" + } + } + }, + "v1beta1.DeploymentCondition": { + "description": "DeploymentCondition describes the state of a deployment at a certain point.", + "required": [ + "type", + "status", + "lastUpdateTime", + "lastTransitionTime", + "reason", + "message" + ], + "properties": { + "lastTransitionTime": { + "description": "Last time the condition transitioned from one status to another.", + "$ref": "#/definitions/unversioned.Time" + }, + "lastUpdateTime": { + "description": "The last time this condition was updated.", + "$ref": "#/definitions/unversioned.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" + } + } + }, + "v1beta1.DeploymentList": { + "description": "DeploymentList is a list of Deployments.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is the list of Deployments.", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.Deployment" + } + }, + "metadata": { + "description": "Standard list metadata.", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1beta1.DeploymentRollback": { + "description": "DeploymentRollback stores the information required to rollback a deployment.", + "required": [ + "name", + "rollbackTo" + ], + "properties": { + "name": { + "description": "Required: This must match the Name of a deployment.", + "type": "string" + }, + "rollbackTo": { + "description": "The config of this deployment rollback.", + "$ref": "#/definitions/v1beta1.RollbackConfig" + }, + "updatedAnnotations": { + "description": "The annotations to be updated to a deployment", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + }, + "v1beta1.DeploymentSpec": { + "description": "DeploymentSpec is the specification of the desired behavior of the Deployment.", + "required": [ + "template", + "progressDeadlineSeconds" + ], + "properties": { + "minReadySeconds": { + "description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)", + "type": "integer", + "format": "int32" + }, + "paused": { + "description": "Indicates that the deployment is paused and will not be processed by the deployment controller.", + "type": "boolean" + }, + "progressDeadlineSeconds": { + "description": "The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Once autoRollback is implemented, the deployment controller will automatically rollback failed deployments. Note that progress will not be estimated during the time a deployment is paused. This is not set by default.", + "type": "integer", + "format": "int32" + }, + "replicas": { + "description": "Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.", + "type": "integer", + "format": "int32" + }, + "revisionHistoryLimit": { + "description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified.", + "type": "integer", + "format": "int32" + }, + "rollbackTo": { + "description": "The config this deployment is rolling back to. Will be cleared after rollback is done.", + "$ref": "#/definitions/v1beta1.RollbackConfig" + }, + "selector": { + "description": "Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.", + "$ref": "#/definitions/unversioned.LabelSelector" + }, + "strategy": { + "description": "The deployment strategy to use to replace existing pods with new ones.", + "$ref": "#/definitions/v1beta1.DeploymentStrategy" + }, + "template": { + "description": "Template describes the pods that will be created.", + "$ref": "#/definitions/v1.PodTemplateSpec" + } + } + }, + "v1beta1.DeploymentStatus": { + "description": "DeploymentStatus is the most recently observed status of the Deployment.", + "required": [ + "conditions" + ], + "properties": { + "availableReplicas": { + "description": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.", + "type": "integer", + "format": "int32" + }, + "conditions": { + "description": "Represents the latest available observations of a deployment's current state.", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.DeploymentCondition" + } + }, + "observedGeneration": { + "description": "The generation observed by the deployment controller.", + "type": "integer", + "format": "int64" + }, + "replicas": { + "description": "Total number of non-terminated pods targeted by this deployment (their labels match the selector).", + "type": "integer", + "format": "int32" + }, + "unavailableReplicas": { + "description": "Total number of unavailable pods targeted by this deployment.", + "type": "integer", + "format": "int32" + }, + "updatedReplicas": { + "description": "Total number of non-terminated pods targeted by this deployment that have the desired template spec.", + "type": "integer", + "format": "int32" + } + } + }, + "v1beta1.DeploymentStrategy": { + "description": "DeploymentStrategy describes how to replace existing pods with new ones.", + "properties": { + "rollingUpdate": { + "description": "Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.", + "$ref": "#/definitions/v1beta1.RollingUpdateDeployment" + }, + "type": { + "description": "Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate.", + "type": "string" + } + } + }, + "v1beta1.Eviction": { + "description": "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods//evictions.", + "required": [ + "metadata", + "deleteOptions" + ], + "properties": { + "deleteOptions": { + "description": "DeleteOptions may be provided", + "$ref": "#/definitions/v1.DeleteOptions" + }, + "metadata": { + "description": "ObjectMeta describes the pod that is being evicted.", + "$ref": "#/definitions/v1.ObjectMeta" + } + } + }, + "v1beta1.HorizontalPodAutoscaler": { + "description": "configuration of a horizontal pod autoscaler.", + "properties": { + "metadata": { + "description": "Standard object metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "behaviour of autoscaler. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status.", + "$ref": "#/definitions/v1beta1.HorizontalPodAutoscalerSpec" + }, + "status": { + "description": "current information about the autoscaler.", + "$ref": "#/definitions/v1beta1.HorizontalPodAutoscalerStatus" + } + } + }, + "v1beta1.HorizontalPodAutoscalerList": { + "description": "list of horizontal pod autoscaler objects.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "list of horizontal pod autoscaler objects.", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.HorizontalPodAutoscaler" + } + }, + "metadata": { + "description": "Standard list metadata.", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1beta1.HorizontalPodAutoscalerSpec": { + "description": "specification of a horizontal pod autoscaler.", + "required": [ + "scaleRef", + "maxReplicas" + ], + "properties": { + "cpuUtilization": { + "description": "target average CPU utilization (represented as a percentage of requested CPU) over all the pods; if not specified it defaults to the target CPU utilization at 80% of the requested resources.", + "$ref": "#/definitions/v1beta1.CPUTargetUtilization" + }, + "maxReplicas": { + "description": "upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas.", + "type": "integer", + "format": "int32" + }, + "minReplicas": { + "description": "lower limit for the number of pods that can be set by the autoscaler, default 1.", + "type": "integer", + "format": "int32" + }, + "scaleRef": { + "description": "reference to Scale subresource; horizontal pod autoscaler will learn the current resource consumption from its status, and will set the desired number of pods by modifying its spec.", + "$ref": "#/definitions/v1beta1.SubresourceReference" + } + } + }, + "v1beta1.HorizontalPodAutoscalerStatus": { + "description": "current status of a horizontal pod autoscaler", + "required": [ + "currentReplicas", + "desiredReplicas" + ], + "properties": { + "currentCPUUtilizationPercentage": { + "description": "current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU.", + "type": "integer", + "format": "int32" + }, + "currentReplicas": { + "description": "current number of replicas of pods managed by this autoscaler.", + "type": "integer", + "format": "int32" + }, + "desiredReplicas": { + "description": "desired number of replicas of pods managed by this autoscaler.", + "type": "integer", + "format": "int32" + }, + "lastScaleTime": { + "description": "last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed.", + "$ref": "#/definitions/unversioned.Time" + }, + "observedGeneration": { + "description": "most recent generation observed by this autoscaler.", + "type": "integer", + "format": "int64" + } + } + }, + "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.", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec is the desired state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1beta1.IngressSpec" + }, + "status": { + "description": "Status is the current state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1beta1.IngressStatus" + } + } + }, + "v1beta1.IngressBackend": { + "description": "IngressBackend describes all endpoints for a given service and port.", + "required": [ + "serviceName", + "servicePort" + ], + "properties": { + "serviceName": { + "description": "Specifies the name of the referenced service.", + "type": "string" + }, + "servicePort": { + "description": "Specifies the port of the referenced service.", + "$ref": "#/definitions/intstr.IntOrString" + } + } + }, + "v1beta1.IngressList": { + "description": "IngressList is a collection of Ingress.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is the list of Ingress.", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.Ingress" + } + }, + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1beta1.IngressRule": { + "description": "IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.", + "properties": { + "host": { + "description": "Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the \"host\" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the\n\t IP in the Spec of the parent Ingress.\n2. The `:` delimiter is not respected because ports are not allowed.\n\t Currently the port of an Ingress is implicitly :80 for http and\n\t :443 for https.\nBoth these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.", + "type": "string" + } + } + }, + "v1beta1.IngressSpec": { + "description": "IngressSpec describes the Ingress the user wishes to exist.", + "properties": { + "backend": { + "description": "A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.", + "$ref": "#/definitions/v1beta1.IngressBackend" + }, + "rules": { + "description": "A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.IngressRule" + } + }, + "tls": { + "description": "TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.IngressTLS" + } + } + } + }, + "v1beta1.IngressStatus": { + "description": "IngressStatus describe the current state of the Ingress.", + "properties": { + "loadBalancer": { + "description": "LoadBalancer contains the current status of the load-balancer.", + "$ref": "#/definitions/v1.LoadBalancerStatus" + } + } + }, + "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.Job": { + "description": "Job represents the configuration of a single job. DEPRECATED: extensions/v1beta1.Job is deprecated, use batch/v1.Job instead.", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1beta1.JobSpec" + }, + "status": { + "description": "Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1beta1.JobStatus" + } + } + }, + "v1beta1.JobCondition": { + "description": "JobCondition describes current state of a job.", + "required": [ + "type", + "status" + ], + "properties": { + "lastProbeTime": { + "description": "Last time the condition was checked.", + "$ref": "#/definitions/unversioned.Time" + }, + "lastTransitionTime": { + "description": "Last time the condition transit from one status to another.", + "$ref": "#/definitions/unversioned.Time" + }, + "message": { + "description": "Human readable message indicating details about last transition.", + "type": "string" + }, + "reason": { + "description": "(brief) 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 job condition, Complete or Failed.", + "type": "string" + } + } + }, + "v1beta1.JobList": { + "description": "JobList is a collection of jobs. DEPRECATED: extensions/v1beta1.JobList is deprecated, use batch/v1.JobList instead.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is the list of Job.", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.Job" + } + }, + "metadata": { + "description": "Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1beta1.JobSpec": { + "description": "JobSpec describes how the job execution will look like.", + "required": [ + "template" + ], + "properties": { + "activeDeadlineSeconds": { + "description": "Optional duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer", + "type": "integer", + "format": "int64" + }, + "autoSelector": { + "description": "AutoSelector controls generation of pod labels and pod selectors. It was not present in the original extensions/v1beta1 Job definition, but exists to allow conversion from batch/v1 Jobs, where it corresponds to, but has the opposite meaning as, ManualSelector. More info: http://releases.k8s.io/HEAD/docs/design/selector-generation.md", + "type": "boolean" + }, + "completions": { + "description": "Completions specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: http://kubernetes.io/docs/user-guide/jobs", + "type": "integer", + "format": "int32" + }, + "parallelism": { + "description": "Parallelism specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: http://kubernetes.io/docs/user-guide/jobs", + "type": "integer", + "format": "int32" + }, + "selector": { + "description": "Selector is a label query over pods that should match the pod count. Normally, the system sets this field for you. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors", + "$ref": "#/definitions/unversioned.LabelSelector" + }, + "template": { + "description": "Template is the object that describes the pod that will be created when executing a job. More info: http://kubernetes.io/docs/user-guide/jobs", + "$ref": "#/definitions/v1.PodTemplateSpec" + } + } + }, + "v1beta1.JobStatus": { + "description": "JobStatus represents the current state of a Job.", + "properties": { + "active": { + "description": "Active is the number of actively running pods.", + "type": "integer", + "format": "int32" + }, + "completionTime": { + "description": "CompletionTime represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.", + "$ref": "#/definitions/unversioned.Time" + }, + "conditions": { + "description": "Conditions represent the latest available observations of an object's current state. More info: http://kubernetes.io/docs/user-guide/jobs", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.JobCondition" + } + }, + "failed": { + "description": "Failed is the number of pods which reached Phase Failed.", + "type": "integer", + "format": "int32" + }, + "startTime": { + "description": "StartTime represents time when the job was acknowledged by the Job Manager. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.", + "$ref": "#/definitions/unversioned.Time" + }, + "succeeded": { + "description": "Succeeded is the number of pods which reached Phase Succeeded.", + "type": "integer", + "format": "int32" + } + } + }, + "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.", + "required": [ + "spec" + ], + "properties": { + "metadata": { + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted.", + "$ref": "#/definitions/v1beta1.SubjectAccessReviewSpec" + }, + "status": { + "description": "Status is filled in by the server and indicates whether the request is allowed or not", + "$ref": "#/definitions/v1beta1.SubjectAccessReviewStatus" + } + } + }, + "v1beta1.NetworkPolicy": { + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Specification of the desired behavior for this NetworkPolicy.", + "$ref": "#/definitions/v1beta1.NetworkPolicySpec" + } + } + }, + "v1beta1.NetworkPolicyIngressRule": { + "description": "This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from.", + "properties": { + "from": { + "description": "List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is not provided, this rule matches all sources (traffic not restricted by source). If this field is empty, this rule matches no sources (no traffic matches). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the from list.", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.NetworkPolicyPeer" + } + }, + "ports": { + "description": "List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is not provided, this rule matches all ports (traffic not restricted by port). If this field is empty, this rule matches no ports (no traffic matches). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.NetworkPolicyPort" + } + } + } + }, + "v1beta1.NetworkPolicyList": { + "description": "Network Policy List is a list of NetworkPolicy objects.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is a list of schema objects.", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.NetworkPolicy" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1beta1.NetworkPolicyPeer": { + "properties": { + "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 omitted, this selector selects no namespaces. If present but empty, this selector selects all namespaces.", + "$ref": "#/definitions/unversioned.LabelSelector" + }, + "podSelector": { + "description": "This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If not provided, this selector selects no pods. If present but empty, this selector selects all pods in this namespace.", + "$ref": "#/definitions/unversioned.LabelSelector" + } + } + }, + "v1beta1.NetworkPolicyPort": { + "properties": { + "port": { + "description": "If specified, the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.", + "$ref": "#/definitions/intstr.IntOrString" + }, + "protocol": { + "description": "Optional. The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP.", + "type": "string" + } + } + }, + "v1beta1.NetworkPolicySpec": { + "required": [ + "podSelector" + ], + "properties": { + "ingress": { + "description": "List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if namespace.networkPolicy.ingress.isolation is undefined and cluster policy allows it, OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not affect ingress isolation. If this field is present and contains at least one rule, this policy allows any traffic which matches at least one of the ingress rules in this list.", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.NetworkPolicyIngressRule" + } + }, + "podSelector": { + "description": "Selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.", + "$ref": "#/definitions/unversioned.LabelSelector" + } + } + }, + "v1beta1.NonResourceAttributes": { + "description": "NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface", + "properties": { + "path": { + "description": "Path is the URL path of the request", + "type": "string" + }, + "verb": { + "description": "Verb is the standard HTTP verb", + "type": "string" + } + } + }, + "v1beta1.PodDisruptionBudget": { + "description": "PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods", + "required": [ + "metadata", + "spec", + "status" + ], + "properties": { + "metadata": { + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Specification of the desired behavior of the PodDisruptionBudget.", + "$ref": "#/definitions/v1beta1.PodDisruptionBudgetSpec" + }, + "status": { + "description": "Most recently observed status of the PodDisruptionBudget.", + "$ref": "#/definitions/v1beta1.PodDisruptionBudgetStatus" + } + } + }, + "v1beta1.PodDisruptionBudgetList": { + "description": "PodDisruptionBudgetList is a collection of PodDisruptionBudgets.", + "required": [ + "metadata", + "items" + ], + "properties": { + "items": { + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.PodDisruptionBudget" + } + }, + "metadata": { + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1beta1.PodDisruptionBudgetSpec": { + "description": "PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.", + "required": [ + "minAvailable", + "selector" + ], + "properties": { + "minAvailable": { + "description": "An eviction is allowed if at least \"minAvailable\" pods selected by \"selector\" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying \"100%\".", + "$ref": "#/definitions/intstr.IntOrString" + }, + "selector": { + "description": "Label query over pods whose evictions are managed by the disruption budget.", + "$ref": "#/definitions/unversioned.LabelSelector" + } + } + }, + "v1beta1.PodDisruptionBudgetStatus": { + "description": "PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.", + "required": [ + "disruptedPods", + "disruptionsAllowed", + "currentHealthy", + "desiredHealthy", + "expectedPods" + ], + "properties": { + "currentHealthy": { + "description": "current number of healthy pods", + "type": "integer", + "format": "int32" + }, + "desiredHealthy": { + "description": "minimum desired number of healthy pods", + "type": "integer", + "format": "int32" + }, + "disruptedPods": { + "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": { + "$ref": "#/definitions/unversioned.Time" + } + }, + "disruptionsAllowed": { + "description": "Number of pod disruptions that are currently allowed.", + "type": "integer", + "format": "int32" + }, + "expectedPods": { + "description": "total number of pods counted by this disruption budget", + "type": "integer", + "format": "int32" + }, + "observedGeneration": { + "description": "Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status informatio is valid only if observedGeneration equals to PDB's object generation.", + "type": "integer", + "format": "int64" + } + } + }, + "v1beta1.ReplicaSet": { + "description": "ReplicaSet represents the configuration of a ReplicaSet.", + "properties": { + "metadata": { + "description": "If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec defines the specification of the desired behavior of the ReplicaSet. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1beta1.ReplicaSetSpec" + }, + "status": { + "description": "Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v1beta1.ReplicaSetStatus" + } + } + }, + "v1beta1.ReplicaSetCondition": { + "description": "ReplicaSetCondition describes the state of a replica set at a certain point.", + "required": [ + "type", + "status" + ], + "properties": { + "lastTransitionTime": { + "description": "The last time the condition transitioned from one status to another.", + "$ref": "#/definitions/unversioned.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 replica set condition.", + "type": "string" + } + } + }, + "v1beta1.ReplicaSetList": { + "description": "ReplicaSetList is a collection of ReplicaSets.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.ReplicaSet" + } + }, + "metadata": { + "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1beta1.ReplicaSetSpec": { + "description": "ReplicaSetSpec is the specification of a ReplicaSet.", + "properties": { + "minReadySeconds": { + "description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)", + "type": "integer", + "format": "int32" + }, + "replicas": { + "description": "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller", + "type": "integer", + "format": "int32" + }, + "selector": { + "description": "Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors", + "$ref": "#/definitions/unversioned.LabelSelector" + }, + "template": { + "description": "Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template", + "$ref": "#/definitions/v1.PodTemplateSpec" + } + } + }, + "v1beta1.ReplicaSetStatus": { + "description": "ReplicaSetStatus represents the current status of a ReplicaSet.", + "required": [ + "replicas" + ], + "properties": { + "availableReplicas": { + "description": "The number of available replicas (ready for at least minReadySeconds) for this replica set.", + "type": "integer", + "format": "int32" + }, + "conditions": { + "description": "Represents the latest available observations of a replica set's current state.", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.ReplicaSetCondition" + } + }, + "fullyLabeledReplicas": { + "description": "The number of pods that have labels matching the labels of the pod template of the replicaset.", + "type": "integer", + "format": "int32" + }, + "observedGeneration": { + "description": "ObservedGeneration reflects the generation of the most recently observed ReplicaSet.", + "type": "integer", + "format": "int64" + }, + "readyReplicas": { + "description": "The number of ready replicas for this replica set.", + "type": "integer", + "format": "int32" + }, + "replicas": { + "description": "Replicas is the most recently oberved number of replicas. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller", + "type": "integer", + "format": "int32" + } + } + }, + "v1beta1.ResourceAttributes": { + "description": "ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface", + "properties": { + "group": { + "description": "Group is the API Group of the Resource. \"*\" means all.", + "type": "string" + }, + "name": { + "description": "Name is the name of the resource being requested for a \"get\" or deleted for a \"delete\". \"\" (empty) means all.", + "type": "string" + }, + "namespace": { + "description": "Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces \"\" (empty) is defaulted for LocalSubjectAccessReviews \"\" (empty) is empty for cluster-scoped resources \"\" (empty) means \"all\" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview", + "type": "string" + }, + "resource": { + "description": "Resource is one of the existing resource types. \"*\" means all.", + "type": "string" + }, + "subresource": { + "description": "Subresource is one of the existing resource types. \"\" means none.", + "type": "string" + }, + "verb": { + "description": "Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. \"*\" means all.", + "type": "string" + }, + "version": { + "description": "Version is the API Version of the Resource. \"*\" means all.", + "type": "string" + } + } + }, + "v1beta1.RollbackConfig": { + "properties": { + "revision": { + "description": "The revision to rollback to. If set to 0, rollbck to the last revision.", + "type": "integer", + "format": "int64" + } + } + }, + "v1beta1.RollingUpdateDeployment": { + "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. By default, a value of 1 is used. 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/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 up. This can not be 0 if MaxSurge is 0. By default, a fixed value of 1 is used. 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/intstr.IntOrString" + } + } + }, + "v1beta1.Scale": { + "description": "represents a scaling request for a resource.", + "properties": { + "metadata": { + "description": "Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata.", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status.", + "$ref": "#/definitions/v1beta1.ScaleSpec" + }, + "status": { + "description": "current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only.", + "$ref": "#/definitions/v1beta1.ScaleStatus" + } + } + }, + "v1beta1.ScaleSpec": { + "description": "describes the attributes of a scale subresource", + "properties": { + "replicas": { + "description": "desired number of instances for the scaled object.", + "type": "integer", + "format": "int32" + } + } + }, + "v1beta1.ScaleStatus": { + "description": "represents the current status of a scale subresource.", + "required": [ + "replicas" + ], + "properties": { + "replicas": { + "description": "actual number of observed instances of the scaled object.", + "type": "integer", + "format": "int32" + }, + "selector": { + "description": "label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "targetSelector": { + "description": "label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors", + "type": "string" + } + } + }, + "v1beta1.SelfSubjectAccessReview": { + "description": "SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means \"in all namespaces\". Self is a special case, because users should always be able to check whether they can perform an action", + "required": [ + "spec" + ], + "properties": { + "metadata": { + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec holds information about the request being evaluated. user and groups must be empty", + "$ref": "#/definitions/v1beta1.SelfSubjectAccessReviewSpec" + }, + "status": { + "description": "Status is filled in by the server and indicates whether the request is allowed or not", + "$ref": "#/definitions/v1beta1.SubjectAccessReviewStatus" + } + } + }, + "v1beta1.SelfSubjectAccessReviewSpec": { + "description": "SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set", + "properties": { + "nonResourceAttributes": { + "description": "NonResourceAttributes describes information for a non-resource access request", + "$ref": "#/definitions/v1beta1.NonResourceAttributes" + }, + "resourceAttributes": { + "description": "ResourceAuthorizationAttributes describes information for a resource access request", + "$ref": "#/definitions/v1beta1.ResourceAttributes" + } + } + }, + "v1beta1.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": { + "metadata": { + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec defines the desired identities of pods in this set.", + "$ref": "#/definitions/v1beta1.StatefulSetSpec" + }, + "status": { + "description": "Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.", + "$ref": "#/definitions/v1beta1.StatefulSetStatus" + } + } + }, + "v1beta1.StatefulSetList": { + "description": "StatefulSetList is a collection of StatefulSets.", + "required": [ + "items" + ], + "properties": { + "items": { + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.StatefulSet" + } + }, + "metadata": { + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1beta1.StatefulSetSpec": { + "description": "A StatefulSetSpec is the specification of a StatefulSet.", + "required": [ + "template", + "serviceName" + ], + "properties": { + "replicas": { + "description": "Replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.", + "type": "integer", + "format": "int32" + }, + "selector": { + "description": "Selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors", + "$ref": "#/definitions/unversioned.LabelSelector" + }, + "serviceName": { + "description": "ServiceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller.", + "type": "string" + }, + "template": { + "description": "Template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.", + "$ref": "#/definitions/v1.PodTemplateSpec" + }, + "volumeClaimTemplates": { + "description": "VolumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.PersistentVolumeClaim" + } + } + } + }, + "v1beta1.StatefulSetStatus": { + "description": "StatefulSetStatus represents the current state of a StatefulSet.", + "required": [ + "replicas" + ], + "properties": { + "observedGeneration": { + "description": "most recent generation observed by this autoscaler.", + "type": "integer", + "format": "int64" + }, + "replicas": { + "description": "Replicas is the number of actual replicas.", + "type": "integer", + "format": "int32" + } + } + }, + "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": [ + "provisioner" + ], + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "parameters": { + "description": "Parameters holds the parameters for the provisioner that should create volumes of this storage class.", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "provisioner": { + "description": "Provisioner indicates the type of the provisioner.", + "type": "string" + } + } + }, + "v1beta1.StorageClassList": { + "description": "StorageClassList is a collection of storage classes.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is the list of StorageClasses", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.StorageClass" + } + }, + "metadata": { + "description": "Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1beta1.SubjectAccessReview": { + "description": "SubjectAccessReview checks whether or not a user or group can perform an action.", + "required": [ + "spec" + ], + "properties": { + "metadata": { + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec holds information about the request being evaluated", + "$ref": "#/definitions/v1beta1.SubjectAccessReviewSpec" + }, + "status": { + "description": "Status is filled in by the server and indicates whether the request is allowed or not", + "$ref": "#/definitions/v1beta1.SubjectAccessReviewStatus" + } + } + }, + "v1beta1.SubjectAccessReviewSpec": { + "description": "SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set", + "properties": { + "extra": { + "description": "Extra corresponds to the user.Info.GetExtra() method from the authenticator. Since that is input to the authorizer it needs a reflection here.", + "type": "object", + "additionalProperties": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "group": { + "description": "Groups is the groups you're testing for.", + "type": "array", + "items": { + "type": "string" + } + }, + "nonResourceAttributes": { + "description": "NonResourceAttributes describes information for a non-resource access request", + "$ref": "#/definitions/v1beta1.NonResourceAttributes" + }, + "resourceAttributes": { + "description": "ResourceAuthorizationAttributes describes information for a resource access request", + "$ref": "#/definitions/v1beta1.ResourceAttributes" + }, + "user": { + "description": "User is the user you're testing for. If you specify \"User\" but not \"Group\", then is it interpreted as \"What if User were not a member of any groups", + "type": "string" + } + } + }, + "v1beta1.SubjectAccessReviewStatus": { + "description": "SubjectAccessReviewStatus", + "required": [ + "allowed" + ], + "properties": { + "allowed": { + "description": "Allowed is required. True if the action would be allowed, false otherwise.", + "type": "boolean" + }, + "evaluationError": { + "description": "EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request.", + "type": "string" + }, + "reason": { + "description": "Reason is optional. It indicates why a request was allowed or denied.", + "type": "string" + } + } + }, + "v1beta1.SubresourceReference": { + "description": "SubresourceReference contains enough information to let you inspect or modify the referred subresource.", + "properties": { + "apiVersion": { + "description": "API version of the referent", + "type": "string" + }, + "kind": { + "description": "Kind of the referent; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", + "type": "string" + }, + "name": { + "description": "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names", + "type": "string" + }, + "subresource": { + "description": "Subresource name of the referent", + "type": "string" + } + } + }, + "v1beta1.ThirdPartyResource": { + "description": "A ThirdPartyResource is a generic representation of a resource, it is used by add-ons and plugins to add new resource types to the API. It consists of one or more Versions of the api.", + "properties": { + "description": { + "description": "Description is the description of this object.", + "type": "string" + }, + "metadata": { + "description": "Standard object metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "versions": { + "description": "Versions are versions for this third party object", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.APIVersion" + } + } + } + }, + "v1beta1.ThirdPartyResourceList": { + "description": "ThirdPartyResourceList is a list of ThirdPartyResources.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is the list of ThirdPartyResources.", + "type": "array", + "items": { + "$ref": "#/definitions/v1beta1.ThirdPartyResource" + } + }, + "metadata": { + "description": "Standard list metadata.", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v1beta1.TokenReview": { + "description": "TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.", + "required": [ + "spec" + ], + "properties": { + "metadata": { + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec holds information about the request being evaluated", + "$ref": "#/definitions/v1beta1.TokenReviewSpec" + }, + "status": { + "description": "Status is filled in by the server and indicates whether the request can be authenticated.", + "$ref": "#/definitions/v1beta1.TokenReviewStatus" + } + } + }, + "v1beta1.TokenReviewSpec": { + "description": "TokenReviewSpec is a description of the token authentication request.", + "properties": { + "token": { + "description": "Token is the opaque bearer token.", + "type": "string" + } + } + }, + "v1beta1.TokenReviewStatus": { + "description": "TokenReviewStatus is the result of the token authentication request.", + "properties": { + "authenticated": { + "description": "Authenticated indicates that the token was associated with a known user.", + "type": "boolean" + }, + "error": { + "description": "Error indicates that the token couldn't be checked", + "type": "string" + }, + "user": { + "description": "User is the UserInfo associated with the provided token.", + "$ref": "#/definitions/v1beta1.UserInfo" + } + } + }, + "v1beta1.UserInfo": { + "description": "UserInfo holds the information about the user needed to implement the user.Info interface.", + "properties": { + "extra": { + "description": "Any additional information provided by the authenticator.", + "type": "object", + "additionalProperties": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "groups": { + "description": "The names of groups this user is a part of.", + "type": "array", + "items": { + "type": "string" + } + }, + "uid": { + "description": "A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs.", + "type": "string" + }, + "username": { + "description": "The name that uniquely identifies this user among all active users.", + "type": "string" + } + } + }, + "v2alpha1.CronJob": { + "description": "CronJob represents the configuration of a single cron job.", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec is a structure defining the expected behavior of a job, including the schedule. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v2alpha1.CronJobSpec" + }, + "status": { + "description": "Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v2alpha1.CronJobStatus" + } + } + }, + "v2alpha1.CronJobList": { + "description": "CronJobList is a collection of cron jobs.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is the list of CronJob.", + "type": "array", + "items": { + "$ref": "#/definitions/v2alpha1.CronJob" + } + }, + "metadata": { + "description": "Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v2alpha1.CronJobSpec": { + "description": "CronJobSpec describes how the job execution will look like and when it will actually run.", + "required": [ + "schedule", + "jobTemplate" + ], + "properties": { + "concurrencyPolicy": { + "description": "ConcurrencyPolicy specifies how to treat concurrent executions of a Job.", + "type": "string" + }, + "jobTemplate": { + "description": "JobTemplate is the object that describes the job that will be created when executing a CronJob.", + "$ref": "#/definitions/v2alpha1.JobTemplateSpec" + }, + "schedule": { + "description": "Schedule contains the schedule in Cron format, see https://en.wikipedia.org/wiki/Cron.", + "type": "string" + }, + "startingDeadlineSeconds": { + "description": "Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones.", + "type": "integer", + "format": "int64" + }, + "suspend": { + "description": "Suspend flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false.", + "type": "boolean" + } + } + }, + "v2alpha1.CronJobStatus": { + "description": "CronJobStatus represents the current state of a cron job.", + "properties": { + "active": { + "description": "Active holds pointers to currently running jobs.", + "type": "array", + "items": { + "$ref": "#/definitions/v1.ObjectReference" + } + }, + "lastScheduleTime": { + "description": "LastScheduleTime keeps information of when was the last time the job was successfully scheduled.", + "$ref": "#/definitions/unversioned.Time" + } + } + }, + "v2alpha1.Job": { + "description": "Job represents the configuration of a single job.", + "properties": { + "metadata": { + "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Spec is a structure defining the expected behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v2alpha1.JobSpec" + }, + "status": { + "description": "Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v2alpha1.JobStatus" + } + } + }, + "v2alpha1.JobCondition": { + "description": "JobCondition describes current state of a job.", + "required": [ + "type", + "status" + ], + "properties": { + "lastProbeTime": { + "description": "Last time the condition was checked.", + "$ref": "#/definitions/unversioned.Time" + }, + "lastTransitionTime": { + "description": "Last time the condition transit from one status to another.", + "$ref": "#/definitions/unversioned.Time" + }, + "message": { + "description": "Human readable message indicating details about last transition.", + "type": "string" + }, + "reason": { + "description": "(brief) 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 job condition, Complete or Failed.", + "type": "string" + } + } + }, + "v2alpha1.JobList": { + "description": "JobList is a collection of jobs.", + "required": [ + "items" + ], + "properties": { + "items": { + "description": "Items is the list of Job.", + "type": "array", + "items": { + "$ref": "#/definitions/v2alpha1.Job" + } + }, + "metadata": { + "description": "Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/unversioned.ListMeta" + } + } + }, + "v2alpha1.JobSpec": { + "description": "JobSpec describes how the job execution will look like.", + "required": [ + "template" + ], + "properties": { + "activeDeadlineSeconds": { + "description": "Optional duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer", + "type": "integer", + "format": "int64" + }, + "completions": { + "description": "Completions specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: http://kubernetes.io/docs/user-guide/jobs", + "type": "integer", + "format": "int32" + }, + "manualSelector": { + "description": "ManualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: http://releases.k8s.io/HEAD/docs/design/selector-generation.md", + "type": "boolean" + }, + "parallelism": { + "description": "Parallelism specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: http://kubernetes.io/docs/user-guide/jobs", + "type": "integer", + "format": "int32" + }, + "selector": { + "description": "Selector is a label query over pods that should match the pod count. Normally, the system sets this field for you. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors", + "$ref": "#/definitions/unversioned.LabelSelector" + }, + "template": { + "description": "Template is the object that describes the pod that will be created when executing a job. More info: http://kubernetes.io/docs/user-guide/jobs", + "$ref": "#/definitions/v1.PodTemplateSpec" + } + } + }, + "v2alpha1.JobStatus": { + "description": "JobStatus represents the current state of a Job.", + "properties": { + "active": { + "description": "Active is the number of actively running pods.", + "type": "integer", + "format": "int32" + }, + "completionTime": { + "description": "CompletionTime represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.", + "$ref": "#/definitions/unversioned.Time" + }, + "conditions": { + "description": "Conditions represent the latest available observations of an object's current state. More info: http://kubernetes.io/docs/user-guide/jobs", + "type": "array", + "items": { + "$ref": "#/definitions/v2alpha1.JobCondition" + } + }, + "failed": { + "description": "Failed is the number of pods which reached Phase Failed.", + "type": "integer", + "format": "int32" + }, + "startTime": { + "description": "StartTime represents time when the job was acknowledged by the Job Manager. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.", + "$ref": "#/definitions/unversioned.Time" + }, + "succeeded": { + "description": "Succeeded is the number of pods which reached Phase Succeeded.", + "type": "integer", + "format": "int32" + } + } + }, + "v2alpha1.JobTemplateSpec": { + "description": "JobTemplateSpec describes the data a Job should have when created from a template", + "properties": { + "metadata": { + "description": "Standard object's metadata of the jobs created from this template. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", + "$ref": "#/definitions/v1.ObjectMeta" + }, + "spec": { + "description": "Specification of the desired behavior of the job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", + "$ref": "#/definitions/v2alpha1.JobSpec" + } + } + }, + "version.Info": { + "description": "Info contains versioning information. how we'll want to distribute that information.", + "required": [ + "major", + "minor", + "gitVersion", + "gitCommit", + "gitTreeState", + "buildDate", + "goVersion", + "compiler", + "platform" + ], + "properties": { + "buildDate": { + "type": "string" + }, + "compiler": { + "type": "string" + }, + "gitCommit": { + "type": "string" + }, + "gitTreeState": { + "type": "string" + }, + "gitVersion": { + "type": "string" + }, + "goVersion": { + "type": "string" + }, + "major": { + "type": "string" + }, + "minor": { + "type": "string" + }, + "platform": { + "type": "string" + } + } + }, + "versioned.Event": { + "description": "Event represents a single event to a watched resource.", + "required": [ + "type", + "object" + ], + "properties": { + "object": { + "description": "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *api.Status is recommended; other types may make sense\n depending on context.", + "$ref": "#/definitions/runtime.RawExtension" + }, + "type": { + "type": "string" + } + } + } + }, + "securityDefinitions": { + "BearerToken": { + "description": "Bearer Token authentication", + "type": "apiKey", + "name": "authorization", + "in": "header" + } + }, + "security": [ + { + "BearerToken": [] + } + ] +} \ No newline at end of file diff --git a/scripts/update-pep8.sh b/scripts/update-pep8.sh new file mode 100755 index 0000000000..810a811b13 --- /dev/null +++ b/scripts/update-pep8.sh @@ -0,0 +1,72 @@ +#!/bin/bash + +# Copyright 2015 The Kubernetes Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Script to fetch latest swagger spec. +# Puts the updated spec at api/swagger-spec/ + +set -o errexit +set -o nounset +set -o pipefail + +if ! which virtualenv > /dev/null 2>&1; then + echo "virtualenv is not installed. run: [sudo] pip install virtualenv" + exit +fi + +SCRIPT_ROOT=$(dirname "${BASH_SOURCE}") +CLIENT_ROOT="${SCRIPT_ROOT}/.." + +pushd "${SCRIPT_ROOT}" > /dev/null +SCRIPT_ROOT=`pwd` +popd > /dev/null + +pushd "${CLIENT_ROOT}" > /dev/null +CLIENT_ROOT=`pwd` +popd > /dev/null + +virtualenv "${SCRIPT_ROOT}/.py" + +VIRTUAL_ENV_DISABLE_PROMPT=1; source "${SCRIPT_ROOT}/.py/bin/activate" +trap "deactivate" EXIT SIGINT + +SAVEIFS=$IFS +trap "IFS=$SAVEIFS" EXIT SIGINT +IFS=, + +SOURCES="${CLIENT_ROOT}/k8sutil/*.py,${SCRIPT_ROOT}/*.py,${CLIENT_ROOT}/examples/*.py" + +echo "--- Updating tools" +pip install --upgrade pep8 +pip install --upgrade autopep8 +pip install --upgrade isort + +echo "--- applying autopep8" +for SOURCE in $SOURCES; do + autopep8 -i -a -a $SOURCE +done + +echo "--- applying isort" +for SOURCE in $SOURCES; do + isort -y $SOURCE +done + +echo "--- check pep8 (all need to be fixed manually)" +set +o errexit +for SOURCE in $SOURCES; do + pep8 $SOURCE +done + +echo "---Done." diff --git a/setup.py b/setup.py index f8b7d4531f..c7b7d9ac5e 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools -REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"] +REQUIRES = ["urllib3 >= 1.19", "six >= 1.10", "certifi", "python-dateutil", "pyyaml", "oauth2client"] setup( name=NAME, diff --git a/test-requirements.txt b/test-requirements.txt index 2702246c0e..1d8d830add 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,3 +3,4 @@ nose>=1.3.7 pluggy>=0.3.1 py>=1.4.31 randomize>=0.13 +mock>=2.0.0 diff --git a/test/__init__.py b/test/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/test/test_apis_api.py b/test/test_apis_api.py deleted file mode 100644 index 775396132c..0000000000 --- a/test/test_apis_api.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.apis_api import ApisApi - - -class TestApisApi(unittest.TestCase): - """ ApisApi unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.apis_api.ApisApi() - - def tearDown(self): - pass - - def test_get_api_versions(self): - """ - Test case for get_api_versions - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_apps_api.py b/test/test_apps_api.py deleted file mode 100644 index c82d403e80..0000000000 --- a/test/test_apps_api.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.apps_api import AppsApi - - -class TestAppsApi(unittest.TestCase): - """ AppsApi unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.apps_api.AppsApi() - - def tearDown(self): - pass - - def test_get_apps_api_group(self): - """ - Test case for get_apps_api_group - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_apps_v1alpha1_api.py b/test/test_apps_v1alpha1_api.py deleted file mode 100644 index 0ce1a3b4bf..0000000000 --- a/test/test_apps_v1alpha1_api.py +++ /dev/null @@ -1,167 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.apps_v1alpha1_api import AppsV1alpha1Api - - -class TestAppsV1alpha1Api(unittest.TestCase): - """ AppsV1alpha1Api unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.apps_v1alpha1_api.AppsV1alpha1Api() - - def tearDown(self): - pass - - def test_create_apps_v1alpha1_namespaced_stateful_set(self): - """ - Test case for create_apps_v1alpha1_namespaced_stateful_set - - - """ - pass - - def test_delete_apps_v1alpha1_collection_namespaced_stateful_set(self): - """ - Test case for delete_apps_v1alpha1_collection_namespaced_stateful_set - - - """ - pass - - def test_delete_apps_v1alpha1_namespaced_stateful_set(self): - """ - Test case for delete_apps_v1alpha1_namespaced_stateful_set - - - """ - pass - - def test_get_apps_v1alpha1_api_resources(self): - """ - Test case for get_apps_v1alpha1_api_resources - - - """ - pass - - def test_list_apps_v1alpha1_namespaced_stateful_set(self): - """ - Test case for list_apps_v1alpha1_namespaced_stateful_set - - - """ - pass - - def test_list_apps_v1alpha1_stateful_set_for_all_namespaces(self): - """ - Test case for list_apps_v1alpha1_stateful_set_for_all_namespaces - - - """ - pass - - def test_patch_apps_v1alpha1_namespaced_stateful_set(self): - """ - Test case for patch_apps_v1alpha1_namespaced_stateful_set - - - """ - pass - - def test_patch_apps_v1alpha1_namespaced_stateful_set_status(self): - """ - Test case for patch_apps_v1alpha1_namespaced_stateful_set_status - - - """ - pass - - def test_read_apps_v1alpha1_namespaced_stateful_set(self): - """ - Test case for read_apps_v1alpha1_namespaced_stateful_set - - - """ - pass - - def test_read_apps_v1alpha1_namespaced_stateful_set_status(self): - """ - Test case for read_apps_v1alpha1_namespaced_stateful_set_status - - - """ - pass - - def test_replace_apps_v1alpha1_namespaced_stateful_set(self): - """ - Test case for replace_apps_v1alpha1_namespaced_stateful_set - - - """ - pass - - def test_replace_apps_v1alpha1_namespaced_stateful_set_status(self): - """ - Test case for replace_apps_v1alpha1_namespaced_stateful_set_status - - - """ - pass - - def test_watch_apps_v1alpha1_namespaced_stateful_set(self): - """ - Test case for watch_apps_v1alpha1_namespaced_stateful_set - - - """ - pass - - def test_watch_apps_v1alpha1_namespaced_stateful_set_list(self): - """ - Test case for watch_apps_v1alpha1_namespaced_stateful_set_list - - - """ - pass - - def test_watch_apps_v1alpha1_stateful_set_list_for_all_namespaces(self): - """ - Test case for watch_apps_v1alpha1_stateful_set_list_for_all_namespaces - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_authentication_api.py b/test/test_authentication_api.py deleted file mode 100644 index 34fa7ebb9c..0000000000 --- a/test/test_authentication_api.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.authentication_api import AuthenticationApi - - -class TestAuthenticationApi(unittest.TestCase): - """ AuthenticationApi unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.authentication_api.AuthenticationApi() - - def tearDown(self): - pass - - def test_get_authentication_api_group(self): - """ - Test case for get_authentication_api_group - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_authentication_v1beta1_api.py b/test/test_authentication_v1beta1_api.py deleted file mode 100644 index 27af23c431..0000000000 --- a/test/test_authentication_v1beta1_api.py +++ /dev/null @@ -1,63 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.authentication_v1beta1_api import AuthenticationV1beta1Api - - -class TestAuthenticationV1beta1Api(unittest.TestCase): - """ AuthenticationV1beta1Api unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.authentication_v1beta1_api.AuthenticationV1beta1Api() - - def tearDown(self): - pass - - def test_create_authentication_v1beta1_token_review(self): - """ - Test case for create_authentication_v1beta1_token_review - - - """ - pass - - def test_get_authentication_v1beta1_api_resources(self): - """ - Test case for get_authentication_v1beta1_api_resources - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_authorization_api.py b/test/test_authorization_api.py deleted file mode 100644 index 607cba4033..0000000000 --- a/test/test_authorization_api.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.authorization_api import AuthorizationApi - - -class TestAuthorizationApi(unittest.TestCase): - """ AuthorizationApi unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.authorization_api.AuthorizationApi() - - def tearDown(self): - pass - - def test_get_authorization_api_group(self): - """ - Test case for get_authorization_api_group - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_authorization_v1beta1_api.py b/test/test_authorization_v1beta1_api.py deleted file mode 100644 index 3792baf26a..0000000000 --- a/test/test_authorization_v1beta1_api.py +++ /dev/null @@ -1,79 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.authorization_v1beta1_api import AuthorizationV1beta1Api - - -class TestAuthorizationV1beta1Api(unittest.TestCase): - """ AuthorizationV1beta1Api unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.authorization_v1beta1_api.AuthorizationV1beta1Api() - - def tearDown(self): - pass - - def test_create_authorization_v1beta1_namespaced_local_subject_access_review(self): - """ - Test case for create_authorization_v1beta1_namespaced_local_subject_access_review - - - """ - pass - - def test_create_authorization_v1beta1_self_subject_access_review(self): - """ - Test case for create_authorization_v1beta1_self_subject_access_review - - - """ - pass - - def test_create_authorization_v1beta1_subject_access_review(self): - """ - Test case for create_authorization_v1beta1_subject_access_review - - - """ - pass - - def test_get_authorization_v1beta1_api_resources(self): - """ - Test case for get_authorization_v1beta1_api_resources - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_autoscaling_api.py b/test/test_autoscaling_api.py deleted file mode 100644 index a6e8937b7c..0000000000 --- a/test/test_autoscaling_api.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.autoscaling_api import AutoscalingApi - - -class TestAutoscalingApi(unittest.TestCase): - """ AutoscalingApi unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.autoscaling_api.AutoscalingApi() - - def tearDown(self): - pass - - def test_get_autoscaling_api_group(self): - """ - Test case for get_autoscaling_api_group - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_autoscaling_v1_api.py b/test/test_autoscaling_v1_api.py deleted file mode 100644 index 3edcef2837..0000000000 --- a/test/test_autoscaling_v1_api.py +++ /dev/null @@ -1,167 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.autoscaling_v1_api import AutoscalingV1Api - - -class TestAutoscalingV1Api(unittest.TestCase): - """ AutoscalingV1Api unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.autoscaling_v1_api.AutoscalingV1Api() - - def tearDown(self): - pass - - def test_create_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for create_autoscaling_v1_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_get_autoscaling_v1_api_resources(self): - """ - Test case for get_autoscaling_v1_api_resources - - - """ - pass - - def test_list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces(self): - """ - Test case for list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces - - - """ - pass - - def test_list_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for list_autoscaling_v1_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(self): - """ - Test case for patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status - - - """ - pass - - def test_read_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for read_autoscaling_v1_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(self): - """ - Test case for read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status - - - """ - pass - - def test_replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status(self): - """ - Test case for replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status - - - """ - pass - - def test_watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces(self): - """ - Test case for watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces - - - """ - pass - - def test_watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list(self): - """ - Test case for watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_batch_api.py b/test/test_batch_api.py deleted file mode 100644 index 825bb2b19f..0000000000 --- a/test/test_batch_api.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.batch_api import BatchApi - - -class TestBatchApi(unittest.TestCase): - """ BatchApi unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.batch_api.BatchApi() - - def tearDown(self): - pass - - def test_get_batch_api_group(self): - """ - Test case for get_batch_api_group - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_batch_v1_api.py b/test/test_batch_v1_api.py deleted file mode 100644 index 45880d0adc..0000000000 --- a/test/test_batch_v1_api.py +++ /dev/null @@ -1,167 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.batch_v1_api import BatchV1Api - - -class TestBatchV1Api(unittest.TestCase): - """ BatchV1Api unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.batch_v1_api.BatchV1Api() - - def tearDown(self): - pass - - def test_create_batch_v1_namespaced_job(self): - """ - Test case for create_batch_v1_namespaced_job - - - """ - pass - - def test_delete_batch_v1_collection_namespaced_job(self): - """ - Test case for delete_batch_v1_collection_namespaced_job - - - """ - pass - - def test_delete_batch_v1_namespaced_job(self): - """ - Test case for delete_batch_v1_namespaced_job - - - """ - pass - - def test_get_batch_v1_api_resources(self): - """ - Test case for get_batch_v1_api_resources - - - """ - pass - - def test_list_batch_v1_job_for_all_namespaces(self): - """ - Test case for list_batch_v1_job_for_all_namespaces - - - """ - pass - - def test_list_batch_v1_namespaced_job(self): - """ - Test case for list_batch_v1_namespaced_job - - - """ - pass - - def test_patch_batch_v1_namespaced_job(self): - """ - Test case for patch_batch_v1_namespaced_job - - - """ - pass - - def test_patch_batch_v1_namespaced_job_status(self): - """ - Test case for patch_batch_v1_namespaced_job_status - - - """ - pass - - def test_read_batch_v1_namespaced_job(self): - """ - Test case for read_batch_v1_namespaced_job - - - """ - pass - - def test_read_batch_v1_namespaced_job_status(self): - """ - Test case for read_batch_v1_namespaced_job_status - - - """ - pass - - def test_replace_batch_v1_namespaced_job(self): - """ - Test case for replace_batch_v1_namespaced_job - - - """ - pass - - def test_replace_batch_v1_namespaced_job_status(self): - """ - Test case for replace_batch_v1_namespaced_job_status - - - """ - pass - - def test_watch_batch_v1_job_list_for_all_namespaces(self): - """ - Test case for watch_batch_v1_job_list_for_all_namespaces - - - """ - pass - - def test_watch_batch_v1_namespaced_job(self): - """ - Test case for watch_batch_v1_namespaced_job - - - """ - pass - - def test_watch_batch_v1_namespaced_job_list(self): - """ - Test case for watch_batch_v1_namespaced_job_list - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_batch_v2alpha1_api.py b/test/test_batch_v2alpha1_api.py deleted file mode 100644 index 953f3f4ddd..0000000000 --- a/test/test_batch_v2alpha1_api.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.batch_v2alpha1_api import BatchV2alpha1Api - - -class TestBatchV2alpha1Api(unittest.TestCase): - """ BatchV2alpha1Api unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.batch_v2alpha1_api.BatchV2alpha1Api() - - def tearDown(self): - pass - - def test_get_batch_v2alpha1_api_resources(self): - """ - Test case for get_batch_v2alpha1_api_resources - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_certificates_api.py b/test/test_certificates_api.py deleted file mode 100644 index 90fa86970e..0000000000 --- a/test/test_certificates_api.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.certificates_api import CertificatesApi - - -class TestCertificatesApi(unittest.TestCase): - """ CertificatesApi unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.certificates_api.CertificatesApi() - - def tearDown(self): - pass - - def test_get_certificates_api_group(self): - """ - Test case for get_certificates_api_group - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_certificates_v1alpha1_api.py b/test/test_certificates_v1alpha1_api.py deleted file mode 100644 index 54190c44d3..0000000000 --- a/test/test_certificates_v1alpha1_api.py +++ /dev/null @@ -1,143 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.certificates_v1alpha1_api import CertificatesV1alpha1Api - - -class TestCertificatesV1alpha1Api(unittest.TestCase): - """ CertificatesV1alpha1Api unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.certificates_v1alpha1_api.CertificatesV1alpha1Api() - - def tearDown(self): - pass - - def test_create_certificates_v1alpha1_certificate_signing_request(self): - """ - Test case for create_certificates_v1alpha1_certificate_signing_request - - - """ - pass - - def test_delete_certificates_v1alpha1_certificate_signing_request(self): - """ - Test case for delete_certificates_v1alpha1_certificate_signing_request - - - """ - pass - - def test_delete_certificates_v1alpha1_collection_certificate_signing_request(self): - """ - Test case for delete_certificates_v1alpha1_collection_certificate_signing_request - - - """ - pass - - def test_get_certificates_v1alpha1_api_resources(self): - """ - Test case for get_certificates_v1alpha1_api_resources - - - """ - pass - - def test_list_certificates_v1alpha1_certificate_signing_request(self): - """ - Test case for list_certificates_v1alpha1_certificate_signing_request - - - """ - pass - - def test_patch_certificates_v1alpha1_certificate_signing_request(self): - """ - Test case for patch_certificates_v1alpha1_certificate_signing_request - - - """ - pass - - def test_read_certificates_v1alpha1_certificate_signing_request(self): - """ - Test case for read_certificates_v1alpha1_certificate_signing_request - - - """ - pass - - def test_replace_certificates_v1alpha1_certificate_signing_request(self): - """ - Test case for replace_certificates_v1alpha1_certificate_signing_request - - - """ - pass - - def test_replace_certificates_v1alpha1_certificate_signing_request_approval(self): - """ - Test case for replace_certificates_v1alpha1_certificate_signing_request_approval - - - """ - pass - - def test_replace_certificates_v1alpha1_certificate_signing_request_status(self): - """ - Test case for replace_certificates_v1alpha1_certificate_signing_request_status - - - """ - pass - - def test_watch_certificates_v1alpha1_certificate_signing_request(self): - """ - Test case for watch_certificates_v1alpha1_certificate_signing_request - - - """ - pass - - def test_watch_certificates_v1alpha1_certificate_signing_request_list(self): - """ - Test case for watch_certificates_v1alpha1_certificate_signing_request_list - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_core_api.py b/test/test_core_api.py deleted file mode 100644 index 8e69bcb223..0000000000 --- a/test/test_core_api.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.core_api import CoreApi - - -class TestCoreApi(unittest.TestCase): - """ CoreApi unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.core_api.CoreApi() - - def tearDown(self): - pass - - def test_get_core_api_versions(self): - """ - Test case for get_core_api_versions - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_core_v1_api.py b/test/test_core_v1_api.py deleted file mode 100644 index b1f6743f80..0000000000 --- a/test/test_core_v1_api.py +++ /dev/null @@ -1,2215 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.core_v1_api import CoreV1Api - - -class TestCoreV1Api(unittest.TestCase): - """ CoreV1Api unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.core_v1_api.CoreV1Api() - - def tearDown(self): - pass - - def test_connect_core_v1_delete_namespaced_pod_proxy(self): - """ - Test case for connect_core_v1_delete_namespaced_pod_proxy - - - """ - pass - - def test_connect_core_v1_delete_namespaced_pod_proxy_with_path(self): - """ - Test case for connect_core_v1_delete_namespaced_pod_proxy_with_path - - - """ - pass - - def test_connect_core_v1_delete_namespaced_service_proxy(self): - """ - Test case for connect_core_v1_delete_namespaced_service_proxy - - - """ - pass - - def test_connect_core_v1_delete_namespaced_service_proxy_with_path(self): - """ - Test case for connect_core_v1_delete_namespaced_service_proxy_with_path - - - """ - pass - - def test_connect_core_v1_delete_node_proxy(self): - """ - Test case for connect_core_v1_delete_node_proxy - - - """ - pass - - def test_connect_core_v1_delete_node_proxy_with_path(self): - """ - Test case for connect_core_v1_delete_node_proxy_with_path - - - """ - pass - - def test_connect_core_v1_get_namespaced_pod_attach(self): - """ - Test case for connect_core_v1_get_namespaced_pod_attach - - - """ - pass - - def test_connect_core_v1_get_namespaced_pod_exec(self): - """ - Test case for connect_core_v1_get_namespaced_pod_exec - - - """ - pass - - def test_connect_core_v1_get_namespaced_pod_portforward(self): - """ - Test case for connect_core_v1_get_namespaced_pod_portforward - - - """ - pass - - def test_connect_core_v1_get_namespaced_pod_proxy(self): - """ - Test case for connect_core_v1_get_namespaced_pod_proxy - - - """ - pass - - def test_connect_core_v1_get_namespaced_pod_proxy_with_path(self): - """ - Test case for connect_core_v1_get_namespaced_pod_proxy_with_path - - - """ - pass - - def test_connect_core_v1_get_namespaced_service_proxy(self): - """ - Test case for connect_core_v1_get_namespaced_service_proxy - - - """ - pass - - def test_connect_core_v1_get_namespaced_service_proxy_with_path(self): - """ - Test case for connect_core_v1_get_namespaced_service_proxy_with_path - - - """ - pass - - def test_connect_core_v1_get_node_proxy(self): - """ - Test case for connect_core_v1_get_node_proxy - - - """ - pass - - def test_connect_core_v1_get_node_proxy_with_path(self): - """ - Test case for connect_core_v1_get_node_proxy_with_path - - - """ - pass - - def test_connect_core_v1_head_namespaced_pod_proxy(self): - """ - Test case for connect_core_v1_head_namespaced_pod_proxy - - - """ - pass - - def test_connect_core_v1_head_namespaced_pod_proxy_with_path(self): - """ - Test case for connect_core_v1_head_namespaced_pod_proxy_with_path - - - """ - pass - - def test_connect_core_v1_head_namespaced_service_proxy(self): - """ - Test case for connect_core_v1_head_namespaced_service_proxy - - - """ - pass - - def test_connect_core_v1_head_namespaced_service_proxy_with_path(self): - """ - Test case for connect_core_v1_head_namespaced_service_proxy_with_path - - - """ - pass - - def test_connect_core_v1_head_node_proxy(self): - """ - Test case for connect_core_v1_head_node_proxy - - - """ - pass - - def test_connect_core_v1_head_node_proxy_with_path(self): - """ - Test case for connect_core_v1_head_node_proxy_with_path - - - """ - pass - - def test_connect_core_v1_options_namespaced_pod_proxy(self): - """ - Test case for connect_core_v1_options_namespaced_pod_proxy - - - """ - pass - - def test_connect_core_v1_options_namespaced_pod_proxy_with_path(self): - """ - Test case for connect_core_v1_options_namespaced_pod_proxy_with_path - - - """ - pass - - def test_connect_core_v1_options_namespaced_service_proxy(self): - """ - Test case for connect_core_v1_options_namespaced_service_proxy - - - """ - pass - - def test_connect_core_v1_options_namespaced_service_proxy_with_path(self): - """ - Test case for connect_core_v1_options_namespaced_service_proxy_with_path - - - """ - pass - - def test_connect_core_v1_options_node_proxy(self): - """ - Test case for connect_core_v1_options_node_proxy - - - """ - pass - - def test_connect_core_v1_options_node_proxy_with_path(self): - """ - Test case for connect_core_v1_options_node_proxy_with_path - - - """ - pass - - def test_connect_core_v1_post_namespaced_pod_attach(self): - """ - Test case for connect_core_v1_post_namespaced_pod_attach - - - """ - pass - - def test_connect_core_v1_post_namespaced_pod_exec(self): - """ - Test case for connect_core_v1_post_namespaced_pod_exec - - - """ - pass - - def test_connect_core_v1_post_namespaced_pod_portforward(self): - """ - Test case for connect_core_v1_post_namespaced_pod_portforward - - - """ - pass - - def test_connect_core_v1_post_namespaced_pod_proxy(self): - """ - Test case for connect_core_v1_post_namespaced_pod_proxy - - - """ - pass - - def test_connect_core_v1_post_namespaced_pod_proxy_with_path(self): - """ - Test case for connect_core_v1_post_namespaced_pod_proxy_with_path - - - """ - pass - - def test_connect_core_v1_post_namespaced_service_proxy(self): - """ - Test case for connect_core_v1_post_namespaced_service_proxy - - - """ - pass - - def test_connect_core_v1_post_namespaced_service_proxy_with_path(self): - """ - Test case for connect_core_v1_post_namespaced_service_proxy_with_path - - - """ - pass - - def test_connect_core_v1_post_node_proxy(self): - """ - Test case for connect_core_v1_post_node_proxy - - - """ - pass - - def test_connect_core_v1_post_node_proxy_with_path(self): - """ - Test case for connect_core_v1_post_node_proxy_with_path - - - """ - pass - - def test_connect_core_v1_put_namespaced_pod_proxy(self): - """ - Test case for connect_core_v1_put_namespaced_pod_proxy - - - """ - pass - - def test_connect_core_v1_put_namespaced_pod_proxy_with_path(self): - """ - Test case for connect_core_v1_put_namespaced_pod_proxy_with_path - - - """ - pass - - def test_connect_core_v1_put_namespaced_service_proxy(self): - """ - Test case for connect_core_v1_put_namespaced_service_proxy - - - """ - pass - - def test_connect_core_v1_put_namespaced_service_proxy_with_path(self): - """ - Test case for connect_core_v1_put_namespaced_service_proxy_with_path - - - """ - pass - - def test_connect_core_v1_put_node_proxy(self): - """ - Test case for connect_core_v1_put_node_proxy - - - """ - pass - - def test_connect_core_v1_put_node_proxy_with_path(self): - """ - Test case for connect_core_v1_put_node_proxy_with_path - - - """ - pass - - def test_create_core_v1_namespace(self): - """ - Test case for create_core_v1_namespace - - - """ - pass - - def test_create_core_v1_namespaced_binding(self): - """ - Test case for create_core_v1_namespaced_binding - - - """ - pass - - def test_create_core_v1_namespaced_binding_binding(self): - """ - Test case for create_core_v1_namespaced_binding_binding - - - """ - pass - - def test_create_core_v1_namespaced_config_map(self): - """ - Test case for create_core_v1_namespaced_config_map - - - """ - pass - - def test_create_core_v1_namespaced_endpoints(self): - """ - Test case for create_core_v1_namespaced_endpoints - - - """ - pass - - def test_create_core_v1_namespaced_event(self): - """ - Test case for create_core_v1_namespaced_event - - - """ - pass - - def test_create_core_v1_namespaced_eviction_eviction(self): - """ - Test case for create_core_v1_namespaced_eviction_eviction - - - """ - pass - - def test_create_core_v1_namespaced_limit_range(self): - """ - Test case for create_core_v1_namespaced_limit_range - - - """ - pass - - def test_create_core_v1_namespaced_persistent_volume_claim(self): - """ - Test case for create_core_v1_namespaced_persistent_volume_claim - - - """ - pass - - def test_create_core_v1_namespaced_pod(self): - """ - Test case for create_core_v1_namespaced_pod - - - """ - pass - - def test_create_core_v1_namespaced_pod_template(self): - """ - Test case for create_core_v1_namespaced_pod_template - - - """ - pass - - def test_create_core_v1_namespaced_replication_controller(self): - """ - Test case for create_core_v1_namespaced_replication_controller - - - """ - pass - - def test_create_core_v1_namespaced_resource_quota(self): - """ - Test case for create_core_v1_namespaced_resource_quota - - - """ - pass - - def test_create_core_v1_namespaced_secret(self): - """ - Test case for create_core_v1_namespaced_secret - - - """ - pass - - def test_create_core_v1_namespaced_service(self): - """ - Test case for create_core_v1_namespaced_service - - - """ - pass - - def test_create_core_v1_namespaced_service_account(self): - """ - Test case for create_core_v1_namespaced_service_account - - - """ - pass - - def test_create_core_v1_node(self): - """ - Test case for create_core_v1_node - - - """ - pass - - def test_create_core_v1_persistent_volume(self): - """ - Test case for create_core_v1_persistent_volume - - - """ - pass - - def test_delete_core_v1_collection_namespace(self): - """ - Test case for delete_core_v1_collection_namespace - - - """ - pass - - def test_delete_core_v1_collection_namespaced_config_map(self): - """ - Test case for delete_core_v1_collection_namespaced_config_map - - - """ - pass - - def test_delete_core_v1_collection_namespaced_endpoints(self): - """ - Test case for delete_core_v1_collection_namespaced_endpoints - - - """ - pass - - def test_delete_core_v1_collection_namespaced_event(self): - """ - Test case for delete_core_v1_collection_namespaced_event - - - """ - pass - - def test_delete_core_v1_collection_namespaced_limit_range(self): - """ - Test case for delete_core_v1_collection_namespaced_limit_range - - - """ - pass - - def test_delete_core_v1_collection_namespaced_persistent_volume_claim(self): - """ - Test case for delete_core_v1_collection_namespaced_persistent_volume_claim - - - """ - pass - - def test_delete_core_v1_collection_namespaced_pod(self): - """ - Test case for delete_core_v1_collection_namespaced_pod - - - """ - pass - - def test_delete_core_v1_collection_namespaced_pod_template(self): - """ - Test case for delete_core_v1_collection_namespaced_pod_template - - - """ - pass - - def test_delete_core_v1_collection_namespaced_replication_controller(self): - """ - Test case for delete_core_v1_collection_namespaced_replication_controller - - - """ - pass - - def test_delete_core_v1_collection_namespaced_resource_quota(self): - """ - Test case for delete_core_v1_collection_namespaced_resource_quota - - - """ - pass - - def test_delete_core_v1_collection_namespaced_secret(self): - """ - Test case for delete_core_v1_collection_namespaced_secret - - - """ - pass - - def test_delete_core_v1_collection_namespaced_service_account(self): - """ - Test case for delete_core_v1_collection_namespaced_service_account - - - """ - pass - - def test_delete_core_v1_collection_node(self): - """ - Test case for delete_core_v1_collection_node - - - """ - pass - - def test_delete_core_v1_collection_persistent_volume(self): - """ - Test case for delete_core_v1_collection_persistent_volume - - - """ - pass - - def test_delete_core_v1_namespace(self): - """ - Test case for delete_core_v1_namespace - - - """ - pass - - def test_delete_core_v1_namespaced_config_map(self): - """ - Test case for delete_core_v1_namespaced_config_map - - - """ - pass - - def test_delete_core_v1_namespaced_endpoints(self): - """ - Test case for delete_core_v1_namespaced_endpoints - - - """ - pass - - def test_delete_core_v1_namespaced_event(self): - """ - Test case for delete_core_v1_namespaced_event - - - """ - pass - - def test_delete_core_v1_namespaced_limit_range(self): - """ - Test case for delete_core_v1_namespaced_limit_range - - - """ - pass - - def test_delete_core_v1_namespaced_persistent_volume_claim(self): - """ - Test case for delete_core_v1_namespaced_persistent_volume_claim - - - """ - pass - - def test_delete_core_v1_namespaced_pod(self): - """ - Test case for delete_core_v1_namespaced_pod - - - """ - pass - - def test_delete_core_v1_namespaced_pod_template(self): - """ - Test case for delete_core_v1_namespaced_pod_template - - - """ - pass - - def test_delete_core_v1_namespaced_replication_controller(self): - """ - Test case for delete_core_v1_namespaced_replication_controller - - - """ - pass - - def test_delete_core_v1_namespaced_resource_quota(self): - """ - Test case for delete_core_v1_namespaced_resource_quota - - - """ - pass - - def test_delete_core_v1_namespaced_secret(self): - """ - Test case for delete_core_v1_namespaced_secret - - - """ - pass - - def test_delete_core_v1_namespaced_service(self): - """ - Test case for delete_core_v1_namespaced_service - - - """ - pass - - def test_delete_core_v1_namespaced_service_account(self): - """ - Test case for delete_core_v1_namespaced_service_account - - - """ - pass - - def test_delete_core_v1_node(self): - """ - Test case for delete_core_v1_node - - - """ - pass - - def test_delete_core_v1_persistent_volume(self): - """ - Test case for delete_core_v1_persistent_volume - - - """ - pass - - def test_get_core_v1_api_resources(self): - """ - Test case for get_core_v1_api_resources - - - """ - pass - - def test_list_core_v1_component_status(self): - """ - Test case for list_core_v1_component_status - - - """ - pass - - def test_list_core_v1_config_map_for_all_namespaces(self): - """ - Test case for list_core_v1_config_map_for_all_namespaces - - - """ - pass - - def test_list_core_v1_endpoints_for_all_namespaces(self): - """ - Test case for list_core_v1_endpoints_for_all_namespaces - - - """ - pass - - def test_list_core_v1_event_for_all_namespaces(self): - """ - Test case for list_core_v1_event_for_all_namespaces - - - """ - pass - - def test_list_core_v1_limit_range_for_all_namespaces(self): - """ - Test case for list_core_v1_limit_range_for_all_namespaces - - - """ - pass - - def test_list_core_v1_namespace(self): - """ - Test case for list_core_v1_namespace - - - """ - pass - - def test_list_core_v1_namespaced_config_map(self): - """ - Test case for list_core_v1_namespaced_config_map - - - """ - pass - - def test_list_core_v1_namespaced_endpoints(self): - """ - Test case for list_core_v1_namespaced_endpoints - - - """ - pass - - def test_list_core_v1_namespaced_event(self): - """ - Test case for list_core_v1_namespaced_event - - - """ - pass - - def test_list_core_v1_namespaced_limit_range(self): - """ - Test case for list_core_v1_namespaced_limit_range - - - """ - pass - - def test_list_core_v1_namespaced_persistent_volume_claim(self): - """ - Test case for list_core_v1_namespaced_persistent_volume_claim - - - """ - pass - - def test_list_core_v1_namespaced_pod(self): - """ - Test case for list_core_v1_namespaced_pod - - - """ - pass - - def test_list_core_v1_namespaced_pod_template(self): - """ - Test case for list_core_v1_namespaced_pod_template - - - """ - pass - - def test_list_core_v1_namespaced_replication_controller(self): - """ - Test case for list_core_v1_namespaced_replication_controller - - - """ - pass - - def test_list_core_v1_namespaced_resource_quota(self): - """ - Test case for list_core_v1_namespaced_resource_quota - - - """ - pass - - def test_list_core_v1_namespaced_secret(self): - """ - Test case for list_core_v1_namespaced_secret - - - """ - pass - - def test_list_core_v1_namespaced_service(self): - """ - Test case for list_core_v1_namespaced_service - - - """ - pass - - def test_list_core_v1_namespaced_service_account(self): - """ - Test case for list_core_v1_namespaced_service_account - - - """ - pass - - def test_list_core_v1_node(self): - """ - Test case for list_core_v1_node - - - """ - pass - - def test_list_core_v1_persistent_volume(self): - """ - Test case for list_core_v1_persistent_volume - - - """ - pass - - def test_list_core_v1_persistent_volume_claim_for_all_namespaces(self): - """ - Test case for list_core_v1_persistent_volume_claim_for_all_namespaces - - - """ - pass - - def test_list_core_v1_pod_for_all_namespaces(self): - """ - Test case for list_core_v1_pod_for_all_namespaces - - - """ - pass - - def test_list_core_v1_pod_template_for_all_namespaces(self): - """ - Test case for list_core_v1_pod_template_for_all_namespaces - - - """ - pass - - def test_list_core_v1_replication_controller_for_all_namespaces(self): - """ - Test case for list_core_v1_replication_controller_for_all_namespaces - - - """ - pass - - def test_list_core_v1_resource_quota_for_all_namespaces(self): - """ - Test case for list_core_v1_resource_quota_for_all_namespaces - - - """ - pass - - def test_list_core_v1_secret_for_all_namespaces(self): - """ - Test case for list_core_v1_secret_for_all_namespaces - - - """ - pass - - def test_list_core_v1_service_account_for_all_namespaces(self): - """ - Test case for list_core_v1_service_account_for_all_namespaces - - - """ - pass - - def test_list_core_v1_service_for_all_namespaces(self): - """ - Test case for list_core_v1_service_for_all_namespaces - - - """ - pass - - def test_patch_core_v1_namespace(self): - """ - Test case for patch_core_v1_namespace - - - """ - pass - - def test_patch_core_v1_namespace_status(self): - """ - Test case for patch_core_v1_namespace_status - - - """ - pass - - def test_patch_core_v1_namespaced_config_map(self): - """ - Test case for patch_core_v1_namespaced_config_map - - - """ - pass - - def test_patch_core_v1_namespaced_endpoints(self): - """ - Test case for patch_core_v1_namespaced_endpoints - - - """ - pass - - def test_patch_core_v1_namespaced_event(self): - """ - Test case for patch_core_v1_namespaced_event - - - """ - pass - - def test_patch_core_v1_namespaced_limit_range(self): - """ - Test case for patch_core_v1_namespaced_limit_range - - - """ - pass - - def test_patch_core_v1_namespaced_persistent_volume_claim(self): - """ - Test case for patch_core_v1_namespaced_persistent_volume_claim - - - """ - pass - - def test_patch_core_v1_namespaced_persistent_volume_claim_status(self): - """ - Test case for patch_core_v1_namespaced_persistent_volume_claim_status - - - """ - pass - - def test_patch_core_v1_namespaced_pod(self): - """ - Test case for patch_core_v1_namespaced_pod - - - """ - pass - - def test_patch_core_v1_namespaced_pod_status(self): - """ - Test case for patch_core_v1_namespaced_pod_status - - - """ - pass - - def test_patch_core_v1_namespaced_pod_template(self): - """ - Test case for patch_core_v1_namespaced_pod_template - - - """ - pass - - def test_patch_core_v1_namespaced_replication_controller(self): - """ - Test case for patch_core_v1_namespaced_replication_controller - - - """ - pass - - def test_patch_core_v1_namespaced_replication_controller_status(self): - """ - Test case for patch_core_v1_namespaced_replication_controller_status - - - """ - pass - - def test_patch_core_v1_namespaced_resource_quota(self): - """ - Test case for patch_core_v1_namespaced_resource_quota - - - """ - pass - - def test_patch_core_v1_namespaced_resource_quota_status(self): - """ - Test case for patch_core_v1_namespaced_resource_quota_status - - - """ - pass - - def test_patch_core_v1_namespaced_scale_scale(self): - """ - Test case for patch_core_v1_namespaced_scale_scale - - - """ - pass - - def test_patch_core_v1_namespaced_secret(self): - """ - Test case for patch_core_v1_namespaced_secret - - - """ - pass - - def test_patch_core_v1_namespaced_service(self): - """ - Test case for patch_core_v1_namespaced_service - - - """ - pass - - def test_patch_core_v1_namespaced_service_account(self): - """ - Test case for patch_core_v1_namespaced_service_account - - - """ - pass - - def test_patch_core_v1_namespaced_service_status(self): - """ - Test case for patch_core_v1_namespaced_service_status - - - """ - pass - - def test_patch_core_v1_node(self): - """ - Test case for patch_core_v1_node - - - """ - pass - - def test_patch_core_v1_node_status(self): - """ - Test case for patch_core_v1_node_status - - - """ - pass - - def test_patch_core_v1_persistent_volume(self): - """ - Test case for patch_core_v1_persistent_volume - - - """ - pass - - def test_patch_core_v1_persistent_volume_status(self): - """ - Test case for patch_core_v1_persistent_volume_status - - - """ - pass - - def test_proxy_core_v1_delete_namespaced_pod(self): - """ - Test case for proxy_core_v1_delete_namespaced_pod - - - """ - pass - - def test_proxy_core_v1_delete_namespaced_pod_with_path(self): - """ - Test case for proxy_core_v1_delete_namespaced_pod_with_path - - - """ - pass - - def test_proxy_core_v1_delete_namespaced_service(self): - """ - Test case for proxy_core_v1_delete_namespaced_service - - - """ - pass - - def test_proxy_core_v1_delete_namespaced_service_with_path(self): - """ - Test case for proxy_core_v1_delete_namespaced_service_with_path - - - """ - pass - - def test_proxy_core_v1_delete_node(self): - """ - Test case for proxy_core_v1_delete_node - - - """ - pass - - def test_proxy_core_v1_delete_node_with_path(self): - """ - Test case for proxy_core_v1_delete_node_with_path - - - """ - pass - - def test_proxy_core_v1_get_namespaced_pod(self): - """ - Test case for proxy_core_v1_get_namespaced_pod - - - """ - pass - - def test_proxy_core_v1_get_namespaced_pod_with_path(self): - """ - Test case for proxy_core_v1_get_namespaced_pod_with_path - - - """ - pass - - def test_proxy_core_v1_get_namespaced_service(self): - """ - Test case for proxy_core_v1_get_namespaced_service - - - """ - pass - - def test_proxy_core_v1_get_namespaced_service_with_path(self): - """ - Test case for proxy_core_v1_get_namespaced_service_with_path - - - """ - pass - - def test_proxy_core_v1_get_node(self): - """ - Test case for proxy_core_v1_get_node - - - """ - pass - - def test_proxy_core_v1_get_node_with_path(self): - """ - Test case for proxy_core_v1_get_node_with_path - - - """ - pass - - def test_proxy_core_v1_head_namespaced_pod(self): - """ - Test case for proxy_core_v1_head_namespaced_pod - - - """ - pass - - def test_proxy_core_v1_head_namespaced_pod_with_path(self): - """ - Test case for proxy_core_v1_head_namespaced_pod_with_path - - - """ - pass - - def test_proxy_core_v1_head_namespaced_service(self): - """ - Test case for proxy_core_v1_head_namespaced_service - - - """ - pass - - def test_proxy_core_v1_head_namespaced_service_with_path(self): - """ - Test case for proxy_core_v1_head_namespaced_service_with_path - - - """ - pass - - def test_proxy_core_v1_head_node(self): - """ - Test case for proxy_core_v1_head_node - - - """ - pass - - def test_proxy_core_v1_head_node_with_path(self): - """ - Test case for proxy_core_v1_head_node_with_path - - - """ - pass - - def test_proxy_core_v1_options_namespaced_pod(self): - """ - Test case for proxy_core_v1_options_namespaced_pod - - - """ - pass - - def test_proxy_core_v1_options_namespaced_pod_with_path(self): - """ - Test case for proxy_core_v1_options_namespaced_pod_with_path - - - """ - pass - - def test_proxy_core_v1_options_namespaced_service(self): - """ - Test case for proxy_core_v1_options_namespaced_service - - - """ - pass - - def test_proxy_core_v1_options_namespaced_service_with_path(self): - """ - Test case for proxy_core_v1_options_namespaced_service_with_path - - - """ - pass - - def test_proxy_core_v1_options_node(self): - """ - Test case for proxy_core_v1_options_node - - - """ - pass - - def test_proxy_core_v1_options_node_with_path(self): - """ - Test case for proxy_core_v1_options_node_with_path - - - """ - pass - - def test_proxy_core_v1_post_namespaced_pod(self): - """ - Test case for proxy_core_v1_post_namespaced_pod - - - """ - pass - - def test_proxy_core_v1_post_namespaced_pod_with_path(self): - """ - Test case for proxy_core_v1_post_namespaced_pod_with_path - - - """ - pass - - def test_proxy_core_v1_post_namespaced_service(self): - """ - Test case for proxy_core_v1_post_namespaced_service - - - """ - pass - - def test_proxy_core_v1_post_namespaced_service_with_path(self): - """ - Test case for proxy_core_v1_post_namespaced_service_with_path - - - """ - pass - - def test_proxy_core_v1_post_node(self): - """ - Test case for proxy_core_v1_post_node - - - """ - pass - - def test_proxy_core_v1_post_node_with_path(self): - """ - Test case for proxy_core_v1_post_node_with_path - - - """ - pass - - def test_proxy_core_v1_put_namespaced_pod(self): - """ - Test case for proxy_core_v1_put_namespaced_pod - - - """ - pass - - def test_proxy_core_v1_put_namespaced_pod_with_path(self): - """ - Test case for proxy_core_v1_put_namespaced_pod_with_path - - - """ - pass - - def test_proxy_core_v1_put_namespaced_service(self): - """ - Test case for proxy_core_v1_put_namespaced_service - - - """ - pass - - def test_proxy_core_v1_put_namespaced_service_with_path(self): - """ - Test case for proxy_core_v1_put_namespaced_service_with_path - - - """ - pass - - def test_proxy_core_v1_put_node(self): - """ - Test case for proxy_core_v1_put_node - - - """ - pass - - def test_proxy_core_v1_put_node_with_path(self): - """ - Test case for proxy_core_v1_put_node_with_path - - - """ - pass - - def test_read_core_v1_component_status(self): - """ - Test case for read_core_v1_component_status - - - """ - pass - - def test_read_core_v1_namespace(self): - """ - Test case for read_core_v1_namespace - - - """ - pass - - def test_read_core_v1_namespace_status(self): - """ - Test case for read_core_v1_namespace_status - - - """ - pass - - def test_read_core_v1_namespaced_config_map(self): - """ - Test case for read_core_v1_namespaced_config_map - - - """ - pass - - def test_read_core_v1_namespaced_endpoints(self): - """ - Test case for read_core_v1_namespaced_endpoints - - - """ - pass - - def test_read_core_v1_namespaced_event(self): - """ - Test case for read_core_v1_namespaced_event - - - """ - pass - - def test_read_core_v1_namespaced_limit_range(self): - """ - Test case for read_core_v1_namespaced_limit_range - - - """ - pass - - def test_read_core_v1_namespaced_persistent_volume_claim(self): - """ - Test case for read_core_v1_namespaced_persistent_volume_claim - - - """ - pass - - def test_read_core_v1_namespaced_persistent_volume_claim_status(self): - """ - Test case for read_core_v1_namespaced_persistent_volume_claim_status - - - """ - pass - - def test_read_core_v1_namespaced_pod(self): - """ - Test case for read_core_v1_namespaced_pod - - - """ - pass - - def test_read_core_v1_namespaced_pod_log(self): - """ - Test case for read_core_v1_namespaced_pod_log - - - """ - pass - - def test_read_core_v1_namespaced_pod_status(self): - """ - Test case for read_core_v1_namespaced_pod_status - - - """ - pass - - def test_read_core_v1_namespaced_pod_template(self): - """ - Test case for read_core_v1_namespaced_pod_template - - - """ - pass - - def test_read_core_v1_namespaced_replication_controller(self): - """ - Test case for read_core_v1_namespaced_replication_controller - - - """ - pass - - def test_read_core_v1_namespaced_replication_controller_status(self): - """ - Test case for read_core_v1_namespaced_replication_controller_status - - - """ - pass - - def test_read_core_v1_namespaced_resource_quota(self): - """ - Test case for read_core_v1_namespaced_resource_quota - - - """ - pass - - def test_read_core_v1_namespaced_resource_quota_status(self): - """ - Test case for read_core_v1_namespaced_resource_quota_status - - - """ - pass - - def test_read_core_v1_namespaced_scale_scale(self): - """ - Test case for read_core_v1_namespaced_scale_scale - - - """ - pass - - def test_read_core_v1_namespaced_secret(self): - """ - Test case for read_core_v1_namespaced_secret - - - """ - pass - - def test_read_core_v1_namespaced_service(self): - """ - Test case for read_core_v1_namespaced_service - - - """ - pass - - def test_read_core_v1_namespaced_service_account(self): - """ - Test case for read_core_v1_namespaced_service_account - - - """ - pass - - def test_read_core_v1_namespaced_service_status(self): - """ - Test case for read_core_v1_namespaced_service_status - - - """ - pass - - def test_read_core_v1_node(self): - """ - Test case for read_core_v1_node - - - """ - pass - - def test_read_core_v1_node_status(self): - """ - Test case for read_core_v1_node_status - - - """ - pass - - def test_read_core_v1_persistent_volume(self): - """ - Test case for read_core_v1_persistent_volume - - - """ - pass - - def test_read_core_v1_persistent_volume_status(self): - """ - Test case for read_core_v1_persistent_volume_status - - - """ - pass - - def test_replace_core_v1_namespace(self): - """ - Test case for replace_core_v1_namespace - - - """ - pass - - def test_replace_core_v1_namespace_finalize(self): - """ - Test case for replace_core_v1_namespace_finalize - - - """ - pass - - def test_replace_core_v1_namespace_status(self): - """ - Test case for replace_core_v1_namespace_status - - - """ - pass - - def test_replace_core_v1_namespaced_config_map(self): - """ - Test case for replace_core_v1_namespaced_config_map - - - """ - pass - - def test_replace_core_v1_namespaced_endpoints(self): - """ - Test case for replace_core_v1_namespaced_endpoints - - - """ - pass - - def test_replace_core_v1_namespaced_event(self): - """ - Test case for replace_core_v1_namespaced_event - - - """ - pass - - def test_replace_core_v1_namespaced_limit_range(self): - """ - Test case for replace_core_v1_namespaced_limit_range - - - """ - pass - - def test_replace_core_v1_namespaced_persistent_volume_claim(self): - """ - Test case for replace_core_v1_namespaced_persistent_volume_claim - - - """ - pass - - def test_replace_core_v1_namespaced_persistent_volume_claim_status(self): - """ - Test case for replace_core_v1_namespaced_persistent_volume_claim_status - - - """ - pass - - def test_replace_core_v1_namespaced_pod(self): - """ - Test case for replace_core_v1_namespaced_pod - - - """ - pass - - def test_replace_core_v1_namespaced_pod_status(self): - """ - Test case for replace_core_v1_namespaced_pod_status - - - """ - pass - - def test_replace_core_v1_namespaced_pod_template(self): - """ - Test case for replace_core_v1_namespaced_pod_template - - - """ - pass - - def test_replace_core_v1_namespaced_replication_controller(self): - """ - Test case for replace_core_v1_namespaced_replication_controller - - - """ - pass - - def test_replace_core_v1_namespaced_replication_controller_status(self): - """ - Test case for replace_core_v1_namespaced_replication_controller_status - - - """ - pass - - def test_replace_core_v1_namespaced_resource_quota(self): - """ - Test case for replace_core_v1_namespaced_resource_quota - - - """ - pass - - def test_replace_core_v1_namespaced_resource_quota_status(self): - """ - Test case for replace_core_v1_namespaced_resource_quota_status - - - """ - pass - - def test_replace_core_v1_namespaced_scale_scale(self): - """ - Test case for replace_core_v1_namespaced_scale_scale - - - """ - pass - - def test_replace_core_v1_namespaced_secret(self): - """ - Test case for replace_core_v1_namespaced_secret - - - """ - pass - - def test_replace_core_v1_namespaced_service(self): - """ - Test case for replace_core_v1_namespaced_service - - - """ - pass - - def test_replace_core_v1_namespaced_service_account(self): - """ - Test case for replace_core_v1_namespaced_service_account - - - """ - pass - - def test_replace_core_v1_namespaced_service_status(self): - """ - Test case for replace_core_v1_namespaced_service_status - - - """ - pass - - def test_replace_core_v1_node(self): - """ - Test case for replace_core_v1_node - - - """ - pass - - def test_replace_core_v1_node_status(self): - """ - Test case for replace_core_v1_node_status - - - """ - pass - - def test_replace_core_v1_persistent_volume(self): - """ - Test case for replace_core_v1_persistent_volume - - - """ - pass - - def test_replace_core_v1_persistent_volume_status(self): - """ - Test case for replace_core_v1_persistent_volume_status - - - """ - pass - - def test_watch_core_v1_config_map_list_for_all_namespaces(self): - """ - Test case for watch_core_v1_config_map_list_for_all_namespaces - - - """ - pass - - def test_watch_core_v1_endpoints_list_for_all_namespaces(self): - """ - Test case for watch_core_v1_endpoints_list_for_all_namespaces - - - """ - pass - - def test_watch_core_v1_event_list_for_all_namespaces(self): - """ - Test case for watch_core_v1_event_list_for_all_namespaces - - - """ - pass - - def test_watch_core_v1_limit_range_list_for_all_namespaces(self): - """ - Test case for watch_core_v1_limit_range_list_for_all_namespaces - - - """ - pass - - def test_watch_core_v1_namespace(self): - """ - Test case for watch_core_v1_namespace - - - """ - pass - - def test_watch_core_v1_namespace_list(self): - """ - Test case for watch_core_v1_namespace_list - - - """ - pass - - def test_watch_core_v1_namespaced_config_map(self): - """ - Test case for watch_core_v1_namespaced_config_map - - - """ - pass - - def test_watch_core_v1_namespaced_config_map_list(self): - """ - Test case for watch_core_v1_namespaced_config_map_list - - - """ - pass - - def test_watch_core_v1_namespaced_endpoints(self): - """ - Test case for watch_core_v1_namespaced_endpoints - - - """ - pass - - def test_watch_core_v1_namespaced_endpoints_list(self): - """ - Test case for watch_core_v1_namespaced_endpoints_list - - - """ - pass - - def test_watch_core_v1_namespaced_event(self): - """ - Test case for watch_core_v1_namespaced_event - - - """ - pass - - def test_watch_core_v1_namespaced_event_list(self): - """ - Test case for watch_core_v1_namespaced_event_list - - - """ - pass - - def test_watch_core_v1_namespaced_limit_range(self): - """ - Test case for watch_core_v1_namespaced_limit_range - - - """ - pass - - def test_watch_core_v1_namespaced_limit_range_list(self): - """ - Test case for watch_core_v1_namespaced_limit_range_list - - - """ - pass - - def test_watch_core_v1_namespaced_persistent_volume_claim(self): - """ - Test case for watch_core_v1_namespaced_persistent_volume_claim - - - """ - pass - - def test_watch_core_v1_namespaced_persistent_volume_claim_list(self): - """ - Test case for watch_core_v1_namespaced_persistent_volume_claim_list - - - """ - pass - - def test_watch_core_v1_namespaced_pod(self): - """ - Test case for watch_core_v1_namespaced_pod - - - """ - pass - - def test_watch_core_v1_namespaced_pod_list(self): - """ - Test case for watch_core_v1_namespaced_pod_list - - - """ - pass - - def test_watch_core_v1_namespaced_pod_template(self): - """ - Test case for watch_core_v1_namespaced_pod_template - - - """ - pass - - def test_watch_core_v1_namespaced_pod_template_list(self): - """ - Test case for watch_core_v1_namespaced_pod_template_list - - - """ - pass - - def test_watch_core_v1_namespaced_replication_controller(self): - """ - Test case for watch_core_v1_namespaced_replication_controller - - - """ - pass - - def test_watch_core_v1_namespaced_replication_controller_list(self): - """ - Test case for watch_core_v1_namespaced_replication_controller_list - - - """ - pass - - def test_watch_core_v1_namespaced_resource_quota(self): - """ - Test case for watch_core_v1_namespaced_resource_quota - - - """ - pass - - def test_watch_core_v1_namespaced_resource_quota_list(self): - """ - Test case for watch_core_v1_namespaced_resource_quota_list - - - """ - pass - - def test_watch_core_v1_namespaced_secret(self): - """ - Test case for watch_core_v1_namespaced_secret - - - """ - pass - - def test_watch_core_v1_namespaced_secret_list(self): - """ - Test case for watch_core_v1_namespaced_secret_list - - - """ - pass - - def test_watch_core_v1_namespaced_service(self): - """ - Test case for watch_core_v1_namespaced_service - - - """ - pass - - def test_watch_core_v1_namespaced_service_account(self): - """ - Test case for watch_core_v1_namespaced_service_account - - - """ - pass - - def test_watch_core_v1_namespaced_service_account_list(self): - """ - Test case for watch_core_v1_namespaced_service_account_list - - - """ - pass - - def test_watch_core_v1_namespaced_service_list(self): - """ - Test case for watch_core_v1_namespaced_service_list - - - """ - pass - - def test_watch_core_v1_node(self): - """ - Test case for watch_core_v1_node - - - """ - pass - - def test_watch_core_v1_node_list(self): - """ - Test case for watch_core_v1_node_list - - - """ - pass - - def test_watch_core_v1_persistent_volume(self): - """ - Test case for watch_core_v1_persistent_volume - - - """ - pass - - def test_watch_core_v1_persistent_volume_claim_list_for_all_namespaces(self): - """ - Test case for watch_core_v1_persistent_volume_claim_list_for_all_namespaces - - - """ - pass - - def test_watch_core_v1_persistent_volume_list(self): - """ - Test case for watch_core_v1_persistent_volume_list - - - """ - pass - - def test_watch_core_v1_pod_list_for_all_namespaces(self): - """ - Test case for watch_core_v1_pod_list_for_all_namespaces - - - """ - pass - - def test_watch_core_v1_pod_template_list_for_all_namespaces(self): - """ - Test case for watch_core_v1_pod_template_list_for_all_namespaces - - - """ - pass - - def test_watch_core_v1_replication_controller_list_for_all_namespaces(self): - """ - Test case for watch_core_v1_replication_controller_list_for_all_namespaces - - - """ - pass - - def test_watch_core_v1_resource_quota_list_for_all_namespaces(self): - """ - Test case for watch_core_v1_resource_quota_list_for_all_namespaces - - - """ - pass - - def test_watch_core_v1_secret_list_for_all_namespaces(self): - """ - Test case for watch_core_v1_secret_list_for_all_namespaces - - - """ - pass - - def test_watch_core_v1_service_account_list_for_all_namespaces(self): - """ - Test case for watch_core_v1_service_account_list_for_all_namespaces - - - """ - pass - - def test_watch_core_v1_service_list_for_all_namespaces(self): - """ - Test case for watch_core_v1_service_list_for_all_namespaces - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_extensions_api.py b/test/test_extensions_api.py deleted file mode 100644 index fcb8898c8c..0000000000 --- a/test/test_extensions_api.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.extensions_api import ExtensionsApi - - -class TestExtensionsApi(unittest.TestCase): - """ ExtensionsApi unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.extensions_api.ExtensionsApi() - - def tearDown(self): - pass - - def test_get_extensions_api_group(self): - """ - Test case for get_extensions_api_group - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_extensions_v1beta1_api.py b/test/test_extensions_v1beta1_api.py deleted file mode 100644 index 54efee32e2..0000000000 --- a/test/test_extensions_v1beta1_api.py +++ /dev/null @@ -1,967 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.extensions_v1beta1_api import ExtensionsV1beta1Api - - -class TestExtensionsV1beta1Api(unittest.TestCase): - """ ExtensionsV1beta1Api unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.extensions_v1beta1_api.ExtensionsV1beta1Api() - - def tearDown(self): - pass - - def test_create_extensions_v1beta1_namespaced_daemon_set(self): - """ - Test case for create_extensions_v1beta1_namespaced_daemon_set - - - """ - pass - - def test_create_extensions_v1beta1_namespaced_deployment(self): - """ - Test case for create_extensions_v1beta1_namespaced_deployment - - - """ - pass - - def test_create_extensions_v1beta1_namespaced_deployment_rollback_rollback(self): - """ - Test case for create_extensions_v1beta1_namespaced_deployment_rollback_rollback - - - """ - pass - - def test_create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for create_extensions_v1beta1_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_create_extensions_v1beta1_namespaced_ingress(self): - """ - Test case for create_extensions_v1beta1_namespaced_ingress - - - """ - pass - - def test_create_extensions_v1beta1_namespaced_job(self): - """ - Test case for create_extensions_v1beta1_namespaced_job - - - """ - pass - - def test_create_extensions_v1beta1_namespaced_network_policy(self): - """ - Test case for create_extensions_v1beta1_namespaced_network_policy - - - """ - pass - - def test_create_extensions_v1beta1_namespaced_replica_set(self): - """ - Test case for create_extensions_v1beta1_namespaced_replica_set - - - """ - pass - - def test_create_extensions_v1beta1_third_party_resource(self): - """ - Test case for create_extensions_v1beta1_third_party_resource - - - """ - pass - - def test_delete_extensions_v1beta1_collection_namespaced_daemon_set(self): - """ - Test case for delete_extensions_v1beta1_collection_namespaced_daemon_set - - - """ - pass - - def test_delete_extensions_v1beta1_collection_namespaced_deployment(self): - """ - Test case for delete_extensions_v1beta1_collection_namespaced_deployment - - - """ - pass - - def test_delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for delete_extensions_v1beta1_collection_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_delete_extensions_v1beta1_collection_namespaced_ingress(self): - """ - Test case for delete_extensions_v1beta1_collection_namespaced_ingress - - - """ - pass - - def test_delete_extensions_v1beta1_collection_namespaced_job(self): - """ - Test case for delete_extensions_v1beta1_collection_namespaced_job - - - """ - pass - - def test_delete_extensions_v1beta1_collection_namespaced_network_policy(self): - """ - Test case for delete_extensions_v1beta1_collection_namespaced_network_policy - - - """ - pass - - def test_delete_extensions_v1beta1_collection_namespaced_replica_set(self): - """ - Test case for delete_extensions_v1beta1_collection_namespaced_replica_set - - - """ - pass - - def test_delete_extensions_v1beta1_collection_third_party_resource(self): - """ - Test case for delete_extensions_v1beta1_collection_third_party_resource - - - """ - pass - - def test_delete_extensions_v1beta1_namespaced_daemon_set(self): - """ - Test case for delete_extensions_v1beta1_namespaced_daemon_set - - - """ - pass - - def test_delete_extensions_v1beta1_namespaced_deployment(self): - """ - Test case for delete_extensions_v1beta1_namespaced_deployment - - - """ - pass - - def test_delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for delete_extensions_v1beta1_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_delete_extensions_v1beta1_namespaced_ingress(self): - """ - Test case for delete_extensions_v1beta1_namespaced_ingress - - - """ - pass - - def test_delete_extensions_v1beta1_namespaced_job(self): - """ - Test case for delete_extensions_v1beta1_namespaced_job - - - """ - pass - - def test_delete_extensions_v1beta1_namespaced_network_policy(self): - """ - Test case for delete_extensions_v1beta1_namespaced_network_policy - - - """ - pass - - def test_delete_extensions_v1beta1_namespaced_replica_set(self): - """ - Test case for delete_extensions_v1beta1_namespaced_replica_set - - - """ - pass - - def test_delete_extensions_v1beta1_third_party_resource(self): - """ - Test case for delete_extensions_v1beta1_third_party_resource - - - """ - pass - - def test_get_extensions_v1beta1_api_resources(self): - """ - Test case for get_extensions_v1beta1_api_resources - - - """ - pass - - def test_list_extensions_v1beta1_daemon_set_for_all_namespaces(self): - """ - Test case for list_extensions_v1beta1_daemon_set_for_all_namespaces - - - """ - pass - - def test_list_extensions_v1beta1_deployment_for_all_namespaces(self): - """ - Test case for list_extensions_v1beta1_deployment_for_all_namespaces - - - """ - pass - - def test_list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces(self): - """ - Test case for list_extensions_v1beta1_horizontal_pod_autoscaler_for_all_namespaces - - - """ - pass - - def test_list_extensions_v1beta1_ingress_for_all_namespaces(self): - """ - Test case for list_extensions_v1beta1_ingress_for_all_namespaces - - - """ - pass - - def test_list_extensions_v1beta1_job_for_all_namespaces(self): - """ - Test case for list_extensions_v1beta1_job_for_all_namespaces - - - """ - pass - - def test_list_extensions_v1beta1_namespaced_daemon_set(self): - """ - Test case for list_extensions_v1beta1_namespaced_daemon_set - - - """ - pass - - def test_list_extensions_v1beta1_namespaced_deployment(self): - """ - Test case for list_extensions_v1beta1_namespaced_deployment - - - """ - pass - - def test_list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for list_extensions_v1beta1_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_list_extensions_v1beta1_namespaced_ingress(self): - """ - Test case for list_extensions_v1beta1_namespaced_ingress - - - """ - pass - - def test_list_extensions_v1beta1_namespaced_job(self): - """ - Test case for list_extensions_v1beta1_namespaced_job - - - """ - pass - - def test_list_extensions_v1beta1_namespaced_network_policy(self): - """ - Test case for list_extensions_v1beta1_namespaced_network_policy - - - """ - pass - - def test_list_extensions_v1beta1_namespaced_replica_set(self): - """ - Test case for list_extensions_v1beta1_namespaced_replica_set - - - """ - pass - - def test_list_extensions_v1beta1_network_policy_for_all_namespaces(self): - """ - Test case for list_extensions_v1beta1_network_policy_for_all_namespaces - - - """ - pass - - def test_list_extensions_v1beta1_replica_set_for_all_namespaces(self): - """ - Test case for list_extensions_v1beta1_replica_set_for_all_namespaces - - - """ - pass - - def test_list_extensions_v1beta1_third_party_resource(self): - """ - Test case for list_extensions_v1beta1_third_party_resource - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_daemon_set(self): - """ - Test case for patch_extensions_v1beta1_namespaced_daemon_set - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_daemon_set_status(self): - """ - Test case for patch_extensions_v1beta1_namespaced_daemon_set_status - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_deployment(self): - """ - Test case for patch_extensions_v1beta1_namespaced_deployment - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_deployment_status(self): - """ - Test case for patch_extensions_v1beta1_namespaced_deployment_status - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_deployments_scale(self): - """ - Test case for patch_extensions_v1beta1_namespaced_deployments_scale - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(self): - """ - Test case for patch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_ingress(self): - """ - Test case for patch_extensions_v1beta1_namespaced_ingress - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_ingress_status(self): - """ - Test case for patch_extensions_v1beta1_namespaced_ingress_status - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_job(self): - """ - Test case for patch_extensions_v1beta1_namespaced_job - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_job_status(self): - """ - Test case for patch_extensions_v1beta1_namespaced_job_status - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_network_policy(self): - """ - Test case for patch_extensions_v1beta1_namespaced_network_policy - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_replica_set(self): - """ - Test case for patch_extensions_v1beta1_namespaced_replica_set - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_replica_set_status(self): - """ - Test case for patch_extensions_v1beta1_namespaced_replica_set_status - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_replicasets_scale(self): - """ - Test case for patch_extensions_v1beta1_namespaced_replicasets_scale - - - """ - pass - - def test_patch_extensions_v1beta1_namespaced_replicationcontrollers_scale(self): - """ - Test case for patch_extensions_v1beta1_namespaced_replicationcontrollers_scale - - - """ - pass - - def test_patch_extensions_v1beta1_third_party_resource(self): - """ - Test case for patch_extensions_v1beta1_third_party_resource - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_daemon_set(self): - """ - Test case for read_extensions_v1beta1_namespaced_daemon_set - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_daemon_set_status(self): - """ - Test case for read_extensions_v1beta1_namespaced_daemon_set_status - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_deployment(self): - """ - Test case for read_extensions_v1beta1_namespaced_deployment - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_deployment_status(self): - """ - Test case for read_extensions_v1beta1_namespaced_deployment_status - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_deployments_scale(self): - """ - Test case for read_extensions_v1beta1_namespaced_deployments_scale - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(self): - """ - Test case for read_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_ingress(self): - """ - Test case for read_extensions_v1beta1_namespaced_ingress - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_ingress_status(self): - """ - Test case for read_extensions_v1beta1_namespaced_ingress_status - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_job(self): - """ - Test case for read_extensions_v1beta1_namespaced_job - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_job_status(self): - """ - Test case for read_extensions_v1beta1_namespaced_job_status - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_network_policy(self): - """ - Test case for read_extensions_v1beta1_namespaced_network_policy - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_replica_set(self): - """ - Test case for read_extensions_v1beta1_namespaced_replica_set - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_replica_set_status(self): - """ - Test case for read_extensions_v1beta1_namespaced_replica_set_status - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_replicasets_scale(self): - """ - Test case for read_extensions_v1beta1_namespaced_replicasets_scale - - - """ - pass - - def test_read_extensions_v1beta1_namespaced_replicationcontrollers_scale(self): - """ - Test case for read_extensions_v1beta1_namespaced_replicationcontrollers_scale - - - """ - pass - - def test_read_extensions_v1beta1_third_party_resource(self): - """ - Test case for read_extensions_v1beta1_third_party_resource - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_daemon_set(self): - """ - Test case for replace_extensions_v1beta1_namespaced_daemon_set - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_daemon_set_status(self): - """ - Test case for replace_extensions_v1beta1_namespaced_daemon_set_status - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_deployment(self): - """ - Test case for replace_extensions_v1beta1_namespaced_deployment - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_deployment_status(self): - """ - Test case for replace_extensions_v1beta1_namespaced_deployment_status - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_deployments_scale(self): - """ - Test case for replace_extensions_v1beta1_namespaced_deployments_scale - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status(self): - """ - Test case for replace_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_status - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_ingress(self): - """ - Test case for replace_extensions_v1beta1_namespaced_ingress - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_ingress_status(self): - """ - Test case for replace_extensions_v1beta1_namespaced_ingress_status - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_job(self): - """ - Test case for replace_extensions_v1beta1_namespaced_job - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_job_status(self): - """ - Test case for replace_extensions_v1beta1_namespaced_job_status - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_network_policy(self): - """ - Test case for replace_extensions_v1beta1_namespaced_network_policy - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_replica_set(self): - """ - Test case for replace_extensions_v1beta1_namespaced_replica_set - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_replica_set_status(self): - """ - Test case for replace_extensions_v1beta1_namespaced_replica_set_status - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_replicasets_scale(self): - """ - Test case for replace_extensions_v1beta1_namespaced_replicasets_scale - - - """ - pass - - def test_replace_extensions_v1beta1_namespaced_replicationcontrollers_scale(self): - """ - Test case for replace_extensions_v1beta1_namespaced_replicationcontrollers_scale - - - """ - pass - - def test_replace_extensions_v1beta1_third_party_resource(self): - """ - Test case for replace_extensions_v1beta1_third_party_resource - - - """ - pass - - def test_watch_extensions_v1beta1_daemon_set_list_for_all_namespaces(self): - """ - Test case for watch_extensions_v1beta1_daemon_set_list_for_all_namespaces - - - """ - pass - - def test_watch_extensions_v1beta1_deployment_list_for_all_namespaces(self): - """ - Test case for watch_extensions_v1beta1_deployment_list_for_all_namespaces - - - """ - pass - - def test_watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces(self): - """ - Test case for watch_extensions_v1beta1_horizontal_pod_autoscaler_list_for_all_namespaces - - - """ - pass - - def test_watch_extensions_v1beta1_ingress_list_for_all_namespaces(self): - """ - Test case for watch_extensions_v1beta1_ingress_list_for_all_namespaces - - - """ - pass - - def test_watch_extensions_v1beta1_job_list_for_all_namespaces(self): - """ - Test case for watch_extensions_v1beta1_job_list_for_all_namespaces - - - """ - pass - - def test_watch_extensions_v1beta1_namespaced_daemon_set(self): - """ - Test case for watch_extensions_v1beta1_namespaced_daemon_set - - - """ - pass - - def test_watch_extensions_v1beta1_namespaced_daemon_set_list(self): - """ - Test case for watch_extensions_v1beta1_namespaced_daemon_set_list - - - """ - pass - - def test_watch_extensions_v1beta1_namespaced_deployment(self): - """ - Test case for watch_extensions_v1beta1_namespaced_deployment - - - """ - pass - - def test_watch_extensions_v1beta1_namespaced_deployment_list(self): - """ - Test case for watch_extensions_v1beta1_namespaced_deployment_list - - - """ - pass - - def test_watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler(self): - """ - Test case for watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler - - - """ - pass - - def test_watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list(self): - """ - Test case for watch_extensions_v1beta1_namespaced_horizontal_pod_autoscaler_list - - - """ - pass - - def test_watch_extensions_v1beta1_namespaced_ingress(self): - """ - Test case for watch_extensions_v1beta1_namespaced_ingress - - - """ - pass - - def test_watch_extensions_v1beta1_namespaced_ingress_list(self): - """ - Test case for watch_extensions_v1beta1_namespaced_ingress_list - - - """ - pass - - def test_watch_extensions_v1beta1_namespaced_job(self): - """ - Test case for watch_extensions_v1beta1_namespaced_job - - - """ - pass - - def test_watch_extensions_v1beta1_namespaced_job_list(self): - """ - Test case for watch_extensions_v1beta1_namespaced_job_list - - - """ - pass - - def test_watch_extensions_v1beta1_namespaced_network_policy(self): - """ - Test case for watch_extensions_v1beta1_namespaced_network_policy - - - """ - pass - - def test_watch_extensions_v1beta1_namespaced_network_policy_list(self): - """ - Test case for watch_extensions_v1beta1_namespaced_network_policy_list - - - """ - pass - - def test_watch_extensions_v1beta1_namespaced_replica_set(self): - """ - Test case for watch_extensions_v1beta1_namespaced_replica_set - - - """ - pass - - def test_watch_extensions_v1beta1_namespaced_replica_set_list(self): - """ - Test case for watch_extensions_v1beta1_namespaced_replica_set_list - - - """ - pass - - def test_watch_extensions_v1beta1_network_policy_list_for_all_namespaces(self): - """ - Test case for watch_extensions_v1beta1_network_policy_list_for_all_namespaces - - - """ - pass - - def test_watch_extensions_v1beta1_replica_set_list_for_all_namespaces(self): - """ - Test case for watch_extensions_v1beta1_replica_set_list_for_all_namespaces - - - """ - pass - - def test_watch_extensions_v1beta1_third_party_resource(self): - """ - Test case for watch_extensions_v1beta1_third_party_resource - - - """ - pass - - def test_watch_extensions_v1beta1_third_party_resource_list(self): - """ - Test case for watch_extensions_v1beta1_third_party_resource_list - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_intstr_int_or_string.py b/test/test_intstr_int_or_string.py deleted file mode 100644 index b2011d41f3..0000000000 --- a/test/test_intstr_int_or_string.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.intstr_int_or_string import IntstrIntOrString - - -class TestIntstrIntOrString(unittest.TestCase): - """ IntstrIntOrString unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testIntstrIntOrString(self): - """ - Test IntstrIntOrString - """ - model = k8sclient.models.intstr_int_or_string.IntstrIntOrString() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_logs_api.py b/test/test_logs_api.py deleted file mode 100644 index bb3da75a53..0000000000 --- a/test/test_logs_api.py +++ /dev/null @@ -1,63 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.logs_api import LogsApi - - -class TestLogsApi(unittest.TestCase): - """ LogsApi unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.logs_api.LogsApi() - - def tearDown(self): - pass - - def test_log_file_handler(self): - """ - Test case for log_file_handler - - - """ - pass - - def test_log_file_list_handler(self): - """ - Test case for log_file_list_handler - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_policy_api.py b/test/test_policy_api.py deleted file mode 100644 index a9338fcedf..0000000000 --- a/test/test_policy_api.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.policy_api import PolicyApi - - -class TestPolicyApi(unittest.TestCase): - """ PolicyApi unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.policy_api.PolicyApi() - - def tearDown(self): - pass - - def test_get_policy_api_group(self): - """ - Test case for get_policy_api_group - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_policy_v1alpha1_api.py b/test/test_policy_v1alpha1_api.py deleted file mode 100644 index 9342abb70c..0000000000 --- a/test/test_policy_v1alpha1_api.py +++ /dev/null @@ -1,167 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.policy_v1alpha1_api import PolicyV1alpha1Api - - -class TestPolicyV1alpha1Api(unittest.TestCase): - """ PolicyV1alpha1Api unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.policy_v1alpha1_api.PolicyV1alpha1Api() - - def tearDown(self): - pass - - def test_create_policy_v1alpha1_namespaced_pod_disruption_budget(self): - """ - Test case for create_policy_v1alpha1_namespaced_pod_disruption_budget - - - """ - pass - - def test_delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget(self): - """ - Test case for delete_policy_v1alpha1_collection_namespaced_pod_disruption_budget - - - """ - pass - - def test_delete_policy_v1alpha1_namespaced_pod_disruption_budget(self): - """ - Test case for delete_policy_v1alpha1_namespaced_pod_disruption_budget - - - """ - pass - - def test_get_policy_v1alpha1_api_resources(self): - """ - Test case for get_policy_v1alpha1_api_resources - - - """ - pass - - def test_list_policy_v1alpha1_namespaced_pod_disruption_budget(self): - """ - Test case for list_policy_v1alpha1_namespaced_pod_disruption_budget - - - """ - pass - - def test_list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces(self): - """ - Test case for list_policy_v1alpha1_pod_disruption_budget_for_all_namespaces - - - """ - pass - - def test_patch_policy_v1alpha1_namespaced_pod_disruption_budget(self): - """ - Test case for patch_policy_v1alpha1_namespaced_pod_disruption_budget - - - """ - pass - - def test_patch_policy_v1alpha1_namespaced_pod_disruption_budget_status(self): - """ - Test case for patch_policy_v1alpha1_namespaced_pod_disruption_budget_status - - - """ - pass - - def test_read_policy_v1alpha1_namespaced_pod_disruption_budget(self): - """ - Test case for read_policy_v1alpha1_namespaced_pod_disruption_budget - - - """ - pass - - def test_read_policy_v1alpha1_namespaced_pod_disruption_budget_status(self): - """ - Test case for read_policy_v1alpha1_namespaced_pod_disruption_budget_status - - - """ - pass - - def test_replace_policy_v1alpha1_namespaced_pod_disruption_budget(self): - """ - Test case for replace_policy_v1alpha1_namespaced_pod_disruption_budget - - - """ - pass - - def test_replace_policy_v1alpha1_namespaced_pod_disruption_budget_status(self): - """ - Test case for replace_policy_v1alpha1_namespaced_pod_disruption_budget_status - - - """ - pass - - def test_watch_policy_v1alpha1_namespaced_pod_disruption_budget(self): - """ - Test case for watch_policy_v1alpha1_namespaced_pod_disruption_budget - - - """ - pass - - def test_watch_policy_v1alpha1_namespaced_pod_disruption_budget_list(self): - """ - Test case for watch_policy_v1alpha1_namespaced_pod_disruption_budget_list - - - """ - pass - - def test_watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces(self): - """ - Test case for watch_policy_v1alpha1_pod_disruption_budget_list_for_all_namespaces - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_rbac_authorization_api.py b/test/test_rbac_authorization_api.py deleted file mode 100644 index 648da8a9eb..0000000000 --- a/test/test_rbac_authorization_api.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.rbac_authorization_api import RbacAuthorizationApi - - -class TestRbacAuthorizationApi(unittest.TestCase): - """ RbacAuthorizationApi unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.rbac_authorization_api.RbacAuthorizationApi() - - def tearDown(self): - pass - - def test_get_rbac_authorization_api_group(self): - """ - Test case for get_rbac_authorization_api_group - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_rbac_authorization_v1alpha1_api.py b/test/test_rbac_authorization_v1alpha1_api.py deleted file mode 100644 index c3f40a937c..0000000000 --- a/test/test_rbac_authorization_v1alpha1_api.py +++ /dev/null @@ -1,375 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.rbac_authorization_v1alpha1_api import RbacAuthorizationV1alpha1Api - - -class TestRbacAuthorizationV1alpha1Api(unittest.TestCase): - """ RbacAuthorizationV1alpha1Api unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.rbac_authorization_v1alpha1_api.RbacAuthorizationV1alpha1Api() - - def tearDown(self): - pass - - def test_create_rbac_authorization_v1alpha1_cluster_role(self): - """ - Test case for create_rbac_authorization_v1alpha1_cluster_role - - - """ - pass - - def test_create_rbac_authorization_v1alpha1_cluster_role_binding(self): - """ - Test case for create_rbac_authorization_v1alpha1_cluster_role_binding - - - """ - pass - - def test_create_rbac_authorization_v1alpha1_namespaced_role(self): - """ - Test case for create_rbac_authorization_v1alpha1_namespaced_role - - - """ - pass - - def test_create_rbac_authorization_v1alpha1_namespaced_role_binding(self): - """ - Test case for create_rbac_authorization_v1alpha1_namespaced_role_binding - - - """ - pass - - def test_delete_rbac_authorization_v1alpha1_cluster_role(self): - """ - Test case for delete_rbac_authorization_v1alpha1_cluster_role - - - """ - pass - - def test_delete_rbac_authorization_v1alpha1_cluster_role_binding(self): - """ - Test case for delete_rbac_authorization_v1alpha1_cluster_role_binding - - - """ - pass - - def test_delete_rbac_authorization_v1alpha1_collection_cluster_role(self): - """ - Test case for delete_rbac_authorization_v1alpha1_collection_cluster_role - - - """ - pass - - def test_delete_rbac_authorization_v1alpha1_collection_cluster_role_binding(self): - """ - Test case for delete_rbac_authorization_v1alpha1_collection_cluster_role_binding - - - """ - pass - - def test_delete_rbac_authorization_v1alpha1_collection_namespaced_role(self): - """ - Test case for delete_rbac_authorization_v1alpha1_collection_namespaced_role - - - """ - pass - - def test_delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding(self): - """ - Test case for delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding - - - """ - pass - - def test_delete_rbac_authorization_v1alpha1_namespaced_role(self): - """ - Test case for delete_rbac_authorization_v1alpha1_namespaced_role - - - """ - pass - - def test_delete_rbac_authorization_v1alpha1_namespaced_role_binding(self): - """ - Test case for delete_rbac_authorization_v1alpha1_namespaced_role_binding - - - """ - pass - - def test_get_rbac_authorization_v1alpha1_api_resources(self): - """ - Test case for get_rbac_authorization_v1alpha1_api_resources - - - """ - pass - - def test_list_rbac_authorization_v1alpha1_cluster_role(self): - """ - Test case for list_rbac_authorization_v1alpha1_cluster_role - - - """ - pass - - def test_list_rbac_authorization_v1alpha1_cluster_role_binding(self): - """ - Test case for list_rbac_authorization_v1alpha1_cluster_role_binding - - - """ - pass - - def test_list_rbac_authorization_v1alpha1_namespaced_role(self): - """ - Test case for list_rbac_authorization_v1alpha1_namespaced_role - - - """ - pass - - def test_list_rbac_authorization_v1alpha1_namespaced_role_binding(self): - """ - Test case for list_rbac_authorization_v1alpha1_namespaced_role_binding - - - """ - pass - - def test_list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces(self): - """ - Test case for list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces - - - """ - pass - - def test_list_rbac_authorization_v1alpha1_role_for_all_namespaces(self): - """ - Test case for list_rbac_authorization_v1alpha1_role_for_all_namespaces - - - """ - pass - - def test_patch_rbac_authorization_v1alpha1_cluster_role(self): - """ - Test case for patch_rbac_authorization_v1alpha1_cluster_role - - - """ - pass - - def test_patch_rbac_authorization_v1alpha1_cluster_role_binding(self): - """ - Test case for patch_rbac_authorization_v1alpha1_cluster_role_binding - - - """ - pass - - def test_patch_rbac_authorization_v1alpha1_namespaced_role(self): - """ - Test case for patch_rbac_authorization_v1alpha1_namespaced_role - - - """ - pass - - def test_patch_rbac_authorization_v1alpha1_namespaced_role_binding(self): - """ - Test case for patch_rbac_authorization_v1alpha1_namespaced_role_binding - - - """ - pass - - def test_read_rbac_authorization_v1alpha1_cluster_role(self): - """ - Test case for read_rbac_authorization_v1alpha1_cluster_role - - - """ - pass - - def test_read_rbac_authorization_v1alpha1_cluster_role_binding(self): - """ - Test case for read_rbac_authorization_v1alpha1_cluster_role_binding - - - """ - pass - - def test_read_rbac_authorization_v1alpha1_namespaced_role(self): - """ - Test case for read_rbac_authorization_v1alpha1_namespaced_role - - - """ - pass - - def test_read_rbac_authorization_v1alpha1_namespaced_role_binding(self): - """ - Test case for read_rbac_authorization_v1alpha1_namespaced_role_binding - - - """ - pass - - def test_replace_rbac_authorization_v1alpha1_cluster_role(self): - """ - Test case for replace_rbac_authorization_v1alpha1_cluster_role - - - """ - pass - - def test_replace_rbac_authorization_v1alpha1_cluster_role_binding(self): - """ - Test case for replace_rbac_authorization_v1alpha1_cluster_role_binding - - - """ - pass - - def test_replace_rbac_authorization_v1alpha1_namespaced_role(self): - """ - Test case for replace_rbac_authorization_v1alpha1_namespaced_role - - - """ - pass - - def test_replace_rbac_authorization_v1alpha1_namespaced_role_binding(self): - """ - Test case for replace_rbac_authorization_v1alpha1_namespaced_role_binding - - - """ - pass - - def test_watch_rbac_authorization_v1alpha1_cluster_role(self): - """ - Test case for watch_rbac_authorization_v1alpha1_cluster_role - - - """ - pass - - def test_watch_rbac_authorization_v1alpha1_cluster_role_binding(self): - """ - Test case for watch_rbac_authorization_v1alpha1_cluster_role_binding - - - """ - pass - - def test_watch_rbac_authorization_v1alpha1_cluster_role_binding_list(self): - """ - Test case for watch_rbac_authorization_v1alpha1_cluster_role_binding_list - - - """ - pass - - def test_watch_rbac_authorization_v1alpha1_cluster_role_list(self): - """ - Test case for watch_rbac_authorization_v1alpha1_cluster_role_list - - - """ - pass - - def test_watch_rbac_authorization_v1alpha1_namespaced_role(self): - """ - Test case for watch_rbac_authorization_v1alpha1_namespaced_role - - - """ - pass - - def test_watch_rbac_authorization_v1alpha1_namespaced_role_binding(self): - """ - Test case for watch_rbac_authorization_v1alpha1_namespaced_role_binding - - - """ - pass - - def test_watch_rbac_authorization_v1alpha1_namespaced_role_binding_list(self): - """ - Test case for watch_rbac_authorization_v1alpha1_namespaced_role_binding_list - - - """ - pass - - def test_watch_rbac_authorization_v1alpha1_namespaced_role_list(self): - """ - Test case for watch_rbac_authorization_v1alpha1_namespaced_role_list - - - """ - pass - - def test_watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces(self): - """ - Test case for watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces - - - """ - pass - - def test_watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces(self): - """ - Test case for watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_resource_quantity.py b/test/test_resource_quantity.py deleted file mode 100644 index 7b026ea19b..0000000000 --- a/test/test_resource_quantity.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.resource_quantity import ResourceQuantity - - -class TestResourceQuantity(unittest.TestCase): - """ ResourceQuantity unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testResourceQuantity(self): - """ - Test ResourceQuantity - """ - model = k8sclient.models.resource_quantity.ResourceQuantity() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_runtime_raw_extension.py b/test/test_runtime_raw_extension.py deleted file mode 100644 index df0bd8e1fe..0000000000 --- a/test/test_runtime_raw_extension.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.runtime_raw_extension import RuntimeRawExtension - - -class TestRuntimeRawExtension(unittest.TestCase): - """ RuntimeRawExtension unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testRuntimeRawExtension(self): - """ - Test RuntimeRawExtension - """ - model = k8sclient.models.runtime_raw_extension.RuntimeRawExtension() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_storage_api.py b/test/test_storage_api.py deleted file mode 100644 index d6b1788b26..0000000000 --- a/test/test_storage_api.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.storage_api import StorageApi - - -class TestStorageApi(unittest.TestCase): - """ StorageApi unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.storage_api.StorageApi() - - def tearDown(self): - pass - - def test_get_storage_api_group(self): - """ - Test case for get_storage_api_group - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_storage_v1beta1_api.py b/test/test_storage_v1beta1_api.py deleted file mode 100644 index 4125222187..0000000000 --- a/test/test_storage_v1beta1_api.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: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.storage_v1beta1_api import StorageV1beta1Api - - -class TestStorageV1beta1Api(unittest.TestCase): - """ StorageV1beta1Api unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.storage_v1beta1_api.StorageV1beta1Api() - - def tearDown(self): - pass - - def test_create_storage_v1beta1_storage_class(self): - """ - Test case for create_storage_v1beta1_storage_class - - - """ - pass - - def test_delete_storage_v1beta1_collection_storage_class(self): - """ - Test case for delete_storage_v1beta1_collection_storage_class - - - """ - pass - - def test_delete_storage_v1beta1_storage_class(self): - """ - Test case for delete_storage_v1beta1_storage_class - - - """ - pass - - def test_get_storage_v1beta1_api_resources(self): - """ - Test case for get_storage_v1beta1_api_resources - - - """ - pass - - def test_list_storage_v1beta1_storage_class(self): - """ - Test case for list_storage_v1beta1_storage_class - - - """ - pass - - def test_patch_storage_v1beta1_storage_class(self): - """ - Test case for patch_storage_v1beta1_storage_class - - - """ - pass - - def test_read_storage_v1beta1_storage_class(self): - """ - Test case for read_storage_v1beta1_storage_class - - - """ - pass - - def test_replace_storage_v1beta1_storage_class(self): - """ - Test case for replace_storage_v1beta1_storage_class - - - """ - pass - - def test_watch_storage_v1beta1_storage_class(self): - """ - Test case for watch_storage_v1beta1_storage_class - - - """ - pass - - def test_watch_storage_v1beta1_storage_class_list(self): - """ - Test case for watch_storage_v1beta1_storage_class_list - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_unversioned_api_group.py b/test/test_unversioned_api_group.py deleted file mode 100644 index e7f7323b6f..0000000000 --- a/test/test_unversioned_api_group.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_api_group import UnversionedAPIGroup - - -class TestUnversionedAPIGroup(unittest.TestCase): - """ UnversionedAPIGroup unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testUnversionedAPIGroup(self): - """ - Test UnversionedAPIGroup - """ - model = k8sclient.models.unversioned_api_group.UnversionedAPIGroup() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_unversioned_api_group_list.py b/test/test_unversioned_api_group_list.py deleted file mode 100644 index dbab2fd820..0000000000 --- a/test/test_unversioned_api_group_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_api_group_list import UnversionedAPIGroupList - - -class TestUnversionedAPIGroupList(unittest.TestCase): - """ UnversionedAPIGroupList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testUnversionedAPIGroupList(self): - """ - Test UnversionedAPIGroupList - """ - model = k8sclient.models.unversioned_api_group_list.UnversionedAPIGroupList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_unversioned_api_resource.py b/test/test_unversioned_api_resource.py deleted file mode 100644 index f28580cbff..0000000000 --- a/test/test_unversioned_api_resource.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_api_resource import UnversionedAPIResource - - -class TestUnversionedAPIResource(unittest.TestCase): - """ UnversionedAPIResource unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testUnversionedAPIResource(self): - """ - Test UnversionedAPIResource - """ - model = k8sclient.models.unversioned_api_resource.UnversionedAPIResource() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_unversioned_api_resource_list.py b/test/test_unversioned_api_resource_list.py deleted file mode 100644 index 31fbfb9c5b..0000000000 --- a/test/test_unversioned_api_resource_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_api_resource_list import UnversionedAPIResourceList - - -class TestUnversionedAPIResourceList(unittest.TestCase): - """ UnversionedAPIResourceList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testUnversionedAPIResourceList(self): - """ - Test UnversionedAPIResourceList - """ - model = k8sclient.models.unversioned_api_resource_list.UnversionedAPIResourceList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_unversioned_api_versions.py b/test/test_unversioned_api_versions.py deleted file mode 100644 index 84b9bc0826..0000000000 --- a/test/test_unversioned_api_versions.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_api_versions import UnversionedAPIVersions - - -class TestUnversionedAPIVersions(unittest.TestCase): - """ UnversionedAPIVersions unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testUnversionedAPIVersions(self): - """ - Test UnversionedAPIVersions - """ - model = k8sclient.models.unversioned_api_versions.UnversionedAPIVersions() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_unversioned_group_version_for_discovery.py b/test/test_unversioned_group_version_for_discovery.py deleted file mode 100644 index 4be91385d3..0000000000 --- a/test/test_unversioned_group_version_for_discovery.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_group_version_for_discovery import UnversionedGroupVersionForDiscovery - - -class TestUnversionedGroupVersionForDiscovery(unittest.TestCase): - """ UnversionedGroupVersionForDiscovery unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testUnversionedGroupVersionForDiscovery(self): - """ - Test UnversionedGroupVersionForDiscovery - """ - model = k8sclient.models.unversioned_group_version_for_discovery.UnversionedGroupVersionForDiscovery() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_unversioned_label_selector.py b/test/test_unversioned_label_selector.py deleted file mode 100644 index 3483ebbc59..0000000000 --- a/test/test_unversioned_label_selector.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_label_selector import UnversionedLabelSelector - - -class TestUnversionedLabelSelector(unittest.TestCase): - """ UnversionedLabelSelector unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testUnversionedLabelSelector(self): - """ - Test UnversionedLabelSelector - """ - model = k8sclient.models.unversioned_label_selector.UnversionedLabelSelector() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_unversioned_label_selector_requirement.py b/test/test_unversioned_label_selector_requirement.py deleted file mode 100644 index 2fc624ab19..0000000000 --- a/test/test_unversioned_label_selector_requirement.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_label_selector_requirement import UnversionedLabelSelectorRequirement - - -class TestUnversionedLabelSelectorRequirement(unittest.TestCase): - """ UnversionedLabelSelectorRequirement unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testUnversionedLabelSelectorRequirement(self): - """ - Test UnversionedLabelSelectorRequirement - """ - model = k8sclient.models.unversioned_label_selector_requirement.UnversionedLabelSelectorRequirement() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_unversioned_list_meta.py b/test/test_unversioned_list_meta.py deleted file mode 100644 index d8513b64c7..0000000000 --- a/test/test_unversioned_list_meta.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_list_meta import UnversionedListMeta - - -class TestUnversionedListMeta(unittest.TestCase): - """ UnversionedListMeta unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testUnversionedListMeta(self): - """ - Test UnversionedListMeta - """ - model = k8sclient.models.unversioned_list_meta.UnversionedListMeta() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_unversioned_server_address_by_client_cidr.py b/test/test_unversioned_server_address_by_client_cidr.py deleted file mode 100644 index 6f0764a92b..0000000000 --- a/test/test_unversioned_server_address_by_client_cidr.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_server_address_by_client_cidr import UnversionedServerAddressByClientCIDR - - -class TestUnversionedServerAddressByClientCIDR(unittest.TestCase): - """ UnversionedServerAddressByClientCIDR unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testUnversionedServerAddressByClientCIDR(self): - """ - Test UnversionedServerAddressByClientCIDR - """ - model = k8sclient.models.unversioned_server_address_by_client_cidr.UnversionedServerAddressByClientCIDR() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_unversioned_status.py b/test/test_unversioned_status.py deleted file mode 100644 index cb75f8fe6c..0000000000 --- a/test/test_unversioned_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_status import UnversionedStatus - - -class TestUnversionedStatus(unittest.TestCase): - """ UnversionedStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testUnversionedStatus(self): - """ - Test UnversionedStatus - """ - model = k8sclient.models.unversioned_status.UnversionedStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_unversioned_status_cause.py b/test/test_unversioned_status_cause.py deleted file mode 100644 index 5ba0225657..0000000000 --- a/test/test_unversioned_status_cause.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_status_cause import UnversionedStatusCause - - -class TestUnversionedStatusCause(unittest.TestCase): - """ UnversionedStatusCause unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testUnversionedStatusCause(self): - """ - Test UnversionedStatusCause - """ - model = k8sclient.models.unversioned_status_cause.UnversionedStatusCause() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_unversioned_status_details.py b/test/test_unversioned_status_details.py deleted file mode 100644 index 30714627cb..0000000000 --- a/test/test_unversioned_status_details.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_status_details import UnversionedStatusDetails - - -class TestUnversionedStatusDetails(unittest.TestCase): - """ UnversionedStatusDetails unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testUnversionedStatusDetails(self): - """ - Test UnversionedStatusDetails - """ - model = k8sclient.models.unversioned_status_details.UnversionedStatusDetails() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_unversioned_time.py b/test/test_unversioned_time.py deleted file mode 100644 index 8309756144..0000000000 --- a/test/test_unversioned_time.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.unversioned_time import UnversionedTime - - -class TestUnversionedTime(unittest.TestCase): - """ UnversionedTime unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testUnversionedTime(self): - """ - Test UnversionedTime - """ - model = k8sclient.models.unversioned_time.UnversionedTime() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_attached_volume.py b/test/test_v1_attached_volume.py deleted file mode 100644 index 3dfe545026..0000000000 --- a/test/test_v1_attached_volume.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_attached_volume import V1AttachedVolume - - -class TestV1AttachedVolume(unittest.TestCase): - """ V1AttachedVolume unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1AttachedVolume(self): - """ - Test V1AttachedVolume - """ - model = k8sclient.models.v1_attached_volume.V1AttachedVolume() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_binding.py b/test/test_v1_binding.py deleted file mode 100644 index 654ab658d5..0000000000 --- a/test/test_v1_binding.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_binding import V1Binding - - -class TestV1Binding(unittest.TestCase): - """ V1Binding unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Binding(self): - """ - Test V1Binding - """ - model = k8sclient.models.v1_binding.V1Binding() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_capabilities.py b/test/test_v1_capabilities.py deleted file mode 100644 index c01e7e2d68..0000000000 --- a/test/test_v1_capabilities.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_capabilities import V1Capabilities - - -class TestV1Capabilities(unittest.TestCase): - """ V1Capabilities unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Capabilities(self): - """ - Test V1Capabilities - """ - model = k8sclient.models.v1_capabilities.V1Capabilities() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_component_condition.py b/test/test_v1_component_condition.py deleted file mode 100644 index d1a768bf51..0000000000 --- a/test/test_v1_component_condition.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_component_condition import V1ComponentCondition - - -class TestV1ComponentCondition(unittest.TestCase): - """ V1ComponentCondition unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ComponentCondition(self): - """ - Test V1ComponentCondition - """ - model = k8sclient.models.v1_component_condition.V1ComponentCondition() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_component_status.py b/test/test_v1_component_status.py deleted file mode 100644 index 7b9a14f014..0000000000 --- a/test/test_v1_component_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_component_status import V1ComponentStatus - - -class TestV1ComponentStatus(unittest.TestCase): - """ V1ComponentStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ComponentStatus(self): - """ - Test V1ComponentStatus - """ - model = k8sclient.models.v1_component_status.V1ComponentStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_component_status_list.py b/test/test_v1_component_status_list.py deleted file mode 100644 index 6ef153517b..0000000000 --- a/test/test_v1_component_status_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_component_status_list import V1ComponentStatusList - - -class TestV1ComponentStatusList(unittest.TestCase): - """ V1ComponentStatusList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ComponentStatusList(self): - """ - Test V1ComponentStatusList - """ - model = k8sclient.models.v1_component_status_list.V1ComponentStatusList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_config_map.py b/test/test_v1_config_map.py deleted file mode 100644 index b2f7611f20..0000000000 --- a/test/test_v1_config_map.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_config_map import V1ConfigMap - - -class TestV1ConfigMap(unittest.TestCase): - """ V1ConfigMap unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ConfigMap(self): - """ - Test V1ConfigMap - """ - model = k8sclient.models.v1_config_map.V1ConfigMap() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_config_map_key_selector.py b/test/test_v1_config_map_key_selector.py deleted file mode 100644 index 620a3d8651..0000000000 --- a/test/test_v1_config_map_key_selector.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_config_map_key_selector import V1ConfigMapKeySelector - - -class TestV1ConfigMapKeySelector(unittest.TestCase): - """ V1ConfigMapKeySelector unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ConfigMapKeySelector(self): - """ - Test V1ConfigMapKeySelector - """ - model = k8sclient.models.v1_config_map_key_selector.V1ConfigMapKeySelector() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_config_map_list.py b/test/test_v1_config_map_list.py deleted file mode 100644 index e768d657c0..0000000000 --- a/test/test_v1_config_map_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_config_map_list import V1ConfigMapList - - -class TestV1ConfigMapList(unittest.TestCase): - """ V1ConfigMapList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ConfigMapList(self): - """ - Test V1ConfigMapList - """ - model = k8sclient.models.v1_config_map_list.V1ConfigMapList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_container.py b/test/test_v1_container.py deleted file mode 100644 index cc880a4632..0000000000 --- a/test/test_v1_container.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container import V1Container - - -class TestV1Container(unittest.TestCase): - """ V1Container unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Container(self): - """ - Test V1Container - """ - model = k8sclient.models.v1_container.V1Container() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_container_image.py b/test/test_v1_container_image.py deleted file mode 100644 index 0ce1b4265f..0000000000 --- a/test/test_v1_container_image.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container_image import V1ContainerImage - - -class TestV1ContainerImage(unittest.TestCase): - """ V1ContainerImage unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ContainerImage(self): - """ - Test V1ContainerImage - """ - model = k8sclient.models.v1_container_image.V1ContainerImage() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_container_port.py b/test/test_v1_container_port.py deleted file mode 100644 index ced5167310..0000000000 --- a/test/test_v1_container_port.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container_port import V1ContainerPort - - -class TestV1ContainerPort(unittest.TestCase): - """ V1ContainerPort unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ContainerPort(self): - """ - Test V1ContainerPort - """ - model = k8sclient.models.v1_container_port.V1ContainerPort() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_container_state.py b/test/test_v1_container_state.py deleted file mode 100644 index 23019fd39a..0000000000 --- a/test/test_v1_container_state.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container_state import V1ContainerState - - -class TestV1ContainerState(unittest.TestCase): - """ V1ContainerState unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ContainerState(self): - """ - Test V1ContainerState - """ - model = k8sclient.models.v1_container_state.V1ContainerState() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_container_state_running.py b/test/test_v1_container_state_running.py deleted file mode 100644 index 982c20e6ca..0000000000 --- a/test/test_v1_container_state_running.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container_state_running import V1ContainerStateRunning - - -class TestV1ContainerStateRunning(unittest.TestCase): - """ V1ContainerStateRunning unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ContainerStateRunning(self): - """ - Test V1ContainerStateRunning - """ - model = k8sclient.models.v1_container_state_running.V1ContainerStateRunning() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_container_state_terminated.py b/test/test_v1_container_state_terminated.py deleted file mode 100644 index 114720b5bd..0000000000 --- a/test/test_v1_container_state_terminated.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container_state_terminated import V1ContainerStateTerminated - - -class TestV1ContainerStateTerminated(unittest.TestCase): - """ V1ContainerStateTerminated unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ContainerStateTerminated(self): - """ - Test V1ContainerStateTerminated - """ - model = k8sclient.models.v1_container_state_terminated.V1ContainerStateTerminated() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_container_state_waiting.py b/test/test_v1_container_state_waiting.py deleted file mode 100644 index 5a8a6b7cf1..0000000000 --- a/test/test_v1_container_state_waiting.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container_state_waiting import V1ContainerStateWaiting - - -class TestV1ContainerStateWaiting(unittest.TestCase): - """ V1ContainerStateWaiting unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ContainerStateWaiting(self): - """ - Test V1ContainerStateWaiting - """ - model = k8sclient.models.v1_container_state_waiting.V1ContainerStateWaiting() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_container_status.py b/test/test_v1_container_status.py deleted file mode 100644 index 279bde5900..0000000000 --- a/test/test_v1_container_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_container_status import V1ContainerStatus - - -class TestV1ContainerStatus(unittest.TestCase): - """ V1ContainerStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ContainerStatus(self): - """ - Test V1ContainerStatus - """ - model = k8sclient.models.v1_container_status.V1ContainerStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_cross_version_object_reference.py b/test/test_v1_cross_version_object_reference.py deleted file mode 100644 index d8f4339860..0000000000 --- a/test/test_v1_cross_version_object_reference.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_cross_version_object_reference import V1CrossVersionObjectReference - - -class TestV1CrossVersionObjectReference(unittest.TestCase): - """ V1CrossVersionObjectReference unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1CrossVersionObjectReference(self): - """ - Test V1CrossVersionObjectReference - """ - model = k8sclient.models.v1_cross_version_object_reference.V1CrossVersionObjectReference() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_daemon_endpoint.py b/test/test_v1_daemon_endpoint.py deleted file mode 100644 index 3cfef0ed5f..0000000000 --- a/test/test_v1_daemon_endpoint.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_daemon_endpoint import V1DaemonEndpoint - - -class TestV1DaemonEndpoint(unittest.TestCase): - """ V1DaemonEndpoint unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1DaemonEndpoint(self): - """ - Test V1DaemonEndpoint - """ - model = k8sclient.models.v1_daemon_endpoint.V1DaemonEndpoint() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_delete_options.py b/test/test_v1_delete_options.py deleted file mode 100644 index 516a7bc818..0000000000 --- a/test/test_v1_delete_options.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_delete_options import V1DeleteOptions - - -class TestV1DeleteOptions(unittest.TestCase): - """ V1DeleteOptions unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1DeleteOptions(self): - """ - Test V1DeleteOptions - """ - model = k8sclient.models.v1_delete_options.V1DeleteOptions() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_endpoint_address.py b/test/test_v1_endpoint_address.py deleted file mode 100644 index e27cfe6355..0000000000 --- a/test/test_v1_endpoint_address.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_endpoint_address import V1EndpointAddress - - -class TestV1EndpointAddress(unittest.TestCase): - """ V1EndpointAddress unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1EndpointAddress(self): - """ - Test V1EndpointAddress - """ - model = k8sclient.models.v1_endpoint_address.V1EndpointAddress() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_endpoint_port.py b/test/test_v1_endpoint_port.py deleted file mode 100644 index ba3662ad2e..0000000000 --- a/test/test_v1_endpoint_port.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_endpoint_port import V1EndpointPort - - -class TestV1EndpointPort(unittest.TestCase): - """ V1EndpointPort unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1EndpointPort(self): - """ - Test V1EndpointPort - """ - model = k8sclient.models.v1_endpoint_port.V1EndpointPort() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_endpoint_subset.py b/test/test_v1_endpoint_subset.py deleted file mode 100644 index 1295ec98cb..0000000000 --- a/test/test_v1_endpoint_subset.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_endpoint_subset import V1EndpointSubset - - -class TestV1EndpointSubset(unittest.TestCase): - """ V1EndpointSubset unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1EndpointSubset(self): - """ - Test V1EndpointSubset - """ - model = k8sclient.models.v1_endpoint_subset.V1EndpointSubset() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_endpoints.py b/test/test_v1_endpoints.py deleted file mode 100644 index 101b257075..0000000000 --- a/test/test_v1_endpoints.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_endpoints import V1Endpoints - - -class TestV1Endpoints(unittest.TestCase): - """ V1Endpoints unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Endpoints(self): - """ - Test V1Endpoints - """ - model = k8sclient.models.v1_endpoints.V1Endpoints() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_endpoints_list.py b/test/test_v1_endpoints_list.py deleted file mode 100644 index fa1f16f266..0000000000 --- a/test/test_v1_endpoints_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_endpoints_list import V1EndpointsList - - -class TestV1EndpointsList(unittest.TestCase): - """ V1EndpointsList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1EndpointsList(self): - """ - Test V1EndpointsList - """ - model = k8sclient.models.v1_endpoints_list.V1EndpointsList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_env_var.py b/test/test_v1_env_var.py deleted file mode 100644 index 478197921b..0000000000 --- a/test/test_v1_env_var.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_env_var import V1EnvVar - - -class TestV1EnvVar(unittest.TestCase): - """ V1EnvVar unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1EnvVar(self): - """ - Test V1EnvVar - """ - model = k8sclient.models.v1_env_var.V1EnvVar() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_env_var_source.py b/test/test_v1_env_var_source.py deleted file mode 100644 index 5ce816b4c5..0000000000 --- a/test/test_v1_env_var_source.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_env_var_source import V1EnvVarSource - - -class TestV1EnvVarSource(unittest.TestCase): - """ V1EnvVarSource unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1EnvVarSource(self): - """ - Test V1EnvVarSource - """ - model = k8sclient.models.v1_env_var_source.V1EnvVarSource() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_event.py b/test/test_v1_event.py deleted file mode 100644 index 908ee30e44..0000000000 --- a/test/test_v1_event.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_event import V1Event - - -class TestV1Event(unittest.TestCase): - """ V1Event unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Event(self): - """ - Test V1Event - """ - model = k8sclient.models.v1_event.V1Event() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_event_list.py b/test/test_v1_event_list.py deleted file mode 100644 index cdc2df706c..0000000000 --- a/test/test_v1_event_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_event_list import V1EventList - - -class TestV1EventList(unittest.TestCase): - """ V1EventList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1EventList(self): - """ - Test V1EventList - """ - model = k8sclient.models.v1_event_list.V1EventList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_event_source.py b/test/test_v1_event_source.py deleted file mode 100644 index 2b46f76d85..0000000000 --- a/test/test_v1_event_source.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_event_source import V1EventSource - - -class TestV1EventSource(unittest.TestCase): - """ V1EventSource unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1EventSource(self): - """ - Test V1EventSource - """ - model = k8sclient.models.v1_event_source.V1EventSource() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_exec_action.py b/test/test_v1_exec_action.py deleted file mode 100644 index ac7c206a38..0000000000 --- a/test/test_v1_exec_action.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_exec_action import V1ExecAction - - -class TestV1ExecAction(unittest.TestCase): - """ V1ExecAction unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ExecAction(self): - """ - Test V1ExecAction - """ - model = k8sclient.models.v1_exec_action.V1ExecAction() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_handler.py b/test/test_v1_handler.py deleted file mode 100644 index 865bbb01dc..0000000000 --- a/test/test_v1_handler.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_handler import V1Handler - - -class TestV1Handler(unittest.TestCase): - """ V1Handler unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Handler(self): - """ - Test V1Handler - """ - model = k8sclient.models.v1_handler.V1Handler() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_horizontal_pod_autoscaler.py b/test/test_v1_horizontal_pod_autoscaler.py deleted file mode 100644 index 1049cc891f..0000000000 --- a/test/test_v1_horizontal_pod_autoscaler.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_horizontal_pod_autoscaler import V1HorizontalPodAutoscaler - - -class TestV1HorizontalPodAutoscaler(unittest.TestCase): - """ V1HorizontalPodAutoscaler unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1HorizontalPodAutoscaler(self): - """ - Test V1HorizontalPodAutoscaler - """ - model = k8sclient.models.v1_horizontal_pod_autoscaler.V1HorizontalPodAutoscaler() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_horizontal_pod_autoscaler_list.py b/test/test_v1_horizontal_pod_autoscaler_list.py deleted file mode 100644 index ea3dd008f9..0000000000 --- a/test/test_v1_horizontal_pod_autoscaler_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_horizontal_pod_autoscaler_list import V1HorizontalPodAutoscalerList - - -class TestV1HorizontalPodAutoscalerList(unittest.TestCase): - """ V1HorizontalPodAutoscalerList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1HorizontalPodAutoscalerList(self): - """ - Test V1HorizontalPodAutoscalerList - """ - model = k8sclient.models.v1_horizontal_pod_autoscaler_list.V1HorizontalPodAutoscalerList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_horizontal_pod_autoscaler_spec.py b/test/test_v1_horizontal_pod_autoscaler_spec.py deleted file mode 100644 index feb62894b0..0000000000 --- a/test/test_v1_horizontal_pod_autoscaler_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_horizontal_pod_autoscaler_spec import V1HorizontalPodAutoscalerSpec - - -class TestV1HorizontalPodAutoscalerSpec(unittest.TestCase): - """ V1HorizontalPodAutoscalerSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1HorizontalPodAutoscalerSpec(self): - """ - Test V1HorizontalPodAutoscalerSpec - """ - model = k8sclient.models.v1_horizontal_pod_autoscaler_spec.V1HorizontalPodAutoscalerSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_horizontal_pod_autoscaler_status.py b/test/test_v1_horizontal_pod_autoscaler_status.py deleted file mode 100644 index 22ced06ddc..0000000000 --- a/test/test_v1_horizontal_pod_autoscaler_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_horizontal_pod_autoscaler_status import V1HorizontalPodAutoscalerStatus - - -class TestV1HorizontalPodAutoscalerStatus(unittest.TestCase): - """ V1HorizontalPodAutoscalerStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1HorizontalPodAutoscalerStatus(self): - """ - Test V1HorizontalPodAutoscalerStatus - """ - model = k8sclient.models.v1_horizontal_pod_autoscaler_status.V1HorizontalPodAutoscalerStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_http_get_action.py b/test/test_v1_http_get_action.py deleted file mode 100644 index fb87e54d29..0000000000 --- a/test/test_v1_http_get_action.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_http_get_action import V1HTTPGetAction - - -class TestV1HTTPGetAction(unittest.TestCase): - """ V1HTTPGetAction unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1HTTPGetAction(self): - """ - Test V1HTTPGetAction - """ - model = k8sclient.models.v1_http_get_action.V1HTTPGetAction() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_http_header.py b/test/test_v1_http_header.py deleted file mode 100644 index 6674752ec9..0000000000 --- a/test/test_v1_http_header.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_http_header import V1HTTPHeader - - -class TestV1HTTPHeader(unittest.TestCase): - """ V1HTTPHeader unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1HTTPHeader(self): - """ - Test V1HTTPHeader - """ - model = k8sclient.models.v1_http_header.V1HTTPHeader() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_job.py b/test/test_v1_job.py deleted file mode 100644 index 2a33786b9e..0000000000 --- a/test/test_v1_job.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_job import V1Job - - -class TestV1Job(unittest.TestCase): - """ V1Job unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Job(self): - """ - Test V1Job - """ - model = k8sclient.models.v1_job.V1Job() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_job_condition.py b/test/test_v1_job_condition.py deleted file mode 100644 index 5e9bcc1a66..0000000000 --- a/test/test_v1_job_condition.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_job_condition import V1JobCondition - - -class TestV1JobCondition(unittest.TestCase): - """ V1JobCondition unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1JobCondition(self): - """ - Test V1JobCondition - """ - model = k8sclient.models.v1_job_condition.V1JobCondition() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_job_list.py b/test/test_v1_job_list.py deleted file mode 100644 index 4969444a68..0000000000 --- a/test/test_v1_job_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_job_list import V1JobList - - -class TestV1JobList(unittest.TestCase): - """ V1JobList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1JobList(self): - """ - Test V1JobList - """ - model = k8sclient.models.v1_job_list.V1JobList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_job_spec.py b/test/test_v1_job_spec.py deleted file mode 100644 index d145b65b8e..0000000000 --- a/test/test_v1_job_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_job_spec import V1JobSpec - - -class TestV1JobSpec(unittest.TestCase): - """ V1JobSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1JobSpec(self): - """ - Test V1JobSpec - """ - model = k8sclient.models.v1_job_spec.V1JobSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_job_status.py b/test/test_v1_job_status.py deleted file mode 100644 index fa085decc8..0000000000 --- a/test/test_v1_job_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_job_status import V1JobStatus - - -class TestV1JobStatus(unittest.TestCase): - """ V1JobStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1JobStatus(self): - """ - Test V1JobStatus - """ - model = k8sclient.models.v1_job_status.V1JobStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_lifecycle.py b/test/test_v1_lifecycle.py deleted file mode 100644 index 1fd9de39f4..0000000000 --- a/test/test_v1_lifecycle.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_lifecycle import V1Lifecycle - - -class TestV1Lifecycle(unittest.TestCase): - """ V1Lifecycle unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Lifecycle(self): - """ - Test V1Lifecycle - """ - model = k8sclient.models.v1_lifecycle.V1Lifecycle() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_limit_range.py b/test/test_v1_limit_range.py deleted file mode 100644 index 5eb01ef11f..0000000000 --- a/test/test_v1_limit_range.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_limit_range import V1LimitRange - - -class TestV1LimitRange(unittest.TestCase): - """ V1LimitRange unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1LimitRange(self): - """ - Test V1LimitRange - """ - model = k8sclient.models.v1_limit_range.V1LimitRange() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_limit_range_item.py b/test/test_v1_limit_range_item.py deleted file mode 100644 index 517966af95..0000000000 --- a/test/test_v1_limit_range_item.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_limit_range_item import V1LimitRangeItem - - -class TestV1LimitRangeItem(unittest.TestCase): - """ V1LimitRangeItem unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1LimitRangeItem(self): - """ - Test V1LimitRangeItem - """ - model = k8sclient.models.v1_limit_range_item.V1LimitRangeItem() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_limit_range_list.py b/test/test_v1_limit_range_list.py deleted file mode 100644 index 96c272c233..0000000000 --- a/test/test_v1_limit_range_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_limit_range_list import V1LimitRangeList - - -class TestV1LimitRangeList(unittest.TestCase): - """ V1LimitRangeList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1LimitRangeList(self): - """ - Test V1LimitRangeList - """ - model = k8sclient.models.v1_limit_range_list.V1LimitRangeList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_limit_range_spec.py b/test/test_v1_limit_range_spec.py deleted file mode 100644 index 807342509f..0000000000 --- a/test/test_v1_limit_range_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_limit_range_spec import V1LimitRangeSpec - - -class TestV1LimitRangeSpec(unittest.TestCase): - """ V1LimitRangeSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1LimitRangeSpec(self): - """ - Test V1LimitRangeSpec - """ - model = k8sclient.models.v1_limit_range_spec.V1LimitRangeSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_load_balancer_ingress.py b/test/test_v1_load_balancer_ingress.py deleted file mode 100644 index 144ae013f0..0000000000 --- a/test/test_v1_load_balancer_ingress.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_load_balancer_ingress import V1LoadBalancerIngress - - -class TestV1LoadBalancerIngress(unittest.TestCase): - """ V1LoadBalancerIngress unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1LoadBalancerIngress(self): - """ - Test V1LoadBalancerIngress - """ - model = k8sclient.models.v1_load_balancer_ingress.V1LoadBalancerIngress() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_load_balancer_status.py b/test/test_v1_load_balancer_status.py deleted file mode 100644 index cea9c5b50f..0000000000 --- a/test/test_v1_load_balancer_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_load_balancer_status import V1LoadBalancerStatus - - -class TestV1LoadBalancerStatus(unittest.TestCase): - """ V1LoadBalancerStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1LoadBalancerStatus(self): - """ - Test V1LoadBalancerStatus - """ - model = k8sclient.models.v1_load_balancer_status.V1LoadBalancerStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_local_object_reference.py b/test/test_v1_local_object_reference.py deleted file mode 100644 index 468086ed70..0000000000 --- a/test/test_v1_local_object_reference.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_local_object_reference import V1LocalObjectReference - - -class TestV1LocalObjectReference(unittest.TestCase): - """ V1LocalObjectReference unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1LocalObjectReference(self): - """ - Test V1LocalObjectReference - """ - model = k8sclient.models.v1_local_object_reference.V1LocalObjectReference() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_namespace.py b/test/test_v1_namespace.py deleted file mode 100644 index 9f7d94a0c4..0000000000 --- a/test/test_v1_namespace.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_namespace import V1Namespace - - -class TestV1Namespace(unittest.TestCase): - """ V1Namespace unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Namespace(self): - """ - Test V1Namespace - """ - model = k8sclient.models.v1_namespace.V1Namespace() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_namespace_list.py b/test/test_v1_namespace_list.py deleted file mode 100644 index f3ff525b3a..0000000000 --- a/test/test_v1_namespace_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_namespace_list import V1NamespaceList - - -class TestV1NamespaceList(unittest.TestCase): - """ V1NamespaceList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1NamespaceList(self): - """ - Test V1NamespaceList - """ - model = k8sclient.models.v1_namespace_list.V1NamespaceList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_namespace_spec.py b/test/test_v1_namespace_spec.py deleted file mode 100644 index aca61957c5..0000000000 --- a/test/test_v1_namespace_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_namespace_spec import V1NamespaceSpec - - -class TestV1NamespaceSpec(unittest.TestCase): - """ V1NamespaceSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1NamespaceSpec(self): - """ - Test V1NamespaceSpec - """ - model = k8sclient.models.v1_namespace_spec.V1NamespaceSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_namespace_status.py b/test/test_v1_namespace_status.py deleted file mode 100644 index 8957c8e6a5..0000000000 --- a/test/test_v1_namespace_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_namespace_status import V1NamespaceStatus - - -class TestV1NamespaceStatus(unittest.TestCase): - """ V1NamespaceStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1NamespaceStatus(self): - """ - Test V1NamespaceStatus - """ - model = k8sclient.models.v1_namespace_status.V1NamespaceStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_node.py b/test/test_v1_node.py deleted file mode 100644 index 7bd4bad388..0000000000 --- a/test/test_v1_node.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node import V1Node - - -class TestV1Node(unittest.TestCase): - """ V1Node unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Node(self): - """ - Test V1Node - """ - model = k8sclient.models.v1_node.V1Node() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_node_address.py b/test/test_v1_node_address.py deleted file mode 100644 index d7a09b14d9..0000000000 --- a/test/test_v1_node_address.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node_address import V1NodeAddress - - -class TestV1NodeAddress(unittest.TestCase): - """ V1NodeAddress unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1NodeAddress(self): - """ - Test V1NodeAddress - """ - model = k8sclient.models.v1_node_address.V1NodeAddress() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_node_condition.py b/test/test_v1_node_condition.py deleted file mode 100644 index 74b8658e35..0000000000 --- a/test/test_v1_node_condition.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node_condition import V1NodeCondition - - -class TestV1NodeCondition(unittest.TestCase): - """ V1NodeCondition unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1NodeCondition(self): - """ - Test V1NodeCondition - """ - model = k8sclient.models.v1_node_condition.V1NodeCondition() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_node_daemon_endpoints.py b/test/test_v1_node_daemon_endpoints.py deleted file mode 100644 index 7184a23af3..0000000000 --- a/test/test_v1_node_daemon_endpoints.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node_daemon_endpoints import V1NodeDaemonEndpoints - - -class TestV1NodeDaemonEndpoints(unittest.TestCase): - """ V1NodeDaemonEndpoints unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1NodeDaemonEndpoints(self): - """ - Test V1NodeDaemonEndpoints - """ - model = k8sclient.models.v1_node_daemon_endpoints.V1NodeDaemonEndpoints() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_node_list.py b/test/test_v1_node_list.py deleted file mode 100644 index 6da83947a3..0000000000 --- a/test/test_v1_node_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node_list import V1NodeList - - -class TestV1NodeList(unittest.TestCase): - """ V1NodeList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1NodeList(self): - """ - Test V1NodeList - """ - model = k8sclient.models.v1_node_list.V1NodeList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_node_spec.py b/test/test_v1_node_spec.py deleted file mode 100644 index 45dd3a5822..0000000000 --- a/test/test_v1_node_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node_spec import V1NodeSpec - - -class TestV1NodeSpec(unittest.TestCase): - """ V1NodeSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1NodeSpec(self): - """ - Test V1NodeSpec - """ - model = k8sclient.models.v1_node_spec.V1NodeSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_node_status.py b/test/test_v1_node_status.py deleted file mode 100644 index 385fc118da..0000000000 --- a/test/test_v1_node_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node_status import V1NodeStatus - - -class TestV1NodeStatus(unittest.TestCase): - """ V1NodeStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1NodeStatus(self): - """ - Test V1NodeStatus - """ - model = k8sclient.models.v1_node_status.V1NodeStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_node_system_info.py b/test/test_v1_node_system_info.py deleted file mode 100644 index 1e1127a421..0000000000 --- a/test/test_v1_node_system_info.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_node_system_info import V1NodeSystemInfo - - -class TestV1NodeSystemInfo(unittest.TestCase): - """ V1NodeSystemInfo unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1NodeSystemInfo(self): - """ - Test V1NodeSystemInfo - """ - model = k8sclient.models.v1_node_system_info.V1NodeSystemInfo() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_object_field_selector.py b/test/test_v1_object_field_selector.py deleted file mode 100644 index 45f49c08ce..0000000000 --- a/test/test_v1_object_field_selector.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_object_field_selector import V1ObjectFieldSelector - - -class TestV1ObjectFieldSelector(unittest.TestCase): - """ V1ObjectFieldSelector unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ObjectFieldSelector(self): - """ - Test V1ObjectFieldSelector - """ - model = k8sclient.models.v1_object_field_selector.V1ObjectFieldSelector() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_object_meta.py b/test/test_v1_object_meta.py deleted file mode 100644 index cef526c611..0000000000 --- a/test/test_v1_object_meta.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_object_meta import V1ObjectMeta - - -class TestV1ObjectMeta(unittest.TestCase): - """ V1ObjectMeta unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ObjectMeta(self): - """ - Test V1ObjectMeta - """ - model = k8sclient.models.v1_object_meta.V1ObjectMeta() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_object_reference.py b/test/test_v1_object_reference.py deleted file mode 100644 index 924de2ec96..0000000000 --- a/test/test_v1_object_reference.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_object_reference import V1ObjectReference - - -class TestV1ObjectReference(unittest.TestCase): - """ V1ObjectReference unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ObjectReference(self): - """ - Test V1ObjectReference - """ - model = k8sclient.models.v1_object_reference.V1ObjectReference() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_owner_reference.py b/test/test_v1_owner_reference.py deleted file mode 100644 index 3a7bd8fe70..0000000000 --- a/test/test_v1_owner_reference.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_owner_reference import V1OwnerReference - - -class TestV1OwnerReference(unittest.TestCase): - """ V1OwnerReference unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1OwnerReference(self): - """ - Test V1OwnerReference - """ - model = k8sclient.models.v1_owner_reference.V1OwnerReference() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_persistent_volume.py b/test/test_v1_persistent_volume.py deleted file mode 100644 index a4a5f6d301..0000000000 --- a/test/test_v1_persistent_volume.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume import V1PersistentVolume - - -class TestV1PersistentVolume(unittest.TestCase): - """ V1PersistentVolume unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PersistentVolume(self): - """ - Test V1PersistentVolume - """ - model = k8sclient.models.v1_persistent_volume.V1PersistentVolume() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_persistent_volume_claim.py b/test/test_v1_persistent_volume_claim.py deleted file mode 100644 index 68217e0851..0000000000 --- a/test/test_v1_persistent_volume_claim.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume_claim import V1PersistentVolumeClaim - - -class TestV1PersistentVolumeClaim(unittest.TestCase): - """ V1PersistentVolumeClaim unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PersistentVolumeClaim(self): - """ - Test V1PersistentVolumeClaim - """ - model = k8sclient.models.v1_persistent_volume_claim.V1PersistentVolumeClaim() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_persistent_volume_claim_list.py b/test/test_v1_persistent_volume_claim_list.py deleted file mode 100644 index 46dc9a4c88..0000000000 --- a/test/test_v1_persistent_volume_claim_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume_claim_list import V1PersistentVolumeClaimList - - -class TestV1PersistentVolumeClaimList(unittest.TestCase): - """ V1PersistentVolumeClaimList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PersistentVolumeClaimList(self): - """ - Test V1PersistentVolumeClaimList - """ - model = k8sclient.models.v1_persistent_volume_claim_list.V1PersistentVolumeClaimList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_persistent_volume_claim_spec.py b/test/test_v1_persistent_volume_claim_spec.py deleted file mode 100644 index d6bfe3fa14..0000000000 --- a/test/test_v1_persistent_volume_claim_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume_claim_spec import V1PersistentVolumeClaimSpec - - -class TestV1PersistentVolumeClaimSpec(unittest.TestCase): - """ V1PersistentVolumeClaimSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PersistentVolumeClaimSpec(self): - """ - Test V1PersistentVolumeClaimSpec - """ - model = k8sclient.models.v1_persistent_volume_claim_spec.V1PersistentVolumeClaimSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_persistent_volume_claim_status.py b/test/test_v1_persistent_volume_claim_status.py deleted file mode 100644 index 5bd068980c..0000000000 --- a/test/test_v1_persistent_volume_claim_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume_claim_status import V1PersistentVolumeClaimStatus - - -class TestV1PersistentVolumeClaimStatus(unittest.TestCase): - """ V1PersistentVolumeClaimStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PersistentVolumeClaimStatus(self): - """ - Test V1PersistentVolumeClaimStatus - """ - model = k8sclient.models.v1_persistent_volume_claim_status.V1PersistentVolumeClaimStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_persistent_volume_list.py b/test/test_v1_persistent_volume_list.py deleted file mode 100644 index d4ee5b0972..0000000000 --- a/test/test_v1_persistent_volume_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume_list import V1PersistentVolumeList - - -class TestV1PersistentVolumeList(unittest.TestCase): - """ V1PersistentVolumeList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PersistentVolumeList(self): - """ - Test V1PersistentVolumeList - """ - model = k8sclient.models.v1_persistent_volume_list.V1PersistentVolumeList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_persistent_volume_spec.py b/test/test_v1_persistent_volume_spec.py deleted file mode 100644 index 437189a99d..0000000000 --- a/test/test_v1_persistent_volume_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume_spec import V1PersistentVolumeSpec - - -class TestV1PersistentVolumeSpec(unittest.TestCase): - """ V1PersistentVolumeSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PersistentVolumeSpec(self): - """ - Test V1PersistentVolumeSpec - """ - model = k8sclient.models.v1_persistent_volume_spec.V1PersistentVolumeSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_persistent_volume_status.py b/test/test_v1_persistent_volume_status.py deleted file mode 100644 index a22b0d778c..0000000000 --- a/test/test_v1_persistent_volume_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_persistent_volume_status import V1PersistentVolumeStatus - - -class TestV1PersistentVolumeStatus(unittest.TestCase): - """ V1PersistentVolumeStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PersistentVolumeStatus(self): - """ - Test V1PersistentVolumeStatus - """ - model = k8sclient.models.v1_persistent_volume_status.V1PersistentVolumeStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_pod.py b/test/test_v1_pod.py deleted file mode 100644 index 80d8221bd1..0000000000 --- a/test/test_v1_pod.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod import V1Pod - - -class TestV1Pod(unittest.TestCase): - """ V1Pod unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Pod(self): - """ - Test V1Pod - """ - model = k8sclient.models.v1_pod.V1Pod() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_pod_condition.py b/test/test_v1_pod_condition.py deleted file mode 100644 index 9276e27081..0000000000 --- a/test/test_v1_pod_condition.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_condition import V1PodCondition - - -class TestV1PodCondition(unittest.TestCase): - """ V1PodCondition unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PodCondition(self): - """ - Test V1PodCondition - """ - model = k8sclient.models.v1_pod_condition.V1PodCondition() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_pod_list.py b/test/test_v1_pod_list.py deleted file mode 100644 index dc0690b210..0000000000 --- a/test/test_v1_pod_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_list import V1PodList - - -class TestV1PodList(unittest.TestCase): - """ V1PodList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PodList(self): - """ - Test V1PodList - """ - model = k8sclient.models.v1_pod_list.V1PodList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_pod_security_context.py b/test/test_v1_pod_security_context.py deleted file mode 100644 index 6df749208f..0000000000 --- a/test/test_v1_pod_security_context.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_security_context import V1PodSecurityContext - - -class TestV1PodSecurityContext(unittest.TestCase): - """ V1PodSecurityContext unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PodSecurityContext(self): - """ - Test V1PodSecurityContext - """ - model = k8sclient.models.v1_pod_security_context.V1PodSecurityContext() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_pod_spec.py b/test/test_v1_pod_spec.py deleted file mode 100644 index 2ede8d07ec..0000000000 --- a/test/test_v1_pod_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_spec import V1PodSpec - - -class TestV1PodSpec(unittest.TestCase): - """ V1PodSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PodSpec(self): - """ - Test V1PodSpec - """ - model = k8sclient.models.v1_pod_spec.V1PodSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_pod_status.py b/test/test_v1_pod_status.py deleted file mode 100644 index 51b319050e..0000000000 --- a/test/test_v1_pod_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_status import V1PodStatus - - -class TestV1PodStatus(unittest.TestCase): - """ V1PodStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PodStatus(self): - """ - Test V1PodStatus - """ - model = k8sclient.models.v1_pod_status.V1PodStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_pod_template.py b/test/test_v1_pod_template.py deleted file mode 100644 index 41488fed40..0000000000 --- a/test/test_v1_pod_template.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_template import V1PodTemplate - - -class TestV1PodTemplate(unittest.TestCase): - """ V1PodTemplate unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PodTemplate(self): - """ - Test V1PodTemplate - """ - model = k8sclient.models.v1_pod_template.V1PodTemplate() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_pod_template_list.py b/test/test_v1_pod_template_list.py deleted file mode 100644 index 57dc7af050..0000000000 --- a/test/test_v1_pod_template_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_template_list import V1PodTemplateList - - -class TestV1PodTemplateList(unittest.TestCase): - """ V1PodTemplateList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PodTemplateList(self): - """ - Test V1PodTemplateList - """ - model = k8sclient.models.v1_pod_template_list.V1PodTemplateList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_pod_template_spec.py b/test/test_v1_pod_template_spec.py deleted file mode 100644 index bfdd410aea..0000000000 --- a/test/test_v1_pod_template_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_pod_template_spec import V1PodTemplateSpec - - -class TestV1PodTemplateSpec(unittest.TestCase): - """ V1PodTemplateSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1PodTemplateSpec(self): - """ - Test V1PodTemplateSpec - """ - model = k8sclient.models.v1_pod_template_spec.V1PodTemplateSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_preconditions.py b/test/test_v1_preconditions.py deleted file mode 100644 index 1e048012f9..0000000000 --- a/test/test_v1_preconditions.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_preconditions import V1Preconditions - - -class TestV1Preconditions(unittest.TestCase): - """ V1Preconditions unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Preconditions(self): - """ - Test V1Preconditions - """ - model = k8sclient.models.v1_preconditions.V1Preconditions() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_probe.py b/test/test_v1_probe.py deleted file mode 100644 index 5729dfcdbd..0000000000 --- a/test/test_v1_probe.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_probe import V1Probe - - -class TestV1Probe(unittest.TestCase): - """ V1Probe unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Probe(self): - """ - Test V1Probe - """ - model = k8sclient.models.v1_probe.V1Probe() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_replication_controller.py b/test/test_v1_replication_controller.py deleted file mode 100644 index 132288e413..0000000000 --- a/test/test_v1_replication_controller.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_replication_controller import V1ReplicationController - - -class TestV1ReplicationController(unittest.TestCase): - """ V1ReplicationController unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ReplicationController(self): - """ - Test V1ReplicationController - """ - model = k8sclient.models.v1_replication_controller.V1ReplicationController() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_replication_controller_condition.py b/test/test_v1_replication_controller_condition.py deleted file mode 100644 index 83be252385..0000000000 --- a/test/test_v1_replication_controller_condition.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_replication_controller_condition import V1ReplicationControllerCondition - - -class TestV1ReplicationControllerCondition(unittest.TestCase): - """ V1ReplicationControllerCondition unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ReplicationControllerCondition(self): - """ - Test V1ReplicationControllerCondition - """ - model = k8sclient.models.v1_replication_controller_condition.V1ReplicationControllerCondition() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_replication_controller_list.py b/test/test_v1_replication_controller_list.py deleted file mode 100644 index d71d2f2696..0000000000 --- a/test/test_v1_replication_controller_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_replication_controller_list import V1ReplicationControllerList - - -class TestV1ReplicationControllerList(unittest.TestCase): - """ V1ReplicationControllerList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ReplicationControllerList(self): - """ - Test V1ReplicationControllerList - """ - model = k8sclient.models.v1_replication_controller_list.V1ReplicationControllerList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_replication_controller_spec.py b/test/test_v1_replication_controller_spec.py deleted file mode 100644 index 6f5a7bad12..0000000000 --- a/test/test_v1_replication_controller_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_replication_controller_spec import V1ReplicationControllerSpec - - -class TestV1ReplicationControllerSpec(unittest.TestCase): - """ V1ReplicationControllerSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ReplicationControllerSpec(self): - """ - Test V1ReplicationControllerSpec - """ - model = k8sclient.models.v1_replication_controller_spec.V1ReplicationControllerSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_replication_controller_status.py b/test/test_v1_replication_controller_status.py deleted file mode 100644 index fce55de9ea..0000000000 --- a/test/test_v1_replication_controller_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_replication_controller_status import V1ReplicationControllerStatus - - -class TestV1ReplicationControllerStatus(unittest.TestCase): - """ V1ReplicationControllerStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ReplicationControllerStatus(self): - """ - Test V1ReplicationControllerStatus - """ - model = k8sclient.models.v1_replication_controller_status.V1ReplicationControllerStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_resource_field_selector.py b/test/test_v1_resource_field_selector.py deleted file mode 100644 index e1a4013f3d..0000000000 --- a/test/test_v1_resource_field_selector.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_resource_field_selector import V1ResourceFieldSelector - - -class TestV1ResourceFieldSelector(unittest.TestCase): - """ V1ResourceFieldSelector unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ResourceFieldSelector(self): - """ - Test V1ResourceFieldSelector - """ - model = k8sclient.models.v1_resource_field_selector.V1ResourceFieldSelector() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_resource_quota.py b/test/test_v1_resource_quota.py deleted file mode 100644 index 19f23e7a31..0000000000 --- a/test/test_v1_resource_quota.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_resource_quota import V1ResourceQuota - - -class TestV1ResourceQuota(unittest.TestCase): - """ V1ResourceQuota unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ResourceQuota(self): - """ - Test V1ResourceQuota - """ - model = k8sclient.models.v1_resource_quota.V1ResourceQuota() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_resource_quota_list.py b/test/test_v1_resource_quota_list.py deleted file mode 100644 index 540ce32980..0000000000 --- a/test/test_v1_resource_quota_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_resource_quota_list import V1ResourceQuotaList - - -class TestV1ResourceQuotaList(unittest.TestCase): - """ V1ResourceQuotaList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ResourceQuotaList(self): - """ - Test V1ResourceQuotaList - """ - model = k8sclient.models.v1_resource_quota_list.V1ResourceQuotaList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_resource_quota_spec.py b/test/test_v1_resource_quota_spec.py deleted file mode 100644 index b667e13fcf..0000000000 --- a/test/test_v1_resource_quota_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_resource_quota_spec import V1ResourceQuotaSpec - - -class TestV1ResourceQuotaSpec(unittest.TestCase): - """ V1ResourceQuotaSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ResourceQuotaSpec(self): - """ - Test V1ResourceQuotaSpec - """ - model = k8sclient.models.v1_resource_quota_spec.V1ResourceQuotaSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_resource_quota_status.py b/test/test_v1_resource_quota_status.py deleted file mode 100644 index f2ab5d3d7b..0000000000 --- a/test/test_v1_resource_quota_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_resource_quota_status import V1ResourceQuotaStatus - - -class TestV1ResourceQuotaStatus(unittest.TestCase): - """ V1ResourceQuotaStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ResourceQuotaStatus(self): - """ - Test V1ResourceQuotaStatus - """ - model = k8sclient.models.v1_resource_quota_status.V1ResourceQuotaStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_resource_requirements.py b/test/test_v1_resource_requirements.py deleted file mode 100644 index 836bcae931..0000000000 --- a/test/test_v1_resource_requirements.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_resource_requirements import V1ResourceRequirements - - -class TestV1ResourceRequirements(unittest.TestCase): - """ V1ResourceRequirements unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ResourceRequirements(self): - """ - Test V1ResourceRequirements - """ - model = k8sclient.models.v1_resource_requirements.V1ResourceRequirements() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_scale.py b/test/test_v1_scale.py deleted file mode 100644 index 262a286dae..0000000000 --- a/test/test_v1_scale.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_scale import V1Scale - - -class TestV1Scale(unittest.TestCase): - """ V1Scale unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Scale(self): - """ - Test V1Scale - """ - model = k8sclient.models.v1_scale.V1Scale() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_scale_spec.py b/test/test_v1_scale_spec.py deleted file mode 100644 index 376f348f28..0000000000 --- a/test/test_v1_scale_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_scale_spec import V1ScaleSpec - - -class TestV1ScaleSpec(unittest.TestCase): - """ V1ScaleSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ScaleSpec(self): - """ - Test V1ScaleSpec - """ - model = k8sclient.models.v1_scale_spec.V1ScaleSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_scale_status.py b/test/test_v1_scale_status.py deleted file mode 100644 index 2a06273c0b..0000000000 --- a/test/test_v1_scale_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_scale_status import V1ScaleStatus - - -class TestV1ScaleStatus(unittest.TestCase): - """ V1ScaleStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ScaleStatus(self): - """ - Test V1ScaleStatus - """ - model = k8sclient.models.v1_scale_status.V1ScaleStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_se_linux_options.py b/test/test_v1_se_linux_options.py deleted file mode 100644 index 4f697f5c3f..0000000000 --- a/test/test_v1_se_linux_options.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_se_linux_options import V1SELinuxOptions - - -class TestV1SELinuxOptions(unittest.TestCase): - """ V1SELinuxOptions unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1SELinuxOptions(self): - """ - Test V1SELinuxOptions - """ - model = k8sclient.models.v1_se_linux_options.V1SELinuxOptions() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_secret.py b/test/test_v1_secret.py deleted file mode 100644 index 1d3538cc66..0000000000 --- a/test/test_v1_secret.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_secret import V1Secret - - -class TestV1Secret(unittest.TestCase): - """ V1Secret unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Secret(self): - """ - Test V1Secret - """ - model = k8sclient.models.v1_secret.V1Secret() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_secret_key_selector.py b/test/test_v1_secret_key_selector.py deleted file mode 100644 index fa9ea3ce34..0000000000 --- a/test/test_v1_secret_key_selector.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_secret_key_selector import V1SecretKeySelector - - -class TestV1SecretKeySelector(unittest.TestCase): - """ V1SecretKeySelector unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1SecretKeySelector(self): - """ - Test V1SecretKeySelector - """ - model = k8sclient.models.v1_secret_key_selector.V1SecretKeySelector() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_secret_list.py b/test/test_v1_secret_list.py deleted file mode 100644 index e45bcdeb47..0000000000 --- a/test/test_v1_secret_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_secret_list import V1SecretList - - -class TestV1SecretList(unittest.TestCase): - """ V1SecretList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1SecretList(self): - """ - Test V1SecretList - """ - model = k8sclient.models.v1_secret_list.V1SecretList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_security_context.py b/test/test_v1_security_context.py deleted file mode 100644 index cb75ad5257..0000000000 --- a/test/test_v1_security_context.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_security_context import V1SecurityContext - - -class TestV1SecurityContext(unittest.TestCase): - """ V1SecurityContext unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1SecurityContext(self): - """ - Test V1SecurityContext - """ - model = k8sclient.models.v1_security_context.V1SecurityContext() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_service.py b/test/test_v1_service.py deleted file mode 100644 index 447089a2e5..0000000000 --- a/test/test_v1_service.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_service import V1Service - - -class TestV1Service(unittest.TestCase): - """ V1Service unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Service(self): - """ - Test V1Service - """ - model = k8sclient.models.v1_service.V1Service() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_service_account.py b/test/test_v1_service_account.py deleted file mode 100644 index 9a5dd91ef1..0000000000 --- a/test/test_v1_service_account.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_service_account import V1ServiceAccount - - -class TestV1ServiceAccount(unittest.TestCase): - """ V1ServiceAccount unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ServiceAccount(self): - """ - Test V1ServiceAccount - """ - model = k8sclient.models.v1_service_account.V1ServiceAccount() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_service_account_list.py b/test/test_v1_service_account_list.py deleted file mode 100644 index 3b1209273c..0000000000 --- a/test/test_v1_service_account_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_service_account_list import V1ServiceAccountList - - -class TestV1ServiceAccountList(unittest.TestCase): - """ V1ServiceAccountList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ServiceAccountList(self): - """ - Test V1ServiceAccountList - """ - model = k8sclient.models.v1_service_account_list.V1ServiceAccountList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_service_list.py b/test/test_v1_service_list.py deleted file mode 100644 index ce5d2ec4dc..0000000000 --- a/test/test_v1_service_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_service_list import V1ServiceList - - -class TestV1ServiceList(unittest.TestCase): - """ V1ServiceList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ServiceList(self): - """ - Test V1ServiceList - """ - model = k8sclient.models.v1_service_list.V1ServiceList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_service_port.py b/test/test_v1_service_port.py deleted file mode 100644 index ed08b9c992..0000000000 --- a/test/test_v1_service_port.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_service_port import V1ServicePort - - -class TestV1ServicePort(unittest.TestCase): - """ V1ServicePort unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ServicePort(self): - """ - Test V1ServicePort - """ - model = k8sclient.models.v1_service_port.V1ServicePort() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_service_spec.py b/test/test_v1_service_spec.py deleted file mode 100644 index 0d6b421b53..0000000000 --- a/test/test_v1_service_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_service_spec import V1ServiceSpec - - -class TestV1ServiceSpec(unittest.TestCase): - """ V1ServiceSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ServiceSpec(self): - """ - Test V1ServiceSpec - """ - model = k8sclient.models.v1_service_spec.V1ServiceSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_service_status.py b/test/test_v1_service_status.py deleted file mode 100644 index c36dfd8bd8..0000000000 --- a/test/test_v1_service_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_service_status import V1ServiceStatus - - -class TestV1ServiceStatus(unittest.TestCase): - """ V1ServiceStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1ServiceStatus(self): - """ - Test V1ServiceStatus - """ - model = k8sclient.models.v1_service_status.V1ServiceStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_tcp_socket_action.py b/test/test_v1_tcp_socket_action.py deleted file mode 100644 index ec4bccdd82..0000000000 --- a/test/test_v1_tcp_socket_action.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_tcp_socket_action import V1TCPSocketAction - - -class TestV1TCPSocketAction(unittest.TestCase): - """ V1TCPSocketAction unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1TCPSocketAction(self): - """ - Test V1TCPSocketAction - """ - model = k8sclient.models.v1_tcp_socket_action.V1TCPSocketAction() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_volume.py b/test/test_v1_volume.py deleted file mode 100644 index 693a8e4f74..0000000000 --- a/test/test_v1_volume.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_volume import V1Volume - - -class TestV1Volume(unittest.TestCase): - """ V1Volume unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1Volume(self): - """ - Test V1Volume - """ - model = k8sclient.models.v1_volume.V1Volume() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1_volume_mount.py b/test/test_v1_volume_mount.py deleted file mode 100644 index 675d8e0bf3..0000000000 --- a/test/test_v1_volume_mount.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1_volume_mount import V1VolumeMount - - -class TestV1VolumeMount(unittest.TestCase): - """ V1VolumeMount unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1VolumeMount(self): - """ - Test V1VolumeMount - """ - model = k8sclient.models.v1_volume_mount.V1VolumeMount() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_certificate_signing_request.py b/test/test_v1alpha1_certificate_signing_request.py deleted file mode 100644 index 3e1707a0f5..0000000000 --- a/test/test_v1alpha1_certificate_signing_request.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_certificate_signing_request import V1alpha1CertificateSigningRequest - - -class TestV1alpha1CertificateSigningRequest(unittest.TestCase): - """ V1alpha1CertificateSigningRequest unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1CertificateSigningRequest(self): - """ - Test V1alpha1CertificateSigningRequest - """ - model = k8sclient.models.v1alpha1_certificate_signing_request.V1alpha1CertificateSigningRequest() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_certificate_signing_request_condition.py b/test/test_v1alpha1_certificate_signing_request_condition.py deleted file mode 100644 index a3fcc29358..0000000000 --- a/test/test_v1alpha1_certificate_signing_request_condition.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_certificate_signing_request_condition import V1alpha1CertificateSigningRequestCondition - - -class TestV1alpha1CertificateSigningRequestCondition(unittest.TestCase): - """ V1alpha1CertificateSigningRequestCondition unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1CertificateSigningRequestCondition(self): - """ - Test V1alpha1CertificateSigningRequestCondition - """ - model = k8sclient.models.v1alpha1_certificate_signing_request_condition.V1alpha1CertificateSigningRequestCondition() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_certificate_signing_request_list.py b/test/test_v1alpha1_certificate_signing_request_list.py deleted file mode 100644 index 394ee83bf5..0000000000 --- a/test/test_v1alpha1_certificate_signing_request_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_certificate_signing_request_list import V1alpha1CertificateSigningRequestList - - -class TestV1alpha1CertificateSigningRequestList(unittest.TestCase): - """ V1alpha1CertificateSigningRequestList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1CertificateSigningRequestList(self): - """ - Test V1alpha1CertificateSigningRequestList - """ - model = k8sclient.models.v1alpha1_certificate_signing_request_list.V1alpha1CertificateSigningRequestList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_certificate_signing_request_spec.py b/test/test_v1alpha1_certificate_signing_request_spec.py deleted file mode 100644 index 3e625c8b6b..0000000000 --- a/test/test_v1alpha1_certificate_signing_request_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_certificate_signing_request_spec import V1alpha1CertificateSigningRequestSpec - - -class TestV1alpha1CertificateSigningRequestSpec(unittest.TestCase): - """ V1alpha1CertificateSigningRequestSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1CertificateSigningRequestSpec(self): - """ - Test V1alpha1CertificateSigningRequestSpec - """ - model = k8sclient.models.v1alpha1_certificate_signing_request_spec.V1alpha1CertificateSigningRequestSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_certificate_signing_request_status.py b/test/test_v1alpha1_certificate_signing_request_status.py deleted file mode 100644 index f515632228..0000000000 --- a/test/test_v1alpha1_certificate_signing_request_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_certificate_signing_request_status import V1alpha1CertificateSigningRequestStatus - - -class TestV1alpha1CertificateSigningRequestStatus(unittest.TestCase): - """ V1alpha1CertificateSigningRequestStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1CertificateSigningRequestStatus(self): - """ - Test V1alpha1CertificateSigningRequestStatus - """ - model = k8sclient.models.v1alpha1_certificate_signing_request_status.V1alpha1CertificateSigningRequestStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_cluster_role.py b/test/test_v1alpha1_cluster_role.py deleted file mode 100644 index 62f4982eba..0000000000 --- a/test/test_v1alpha1_cluster_role.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_cluster_role import V1alpha1ClusterRole - - -class TestV1alpha1ClusterRole(unittest.TestCase): - """ V1alpha1ClusterRole unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1ClusterRole(self): - """ - Test V1alpha1ClusterRole - """ - model = k8sclient.models.v1alpha1_cluster_role.V1alpha1ClusterRole() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_cluster_role_binding.py b/test/test_v1alpha1_cluster_role_binding.py deleted file mode 100644 index 28991118fa..0000000000 --- a/test/test_v1alpha1_cluster_role_binding.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_cluster_role_binding import V1alpha1ClusterRoleBinding - - -class TestV1alpha1ClusterRoleBinding(unittest.TestCase): - """ V1alpha1ClusterRoleBinding unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1ClusterRoleBinding(self): - """ - Test V1alpha1ClusterRoleBinding - """ - model = k8sclient.models.v1alpha1_cluster_role_binding.V1alpha1ClusterRoleBinding() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_cluster_role_binding_list.py b/test/test_v1alpha1_cluster_role_binding_list.py deleted file mode 100644 index 951c88002a..0000000000 --- a/test/test_v1alpha1_cluster_role_binding_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_cluster_role_binding_list import V1alpha1ClusterRoleBindingList - - -class TestV1alpha1ClusterRoleBindingList(unittest.TestCase): - """ V1alpha1ClusterRoleBindingList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1ClusterRoleBindingList(self): - """ - Test V1alpha1ClusterRoleBindingList - """ - model = k8sclient.models.v1alpha1_cluster_role_binding_list.V1alpha1ClusterRoleBindingList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_cluster_role_list.py b/test/test_v1alpha1_cluster_role_list.py deleted file mode 100644 index 2b60baa239..0000000000 --- a/test/test_v1alpha1_cluster_role_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_cluster_role_list import V1alpha1ClusterRoleList - - -class TestV1alpha1ClusterRoleList(unittest.TestCase): - """ V1alpha1ClusterRoleList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1ClusterRoleList(self): - """ - Test V1alpha1ClusterRoleList - """ - model = k8sclient.models.v1alpha1_cluster_role_list.V1alpha1ClusterRoleList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_eviction.py b/test/test_v1alpha1_eviction.py deleted file mode 100644 index 0eaec2c869..0000000000 --- a/test/test_v1alpha1_eviction.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_eviction import V1alpha1Eviction - - -class TestV1alpha1Eviction(unittest.TestCase): - """ V1alpha1Eviction unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1Eviction(self): - """ - Test V1alpha1Eviction - """ - model = k8sclient.models.v1alpha1_eviction.V1alpha1Eviction() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_pod_disruption_budget.py b/test/test_v1alpha1_pod_disruption_budget.py deleted file mode 100644 index d2aee7142f..0000000000 --- a/test/test_v1alpha1_pod_disruption_budget.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_pod_disruption_budget import V1alpha1PodDisruptionBudget - - -class TestV1alpha1PodDisruptionBudget(unittest.TestCase): - """ V1alpha1PodDisruptionBudget unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1PodDisruptionBudget(self): - """ - Test V1alpha1PodDisruptionBudget - """ - model = k8sclient.models.v1alpha1_pod_disruption_budget.V1alpha1PodDisruptionBudget() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_pod_disruption_budget_list.py b/test/test_v1alpha1_pod_disruption_budget_list.py deleted file mode 100644 index 9acc2701f3..0000000000 --- a/test/test_v1alpha1_pod_disruption_budget_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_pod_disruption_budget_list import V1alpha1PodDisruptionBudgetList - - -class TestV1alpha1PodDisruptionBudgetList(unittest.TestCase): - """ V1alpha1PodDisruptionBudgetList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1PodDisruptionBudgetList(self): - """ - Test V1alpha1PodDisruptionBudgetList - """ - model = k8sclient.models.v1alpha1_pod_disruption_budget_list.V1alpha1PodDisruptionBudgetList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_pod_disruption_budget_spec.py b/test/test_v1alpha1_pod_disruption_budget_spec.py deleted file mode 100644 index 644e5d1896..0000000000 --- a/test/test_v1alpha1_pod_disruption_budget_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_pod_disruption_budget_spec import V1alpha1PodDisruptionBudgetSpec - - -class TestV1alpha1PodDisruptionBudgetSpec(unittest.TestCase): - """ V1alpha1PodDisruptionBudgetSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1PodDisruptionBudgetSpec(self): - """ - Test V1alpha1PodDisruptionBudgetSpec - """ - model = k8sclient.models.v1alpha1_pod_disruption_budget_spec.V1alpha1PodDisruptionBudgetSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_pod_disruption_budget_status.py b/test/test_v1alpha1_pod_disruption_budget_status.py deleted file mode 100644 index fefc202d29..0000000000 --- a/test/test_v1alpha1_pod_disruption_budget_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_pod_disruption_budget_status import V1alpha1PodDisruptionBudgetStatus - - -class TestV1alpha1PodDisruptionBudgetStatus(unittest.TestCase): - """ V1alpha1PodDisruptionBudgetStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1PodDisruptionBudgetStatus(self): - """ - Test V1alpha1PodDisruptionBudgetStatus - """ - model = k8sclient.models.v1alpha1_pod_disruption_budget_status.V1alpha1PodDisruptionBudgetStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_policy_rule.py b/test/test_v1alpha1_policy_rule.py deleted file mode 100644 index 3ec7d7d65b..0000000000 --- a/test/test_v1alpha1_policy_rule.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_policy_rule import V1alpha1PolicyRule - - -class TestV1alpha1PolicyRule(unittest.TestCase): - """ V1alpha1PolicyRule unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1PolicyRule(self): - """ - Test V1alpha1PolicyRule - """ - model = k8sclient.models.v1alpha1_policy_rule.V1alpha1PolicyRule() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_role.py b/test/test_v1alpha1_role.py deleted file mode 100644 index 4d94dafc39..0000000000 --- a/test/test_v1alpha1_role.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_role import V1alpha1Role - - -class TestV1alpha1Role(unittest.TestCase): - """ V1alpha1Role unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1Role(self): - """ - Test V1alpha1Role - """ - model = k8sclient.models.v1alpha1_role.V1alpha1Role() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_role_binding.py b/test/test_v1alpha1_role_binding.py deleted file mode 100644 index 375c423755..0000000000 --- a/test/test_v1alpha1_role_binding.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_role_binding import V1alpha1RoleBinding - - -class TestV1alpha1RoleBinding(unittest.TestCase): - """ V1alpha1RoleBinding unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1RoleBinding(self): - """ - Test V1alpha1RoleBinding - """ - model = k8sclient.models.v1alpha1_role_binding.V1alpha1RoleBinding() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_role_binding_list.py b/test/test_v1alpha1_role_binding_list.py deleted file mode 100644 index dd6a238229..0000000000 --- a/test/test_v1alpha1_role_binding_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_role_binding_list import V1alpha1RoleBindingList - - -class TestV1alpha1RoleBindingList(unittest.TestCase): - """ V1alpha1RoleBindingList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1RoleBindingList(self): - """ - Test V1alpha1RoleBindingList - """ - model = k8sclient.models.v1alpha1_role_binding_list.V1alpha1RoleBindingList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_role_list.py b/test/test_v1alpha1_role_list.py deleted file mode 100644 index 4e67186dda..0000000000 --- a/test/test_v1alpha1_role_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_role_list import V1alpha1RoleList - - -class TestV1alpha1RoleList(unittest.TestCase): - """ V1alpha1RoleList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1RoleList(self): - """ - Test V1alpha1RoleList - """ - model = k8sclient.models.v1alpha1_role_list.V1alpha1RoleList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_role_ref.py b/test/test_v1alpha1_role_ref.py deleted file mode 100644 index fd5c800794..0000000000 --- a/test/test_v1alpha1_role_ref.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_role_ref import V1alpha1RoleRef - - -class TestV1alpha1RoleRef(unittest.TestCase): - """ V1alpha1RoleRef unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1RoleRef(self): - """ - Test V1alpha1RoleRef - """ - model = k8sclient.models.v1alpha1_role_ref.V1alpha1RoleRef() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_stateful_set.py b/test/test_v1alpha1_stateful_set.py deleted file mode 100644 index 357f5c5e77..0000000000 --- a/test/test_v1alpha1_stateful_set.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_stateful_set import V1alpha1StatefulSet - - -class TestV1alpha1StatefulSet(unittest.TestCase): - """ V1alpha1StatefulSet unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1StatefulSet(self): - """ - Test V1alpha1StatefulSet - """ - model = k8sclient.models.v1alpha1_stateful_set.V1alpha1StatefulSet() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_stateful_set_list.py b/test/test_v1alpha1_stateful_set_list.py deleted file mode 100644 index dcc05df752..0000000000 --- a/test/test_v1alpha1_stateful_set_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_stateful_set_list import V1alpha1StatefulSetList - - -class TestV1alpha1StatefulSetList(unittest.TestCase): - """ V1alpha1StatefulSetList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1StatefulSetList(self): - """ - Test V1alpha1StatefulSetList - """ - model = k8sclient.models.v1alpha1_stateful_set_list.V1alpha1StatefulSetList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_stateful_set_spec.py b/test/test_v1alpha1_stateful_set_spec.py deleted file mode 100644 index c3759bc896..0000000000 --- a/test/test_v1alpha1_stateful_set_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_stateful_set_spec import V1alpha1StatefulSetSpec - - -class TestV1alpha1StatefulSetSpec(unittest.TestCase): - """ V1alpha1StatefulSetSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1StatefulSetSpec(self): - """ - Test V1alpha1StatefulSetSpec - """ - model = k8sclient.models.v1alpha1_stateful_set_spec.V1alpha1StatefulSetSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_stateful_set_status.py b/test/test_v1alpha1_stateful_set_status.py deleted file mode 100644 index 72898d6863..0000000000 --- a/test/test_v1alpha1_stateful_set_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_stateful_set_status import V1alpha1StatefulSetStatus - - -class TestV1alpha1StatefulSetStatus(unittest.TestCase): - """ V1alpha1StatefulSetStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1StatefulSetStatus(self): - """ - Test V1alpha1StatefulSetStatus - """ - model = k8sclient.models.v1alpha1_stateful_set_status.V1alpha1StatefulSetStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1alpha1_subject.py b/test/test_v1alpha1_subject.py deleted file mode 100644 index a1f6541aab..0000000000 --- a/test/test_v1alpha1_subject.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1alpha1_subject import V1alpha1Subject - - -class TestV1alpha1Subject(unittest.TestCase): - """ V1alpha1Subject unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1alpha1Subject(self): - """ - Test V1alpha1Subject - """ - model = k8sclient.models.v1alpha1_subject.V1alpha1Subject() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_api_version.py b/test/test_v1beta1_api_version.py deleted file mode 100644 index a15f3e3af2..0000000000 --- a/test/test_v1beta1_api_version.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_api_version import V1beta1APIVersion - - -class TestV1beta1APIVersion(unittest.TestCase): - """ V1beta1APIVersion unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1APIVersion(self): - """ - Test V1beta1APIVersion - """ - model = k8sclient.models.v1beta1_api_version.V1beta1APIVersion() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_cpu_target_utilization.py b/test/test_v1beta1_cpu_target_utilization.py deleted file mode 100644 index e946b1bb23..0000000000 --- a/test/test_v1beta1_cpu_target_utilization.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_cpu_target_utilization import V1beta1CPUTargetUtilization - - -class TestV1beta1CPUTargetUtilization(unittest.TestCase): - """ V1beta1CPUTargetUtilization unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1CPUTargetUtilization(self): - """ - Test V1beta1CPUTargetUtilization - """ - model = k8sclient.models.v1beta1_cpu_target_utilization.V1beta1CPUTargetUtilization() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_daemon_set.py b/test/test_v1beta1_daemon_set.py deleted file mode 100644 index b26df138cd..0000000000 --- a/test/test_v1beta1_daemon_set.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_daemon_set import V1beta1DaemonSet - - -class TestV1beta1DaemonSet(unittest.TestCase): - """ V1beta1DaemonSet unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1DaemonSet(self): - """ - Test V1beta1DaemonSet - """ - model = k8sclient.models.v1beta1_daemon_set.V1beta1DaemonSet() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_daemon_set_list.py b/test/test_v1beta1_daemon_set_list.py deleted file mode 100644 index 37087f3c58..0000000000 --- a/test/test_v1beta1_daemon_set_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_daemon_set_list import V1beta1DaemonSetList - - -class TestV1beta1DaemonSetList(unittest.TestCase): - """ V1beta1DaemonSetList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1DaemonSetList(self): - """ - Test V1beta1DaemonSetList - """ - model = k8sclient.models.v1beta1_daemon_set_list.V1beta1DaemonSetList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_daemon_set_spec.py b/test/test_v1beta1_daemon_set_spec.py deleted file mode 100644 index a17cc778a6..0000000000 --- a/test/test_v1beta1_daemon_set_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_daemon_set_spec import V1beta1DaemonSetSpec - - -class TestV1beta1DaemonSetSpec(unittest.TestCase): - """ V1beta1DaemonSetSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1DaemonSetSpec(self): - """ - Test V1beta1DaemonSetSpec - """ - model = k8sclient.models.v1beta1_daemon_set_spec.V1beta1DaemonSetSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_daemon_set_status.py b/test/test_v1beta1_daemon_set_status.py deleted file mode 100644 index 24f51922c8..0000000000 --- a/test/test_v1beta1_daemon_set_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_daemon_set_status import V1beta1DaemonSetStatus - - -class TestV1beta1DaemonSetStatus(unittest.TestCase): - """ V1beta1DaemonSetStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1DaemonSetStatus(self): - """ - Test V1beta1DaemonSetStatus - """ - model = k8sclient.models.v1beta1_daemon_set_status.V1beta1DaemonSetStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_deployment.py b/test/test_v1beta1_deployment.py deleted file mode 100644 index a38289b07b..0000000000 --- a/test/test_v1beta1_deployment.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_deployment import V1beta1Deployment - - -class TestV1beta1Deployment(unittest.TestCase): - """ V1beta1Deployment unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1Deployment(self): - """ - Test V1beta1Deployment - """ - model = k8sclient.models.v1beta1_deployment.V1beta1Deployment() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_deployment_condition.py b/test/test_v1beta1_deployment_condition.py deleted file mode 100644 index 0dc52bf2e7..0000000000 --- a/test/test_v1beta1_deployment_condition.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_deployment_condition import V1beta1DeploymentCondition - - -class TestV1beta1DeploymentCondition(unittest.TestCase): - """ V1beta1DeploymentCondition unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1DeploymentCondition(self): - """ - Test V1beta1DeploymentCondition - """ - model = k8sclient.models.v1beta1_deployment_condition.V1beta1DeploymentCondition() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_deployment_list.py b/test/test_v1beta1_deployment_list.py deleted file mode 100644 index 1eafee79d0..0000000000 --- a/test/test_v1beta1_deployment_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_deployment_list import V1beta1DeploymentList - - -class TestV1beta1DeploymentList(unittest.TestCase): - """ V1beta1DeploymentList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1DeploymentList(self): - """ - Test V1beta1DeploymentList - """ - model = k8sclient.models.v1beta1_deployment_list.V1beta1DeploymentList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_deployment_rollback.py b/test/test_v1beta1_deployment_rollback.py deleted file mode 100644 index 5ba87b84da..0000000000 --- a/test/test_v1beta1_deployment_rollback.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_deployment_rollback import V1beta1DeploymentRollback - - -class TestV1beta1DeploymentRollback(unittest.TestCase): - """ V1beta1DeploymentRollback unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1DeploymentRollback(self): - """ - Test V1beta1DeploymentRollback - """ - model = k8sclient.models.v1beta1_deployment_rollback.V1beta1DeploymentRollback() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_deployment_spec.py b/test/test_v1beta1_deployment_spec.py deleted file mode 100644 index 661c7f5b82..0000000000 --- a/test/test_v1beta1_deployment_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_deployment_spec import V1beta1DeploymentSpec - - -class TestV1beta1DeploymentSpec(unittest.TestCase): - """ V1beta1DeploymentSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1DeploymentSpec(self): - """ - Test V1beta1DeploymentSpec - """ - model = k8sclient.models.v1beta1_deployment_spec.V1beta1DeploymentSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_deployment_status.py b/test/test_v1beta1_deployment_status.py deleted file mode 100644 index da4ff92dd9..0000000000 --- a/test/test_v1beta1_deployment_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_deployment_status import V1beta1DeploymentStatus - - -class TestV1beta1DeploymentStatus(unittest.TestCase): - """ V1beta1DeploymentStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1DeploymentStatus(self): - """ - Test V1beta1DeploymentStatus - """ - model = k8sclient.models.v1beta1_deployment_status.V1beta1DeploymentStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_deployment_strategy.py b/test/test_v1beta1_deployment_strategy.py deleted file mode 100644 index a424cfdf0f..0000000000 --- a/test/test_v1beta1_deployment_strategy.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_deployment_strategy import V1beta1DeploymentStrategy - - -class TestV1beta1DeploymentStrategy(unittest.TestCase): - """ V1beta1DeploymentStrategy unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1DeploymentStrategy(self): - """ - Test V1beta1DeploymentStrategy - """ - model = k8sclient.models.v1beta1_deployment_strategy.V1beta1DeploymentStrategy() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_horizontal_pod_autoscaler.py b/test/test_v1beta1_horizontal_pod_autoscaler.py deleted file mode 100644 index 974e4c9b54..0000000000 --- a/test/test_v1beta1_horizontal_pod_autoscaler.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_horizontal_pod_autoscaler import V1beta1HorizontalPodAutoscaler - - -class TestV1beta1HorizontalPodAutoscaler(unittest.TestCase): - """ V1beta1HorizontalPodAutoscaler unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1HorizontalPodAutoscaler(self): - """ - Test V1beta1HorizontalPodAutoscaler - """ - model = k8sclient.models.v1beta1_horizontal_pod_autoscaler.V1beta1HorizontalPodAutoscaler() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_horizontal_pod_autoscaler_list.py b/test/test_v1beta1_horizontal_pod_autoscaler_list.py deleted file mode 100644 index 4bde2a5cea..0000000000 --- a/test/test_v1beta1_horizontal_pod_autoscaler_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_horizontal_pod_autoscaler_list import V1beta1HorizontalPodAutoscalerList - - -class TestV1beta1HorizontalPodAutoscalerList(unittest.TestCase): - """ V1beta1HorizontalPodAutoscalerList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1HorizontalPodAutoscalerList(self): - """ - Test V1beta1HorizontalPodAutoscalerList - """ - model = k8sclient.models.v1beta1_horizontal_pod_autoscaler_list.V1beta1HorizontalPodAutoscalerList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_horizontal_pod_autoscaler_spec.py b/test/test_v1beta1_horizontal_pod_autoscaler_spec.py deleted file mode 100644 index d0f9b8fa9a..0000000000 --- a/test/test_v1beta1_horizontal_pod_autoscaler_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_horizontal_pod_autoscaler_spec import V1beta1HorizontalPodAutoscalerSpec - - -class TestV1beta1HorizontalPodAutoscalerSpec(unittest.TestCase): - """ V1beta1HorizontalPodAutoscalerSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1HorizontalPodAutoscalerSpec(self): - """ - Test V1beta1HorizontalPodAutoscalerSpec - """ - model = k8sclient.models.v1beta1_horizontal_pod_autoscaler_spec.V1beta1HorizontalPodAutoscalerSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_horizontal_pod_autoscaler_status.py b/test/test_v1beta1_horizontal_pod_autoscaler_status.py deleted file mode 100644 index a10be7ebba..0000000000 --- a/test/test_v1beta1_horizontal_pod_autoscaler_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_horizontal_pod_autoscaler_status import V1beta1HorizontalPodAutoscalerStatus - - -class TestV1beta1HorizontalPodAutoscalerStatus(unittest.TestCase): - """ V1beta1HorizontalPodAutoscalerStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1HorizontalPodAutoscalerStatus(self): - """ - Test V1beta1HorizontalPodAutoscalerStatus - """ - model = k8sclient.models.v1beta1_horizontal_pod_autoscaler_status.V1beta1HorizontalPodAutoscalerStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_ingress.py b/test/test_v1beta1_ingress.py deleted file mode 100644 index b584b3928a..0000000000 --- a/test/test_v1beta1_ingress.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_ingress import V1beta1Ingress - - -class TestV1beta1Ingress(unittest.TestCase): - """ V1beta1Ingress unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1Ingress(self): - """ - Test V1beta1Ingress - """ - model = k8sclient.models.v1beta1_ingress.V1beta1Ingress() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_ingress_backend.py b/test/test_v1beta1_ingress_backend.py deleted file mode 100644 index 2a650128d8..0000000000 --- a/test/test_v1beta1_ingress_backend.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_ingress_backend import V1beta1IngressBackend - - -class TestV1beta1IngressBackend(unittest.TestCase): - """ V1beta1IngressBackend unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1IngressBackend(self): - """ - Test V1beta1IngressBackend - """ - model = k8sclient.models.v1beta1_ingress_backend.V1beta1IngressBackend() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_ingress_list.py b/test/test_v1beta1_ingress_list.py deleted file mode 100644 index 589c5b1987..0000000000 --- a/test/test_v1beta1_ingress_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_ingress_list import V1beta1IngressList - - -class TestV1beta1IngressList(unittest.TestCase): - """ V1beta1IngressList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1IngressList(self): - """ - Test V1beta1IngressList - """ - model = k8sclient.models.v1beta1_ingress_list.V1beta1IngressList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_ingress_rule.py b/test/test_v1beta1_ingress_rule.py deleted file mode 100644 index cb5476de62..0000000000 --- a/test/test_v1beta1_ingress_rule.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_ingress_rule import V1beta1IngressRule - - -class TestV1beta1IngressRule(unittest.TestCase): - """ V1beta1IngressRule unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1IngressRule(self): - """ - Test V1beta1IngressRule - """ - model = k8sclient.models.v1beta1_ingress_rule.V1beta1IngressRule() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_ingress_spec.py b/test/test_v1beta1_ingress_spec.py deleted file mode 100644 index e236916bf7..0000000000 --- a/test/test_v1beta1_ingress_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_ingress_spec import V1beta1IngressSpec - - -class TestV1beta1IngressSpec(unittest.TestCase): - """ V1beta1IngressSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1IngressSpec(self): - """ - Test V1beta1IngressSpec - """ - model = k8sclient.models.v1beta1_ingress_spec.V1beta1IngressSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_ingress_status.py b/test/test_v1beta1_ingress_status.py deleted file mode 100644 index 1f20d01cd8..0000000000 --- a/test/test_v1beta1_ingress_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_ingress_status import V1beta1IngressStatus - - -class TestV1beta1IngressStatus(unittest.TestCase): - """ V1beta1IngressStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1IngressStatus(self): - """ - Test V1beta1IngressStatus - """ - model = k8sclient.models.v1beta1_ingress_status.V1beta1IngressStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_ingress_tls.py b/test/test_v1beta1_ingress_tls.py deleted file mode 100644 index f8b6a22f05..0000000000 --- a/test/test_v1beta1_ingress_tls.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_ingress_tls import V1beta1IngressTLS - - -class TestV1beta1IngressTLS(unittest.TestCase): - """ V1beta1IngressTLS unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1IngressTLS(self): - """ - Test V1beta1IngressTLS - """ - model = k8sclient.models.v1beta1_ingress_tls.V1beta1IngressTLS() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_job.py b/test/test_v1beta1_job.py deleted file mode 100644 index 7261d89fac..0000000000 --- a/test/test_v1beta1_job.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_job import V1beta1Job - - -class TestV1beta1Job(unittest.TestCase): - """ V1beta1Job unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1Job(self): - """ - Test V1beta1Job - """ - model = k8sclient.models.v1beta1_job.V1beta1Job() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_job_condition.py b/test/test_v1beta1_job_condition.py deleted file mode 100644 index 46903e758e..0000000000 --- a/test/test_v1beta1_job_condition.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_job_condition import V1beta1JobCondition - - -class TestV1beta1JobCondition(unittest.TestCase): - """ V1beta1JobCondition unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1JobCondition(self): - """ - Test V1beta1JobCondition - """ - model = k8sclient.models.v1beta1_job_condition.V1beta1JobCondition() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_job_list.py b/test/test_v1beta1_job_list.py deleted file mode 100644 index 074416c882..0000000000 --- a/test/test_v1beta1_job_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_job_list import V1beta1JobList - - -class TestV1beta1JobList(unittest.TestCase): - """ V1beta1JobList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1JobList(self): - """ - Test V1beta1JobList - """ - model = k8sclient.models.v1beta1_job_list.V1beta1JobList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_job_spec.py b/test/test_v1beta1_job_spec.py deleted file mode 100644 index 68560742ea..0000000000 --- a/test/test_v1beta1_job_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_job_spec import V1beta1JobSpec - - -class TestV1beta1JobSpec(unittest.TestCase): - """ V1beta1JobSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1JobSpec(self): - """ - Test V1beta1JobSpec - """ - model = k8sclient.models.v1beta1_job_spec.V1beta1JobSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_job_status.py b/test/test_v1beta1_job_status.py deleted file mode 100644 index 30b060c7da..0000000000 --- a/test/test_v1beta1_job_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_job_status import V1beta1JobStatus - - -class TestV1beta1JobStatus(unittest.TestCase): - """ V1beta1JobStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1JobStatus(self): - """ - Test V1beta1JobStatus - """ - model = k8sclient.models.v1beta1_job_status.V1beta1JobStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_local_subject_access_review.py b/test/test_v1beta1_local_subject_access_review.py deleted file mode 100644 index 5af512625b..0000000000 --- a/test/test_v1beta1_local_subject_access_review.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_local_subject_access_review import V1beta1LocalSubjectAccessReview - - -class TestV1beta1LocalSubjectAccessReview(unittest.TestCase): - """ V1beta1LocalSubjectAccessReview unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1LocalSubjectAccessReview(self): - """ - Test V1beta1LocalSubjectAccessReview - """ - model = k8sclient.models.v1beta1_local_subject_access_review.V1beta1LocalSubjectAccessReview() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_network_policy.py b/test/test_v1beta1_network_policy.py deleted file mode 100644 index 3aa5f44201..0000000000 --- a/test/test_v1beta1_network_policy.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_network_policy import V1beta1NetworkPolicy - - -class TestV1beta1NetworkPolicy(unittest.TestCase): - """ V1beta1NetworkPolicy unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1NetworkPolicy(self): - """ - Test V1beta1NetworkPolicy - """ - model = k8sclient.models.v1beta1_network_policy.V1beta1NetworkPolicy() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_network_policy_ingress_rule.py b/test/test_v1beta1_network_policy_ingress_rule.py deleted file mode 100644 index 24ec10c2c0..0000000000 --- a/test/test_v1beta1_network_policy_ingress_rule.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_network_policy_ingress_rule import V1beta1NetworkPolicyIngressRule - - -class TestV1beta1NetworkPolicyIngressRule(unittest.TestCase): - """ V1beta1NetworkPolicyIngressRule unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1NetworkPolicyIngressRule(self): - """ - Test V1beta1NetworkPolicyIngressRule - """ - model = k8sclient.models.v1beta1_network_policy_ingress_rule.V1beta1NetworkPolicyIngressRule() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_network_policy_list.py b/test/test_v1beta1_network_policy_list.py deleted file mode 100644 index daf44c4f15..0000000000 --- a/test/test_v1beta1_network_policy_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_network_policy_list import V1beta1NetworkPolicyList - - -class TestV1beta1NetworkPolicyList(unittest.TestCase): - """ V1beta1NetworkPolicyList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1NetworkPolicyList(self): - """ - Test V1beta1NetworkPolicyList - """ - model = k8sclient.models.v1beta1_network_policy_list.V1beta1NetworkPolicyList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_network_policy_peer.py b/test/test_v1beta1_network_policy_peer.py deleted file mode 100644 index 6649aa3dd6..0000000000 --- a/test/test_v1beta1_network_policy_peer.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_network_policy_peer import V1beta1NetworkPolicyPeer - - -class TestV1beta1NetworkPolicyPeer(unittest.TestCase): - """ V1beta1NetworkPolicyPeer unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1NetworkPolicyPeer(self): - """ - Test V1beta1NetworkPolicyPeer - """ - model = k8sclient.models.v1beta1_network_policy_peer.V1beta1NetworkPolicyPeer() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_network_policy_port.py b/test/test_v1beta1_network_policy_port.py deleted file mode 100644 index afd8cea80e..0000000000 --- a/test/test_v1beta1_network_policy_port.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_network_policy_port import V1beta1NetworkPolicyPort - - -class TestV1beta1NetworkPolicyPort(unittest.TestCase): - """ V1beta1NetworkPolicyPort unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1NetworkPolicyPort(self): - """ - Test V1beta1NetworkPolicyPort - """ - model = k8sclient.models.v1beta1_network_policy_port.V1beta1NetworkPolicyPort() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_network_policy_spec.py b/test/test_v1beta1_network_policy_spec.py deleted file mode 100644 index e0348c2212..0000000000 --- a/test/test_v1beta1_network_policy_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_network_policy_spec import V1beta1NetworkPolicySpec - - -class TestV1beta1NetworkPolicySpec(unittest.TestCase): - """ V1beta1NetworkPolicySpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1NetworkPolicySpec(self): - """ - Test V1beta1NetworkPolicySpec - """ - model = k8sclient.models.v1beta1_network_policy_spec.V1beta1NetworkPolicySpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_non_resource_attributes.py b/test/test_v1beta1_non_resource_attributes.py deleted file mode 100644 index 7d82ee8207..0000000000 --- a/test/test_v1beta1_non_resource_attributes.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_non_resource_attributes import V1beta1NonResourceAttributes - - -class TestV1beta1NonResourceAttributes(unittest.TestCase): - """ V1beta1NonResourceAttributes unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1NonResourceAttributes(self): - """ - Test V1beta1NonResourceAttributes - """ - model = k8sclient.models.v1beta1_non_resource_attributes.V1beta1NonResourceAttributes() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_replica_set.py b/test/test_v1beta1_replica_set.py deleted file mode 100644 index e7eeb392cc..0000000000 --- a/test/test_v1beta1_replica_set.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_replica_set import V1beta1ReplicaSet - - -class TestV1beta1ReplicaSet(unittest.TestCase): - """ V1beta1ReplicaSet unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1ReplicaSet(self): - """ - Test V1beta1ReplicaSet - """ - model = k8sclient.models.v1beta1_replica_set.V1beta1ReplicaSet() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_replica_set_condition.py b/test/test_v1beta1_replica_set_condition.py deleted file mode 100644 index 722784869d..0000000000 --- a/test/test_v1beta1_replica_set_condition.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_replica_set_condition import V1beta1ReplicaSetCondition - - -class TestV1beta1ReplicaSetCondition(unittest.TestCase): - """ V1beta1ReplicaSetCondition unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1ReplicaSetCondition(self): - """ - Test V1beta1ReplicaSetCondition - """ - model = k8sclient.models.v1beta1_replica_set_condition.V1beta1ReplicaSetCondition() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_replica_set_list.py b/test/test_v1beta1_replica_set_list.py deleted file mode 100644 index e3d746aeb0..0000000000 --- a/test/test_v1beta1_replica_set_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_replica_set_list import V1beta1ReplicaSetList - - -class TestV1beta1ReplicaSetList(unittest.TestCase): - """ V1beta1ReplicaSetList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1ReplicaSetList(self): - """ - Test V1beta1ReplicaSetList - """ - model = k8sclient.models.v1beta1_replica_set_list.V1beta1ReplicaSetList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_replica_set_spec.py b/test/test_v1beta1_replica_set_spec.py deleted file mode 100644 index cfd722c5b2..0000000000 --- a/test/test_v1beta1_replica_set_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_replica_set_spec import V1beta1ReplicaSetSpec - - -class TestV1beta1ReplicaSetSpec(unittest.TestCase): - """ V1beta1ReplicaSetSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1ReplicaSetSpec(self): - """ - Test V1beta1ReplicaSetSpec - """ - model = k8sclient.models.v1beta1_replica_set_spec.V1beta1ReplicaSetSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_replica_set_status.py b/test/test_v1beta1_replica_set_status.py deleted file mode 100644 index 598e78fb60..0000000000 --- a/test/test_v1beta1_replica_set_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_replica_set_status import V1beta1ReplicaSetStatus - - -class TestV1beta1ReplicaSetStatus(unittest.TestCase): - """ V1beta1ReplicaSetStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1ReplicaSetStatus(self): - """ - Test V1beta1ReplicaSetStatus - """ - model = k8sclient.models.v1beta1_replica_set_status.V1beta1ReplicaSetStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_resource_attributes.py b/test/test_v1beta1_resource_attributes.py deleted file mode 100644 index 7af7c575a5..0000000000 --- a/test/test_v1beta1_resource_attributes.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_resource_attributes import V1beta1ResourceAttributes - - -class TestV1beta1ResourceAttributes(unittest.TestCase): - """ V1beta1ResourceAttributes unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1ResourceAttributes(self): - """ - Test V1beta1ResourceAttributes - """ - model = k8sclient.models.v1beta1_resource_attributes.V1beta1ResourceAttributes() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_rollback_config.py b/test/test_v1beta1_rollback_config.py deleted file mode 100644 index bdf1fe7c14..0000000000 --- a/test/test_v1beta1_rollback_config.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_rollback_config import V1beta1RollbackConfig - - -class TestV1beta1RollbackConfig(unittest.TestCase): - """ V1beta1RollbackConfig unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1RollbackConfig(self): - """ - Test V1beta1RollbackConfig - """ - model = k8sclient.models.v1beta1_rollback_config.V1beta1RollbackConfig() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_rolling_update_deployment.py b/test/test_v1beta1_rolling_update_deployment.py deleted file mode 100644 index 3e49a1f9e9..0000000000 --- a/test/test_v1beta1_rolling_update_deployment.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_rolling_update_deployment import V1beta1RollingUpdateDeployment - - -class TestV1beta1RollingUpdateDeployment(unittest.TestCase): - """ V1beta1RollingUpdateDeployment unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1RollingUpdateDeployment(self): - """ - Test V1beta1RollingUpdateDeployment - """ - model = k8sclient.models.v1beta1_rolling_update_deployment.V1beta1RollingUpdateDeployment() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_scale.py b/test/test_v1beta1_scale.py deleted file mode 100644 index 2a4c189d85..0000000000 --- a/test/test_v1beta1_scale.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_scale import V1beta1Scale - - -class TestV1beta1Scale(unittest.TestCase): - """ V1beta1Scale unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1Scale(self): - """ - Test V1beta1Scale - """ - model = k8sclient.models.v1beta1_scale.V1beta1Scale() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_scale_spec.py b/test/test_v1beta1_scale_spec.py deleted file mode 100644 index 7a68ed629e..0000000000 --- a/test/test_v1beta1_scale_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_scale_spec import V1beta1ScaleSpec - - -class TestV1beta1ScaleSpec(unittest.TestCase): - """ V1beta1ScaleSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1ScaleSpec(self): - """ - Test V1beta1ScaleSpec - """ - model = k8sclient.models.v1beta1_scale_spec.V1beta1ScaleSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_scale_status.py b/test/test_v1beta1_scale_status.py deleted file mode 100644 index 4d72e32a37..0000000000 --- a/test/test_v1beta1_scale_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_scale_status import V1beta1ScaleStatus - - -class TestV1beta1ScaleStatus(unittest.TestCase): - """ V1beta1ScaleStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1ScaleStatus(self): - """ - Test V1beta1ScaleStatus - """ - model = k8sclient.models.v1beta1_scale_status.V1beta1ScaleStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_self_subject_access_review.py b/test/test_v1beta1_self_subject_access_review.py deleted file mode 100644 index a4c914b5fc..0000000000 --- a/test/test_v1beta1_self_subject_access_review.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_self_subject_access_review import V1beta1SelfSubjectAccessReview - - -class TestV1beta1SelfSubjectAccessReview(unittest.TestCase): - """ V1beta1SelfSubjectAccessReview unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1SelfSubjectAccessReview(self): - """ - Test V1beta1SelfSubjectAccessReview - """ - model = k8sclient.models.v1beta1_self_subject_access_review.V1beta1SelfSubjectAccessReview() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_self_subject_access_review_spec.py b/test/test_v1beta1_self_subject_access_review_spec.py deleted file mode 100644 index dccec99e14..0000000000 --- a/test/test_v1beta1_self_subject_access_review_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_self_subject_access_review_spec import V1beta1SelfSubjectAccessReviewSpec - - -class TestV1beta1SelfSubjectAccessReviewSpec(unittest.TestCase): - """ V1beta1SelfSubjectAccessReviewSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1SelfSubjectAccessReviewSpec(self): - """ - Test V1beta1SelfSubjectAccessReviewSpec - """ - model = k8sclient.models.v1beta1_self_subject_access_review_spec.V1beta1SelfSubjectAccessReviewSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_storage_class.py b/test/test_v1beta1_storage_class.py deleted file mode 100644 index 0506568abd..0000000000 --- a/test/test_v1beta1_storage_class.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_storage_class import V1beta1StorageClass - - -class TestV1beta1StorageClass(unittest.TestCase): - """ V1beta1StorageClass unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1StorageClass(self): - """ - Test V1beta1StorageClass - """ - model = k8sclient.models.v1beta1_storage_class.V1beta1StorageClass() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_storage_class_list.py b/test/test_v1beta1_storage_class_list.py deleted file mode 100644 index 206c4ccc50..0000000000 --- a/test/test_v1beta1_storage_class_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_storage_class_list import V1beta1StorageClassList - - -class TestV1beta1StorageClassList(unittest.TestCase): - """ V1beta1StorageClassList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1StorageClassList(self): - """ - Test V1beta1StorageClassList - """ - model = k8sclient.models.v1beta1_storage_class_list.V1beta1StorageClassList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_subject_access_review.py b/test/test_v1beta1_subject_access_review.py deleted file mode 100644 index ad0aaa8e7e..0000000000 --- a/test/test_v1beta1_subject_access_review.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_subject_access_review import V1beta1SubjectAccessReview - - -class TestV1beta1SubjectAccessReview(unittest.TestCase): - """ V1beta1SubjectAccessReview unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1SubjectAccessReview(self): - """ - Test V1beta1SubjectAccessReview - """ - model = k8sclient.models.v1beta1_subject_access_review.V1beta1SubjectAccessReview() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_subject_access_review_spec.py b/test/test_v1beta1_subject_access_review_spec.py deleted file mode 100644 index 98cb31d73a..0000000000 --- a/test/test_v1beta1_subject_access_review_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_subject_access_review_spec import V1beta1SubjectAccessReviewSpec - - -class TestV1beta1SubjectAccessReviewSpec(unittest.TestCase): - """ V1beta1SubjectAccessReviewSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1SubjectAccessReviewSpec(self): - """ - Test V1beta1SubjectAccessReviewSpec - """ - model = k8sclient.models.v1beta1_subject_access_review_spec.V1beta1SubjectAccessReviewSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_subject_access_review_status.py b/test/test_v1beta1_subject_access_review_status.py deleted file mode 100644 index 990e2c858c..0000000000 --- a/test/test_v1beta1_subject_access_review_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_subject_access_review_status import V1beta1SubjectAccessReviewStatus - - -class TestV1beta1SubjectAccessReviewStatus(unittest.TestCase): - """ V1beta1SubjectAccessReviewStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1SubjectAccessReviewStatus(self): - """ - Test V1beta1SubjectAccessReviewStatus - """ - model = k8sclient.models.v1beta1_subject_access_review_status.V1beta1SubjectAccessReviewStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_subresource_reference.py b/test/test_v1beta1_subresource_reference.py deleted file mode 100644 index 61d1abe891..0000000000 --- a/test/test_v1beta1_subresource_reference.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_subresource_reference import V1beta1SubresourceReference - - -class TestV1beta1SubresourceReference(unittest.TestCase): - """ V1beta1SubresourceReference unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1SubresourceReference(self): - """ - Test V1beta1SubresourceReference - """ - model = k8sclient.models.v1beta1_subresource_reference.V1beta1SubresourceReference() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_third_party_resource.py b/test/test_v1beta1_third_party_resource.py deleted file mode 100644 index 9570fa1038..0000000000 --- a/test/test_v1beta1_third_party_resource.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_third_party_resource import V1beta1ThirdPartyResource - - -class TestV1beta1ThirdPartyResource(unittest.TestCase): - """ V1beta1ThirdPartyResource unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1ThirdPartyResource(self): - """ - Test V1beta1ThirdPartyResource - """ - model = k8sclient.models.v1beta1_third_party_resource.V1beta1ThirdPartyResource() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_third_party_resource_list.py b/test/test_v1beta1_third_party_resource_list.py deleted file mode 100644 index a361db25fd..0000000000 --- a/test/test_v1beta1_third_party_resource_list.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_third_party_resource_list import V1beta1ThirdPartyResourceList - - -class TestV1beta1ThirdPartyResourceList(unittest.TestCase): - """ V1beta1ThirdPartyResourceList unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1ThirdPartyResourceList(self): - """ - Test V1beta1ThirdPartyResourceList - """ - model = k8sclient.models.v1beta1_third_party_resource_list.V1beta1ThirdPartyResourceList() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_token_review.py b/test/test_v1beta1_token_review.py deleted file mode 100644 index 7f057a0367..0000000000 --- a/test/test_v1beta1_token_review.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_token_review import V1beta1TokenReview - - -class TestV1beta1TokenReview(unittest.TestCase): - """ V1beta1TokenReview unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1TokenReview(self): - """ - Test V1beta1TokenReview - """ - model = k8sclient.models.v1beta1_token_review.V1beta1TokenReview() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_token_review_spec.py b/test/test_v1beta1_token_review_spec.py deleted file mode 100644 index f6bc56add1..0000000000 --- a/test/test_v1beta1_token_review_spec.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_token_review_spec import V1beta1TokenReviewSpec - - -class TestV1beta1TokenReviewSpec(unittest.TestCase): - """ V1beta1TokenReviewSpec unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1TokenReviewSpec(self): - """ - Test V1beta1TokenReviewSpec - """ - model = k8sclient.models.v1beta1_token_review_spec.V1beta1TokenReviewSpec() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_token_review_status.py b/test/test_v1beta1_token_review_status.py deleted file mode 100644 index c7ede2e76c..0000000000 --- a/test/test_v1beta1_token_review_status.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_token_review_status import V1beta1TokenReviewStatus - - -class TestV1beta1TokenReviewStatus(unittest.TestCase): - """ V1beta1TokenReviewStatus unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1TokenReviewStatus(self): - """ - Test V1beta1TokenReviewStatus - """ - model = k8sclient.models.v1beta1_token_review_status.V1beta1TokenReviewStatus() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_v1beta1_user_info.py b/test/test_v1beta1_user_info.py deleted file mode 100644 index e277ac577e..0000000000 --- a/test/test_v1beta1_user_info.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.v1beta1_user_info import V1beta1UserInfo - - -class TestV1beta1UserInfo(unittest.TestCase): - """ V1beta1UserInfo unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testV1beta1UserInfo(self): - """ - Test V1beta1UserInfo - """ - model = k8sclient.models.v1beta1_user_info.V1beta1UserInfo() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_version_api.py b/test/test_version_api.py deleted file mode 100644 index 6e9119828b..0000000000 --- a/test/test_version_api.py +++ /dev/null @@ -1,55 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.apis.version_api import VersionApi - - -class TestVersionApi(unittest.TestCase): - """ VersionApi unit test stubs """ - - def setUp(self): - self.api = k8sclient.apis.version_api.VersionApi() - - def tearDown(self): - pass - - def test_get_code_version(self): - """ - Test case for get_code_version - - - """ - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_version_info.py b/test/test_version_info.py deleted file mode 100644 index 4732218628..0000000000 --- a/test/test_version_info.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.version_info import VersionInfo - - -class TestVersionInfo(unittest.TestCase): - """ VersionInfo unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testVersionInfo(self): - """ - Test VersionInfo - """ - model = k8sclient.models.version_info.VersionInfo() - - -if __name__ == '__main__': - unittest.main() diff --git a/test/test_versioned_event.py b/test/test_versioned_event.py deleted file mode 100644 index e90297c75c..0000000000 --- a/test/test_versioned_event.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding: utf-8 - -""" - Kubernetes - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - - OpenAPI spec version: unversioned - - Generated by: https://github.com/swagger-api/swagger-codegen.git - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -from __future__ import absolute_import - -import os -import sys -import unittest - -import k8sclient -from k8sclient.rest import ApiException -from k8sclient.models.versioned_event import VersionedEvent - - -class TestVersionedEvent(unittest.TestCase): - """ VersionedEvent unit test stubs """ - - def setUp(self): - pass - - def tearDown(self): - pass - - def testVersionedEvent(self): - """ - Test VersionedEvent - """ - model = k8sclient.models.versioned_event.VersionedEvent() - - -if __name__ == '__main__': - unittest.main()