3 fYsy@s`dZddlmZddlZddlZddlZddlmZddlm Z ddl m Z Gdd d e Z dS) z Kubernetes No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) OpenAPI spec version: v1.7.4 Generated by: https://github.com/swagger-api/swagger-codegen.git )absolute_importN) iteritems) Configuration) ApiClientc@sJeZdZdZdddZddZddZd d Zd d Zd dZ ddZ ddZ ddZ ddZ ddZddZddZddZdd Zd!d"Zd#d$Zd%d&Zd'd(Zd)d*Zd+d,Zd-d.Zd/d0Zd1d2Zd3d4Zd5d6Zd7d8Zd9d:Zd;d<Z d=d>Z!d?d@Z"dAdBZ#dCdDZ$dEdFZ%dGdHZ&dIdJZ'dKdLZ(dMdNZ)dOdPZ*dQdRZ+dSdTZ,dUdVZ-dWdXZ.dYdZZ/d[d\Z0d]d^Z1d_d`Z2dadbZ3dcddZ4dedfZ5dgdhZ6didjZ7dkdlZ8dmdnZ9dodpZ:dqdrZ;dsdtZdydzZ?d{d|Z@d}d~ZAddZBddZCddZDddZEddZFddZGddZHddZIddZJdS)AppsV1beta1Apiz NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. Ref: https://github.com/swagger-api/swagger-codegen NcCs,t}|r||_n|js t|_|j|_dS)N)r api_clientr)selfrconfigr X/Users/olari/OneDrive/sandbox/awsBlog2/lambda/kubernetes/client/apis/apps_v1beta1_api.py__init__"s zAppsV1beta1Api.__init__cKs:d|d<|jdr"|j||f|S|j||f|}|SdS)a create a ControllerRevision 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_controller_revision(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 V1beta1ControllerRevision body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ControllerRevision If the method is called asynchronously, returns the request thread. T_return_http_data_onlycallbackN)get4create_namespaced_controller_revision_with_http_info)r namespacebodykwargsdatar r r %create_namespaced_controller_revision+s  z4AppsV1beta1Api.create_namespaced_controller_revisioncKsdddg}|jd|jd|jd|jdt}x4t|dD]$\}}||krbtd ||||<qFW|d=d|ks|dd krtd d|ks|dd krtd i}d jdd} i} d|kr|d| d<i} d|kr|d| d<i} g} i}d }d|kr|d}|jjdddg| d<|jjdg| d<dg}|jj | d| | | || |d||j d|j d|j dd|j d|dS)a create a ControllerRevision 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_controller_revision_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 V1beta1ControllerRevision body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ControllerRevision If the method is called asynchronously, returns the request thread. rrprettyrr_preload_content_request_timeoutrzWGot an unexpected keyword argument '%s' to method create_namespaced_controller_revisionNz_Missing the required parameter `namespace` when calling `create_namespaced_controller_revision`zZMissing the required parameter `body` when calling `create_namespaced_controller_revision`z=/apis/apps/v1beta1/namespaces/{namespace}/controllerrevisionsz{format}jsonzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufAcceptz*/*z Content-Type BearerTokenPOSTV1beta1ControllerRevisionT) r post_paramsfiles response_type auth_settingsrrrrcollection_formats) appendlocalsr TypeError ValueErrorreplacerselect_header_acceptselect_header_content_typecall_apir)r rrr all_paramsparamskeyvalr# resource_path path_params query_params header_params form_paramslocal_var_files body_paramsr"r r r rFsd             zCAppsV1beta1Api.create_namespaced_controller_revision_with_http_infocKs:d|d<|jdr"|j||f|S|j||f|}|SdS)a create a Deployment 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_deployment(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 AppsV1beta1Deployment body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Deployment If the method is called asynchronously, returns the request thread. TrrN)r+create_namespaced_deployment_with_http_info)r rrrrr r r create_namespaced_deployments  z+AppsV1beta1Api.create_namespaced_deploymentcKsdddg}|jd|jd|jd|jdt}x4t|dD]$\}}||krbtd ||||<qFW|d=d|ks|dd krtd d|ks|dd krtd i}d jdd} i} d|kr|d| d<i} d|kr|d| d<i} g} i}d }d|kr|d}|jjdddg| d<|jjdg| d<dg}|jj | d| | | || |d||j d|j d|j dd|j d|dS)a create a Deployment 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_deployment_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 AppsV1beta1Deployment body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Deployment If the method is called asynchronously, returns the request thread. rrrrrrrrzNGot an unexpected keyword argument '%s' to method create_namespaced_deploymentNzVMissing the required parameter `namespace` when calling `create_namespaced_deployment`zQMissing the required parameter `body` when calling `create_namespaced_deployment`z5/apis/apps/v1beta1/namespaces/{namespace}/deploymentsz{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-TyperrAppsV1beta1DeploymentT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r rrrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r r7sd             z:AppsV1beta1Api.create_namespaced_deployment_with_http_infocKs>d|d<|jdr$|j|||f|S|j|||f|}|SdS)a create rollback of a Deployment 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_deployment_rollback(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the DeploymentRollback (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1DeploymentRollback body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1DeploymentRollback If the method is called asynchronously, returns the request thread. TrrN)r4create_namespaced_deployment_rollback_with_http_info)r namerrrrr r r %create_namespaced_deployment_rollbacks  z4AppsV1beta1Api.create_namespaced_deployment_rollbackcKsddddg}|jd|jd|jd|jdt}x4t|d D]$\}}||krdtd ||||<qHW|d =d|ks|dd krtd d|ks|dd krtd d|ks|dd krtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr"|d| d<i} g}i}d }d|krD|d}|jjdddg| d<|jjdg| d<dg}|jj | d| | | |||d||j d|j d|j dd|j d| dS)a create rollback of a Deployment 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_deployment_rollback_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 DeploymentRollback (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1DeploymentRollback body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1DeploymentRollback If the method is called asynchronously, returns the request thread. r;rrrrrrrrzWGot an unexpected keyword argument '%s' to method create_namespaced_deployment_rollbackNzZMissing the required parameter `name` when calling `create_namespaced_deployment_rollback`z_Missing the required parameter `namespace` when calling `create_namespaced_deployment_rollback`zZMissing the required parameter `body` when calling `create_namespaced_deployment_rollback`zE/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/rollbackz{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-TyperrAppsV1beta1DeploymentRollbackT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r r:/sl                zCAppsV1beta1Api.create_namespaced_deployment_rollback_with_http_infocKs:d|d<|jdr"|j||f|S|j||f|}|SdS)a create a StatefulSet 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_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 V1beta1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. TrrN)r-create_namespaced_stateful_set_with_http_info)r rrrrr r r create_namespaced_stateful_sets  z-AppsV1beta1Api.create_namespaced_stateful_setcKsdddg}|jd|jd|jd|jdt}x4t|dD]$\}}||krbtd ||||<qFW|d=d|ks|dd krtd d|ks|dd krtd i}d jdd} i} d|kr|d| d<i} d|kr|d| d<i} g} i}d }d|kr|d}|jjdddg| d<|jjdg| d<dg}|jj | d| | | || |d||j d|j d|j dd|j d|dS)a create a StatefulSet 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_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 V1beta1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. rrrrrrrrzPGot an unexpected keyword argument '%s' to method create_namespaced_stateful_setNzXMissing the required parameter `namespace` when calling `create_namespaced_stateful_set`zSMissing the required parameter `body` when calling `create_namespaced_stateful_set`z6/apis/apps/v1beta1/namespaces/{namespace}/statefulsetsz{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-TyperrV1beta1StatefulSetT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r rrrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r r>sd             z>> def callback_function(response): >>> pprint(response) >>> >>> thread = api.delete_collection_namespaced_controller_revision(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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. :return: V1Status If the method is called asynchronously, returns the request thread. TrrN)r?delete_collection_namespaced_controller_revision_with_http_info)r rrrr r r 0delete_collection_namespaced_controller_revisions  z?AppsV1beta1Api.delete_collection_namespaced_controller_revisioncKsddddddddg}|jd |jd |jd |jd t}x4t|d D]$\}}||krltd||||<qPW|d =d|ks|ddkrtdi}djdd}i} d|kr|d| d<i} d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr0|d| d<d|krF|d| d<d|kr\|d| d<i} g} i} d}|jjdddg| d<|jjdg| d<dg}|jj |d | | | || | d!||j d |j d |j d d"|j d |d#S)$a delete collection of ControllerRevision 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_controller_revision_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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. :return: V1Status If the method is called asynchronously, returns the request thread. rrfield_selectorinclude_uninitializedlabel_selectorresource_versiontimeout_secondswatchrrrrrzbGot an unexpected keyword argument '%s' to method delete_collection_namespaced_controller_revisionNzjMissing the required parameter `namespace` when calling `delete_collection_namespaced_controller_revision`z=/apis/apps/v1beta1/namespaces/{namespace}/controllerrevisionsz{format}r fieldSelectorincludeUninitialized labelSelectorresourceVersiontimeoutSecondszapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-TyperDELETEV1StatusT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r rrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rA"st                      zNAppsV1beta1Api.delete_collection_namespaced_controller_revision_with_http_infocKs6d|d<|jdr |j|f|S|j|f|}|SdS)ax delete collection of Deployment 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_deployment(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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. :return: V1Status If the method is called asynchronously, returns the request thread. TrrN)r6delete_collection_namespaced_deployment_with_http_info)r rrrr r r 'delete_collection_namespaced_deployments  z6AppsV1beta1Api.delete_collection_namespaced_deploymentcKsddddddddg}|jd |jd |jd |jd t}x4t|d D]$\}}||krltd||||<qPW|d =d|ks|ddkrtdi}djdd}i} d|kr|d| d<i} d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr0|d| d<d|krF|d| d<d|kr\|d| d<i} g} i} d}|jjdddg| d<|jjdg| d<dg}|jj |d | | | || | d!||j d |j d |j d d"|j d |d#S)$a delete collection of Deployment 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_deployment_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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. :return: V1Status If the method is called asynchronously, returns the request thread. rrrCrDrErFrGrHrrrrrzYGot an unexpected keyword argument '%s' to method delete_collection_namespaced_deploymentNzaMissing the required parameter `namespace` when calling `delete_collection_namespaced_deployment`z5/apis/apps/v1beta1/namespaces/{namespace}/deploymentsz{format}rrIrJrKrLrMzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-TyperrNrOT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r rrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rPst                      zEAppsV1beta1Api.delete_collection_namespaced_deployment_with_http_infocKs6d|d<|jdr |j|f|S|j|f|}|SdS)a{ delete collection of StatefulSet 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_stateful_set(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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. :return: V1Status If the method is called asynchronously, returns the request thread. TrrN)r8delete_collection_namespaced_stateful_set_with_http_info)r rrrr r r )delete_collection_namespaced_stateful_set s  z8AppsV1beta1Api.delete_collection_namespaced_stateful_setcKsddddddddg}|jd |jd |jd |jd t}x4t|d D]$\}}||krltd||||<qPW|d =d|ks|ddkrtdi}djdd}i} d|kr|d| d<i} d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr0|d| d<d|krF|d| d<d|kr\|d| d<i} g} i} d}|jjdddg| d<|jjdg| d<dg}|jj |d | | | || | d!||j d |j d |j d d"|j d |d#S)$a delete collection of StatefulSet 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_stateful_set_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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. :return: V1Status If the method is called asynchronously, returns the request thread. rrrCrDrErFrGrHrrrrrz[Got an unexpected keyword argument '%s' to method delete_collection_namespaced_stateful_setNzcMissing the required parameter `namespace` when calling `delete_collection_namespaced_stateful_set`z6/apis/apps/v1beta1/namespaces/{namespace}/statefulsetsz{format}rrIrJrKrLrMzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-TyperrNrOT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r rrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rR,st                      zGAppsV1beta1Api.delete_collection_namespaced_stateful_set_with_http_infocKs>d|d<|jdr$|j|||f|S|j|||f|}|SdS)a delete a ControllerRevision 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_controller_revision(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. :param int grace_period_seconds: The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. :param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. :return: V1Status If the method is called asynchronously, returns the request thread. TrrN)r4delete_namespaced_controller_revision_with_http_info)r r;rrrrr r r %delete_namespaced_controller_revisions  z4AppsV1beta1Api.delete_namespaced_controller_revisioncKsdddddddg}|jd|jd |jd |jd t}x4t|d D]$\}}||krjtd ||||<qNW|d =d|ks|ddkrtdd|ks|ddkrtdd|ks|ddkrtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr(|d| d<d|kr>|d| d<d|krT|d| d<d|krj|d| d<i} g}i}d}d|kr|d}|jjdddg| d<|jjdg| d<dg}|jj | d| | | |||d ||j d|j d |j d d!|j d | d"S)#a delete a ControllerRevision 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_controller_revision_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 ControllerRevision (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: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. :return: V1Status If the method is called asynchronously, returns the request thread. r;rrrgrace_period_secondsorphan_dependentspropagation_policyrrrrrzWGot an unexpected keyword argument '%s' to method delete_namespaced_controller_revisionNzZMissing the required parameter `name` when calling `delete_namespaced_controller_revision`z_Missing the required parameter `namespace` when calling `delete_namespaced_controller_revision`zZMissing the required parameter `body` when calling `delete_namespaced_controller_revision`zD/apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}z{format}rgracePeriodSecondsorphanDependentspropagationPolicyzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-TyperrNrOT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rTsx                     zCAppsV1beta1Api.delete_namespaced_controller_revision_with_http_infocKs>d|d<|jdr$|j|||f|S|j|||f|}|SdS)aq delete a Deployment 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_deployment(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. :param int grace_period_seconds: The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. :param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. :return: V1Status If the method is called asynchronously, returns the request thread. TrrN)r+delete_namespaced_deployment_with_http_info)r r;rrrrr r r delete_namespaced_deployments  z+AppsV1beta1Api.delete_namespaced_deploymentcKsdddddddg}|jd|jd |jd |jd t}x4t|d D]$\}}||krjtd ||||<qNW|d =d|ks|ddkrtdd|ks|ddkrtdd|ks|ddkrtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr(|d| d<d|kr>|d| d<d|krT|d| d<d|krj|d| d<i} g}i}d}d|kr|d}|jjdddg| d<|jjdg| d<dg}|jj | d| | | |||d ||j d|j d |j d d!|j d | d"S)#a delete a Deployment 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_deployment_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 Deployment (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: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. :return: V1Status If the method is called asynchronously, returns the request thread. r;rrrrVrWrXrrrrrzNGot an unexpected keyword argument '%s' to method delete_namespaced_deploymentNzQMissing the required parameter `name` when calling `delete_namespaced_deployment`zVMissing the required parameter `namespace` when calling `delete_namespaced_deployment`zQMissing the required parameter `body` when calling `delete_namespaced_deployment`zd|d<|jdr$|j|||f|S|j|||f|}|SdS)au delete a StatefulSet 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_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 V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. :param int grace_period_seconds: The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. :param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. :return: V1Status If the method is called asynchronously, returns the request thread. TrrN)r-delete_namespaced_stateful_set_with_http_info)r r;rrrrr r r delete_namespaced_stateful_sets  z-AppsV1beta1Api.delete_namespaced_stateful_setcKsdddddddg}|jd|jd |jd |jd t}x4t|d D]$\}}||krjtd ||||<qNW|d =d|ks|ddkrtdd|ks|ddkrtdd|ks|ddkrtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr(|d| d<d|kr>|d| d<d|krT|d| d<d|krj|d| d<i} g}i}d}d|kr|d}|jjdddg| d<|jjdg| d<dg}|jj | d| | | |||d ||j d|j d |j d d!|j d | d"S)#a delete a StatefulSet 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_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 V1DeleteOptions body: (required) :param str pretty: If 'true', then the output is pretty printed. :param int grace_period_seconds: The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. :param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. :return: V1Status If the method is called asynchronously, returns the request thread. r;rrrrVrWrXrrrrrzPGot an unexpected keyword argument '%s' to method delete_namespaced_stateful_setNzSMissing the required parameter `name` when calling `delete_namespaced_stateful_set`zXMissing the required parameter `namespace` when calling `delete_namespaced_stateful_set`zSMissing the required parameter `body` when calling `delete_namespaced_stateful_set`z=/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}z{format}rrYrZr[zapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-TyperrNrOT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r r^sx                     z>> 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: V1APIResourceList If the method is called asynchronously, returns the request thread. TrrN)r get_api_resources_with_http_info)r rrr r r get_api_resources&s    z AppsV1beta1Api.get_api_resourcescKs g}|jd|jd|jd|jdt}x4t|dD]$\}}||kr\td||||<q@W|d=i}djdd }i}i} i} g} i} d } |jjd d d g| d<|jjd d d g| d<dg}|jj|d|| | | | | d||j d|j d|j dd|j d|dS)a 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_with_http_info(callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :return: V1APIResourceList If the method is called asynchronously, returns the request thread. rrrrrzCGot an unexpected keyword argument '%s' to method get_api_resourcesz/apis/apps/v1beta1/z{format}rNzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz Content-TyperGETV1APIResourceListT) rrr r!r"rrrrr#) r$r%rr&r(rr)r*r+r)r rr,r-r.r/r#r0r1r2r3r4r5r6r"r r r r`>sP        z/AppsV1beta1Api.get_api_resources_with_http_infocKs2d|d<|jdr|jf|S|jf|}|SdS)a3 list or watch objects of kind ControllerRevision 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_controller_revision_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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param 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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :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: V1beta1ControllerRevisionList If the method is called asynchronously, returns the request thread. TrrN)r:list_controller_revision_for_all_namespaces_with_http_info)r rrr r r +list_controller_revision_for_all_namespacess    z:AppsV1beta1Api.list_controller_revision_for_all_namespacescKsdddddddg}|jd|jd |jd |jd t}x4t|d D]$\}}||krjtd ||||<qNW|d =i}djdd}i}i} d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr$|d| d<i} g} i} d} |jjdddddg| d<|jjdg| d<dg}|jj|d || | | | | d!||j d|j d |j d d"|j d |d#S)$aB list or watch objects of kind ControllerRevision 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_controller_revision_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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param 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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :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: V1beta1ControllerRevisionList If the method is called asynchronously, returns the request thread. rCrDrErrFrGrHrrrrrz]Got an unexpected keyword argument '%s' to method list_controller_revision_for_all_namespacesz&/apis/apps/v1beta1/controllerrevisionsz{format}rrIrJrKrLrMNzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufzapplication/json;stream=watchz0application/vnd.kubernetes.protobuf;stream=watchrz*/*z Content-TyperrbV1beta1ControllerRevisionListT) rrr r!r"rrrrr#) r$r%rr&r(rr)r*r+r)r rr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rdsl                  zIAppsV1beta1Api.list_controller_revision_for_all_namespaces_with_http_infocKs2d|d<|jdr|jf|S|jf|}|SdS)a list or watch objects of kind Deployment 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_deployment_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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param 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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :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: AppsV1beta1DeploymentList If the method is called asynchronously, returns the request thread. TrrN)r1list_deployment_for_all_namespaces_with_http_info)r rrr r r "list_deployment_for_all_namespacess    z1AppsV1beta1Api.list_deployment_for_all_namespacescKsdddddddg}|jd|jd |jd |jd t}x4t|d D]$\}}||krjtd ||||<qNW|d =i}djdd}i}i} d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr$|d| d<i} g} i} d} |jjdddddg| d<|jjdg| d<dg}|jj|d || | | | | d!||j d|j d |j d d"|j d |d#S)$a- list or watch objects of kind Deployment 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_deployment_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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param 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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :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: AppsV1beta1DeploymentList If the method is called asynchronously, returns the request thread. rCrDrErrFrGrHrrrrrzTGot an unexpected keyword argument '%s' to method list_deployment_for_all_namespacesz/apis/apps/v1beta1/deploymentsz{format}rrIrJrKrLrMNzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufzapplication/json;stream=watchz0application/vnd.kubernetes.protobuf;stream=watchrz*/*z Content-TyperrbAppsV1beta1DeploymentListT) rrr r!r"rrrrr#) r$r%rr&r(rr)r*r+r)r rr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rg$sl                  z@AppsV1beta1Api.list_deployment_for_all_namespaces_with_http_infocKs6d|d<|jdr |j|f|S|j|f|}|SdS)a list or watch objects of kind ControllerRevision 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_controller_revision(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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :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: V1beta1ControllerRevisionList If the method is called asynchronously, returns the request thread. TrrN)r2list_namespaced_controller_revision_with_http_info)r rrrr r r #list_namespaced_controller_revisions  z2AppsV1beta1Api.list_namespaced_controller_revisioncKsddddddddg}|jd |jd |jd |jd t}x4t|d D]$\}}||krltd||||<qPW|d =d|ks|ddkrtdi}djdd}i} d|kr|d| d<i} d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr0|d| d<d|krF|d| d<d|kr\|d| d<i} g} i} d}|jjdddddg| d<|jjdg| d <d!g}|jj |d"| | | || | d#||j d |j d |j d d$|j d |d%S)&a list or watch objects of kind ControllerRevision 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_controller_revision_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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :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: V1beta1ControllerRevisionList If the method is called asynchronously, returns the request thread. rrrCrDrErFrGrHrrrrrzUGot an unexpected keyword argument '%s' to method list_namespaced_controller_revisionNz]Missing the required parameter `namespace` when calling `list_namespaced_controller_revision`z=/apis/apps/v1beta1/namespaces/{namespace}/controllerrevisionsz{format}rrIrJrKrLrMzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufzapplication/json;stream=watchz0application/vnd.kubernetes.protobuf;stream=watchrz*/*z Content-TyperrbrfT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r rrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rjst                      zAAppsV1beta1Api.list_namespaced_controller_revision_with_http_infocKs6d|d<|jdr |j|f|S|j|f|}|SdS)a list or watch objects of kind Deployment 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_deployment(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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :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: AppsV1beta1DeploymentList If the method is called asynchronously, returns the request thread. TrrN)r)list_namespaced_deployment_with_http_info)r rrrr r r list_namespaced_deployments  z)AppsV1beta1Api.list_namespaced_deploymentcKsddddddddg}|jd |jd |jd |jd t}x4t|d D]$\}}||krltd||||<qPW|d =d|ks|ddkrtdi}djdd}i} d|kr|d| d<i} d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr0|d| d<d|krF|d| d<d|kr\|d| d<i} g} i} d}|jjdddddg| d<|jjdg| d <d!g}|jj |d"| | | || | d#||j d |j d |j d d$|j d |d%S)&a list or watch objects of kind Deployment 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_deployment_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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :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: AppsV1beta1DeploymentList If the method is called asynchronously, returns the request thread. rrrCrDrErFrGrHrrrrrzLGot an unexpected keyword argument '%s' to method list_namespaced_deploymentNzTMissing the required parameter `namespace` when calling `list_namespaced_deployment`z5/apis/apps/v1beta1/namespaces/{namespace}/deploymentsz{format}rrIrJrKrLrMzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufzapplication/json;stream=watchz0application/vnd.kubernetes.protobuf;stream=watchrz*/*z Content-TyperrbriT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r rrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rl(st                      z8AppsV1beta1Api.list_namespaced_deployment_with_http_infocKs6d|d<|jdr |j|f|S|j|f|}|SdS)a list or watch objects of kind StatefulSet 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_stateful_set(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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :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: V1beta1StatefulSetList If the method is called asynchronously, returns the request thread. TrrN)r+list_namespaced_stateful_set_with_http_info)r rrrr r r list_namespaced_stateful_sets  z+AppsV1beta1Api.list_namespaced_stateful_setcKsddddddddg}|jd |jd |jd |jd t}x4t|d D]$\}}||krltd||||<qPW|d =d|ks|ddkrtdi}djdd}i} d|kr|d| d<i} d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr0|d| d<d|krF|d| d<d|kr\|d| d<i} g} i} d}|jjdddddg| d<|jjdg| d <d!g}|jj |d"| | | || | d#||j d |j d |j d d$|j d |d%S)&a list or watch objects of kind StatefulSet 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_stateful_set_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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param str resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :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: V1beta1StatefulSetList If the method is called asynchronously, returns the request thread. rrrCrDrErFrGrHrrrrrzNGot an unexpected keyword argument '%s' to method list_namespaced_stateful_setNzVMissing the required parameter `namespace` when calling `list_namespaced_stateful_set`z6/apis/apps/v1beta1/namespaces/{namespace}/statefulsetsz{format}rrIrJrKrLrMzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufzapplication/json;stream=watchz0application/vnd.kubernetes.protobuf;stream=watchrz*/*z Content-TyperrbV1beta1StatefulSetListT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r rrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rnst                      z:AppsV1beta1Api.list_namespaced_stateful_set_with_http_infocKs2d|d<|jdr|jf|S|jf|}|SdS)a list or watch objects of kind StatefulSet 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_stateful_set_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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param 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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :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: V1beta1StatefulSetList If the method is called asynchronously, returns the request thread. TrrN)r3list_stateful_set_for_all_namespaces_with_http_info)r rrr r r $list_stateful_set_for_all_namespacess    z3AppsV1beta1Api.list_stateful_set_for_all_namespacescKsdddddddg}|jd|jd |jd |jd t}x4t|d D]$\}}||krjtd ||||<qNW|d =i}djdd}i}i} d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr|d| d<d|kr$|d| d<i} g} i} d} |jjdddddg| d<|jjdg| d<dg}|jj|d || | | | | d!||j d|j d |j d d"|j d |d#S)$a- list or watch objects of kind StatefulSet 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_stateful_set_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 bool include_uninitialized: If true, partially initialized resources are included in the response. :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything. :param 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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. :param int timeout_seconds: Timeout for the list/watch call. :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: V1beta1StatefulSetList If the method is called asynchronously, returns the request thread. rCrDrErrFrGrHrrrrrzVGot an unexpected keyword argument '%s' to method list_stateful_set_for_all_namespacesz/apis/apps/v1beta1/statefulsetsz{format}rrIrJrKrLrMNzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufzapplication/json;stream=watchz0application/vnd.kubernetes.protobuf;stream=watchrz*/*z Content-TyperrbrpT) rrr r!r"rrrrr#) r$r%rr&r(rr)r*r+r)r rr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rq1sl                  zBAppsV1beta1Api.list_stateful_set_for_all_namespaces_with_http_infocKs>d|d<|jdr$|j|||f|S|j|||f|}|SdS)a partially update the specified ControllerRevision 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_controller_revision(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ControllerRevision If the method is called asynchronously, returns the request thread. TrrN)r3patch_namespaced_controller_revision_with_http_info)r r;rrrrr r r $patch_namespaced_controller_revisions  z3AppsV1beta1Api.patch_namespaced_controller_revisioncKsddddg}|jd|jd|jd|jdt}x4t|d D]$\}}||krdtd ||||<qHW|d =d|ks|dd krtd d|ks|dd krtd d|ks|dd krtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr"|d| d<i} g}i}d }d|krD|d}|jjdddg| d<|jjdddg| d<dg}|jj | d| | | |||d||j d|j d|j dd|j d| dS)a partially update the specified ControllerRevision 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_controller_revision_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 ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ControllerRevision If the method is called asynchronously, returns the request thread. r;rrrrrrrrzVGot an unexpected keyword argument '%s' to method patch_namespaced_controller_revisionNzYMissing the required parameter `name` when calling `patch_namespaced_controller_revision`z^Missing the required parameter `namespace` when calling `patch_namespaced_controller_revision`zYMissing the required parameter `body` when calling `patch_namespaced_controller_revision`zD/apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}z{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrzapplication/json-patch+jsonzapplication/merge-patch+jsonz&application/strategic-merge-patch+jsonz Content-TyperPATCHrT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rssl               zBAppsV1beta1Api.patch_namespaced_controller_revision_with_http_infocKs>d|d<|jdr$|j|||f|S|j|||f|}|SdS)a partially update the specified Deployment 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_deployment(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Deployment If the method is called asynchronously, returns the request thread. TrrN)r*patch_namespaced_deployment_with_http_info)r r;rrrrr r r patch_namespaced_deployment s  z*AppsV1beta1Api.patch_namespaced_deploymentcKsddddg}|jd|jd|jd|jdt}x4t|d D]$\}}||krdtd ||||<qHW|d =d|ks|dd krtd d|ks|dd krtd d|ks|dd krtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr"|d| d<i} g}i}d }d|krD|d}|jjdddg| d<|jjdddg| d<dg}|jj | d| | | |||d||j d|j d|j dd|j d| dS)a partially update the specified Deployment 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_deployment_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 Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Deployment If the method is called asynchronously, returns the request thread. r;rrrrrrrrzMGot an unexpected keyword argument '%s' to method patch_namespaced_deploymentNzPMissing the required parameter `name` when calling `patch_namespaced_deployment`zUMissing the required parameter `namespace` when calling `patch_namespaced_deployment`zPMissing the required parameter `body` when calling `patch_namespaced_deployment`zd|d<|jdr$|j|||f|S|j|||f|}|SdS)a partially update scale of the specified Deployment 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_deployment_scale(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Scale If the method is called asynchronously, returns the request thread. TrrN)r0patch_namespaced_deployment_scale_with_http_info)r r;rrrrr r r !patch_namespaced_deployment_scale s  z0AppsV1beta1Api.patch_namespaced_deployment_scalecKsddddg}|jd|jd|jd|jdt}x4t|d D]$\}}||krdtd ||||<qHW|d =d|ks|dd krtd d|ks|dd krtd d|ks|dd krtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr"|d| d<i} g}i}d }d|krD|d}|jjdddg| d<|jjdddg| d<dg}|jj | d| | | |||d||j d|j d|j dd|j d| dS)a partially update scale of the specified Deployment 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_deployment_scale_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 Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Scale If the method is called asynchronously, returns the request thread. r;rrrrrrrrzSGot an unexpected keyword argument '%s' to method patch_namespaced_deployment_scaleNzVMissing the required parameter `name` when calling `patch_namespaced_deployment_scale`z[Missing the required parameter `namespace` when calling `patch_namespaced_deployment_scale`zVMissing the required parameter `body` when calling `patch_namespaced_deployment_scale`zB/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scalez{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrzapplication/json-patch+jsonzapplication/merge-patch+jsonz&application/strategic-merge-patch+jsonz Content-TyperruAppsV1beta1ScaleT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rx sl               z?AppsV1beta1Api.patch_namespaced_deployment_scale_with_http_infocKs>d|d<|jdr$|j|||f|S|j|||f|}|SdS)a partially update status of the specified Deployment 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_deployment_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Deployment If the method is called asynchronously, returns the request thread. TrrN)r1patch_namespaced_deployment_status_with_http_info)r r;rrrrr r r "patch_namespaced_deployment_status s  z1AppsV1beta1Api.patch_namespaced_deployment_statuscKsddddg}|jd|jd|jd|jdt}x4t|d D]$\}}||krdtd ||||<qHW|d =d|ks|dd krtd d|ks|dd krtd d|ks|dd krtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr"|d| d<i} g}i}d }d|krD|d}|jjdddg| d<|jjdddg| d<dg}|jj | d| | | |||d||j d|j d|j dd|j d| dS)a partially update status of the specified Deployment 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_deployment_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 Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param object body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Deployment If the method is called asynchronously, returns the request thread. r;rrrrrrrrzTGot an unexpected keyword argument '%s' to method patch_namespaced_deployment_statusNzWMissing the required parameter `name` when calling `patch_namespaced_deployment_status`z\Missing the required parameter `namespace` when calling `patch_namespaced_deployment_status`zWMissing the required parameter `body` when calling `patch_namespaced_deployment_status`zC/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/statusz{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrzapplication/json-patch+jsonzapplication/merge-patch+jsonz&application/strategic-merge-patch+jsonz Content-Typerrur9T) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r r{ sl               z@AppsV1beta1Api.patch_namespaced_deployment_status_with_http_infocKs>d|d<|jdr$|j|||f|S|j|||f|}|SdS)a partially update the specified StatefulSet 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_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 object body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. TrrN)r,patch_namespaced_stateful_set_with_http_info)r r;rrrrr r r patch_namespaced_stateful_set| s  z,AppsV1beta1Api.patch_namespaced_stateful_setcKsddddg}|jd|jd|jd|jdt}x4t|d D]$\}}||krdtd ||||<qHW|d =d|ks|dd krtd d|ks|dd krtd d|ks|dd krtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr"|d| d<i} g}i}d }d|krD|d}|jjdddg| d<|jjdddg| d<dg}|jj | d| | | |||d||j d|j d|j dd|j d| dS)a partially update the specified StatefulSet 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_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 object body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. r;rrrrrrrrzOGot an unexpected keyword argument '%s' to method patch_namespaced_stateful_setNzRMissing the required parameter `name` when calling `patch_namespaced_stateful_set`zWMissing the required parameter `namespace` when calling `patch_namespaced_stateful_set`zRMissing the required parameter `body` when calling `patch_namespaced_stateful_set`z=/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}z{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrzapplication/json-patch+jsonzapplication/merge-patch+jsonz&application/strategic-merge-patch+jsonz Content-Typerrur@T) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r r} sl               z;AppsV1beta1Api.patch_namespaced_stateful_set_with_http_infocKs>d|d<|jdr$|j|||f|S|j|||f|}|SdS)a partially update status of the specified StatefulSet 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_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 object body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. TrrN)r3patch_namespaced_stateful_set_status_with_http_info)r r;rrrrr r r $patch_namespaced_stateful_set_status s  z3AppsV1beta1Api.patch_namespaced_stateful_set_statuscKsddddg}|jd|jd|jd|jdt}x4t|d D]$\}}||krdtd ||||<qHW|d =d|ks|dd krtd d|ks|dd krtd d|ks|dd krtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr"|d| d<i} g}i}d }d|krD|d}|jjdddg| d<|jjdddg| d<dg}|jj | d| | | |||d||j d|j d|j dd|j d| dS)a partially update status of the specified StatefulSet 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_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 object body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. r;rrrrrrrrzVGot an unexpected keyword argument '%s' to method patch_namespaced_stateful_set_statusNzYMissing the required parameter `name` when calling `patch_namespaced_stateful_set_status`z^Missing the required parameter `namespace` when calling `patch_namespaced_stateful_set_status`zYMissing the required parameter `body` when calling `patch_namespaced_stateful_set_status`zD/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/statusz{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrzapplication/json-patch+jsonzapplication/merge-patch+jsonz&application/strategic-merge-patch+jsonz Content-Typerrur@T) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r r sl               zBAppsV1beta1Api.patch_namespaced_stateful_set_status_with_http_infocKs:d|d<|jdr"|j||f|S|j||f|}|SdS)a read the specified ControllerRevision 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_controller_revision(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :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: V1beta1ControllerRevision If the method is called asynchronously, returns the request thread. TrrN)r2read_namespaced_controller_revision_with_http_info)r r;rrrr r r #read_namespaced_controller_revisionr s  z2AppsV1beta1Api.read_namespaced_controller_revisioncKsdddddg}|jd|jd|jd|jd t}x4t|d D]$\}}||krftd ||||<qJW|d =d|ks|dd krtd d|ks|dd krtdi}djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr|d| d<d|kr|d| d<d|kr2|d| d<i} g} i}d }|jjdddg| d<|jjdg| d<dg}|jj | d| | | || |d||j d|j d|j dd|j d |dS)a read the specified ControllerRevision 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_controller_revision_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :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: V1beta1ControllerRevision If the method is called asynchronously, returns the request thread. r;rrexactexportrrrrrzUGot an unexpected keyword argument '%s' to method read_namespaced_controller_revisionNzXMissing the required parameter `name` when calling `read_namespaced_controller_revision`z]Missing the required parameter `namespace` when calling `read_namespaced_controller_revision`zD/apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}z{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-TyperrbrT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r r sl                 zAAppsV1beta1Api.read_namespaced_controller_revision_with_http_infocKs:d|d<|jdr"|j||f|S|j||f|}|SdS)av read the specified Deployment 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_deployment(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :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: AppsV1beta1Deployment If the method is called asynchronously, returns the request thread. TrrN)r)read_namespaced_deployment_with_http_info)r r;rrrr r r read_namespaced_deployment s  z)AppsV1beta1Api.read_namespaced_deploymentcKsdddddg}|jd|jd|jd|jd t}x4t|d D]$\}}||krftd ||||<qJW|d =d|ks|dd krtd d|ks|dd krtdi}djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr|d| d<d|kr|d| d<d|kr2|d| d<i} g} i}d }|jjdddg| d<|jjdg| d<dg}|jj | d| | | || |d||j d|j d|j dd|j d |dS)a read the specified Deployment 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_deployment_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :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: AppsV1beta1Deployment If the method is called asynchronously, returns the request thread. r;rrrrrrrrrzLGot an unexpected keyword argument '%s' to method read_namespaced_deploymentNzOMissing the required parameter `name` when calling `read_namespaced_deployment`zTMissing the required parameter `namespace` when calling `read_namespaced_deployment`z>> def callback_function(response): >>> pprint(response) >>> >>> thread = api.read_namespaced_deployment_scale(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Scale If the method is called asynchronously, returns the request thread. TrrN)r/read_namespaced_deployment_scale_with_http_info)r r;rrrr r r read_namespaced_deployment_scalej s  z/AppsV1beta1Api.read_namespaced_deployment_scalecKsdddg}|jd|jd|jd|jdt}x4t|dD]$\}}||krbtd ||||<qFW|d=d|ks|dd krtd d|ks|dd krtd i}d jdd} i} d|kr|d| d<d|kr|d| d<i} d|kr|d| d<i} g} i}d }|jjdddg| d<|jjdg| d<dg}|jj | d| | | || |d||j d|j d|j dd|j d|dS)a read scale of the specified Deployment 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_deployment_scale_with_http_info(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Scale If the method is called asynchronously, returns the request thread. r;rrrrrrrzRGot an unexpected keyword argument '%s' to method read_namespaced_deployment_scaleNzUMissing the required parameter `name` when calling `read_namespaced_deployment_scale`zZMissing the required parameter `namespace` when calling `read_namespaced_deployment_scale`zB/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scalez{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-TyperrbrzT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r r sd              z>AppsV1beta1Api.read_namespaced_deployment_scale_with_http_infocKs:d|d<|jdr"|j||f|S|j||f|}|SdS)a read status of the specified Deployment 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_deployment_status(name, namespace, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Deployment If the method is called asynchronously, returns the request thread. TrrN)r0read_namespaced_deployment_status_with_http_info)r r;rrrr r r !read_namespaced_deployment_status s  z0AppsV1beta1Api.read_namespaced_deployment_statuscKsdddg}|jd|jd|jd|jdt}x4t|dD]$\}}||krbtd ||||<qFW|d=d|ks|dd krtd d|ks|dd krtd i}d jdd} i} d|kr|d| d<d|kr|d| d<i} d|kr|d| d<i} g} i}d }|jjdddg| d<|jjdg| d<dg}|jj | d| | | || |d||j d|j d|j dd|j d|dS)a read status of the specified Deployment 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_deployment_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 Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Deployment If the method is called asynchronously, returns the request thread. r;rrrrrrrzSGot an unexpected keyword argument '%s' to method read_namespaced_deployment_statusNzVMissing the required parameter `name` when calling `read_namespaced_deployment_status`z[Missing the required parameter `namespace` when calling `read_namespaced_deployment_status`zC/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/statusz{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-Typerrbr9T) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r r sd              z?AppsV1beta1Api.read_namespaced_deployment_status_with_http_infocKs:d|d<|jdr"|j||f|S|j||f|}|SdS)aw read the specified StatefulSet 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_stateful_set(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. :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: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. TrrN)r+read_namespaced_stateful_set_with_http_info)r r;rrrr r r read_namespaced_stateful_setR s  z+AppsV1beta1Api.read_namespaced_stateful_setcKsdddddg}|jd|jd|jd|jd t}x4t|d D]$\}}||krftd ||||<qJW|d =d|ks|dd krtd d|ks|dd krtdi}djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr|d| d<d|kr|d| d<d|kr2|d| d<i} g} i}d }|jjdddg| d<|jjdg| d<dg}|jj | d| | | || |d||j d|j d|j dd|j d |dS)a read the specified StatefulSet 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_stateful_set_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. :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: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. r;rrrrrrrrrzNGot an unexpected keyword argument '%s' to method read_namespaced_stateful_setNzQMissing the required parameter `name` when calling `read_namespaced_stateful_set`zVMissing the required parameter `namespace` when calling `read_namespaced_stateful_set`z=/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}z{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-Typerrbr@T) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r ro sl                 z:AppsV1beta1Api.read_namespaced_stateful_set_with_http_infocKs:d|d<|jdr"|j||f|S|j||f|}|SdS)a read status of the specified StatefulSet 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_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: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. TrrN)r2read_namespaced_stateful_set_status_with_http_info)r r;rrrr r r #read_namespaced_stateful_set_status s  z2AppsV1beta1Api.read_namespaced_stateful_set_statuscKsdddg}|jd|jd|jd|jdt}x4t|dD]$\}}||krbtd ||||<qFW|d=d|ks|dd krtd d|ks|dd krtd i}d jdd} i} d|kr|d| d<d|kr|d| d<i} d|kr|d| d<i} g} i}d }|jjdddg| d<|jjdg| d<dg}|jj | d| | | || |d||j d|j d|j dd|j d|dS)a read status of the specified StatefulSet 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_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: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. r;rrrrrrrzUGot an unexpected keyword argument '%s' to method read_namespaced_stateful_set_statusNzXMissing the required parameter `name` when calling `read_namespaced_stateful_set_status`z]Missing the required parameter `namespace` when calling `read_namespaced_stateful_set_status`zD/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/statusz{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-Typerrbr@T) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r r sd              zAAppsV1beta1Api.read_namespaced_stateful_set_status_with_http_infocKs>d|d<|jdr$|j|||f|S|j|||f|}|SdS)a replace the specified ControllerRevision 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_controller_revision(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1ControllerRevision body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ControllerRevision If the method is called asynchronously, returns the request thread. TrrN)r5replace_namespaced_controller_revision_with_http_info)r r;rrrrr r r &replace_namespaced_controller_revisionBs  z5AppsV1beta1Api.replace_namespaced_controller_revisioncKsddddg}|jd|jd|jd|jdt}x4t|d D]$\}}||krdtd ||||<qHW|d =d|ks|dd krtd d|ks|dd krtd d|ks|dd krtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr"|d| d<i} g}i}d }d|krD|d}|jjdddg| d<|jjdg| d<dg}|jj | d| | | |||d||j d|j d|j dd|j d| dS)a replace the specified ControllerRevision 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_controller_revision_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 ControllerRevision (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param V1beta1ControllerRevision body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1ControllerRevision If the method is called asynchronously, returns the request thread. r;rrrrrrrrzXGot an unexpected keyword argument '%s' to method replace_namespaced_controller_revisionNz[Missing the required parameter `name` when calling `replace_namespaced_controller_revision`z`Missing the required parameter `namespace` when calling `replace_namespaced_controller_revision`z[Missing the required parameter `body` when calling `replace_namespaced_controller_revision`zD/apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}z{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-TyperPUTrT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r r^sl                zDAppsV1beta1Api.replace_namespaced_controller_revision_with_http_infocKs>d|d<|jdr$|j|||f|S|j|||f|}|SdS)a replace the specified Deployment 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_deployment(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Deployment body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Deployment If the method is called asynchronously, returns the request thread. TrrN)r,replace_namespaced_deployment_with_http_info)r r;rrrrr r r replace_namespaced_deployments  z,AppsV1beta1Api.replace_namespaced_deploymentcKsddddg}|jd|jd|jd|jdt}x4t|d D]$\}}||krdtd ||||<qHW|d =d|ks|dd krtd d|ks|dd krtd d|ks|dd krtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr"|d| d<i} g}i}d }d|krD|d}|jjdddg| d<|jjdg| d<dg}|jj | d| | | |||d||j d|j d|j dd|j d| dS)a replace the specified Deployment 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_deployment_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 Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Deployment body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Deployment If the method is called asynchronously, returns the request thread. r;rrrrrrrrzOGot an unexpected keyword argument '%s' to method replace_namespaced_deploymentNzRMissing the required parameter `name` when calling `replace_namespaced_deployment`zWMissing the required parameter `namespace` when calling `replace_namespaced_deployment`zRMissing the required parameter `body` when calling `replace_namespaced_deployment`zd|d<|jdr$|j|||f|S|j|||f|}|SdS)a replace scale of the specified Deployment 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_deployment_scale(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Scale body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Scale If the method is called asynchronously, returns the request thread. TrrN)r2replace_namespaced_deployment_scale_with_http_info)r r;rrrrr r r #replace_namespaced_deployment_scale8s  z2AppsV1beta1Api.replace_namespaced_deployment_scalecKsddddg}|jd|jd|jd|jdt}x4t|d D]$\}}||krdtd ||||<qHW|d =d|ks|dd krtd d|ks|dd krtd d|ks|dd krtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr"|d| d<i} g}i}d }d|krD|d}|jjdddg| d<|jjdg| d<dg}|jj | d| | | |||d||j d|j d|j dd|j d| dS)a replace scale of the specified Deployment 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_deployment_scale_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 Scale (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Scale body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Scale If the method is called asynchronously, returns the request thread. r;rrrrrrrrzUGot an unexpected keyword argument '%s' to method replace_namespaced_deployment_scaleNzXMissing the required parameter `name` when calling `replace_namespaced_deployment_scale`z]Missing the required parameter `namespace` when calling `replace_namespaced_deployment_scale`zXMissing the required parameter `body` when calling `replace_namespaced_deployment_scale`zB/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scalez{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-TyperrrzT) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rTsl                zAAppsV1beta1Api.replace_namespaced_deployment_scale_with_http_infocKs>d|d<|jdr$|j|||f|S|j|||f|}|SdS)a replace status of the specified Deployment 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_deployment_status(name, namespace, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str name: name of the Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Deployment body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Deployment If the method is called asynchronously, returns the request thread. TrrN)r3replace_namespaced_deployment_status_with_http_info)r r;rrrrr r r $replace_namespaced_deployment_statuss  z3AppsV1beta1Api.replace_namespaced_deployment_statuscKsddddg}|jd|jd|jd|jdt}x4t|d D]$\}}||krdtd ||||<qHW|d =d|ks|dd krtd d|ks|dd krtd d|ks|dd krtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr"|d| d<i} g}i}d }d|krD|d}|jjdddg| d<|jjdg| d<dg}|jj | d| | | |||d||j d|j d|j dd|j d| dS)a replace status of the specified Deployment 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_deployment_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 Deployment (required) :param str namespace: object name and auth scope, such as for teams and projects (required) :param AppsV1beta1Deployment body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: AppsV1beta1Deployment If the method is called asynchronously, returns the request thread. r;rrrrrrrrzVGot an unexpected keyword argument '%s' to method replace_namespaced_deployment_statusNzYMissing the required parameter `name` when calling `replace_namespaced_deployment_status`z^Missing the required parameter `namespace` when calling `replace_namespaced_deployment_status`zYMissing the required parameter `body` when calling `replace_namespaced_deployment_status`zC/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/statusz{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-Typerrr9T) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rsl                zBAppsV1beta1Api.replace_namespaced_deployment_status_with_http_infocKs>d|d<|jdr$|j|||f|S|j|||f|}|SdS)a replace the specified StatefulSet 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_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 V1beta1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. TrrN)r.replace_namespaced_stateful_set_with_http_info)r r;rrrrr r r replace_namespaced_stateful_set.s  z.AppsV1beta1Api.replace_namespaced_stateful_setcKsddddg}|jd|jd|jd|jdt}x4t|d D]$\}}||krdtd ||||<qHW|d =d|ks|dd krtd d|ks|dd krtd d|ks|dd krtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr"|d| d<i} g}i}d }d|krD|d}|jjdddg| d<|jjdg| d<dg}|jj | d| | | |||d||j d|j d|j dd|j d| dS)a replace the specified StatefulSet 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_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 V1beta1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. r;rrrrrrrrzQGot an unexpected keyword argument '%s' to method replace_namespaced_stateful_setNzTMissing the required parameter `name` when calling `replace_namespaced_stateful_set`zYMissing the required parameter `namespace` when calling `replace_namespaced_stateful_set`zTMissing the required parameter `body` when calling `replace_namespaced_stateful_set`z=/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}z{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-Typerrr@T) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rJsl                z=AppsV1beta1Api.replace_namespaced_stateful_set_with_http_infocKs>d|d<|jdr$|j|||f|S|j|||f|}|SdS)a replace status of the specified StatefulSet 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_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 V1beta1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. TrrN)r5replace_namespaced_stateful_set_status_with_http_info)r r;rrrrr r r &replace_namespaced_stateful_set_statuss  z5AppsV1beta1Api.replace_namespaced_stateful_set_statuscKsddddg}|jd|jd|jd|jdt}x4t|d D]$\}}||krdtd ||||<qHW|d =d|ks|dd krtd d|ks|dd krtd d|ks|dd krtdi} djdd} i} d|kr|d| d<d|kr|d| d<i} d|kr"|d| d<i} g}i}d }d|krD|d}|jjdddg| d<|jjdg| d<dg}|jj | d| | | |||d||j d|j d|j dd|j d| dS)a replace status of the specified StatefulSet 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_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 V1beta1StatefulSet body: (required) :param str pretty: If 'true', then the output is pretty printed. :return: V1beta1StatefulSet If the method is called asynchronously, returns the request thread. r;rrrrrrrrzXGot an unexpected keyword argument '%s' to method replace_namespaced_stateful_set_statusNz[Missing the required parameter `name` when calling `replace_namespaced_stateful_set_status`z`Missing the required parameter `namespace` when calling `replace_namespaced_stateful_set_status`z[Missing the required parameter `body` when calling `replace_namespaced_stateful_set_status`zD/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/statusz{format}rzapplication/jsonzapplication/yamlz#application/vnd.kubernetes.protobufrz*/*z Content-Typerrr@T) rrr r!r"rrrrr#) r$r%rr&r'r(rr)r*r+r)r r;rrrr,r-r.r/r#r0r1r2r3r4r5r6r"r r r rsl                zDAppsV1beta1Api.replace_namespaced_stateful_set_status_with_http_info)N)K__name__ __module__ __qualname____doc__r rrr8r7r<r:r?r>rBrArQrPrSrRrUrTr]r\r_r^rar`rerdrhrgrkrjrmrlrornrrrqrtrsrwrvryrxr|r{r~r}rrrrrrrrrrrrrrrrrrrrrrrrrrr r r r rs YY_Y e e ehhhI__ e e e_________YY_Y_____r)r __future__rsysosresixr configurationrrrobjectrr r r r  s