
    ;g                    V    d Z ddlmZ ddlZddlZddlmZ ddlmZm	Z	  G d de
      Zy)z
    Kubernetes

    No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)  # noqa: E501

    The version of the OpenAPI document: release-1.31
    Generated by: https://openapi-generator.tech
    )absolute_importN)	ApiClient)ApiTypeErrorApiValueErrorc                      e Zd ZdZd.dZd Zd Zd Zd Zd Z	d	 Z
d
 Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Z d  Z!d! Z"d" Z#d# Z$d$ Z%d% Z&d& Z'd' Z(d( Z)d) Z*d* Z+d+ Z,d, Z-d- Z.y)/FlowcontrolApiserverV1beta3ApizNOTE: This class is auto generated by OpenAPI Generator
    Ref: https://openapi-generator.tech

    Do not edit the class manually.
    Nc                 *    |
t               }|| _        y N)r   
api_client)selfr   s     l/var/www/openai/venv/lib/python3.12/site-packages/kubernetes/client/api/flowcontrol_apiserver_v1beta3_api.py__init__z'FlowcontrolApiserverV1beta3Api.__init__"   s    "J$    c                 2    d|d<    | j                   |fi |S )a
  create_flow_schema  # noqa: E501

        create a FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.create_flow_schema(body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param V1beta3FlowSchema body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3FlowSchema
                 If the method is called asynchronously,
                 returns the request thread.
        T_return_http_data_only)!create_flow_schema_with_http_infor   bodykwargss      r   create_flow_schemaz1FlowcontrolApiserverV1beta3Api.create_flow_schema'   s'    4 ,0'(5t55dEfEEr   c                 F   t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      i }i }g }	d|v r|d   |	j                  d|d   f       d	|v r|d	   |	j                  d
|d	   f       d|v r|d   |	j                  d|d   f       d|v r|d   |	j                  d|d   f       i }
g }i }d}d|v r|d   }| j
                  j                  g d      |
d<   dg}| j
                  j                  dd||	|
|||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S )a  create_flow_schema  # noqa: E501

        create a FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.create_flow_schema_with_http_info(body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param V1beta3FlowSchema body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3FlowSchema, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        r   prettydry_runfield_managerfield_validation	async_reqr   _preload_content_request_timeoutr   zDGot an unexpected keyword argument '%s' to method create_flow_schemar   NzGMissing the required parameter `body` when calling `create_flow_schema`r   r   dryRunr   fieldManagerr   fieldValidationapplication/jsonapplication/yaml#application/vnd.kubernetes.protobufAcceptBearerToken6/apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemasPOSTV1beta3FlowSchemar   r   r   Tr    
r   post_paramsfilesresponse_typeauth_settingsr   r   r   r    collection_formatslocalsextendsix	iteritemsr   r   client_side_validationr   appendselect_header_acceptcall_apigetr   r   r   local_var_params
all_paramskeyvalr2   path_paramsquery_paramsheader_paramsform_paramslocal_var_filesbody_paramsr1   s                  r   r   z@FlowcontrolApiserverV1beta3Api.create_flow_schema_with_http_infoD   s:   : "8

 		
 &6x&@AHC*$"469:  %(S! B X&??11vEU7U8H8P8X ijj'',<X,F,R+;H+E FG((-=i-H-T+;I+F GH..3CO3T3`1A/1R ST!116FGY6Z6f!24DEW4X YZ%%*62K"&//"F"F[#]h '''Df#!-'&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 2    d|d<    | j                   |fi |S )a*  create_priority_level_configuration  # noqa: E501

        create a PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.create_priority_level_configuration(body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param V1beta3PriorityLevelConfiguration body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3PriorityLevelConfiguration
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   )2create_priority_level_configuration_with_http_infor   s      r   #create_priority_level_configurationzBFlowcontrolApiserverV1beta3Api.create_priority_level_configuration   s'    4 ,0'(FtFFtVvVVr   c                 F   t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      i }i }g }	d|v r|d   |	j                  d|d   f       d	|v r|d	   |	j                  d
|d	   f       d|v r|d   |	j                  d|d   f       d|v r|d   |	j                  d|d   f       i }
g }i }d}d|v r|d   }| j
                  j                  g d      |
d<   dg}| j
                  j                  dd||	|
|||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S )a  create_priority_level_configuration  # noqa: E501

        create a PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.create_priority_level_configuration_with_http_info(body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param V1beta3PriorityLevelConfiguration body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3PriorityLevelConfiguration, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        r   r   r   zUGot an unexpected keyword argument '%s' to method create_priority_level_configurationr   NzXMissing the required parameter `body` when calling `create_priority_level_configuration`r   r   r!   r   r"   r   r#   r$   r(   r)   F/apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurationsr+   !V1beta3PriorityLevelConfigurationr   r   r   Tr    r-   r3   r=   s                  r   rI   zQFlowcontrolApiserverV1beta3Api.create_priority_level_configuration_with_http_info   s=   : "8

 		
 &6x&@AHC*$"EGJK  %(S! B X&??11vEU7U8H8P8X z{{'',<X,F,R+;H+E FG((-=i-H-T+;I+F GH..3CO3T3`1A/1R ST!116FGY6Z6f!24DEW4X YZ%%*62K"&//"F"F[#]h '''TV\#!='&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 0    d|d<    | j                   di |S )a\  delete_collection_flow_schema  # noqa: E501

        delete collection of FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.delete_collection_flow_schema(async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key".  This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
        :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 str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
        :param int limit: limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
        :param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
        :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
        :param str resource_version: resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param str resource_version_match: resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param bool send_initial_events: `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event  will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.  When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan   is interpreted as "data at least as new as the provided `resourceVersion`"   and the bookmark event is send when the state is synced   to a `resourceVersion` at least as fresh as the one provided by the ListOptions.   If `resourceVersion` is unset, this is interpreted as "consistent read" and the   bookmark event is send when the state is synced at least to the moment   when request started being processed. - `resourceVersionMatch` set to any other value or unset   Invalid error is returned.  Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.
        :param int timeout_seconds: Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
        :param V1DeleteOptions body:
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1Status
                 If the method is called asynchronously,
                 returns the request thread.
        Tr    ),delete_collection_flow_schema_with_http_infor   r   s     r   delete_collection_flow_schemaz<FlowcontrolApiserverV1beta3Api.delete_collection_flow_schema3  s&    F ,0'(@t@@J6JJr   c                     t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= i }i }g }d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d	|v r|d	   |j                  d
|d	   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       i }	g }
i }d}d|v r|d   }| j                  j                  g d      |	d <   d!g}| j                  j                  d"d#|||	||
|d$||j                  d%      |j                  d&      |j                  d'd(      |j                  d)      |*      S )+a  delete_collection_flow_schema  # noqa: E501

        delete collection of FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.delete_collection_flow_schema_with_http_info(async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key".  This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
        :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 str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
        :param int limit: limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
        :param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
        :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
        :param str resource_version: resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param str resource_version_match: resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param bool send_initial_events: `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event  will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.  When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan   is interpreted as "data at least as new as the provided `resourceVersion`"   and the bookmark event is send when the state is synced   to a `resourceVersion` at least as fresh as the one provided by the ListOptions.   If `resourceVersion` is unset, this is interpreted as "consistent read" and the   bookmark event is send when the state is synced at least to the moment   when request started being processed. - `resourceVersionMatch` set to any other value or unset   Invalid error is returned.  Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.
        :param int timeout_seconds: Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
        :param V1DeleteOptions body:
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1Status, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        r   	_continuer   field_selectorgrace_period_secondslabel_selectorlimitorphan_dependentspropagation_policyresource_versionresource_version_matchsend_initial_eventstimeout_secondsr   r   r   zOGot an unexpected keyword argument '%s' to method delete_collection_flow_schemar   NrU   continuer   r!   rV   fieldSelectorrW   gracePeriodSecondsrX   labelSelectorrY   rZ   orphanDependentsr[   propagationPolicyr\   resourceVersionr]   resourceVersionMatchr^   sendInitialEventsr_   timeoutSecondsr   r$   r(   r)   r*   DELETEV1Statusr   r   r   Tr    r-   
r4   r5   r6   r7   r   r9   r   r:   r;   r<   r   r   r>   r?   r@   rA   r2   rB   rC   rD   rE   rF   rG   r1   s                 r   rP   zKFlowcontrolApiserverV1beta3Api.delete_collection_flow_schema_with_http_infoY  s   L "8

  		
 &6x&@AHC*$"?ADE  %(S! B X&'',<X,F,R+;H+E FG**/?/L/X-=k-J KL((-=i-H-T+;I+F GH//4DEU4V4b2BCS2T UV!%55:JKa:b:n!57GH^7_ `a//4DEU4V4b2BCS2T UV&&+;G+D+P*:7*C DE"227GH[7\7h!35EFY5Z [\#338HI]8^8j!46FG[6\ ]^!116FGY6Z6f!24DEW4X YZ#'77<LMe<f<r!79IJb9c de $449IJ_9`9l!46FG\6] ^_ 005EFW5X5d!13CDU3V WX%%*62K"&//"F"F[#]h '''Dh#!$'&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 0    d|d<    | j                   di |S )a  delete_collection_priority_level_configuration  # noqa: E501

        delete collection of PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.delete_collection_priority_level_configuration(async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key".  This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
        :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 str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
        :param int limit: limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
        :param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
        :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
        :param str resource_version: resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param str resource_version_match: resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param bool send_initial_events: `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event  will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.  When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan   is interpreted as "data at least as new as the provided `resourceVersion`"   and the bookmark event is send when the state is synced   to a `resourceVersion` at least as fresh as the one provided by the ListOptions.   If `resourceVersion` is unset, this is interpreted as "consistent read" and the   bookmark event is send when the state is synced at least to the moment   when request started being processed. - `resourceVersionMatch` set to any other value or unset   Invalid error is returned.  Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.
        :param int timeout_seconds: Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
        :param V1DeleteOptions body:
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1Status
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   rO   )=delete_collection_priority_level_configuration_with_http_inforQ   s     r   .delete_collection_priority_level_configurationzMFlowcontrolApiserverV1beta3Api.delete_collection_priority_level_configuration  s'    F ,0'(QtQQ[TZ[[r   c                     t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= i }i }g }d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d	|v r|d	   |j                  d
|d	   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       i }	g }
i }d}d|v r|d   }| j                  j                  g d      |	d <   d!g}| j                  j                  d"d#|||	||
|d$||j                  d%      |j                  d&      |j                  d'd(      |j                  d)      |*      S )+aP  delete_collection_priority_level_configuration  # noqa: E501

        delete collection of PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.delete_collection_priority_level_configuration_with_http_info(async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key".  This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
        :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 str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
        :param int limit: limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
        :param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
        :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
        :param str resource_version: resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param str resource_version_match: resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param bool send_initial_events: `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event  will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.  When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan   is interpreted as "data at least as new as the provided `resourceVersion`"   and the bookmark event is send when the state is synced   to a `resourceVersion` at least as fresh as the one provided by the ListOptions.   If `resourceVersion` is unset, this is interpreted as "consistent read" and the   bookmark event is send when the state is synced at least to the moment   when request started being processed. - `resourceVersionMatch` set to any other value or unset   Invalid error is returned.  Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.
        :param int timeout_seconds: Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
        :param V1DeleteOptions body:
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1Status, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        rT   r   r   z`Got an unexpected keyword argument '%s' to method delete_collection_priority_level_configurationr   NrU   r`   r   r!   rV   ra   rW   rb   rX   rc   rY   rZ   rd   r[   re   r\   rf   r]   rg   r^   rh   r_   ri   r   r$   r(   r)   rL   rj   rk   r   r   r   Tr    r-   rl   rm   s                 r   ro   z\FlowcontrolApiserverV1beta3Api.delete_collection_priority_level_configuration_with_http_info  s   L "8

  		
 &6x&@AHC*$"PRUV  %(S! B X&'',<X,F,R+;H+E FG**/?/L/X-=k-J KL((-=i-H-T+;I+F GH//4DEU4V4b2BCS2T UV!%55:JKa:b:n!57GH^7_ `a//4DEU4V4b2BCS2T UV&&+;G+D+P*:7*C DE"227GH[7\7h!35EFY5Z [\#338HI]8^8j!46FG[6\ ]^!116FGY6Z6f!24DEW4X YZ#'77<LMe<f<r!79IJb9c de $449IJ_9`9l!46FG\6] ^_ 005EFW5X5d!13CDU3V WX%%*62K"&//"F"F[#]h '''TV^#!$'&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 2    d|d<    | j                   |fi |S )a
  delete_flow_schema  # noqa: E501

        delete a FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.delete_flow_schema(name, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the FlowSchema (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param int grace_period_seconds: The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
        :param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
        :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
        :param V1DeleteOptions body:
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1Status
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   )!delete_flow_schema_with_http_infor   namer   s      r   delete_flow_schemaz1FlowcontrolApiserverV1beta3Api.delete_flow_schema  s'    8 ,0'(5t55dEfEEr   c                    t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      i }i }d|v r|d   |d<   g }	d|v r|d   |	j                  d|d   f       d	|v r|d	   |	j                  d
|d	   f       d|v r|d   |	j                  d|d   f       d|v r|d   |	j                  d|d   f       d|v r|d   |	j                  d|d   f       i }
g }i }d}d|v r|d   }| j
                  j                  g d      |
d<   dg}| j
                  j                  dd||	|
|||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S )a  delete_flow_schema  # noqa: E501

        delete a FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.delete_flow_schema_with_http_info(name, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the FlowSchema (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param int grace_period_seconds: The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
        :param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
        :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
        :param V1DeleteOptions body:
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1Status, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        ru   r   r   rW   rZ   r[   r   r   r   zDGot an unexpected keyword argument '%s' to method delete_flow_schemaru   NzGMissing the required parameter `name` when calling `delete_flow_schema`r   r   r!   rW   rb   rZ   rd   r[   re   r   r$   r(   r)   =/apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}rj   rk   r   r   r   Tr    r-   r3   r   ru   r   r>   r?   r@   rA   r2   rB   rC   rD   rE   rF   rG   r1   s                  r   rs   z@FlowcontrolApiserverV1beta3Api.delete_flow_schema_with_http_info  s   > "8

 		
 &6x&@AHC*$"469:  %(S! B X&??11vEU7U8H8P8X ijj%%"26":K'',<X,F,R+;H+E FG((-=i-H-T+;I+F GH!%55:JKa:b:n!57GH^7_ `a"227GH[7\7h!35EFY5Z [\#338HI]8^8j!46FG[6\ ]^%%*62K"&//"F"F[#]h '''KX#!$'&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 2    d|d<    | j                   |fi |S )a  delete_priority_level_configuration  # noqa: E501

        delete a PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.delete_priority_level_configuration(name, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the PriorityLevelConfiguration (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param int grace_period_seconds: The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
        :param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
        :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
        :param V1DeleteOptions body:
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1Status
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   )2delete_priority_level_configuration_with_http_infort   s      r   #delete_priority_level_configurationzBFlowcontrolApiserverV1beta3Api.delete_priority_level_configuration!  s'    8 ,0'(FtFFtVvVVr   c                    t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      i }i }d|v r|d   |d<   g }	d|v r|d   |	j                  d|d   f       d	|v r|d	   |	j                  d
|d	   f       d|v r|d   |	j                  d|d   f       d|v r|d   |	j                  d|d   f       d|v r|d   |	j                  d|d   f       i }
g }i }d}d|v r|d   }| j
                  j                  g d      |
d<   dg}| j
                  j                  dd||	|
|||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S )a  delete_priority_level_configuration  # noqa: E501

        delete a PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.delete_priority_level_configuration_with_http_info(name, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the PriorityLevelConfiguration (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param int grace_period_seconds: The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
        :param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
        :param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
        :param V1DeleteOptions body:
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1Status, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        rx   r   r   zUGot an unexpected keyword argument '%s' to method delete_priority_level_configurationru   NzXMissing the required parameter `name` when calling `delete_priority_level_configuration`r   r   r!   rW   rb   rZ   rd   r[   re   r   r$   r(   r)   M/apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}rj   rk   r   r   r   Tr    r-   r3   rz   s                  r   r|   zQFlowcontrolApiserverV1beta3Api.delete_priority_level_configuration_with_http_info@  s   > "8

 		
 &6x&@AHC*$"EGJK  %(S! B X&??11vEU7U8H8P8X z{{%%"26":K'',<X,F,R+;H+E FG((-=i-H-T+;I+F GH!%55:JKa:b:n!57GH^7_ `a"227GH[7\7h!35EFY5Z [\#338HI]8^8j!46FG[6\ ]^%%*62K"&//"F"F[#]h '''[]e#!$'&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 0    d|d<    | j                   di |S )a  get_api_resources  # noqa: E501

        get available resources  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.get_api_resources(async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1APIResourceList
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   rO   ) get_api_resources_with_http_inforQ   s     r   get_api_resourcesz0FlowcontrolApiserverV1beta3Api.get_api_resources  s%    * ,0'(4t44>v>>r   c                    t               }g }|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= i }i }g }i }	g }
i }d}| j
                  j                  g d      |	d<   dg}| j
                  j                  dd	|||	||
|d
||j                  d      |j                  d      |j                  dd      |j                  d      |      S )a  get_api_resources  # noqa: E501

        get available resources  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.get_api_resources_with_http_info(async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1APIResourceList, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        r   r   zCGot an unexpected keyword argument '%s' to method get_api_resourcesNr$   r(   r)   z+/apis/flowcontrol.apiserver.k8s.io/v1beta3/GETV1APIResourceListr   r   r   Tr    r-   )	r4   r5   r6   r7   r   r   r:   r;   r<   rm   s                 r   r   z?FlowcontrolApiserverV1beta3Api.get_api_resources_with_http_info  sB   0 "8

	
 &6x&@AHC*$"3589  %(S! B X&"&//"F"F[#]h '''95#!-'&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 0    d|d<    | j                   di |S )a  list_flow_schema  # noqa: E501

        list or watch objects of kind FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.list_flow_schema(async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param bool allow_watch_bookmarks: allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.
        :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key".  This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
        :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
        :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
        :param int limit: limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
        :param str resource_version: resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param str resource_version_match: resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param bool send_initial_events: `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event  will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.  When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan   is interpreted as "data at least as new as the provided `resourceVersion`"   and the bookmark event is send when the state is synced   to a `resourceVersion` at least as fresh as the one provided by the ListOptions.   If `resourceVersion` is unset, this is interpreted as "consistent read" and the   bookmark event is send when the state is synced at least to the moment   when request started being processed. - `resourceVersionMatch` set to any other value or unset   Invalid error is returned.  Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.
        :param int timeout_seconds: Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
        :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3FlowSchemaList
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   rO   )list_flow_schema_with_http_inforQ   s     r   list_flow_schemaz/FlowcontrolApiserverV1beta3Api.list_flow_schema  s&    @ ,0'(3t33=f==r   c                    t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= i }i }g }d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d	|v r|d	   |j                  d
|d	   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       i }	g }
i }d}| j                  j                  g d      |	d<   dg}| j                  j                  dd|||	||
|d||j                  d      |j                  d       |j                  d!d"      |j                  d#      |$      S )%a  list_flow_schema  # noqa: E501

        list or watch objects of kind FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.list_flow_schema_with_http_info(async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param bool allow_watch_bookmarks: allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.
        :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key".  This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
        :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
        :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
        :param int limit: limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
        :param str resource_version: resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param str resource_version_match: resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param bool send_initial_events: `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event  will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.  When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan   is interpreted as "data at least as new as the provided `resourceVersion`"   and the bookmark event is send when the state is synced   to a `resourceVersion` at least as fresh as the one provided by the ListOptions.   If `resourceVersion` is unset, this is interpreted as "consistent read" and the   bookmark event is send when the state is synced at least to the moment   when request started being processed. - `resourceVersionMatch` set to any other value or unset   Invalid error is returned.  Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.
        :param int timeout_seconds: Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
        :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3FlowSchemaList, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        r   allow_watch_bookmarksrU   rV   rX   rY   r\   r]   r^   r_   watchr   r   zBGot an unexpected keyword argument '%s' to method list_flow_schemar   Nr   allowWatchBookmarksrU   r`   rV   ra   rX   rc   rY   r\   rf   r]   rg   r^   rh   r_   ri   r   r%   r&   r'   zapplication/json;stream=watchz0application/vnd.kubernetes.protobuf;stream=watchr(   r)   r*   r   V1beta3FlowSchemaListr   r   r   Tr    r-   rl   rm   s                 r   r   z>FlowcontrolApiserverV1beta3Api.list_flow_schema_with_http_info=  sJ   F "8

 		
 &6x&@AHC*$"2478  %(S! B X&'',<X,F,R+;H+E FG"&66;KLc;d;p!68HI`8a bc**/?/L/X-=k-J KL//4DEU4V4b2BCS2T UV//4DEU4V4b2BCS2T UV&&+;G+D+P*:7*C DE!116FGY6Z6f!24DEW4X YZ#'77<LMe<f<r!79IJb9c de $449IJ_9`9l!46FG\6] ^_ 005EFW5X5d!13CDU3V WX&&+;G+D+P*:7*C DE"&//"F"F q#rh '''De#!1'&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 0    d|d<    | j                   di |S )a  list_priority_level_configuration  # noqa: E501

        list or watch objects of kind PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.list_priority_level_configuration(async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param bool allow_watch_bookmarks: allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.
        :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key".  This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
        :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
        :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
        :param int limit: limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
        :param str resource_version: resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param str resource_version_match: resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param bool send_initial_events: `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event  will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.  When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan   is interpreted as "data at least as new as the provided `resourceVersion`"   and the bookmark event is send when the state is synced   to a `resourceVersion` at least as fresh as the one provided by the ListOptions.   If `resourceVersion` is unset, this is interpreted as "consistent read" and the   bookmark event is send when the state is synced at least to the moment   when request started being processed. - `resourceVersionMatch` set to any other value or unset   Invalid error is returned.  Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.
        :param int timeout_seconds: Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
        :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3PriorityLevelConfigurationList
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   rO   )0list_priority_level_configuration_with_http_inforQ   s     r   !list_priority_level_configurationz@FlowcontrolApiserverV1beta3Api.list_priority_level_configuration  s&    @ ,0'(DtDDNvNNr   c                    t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= i }i }g }d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d	|v r|d	   |j                  d
|d	   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       d|v r|d   |j                  d|d   f       i }	g }
i }d}| j                  j                  g d      |	d<   dg}| j                  j                  dd|||	||
|d||j                  d      |j                  d       |j                  d!d"      |j                  d#      |$      S )%a  list_priority_level_configuration  # noqa: E501

        list or watch objects of kind PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.list_priority_level_configuration_with_http_info(async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param bool allow_watch_bookmarks: allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.
        :param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key".  This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
        :param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
        :param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
        :param int limit: limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.  The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
        :param str resource_version: resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param str resource_version_match: resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.  Defaults to unset
        :param bool send_initial_events: `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event  will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.  When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan   is interpreted as "data at least as new as the provided `resourceVersion`"   and the bookmark event is send when the state is synced   to a `resourceVersion` at least as fresh as the one provided by the ListOptions.   If `resourceVersion` is unset, this is interpreted as "consistent read" and the   bookmark event is send when the state is synced at least to the moment   when request started being processed. - `resourceVersionMatch` set to any other value or unset   Invalid error is returned.  Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.
        :param int timeout_seconds: Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.
        :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3PriorityLevelConfigurationList, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        r   r   r   zSGot an unexpected keyword argument '%s' to method list_priority_level_configurationr   Nr   r   rU   r`   rV   ra   rX   rc   rY   r\   rf   r]   rg   r^   rh   r_   ri   r   r   r(   r)   rL   r   %V1beta3PriorityLevelConfigurationListr   r   r   Tr    r-   rl   rm   s                 r   r   zOFlowcontrolApiserverV1beta3Api.list_priority_level_configuration_with_http_info  sM   F "8

 		
 &6x&@AHC*$"CEHI  %(S! B X&'',<X,F,R+;H+E FG"&66;KLc;d;p!68HI`8a bc**/?/L/X-=k-J KL//4DEU4V4b2BCS2T UV//4DEU4V4b2BCS2T UV&&+;G+D+P*:7*C DE!116FGY6Z6f!24DEW4X YZ#'77<LMe<f<r!79IJb9c de $449IJ_9`9l!46FG\6] ^_ 005EFW5X5d!13CDU3V WX&&+;G+D+P*:7*C DE"&//"F"F q#rh '''TV[#!A'&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 4    d|d<    | j                   ||fi |S )a  patch_flow_schema  # noqa: E501

        partially update the specified FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.patch_flow_schema(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the FlowSchema (required)
        :param object body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param bool force: Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3FlowSchema
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   ) patch_flow_schema_with_http_infor   ru   r   r   s       r   patch_flow_schemaz0FlowcontrolApiserverV1beta3Api.patch_flow_schemaZ  s)    8 ,0'(4t44T4J6JJr   c                 0   t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      | j
                  j                  rd|vs|d   t        d	      i }i }	d|v r|d   |	d<   g }
d
|v r|d
   |
j                  d
|d
   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       i }g }i }d}d|v r|d   }| j
                  j                  g d      |d<   | j
                  j                  g d      |d<   dg}| j
                  j                  dd|	|
||||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S ) aA  patch_flow_schema  # noqa: E501

        partially update the specified FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.patch_flow_schema_with_http_info(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the FlowSchema (required)
        :param object body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param bool force: Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3FlowSchema, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        ru   r   r   r   r   r   forcer   r   zCGot an unexpected keyword argument '%s' to method patch_flow_schemaru   NzFMissing the required parameter `name` when calling `patch_flow_schema`r   zFMissing the required parameter `body` when calling `patch_flow_schema`r   r   r!   r   r"   r   r#   r   r$   r(   zapplication/json-patch+jsonzapplication/merge-patch+jsonz&application/strategic-merge-patch+jsonzapplication/apply-patch+yamlContent-Typer)   ry   PATCHr,   r   r   r   Tr    r-   r4   r5   r6   r7   r   r   r8   r   r9   r:   select_header_content_typer;   r<   r   ru   r   r   r>   r?   r@   rA   r2   rB   rC   rD   rE   rF   rG   r1   s                   r   r   z?FlowcontrolApiserverV1beta3Api.patch_flow_schema_with_http_infoy  s   > "8

 		
 &6x&@AHC*$"3589  %(S! B X&??11vEU7U8H8P8X hii??11vEU7U8H8P8X hii%%"26":K'',<X,F,R+;H+E FG((-=i-H-T+;I+F GH..3CO3T3`1A/1R ST!116FGY6Z6f!24DEW4X YZ&&+;G+D+P*:7*C DE%%*62K"&//"F"F[#]h )-(R(R V)Wn% '''KW#!-'&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 4    d|d<    | j                   ||fi |S )a  patch_flow_schema_status  # noqa: E501

        partially update status of the specified FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.patch_flow_schema_status(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the FlowSchema (required)
        :param object body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param bool force: Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3FlowSchema
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   )'patch_flow_schema_status_with_http_infor   s       r   patch_flow_schema_statusz7FlowcontrolApiserverV1beta3Api.patch_flow_schema_status  s)    8 ,0'(;t;;D$Q&QQr   c                 0   t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      | j
                  j                  rd|vs|d   t        d	      i }i }	d|v r|d   |	d<   g }
d
|v r|d
   |
j                  d
|d
   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       i }g }i }d}d|v r|d   }| j
                  j                  g d      |d<   | j
                  j                  g d      |d<   dg}| j
                  j                  dd|	|
||||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S ) aY  patch_flow_schema_status  # noqa: E501

        partially update status of the specified FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.patch_flow_schema_status_with_http_info(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the FlowSchema (required)
        :param object body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param bool force: Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3FlowSchema, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        r   r   r   zJGot an unexpected keyword argument '%s' to method patch_flow_schema_statusru   NzMMissing the required parameter `name` when calling `patch_flow_schema_status`r   zMMissing the required parameter `body` when calling `patch_flow_schema_status`r   r   r!   r   r"   r   r#   r   r$   r(   r   r   r)   D/apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}/statusr   r,   r   r   r   Tr    r-   r   r   s                   r   r   zFFlowcontrolApiserverV1beta3Api.patch_flow_schema_status_with_http_info  s   > "8

 		
 &6x&@AHC*$":<?@  %(S! B X&??11vEU7U8H8P8X opp??11vEU7U8H8P8X opp%%"26":K'',<X,F,R+;H+E FG((-=i-H-T+;I+F GH..3CO3T3`1A/1R ST!116FGY6Z6f!24DEW4X YZ&&+;G+D+P*:7*C DE%%*62K"&//"F"F[#]h )-(R(R V)Wn% '''RT[#!-'&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 4    d|d<    | j                   ||fi |S )a  patch_priority_level_configuration  # noqa: E501

        partially update the specified PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.patch_priority_level_configuration(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the PriorityLevelConfiguration (required)
        :param object body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param bool force: Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3PriorityLevelConfiguration
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   )1patch_priority_level_configuration_with_http_infor   s       r   "patch_priority_level_configurationzAFlowcontrolApiserverV1beta3Api.patch_priority_level_configuration  s*    8 ,0'(EtEEdD[TZ[[r   c                 0   t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      | j
                  j                  rd|vs|d   t        d	      i }i }	d|v r|d   |	d<   g }
d
|v r|d
   |
j                  d
|d
   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       i }g }i }d}d|v r|d   }| j
                  j                  g d      |d<   | j
                  j                  g d      |d<   dg}| j
                  j                  dd|	|
||||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S ) a  patch_priority_level_configuration  # noqa: E501

        partially update the specified PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.patch_priority_level_configuration_with_http_info(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the PriorityLevelConfiguration (required)
        :param object body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param bool force: Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3PriorityLevelConfiguration, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        r   r   r   zTGot an unexpected keyword argument '%s' to method patch_priority_level_configurationru   NzWMissing the required parameter `name` when calling `patch_priority_level_configuration`r   zWMissing the required parameter `body` when calling `patch_priority_level_configuration`r   r   r!   r   r"   r   r#   r   r$   r(   r   r   r)   r   r   rM   r   r   r   Tr    r-   r   r   s                   r   r   zPFlowcontrolApiserverV1beta3Api.patch_priority_level_configuration_with_http_info  s   > "8

 		
 &6x&@AHC*$"DFIJ  %(S! B X&??11vEU7U8H8P8X yzz??11vEU7U8H8P8X yzz%%"26":K'',<X,F,R+;H+E FG((-=i-H-T+;I+F GH..3CO3T3`1A/1R ST!116FGY6Z6f!24DEW4X YZ&&+;G+D+P*:7*C DE%%*62K"&//"F"F[#]h )-(R(R V)Wn% '''[]d#!='&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 4    d|d<    | j                   ||fi |S )a  patch_priority_level_configuration_status  # noqa: E501

        partially update status of the specified PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.patch_priority_level_configuration_status(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the PriorityLevelConfiguration (required)
        :param object body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param bool force: Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3PriorityLevelConfiguration
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   )8patch_priority_level_configuration_status_with_http_infor   s       r   )patch_priority_level_configuration_statuszHFlowcontrolApiserverV1beta3Api.patch_priority_level_configuration_status"  s+    8 ,0'(LtLLTSWb[abbr   c                 0   t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      | j
                  j                  rd|vs|d   t        d	      i }i }	d|v r|d   |	d<   g }
d
|v r|d
   |
j                  d
|d
   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       i }g }i }d}d|v r|d   }| j
                  j                  g d      |d<   | j
                  j                  g d      |d<   dg}| j
                  j                  dd|	|
||||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S ) a  patch_priority_level_configuration_status  # noqa: E501

        partially update status of the specified PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.patch_priority_level_configuration_status_with_http_info(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the PriorityLevelConfiguration (required)
        :param object body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param bool force: Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3PriorityLevelConfiguration, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        r   r   r   z[Got an unexpected keyword argument '%s' to method patch_priority_level_configuration_statusru   Nz^Missing the required parameter `name` when calling `patch_priority_level_configuration_status`r   z^Missing the required parameter `body` when calling `patch_priority_level_configuration_status`r   r   r!   r   r"   r   r#   r   r$   r(   r   r   r)   T/apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}/statusr   rM   r   r   r   Tr    r-   r   r   s                   r   r   zWFlowcontrolApiserverV1beta3Api.patch_priority_level_configuration_status_with_http_infoA  s   > "8

 		
 &6x&@AHC*$"KMPQ  %(S! B X&??11vEU7U8H8P8X  !A  B  B??11vEU7U8H8P8X  !A  B  B%%"26":K'',<X,F,R+;H+E FG((-=i-H-T+;I+F GH..3CO3T3`1A/1R ST!116FGY6Z6f!24DEW4X YZ&&+;G+D+P*:7*C DE%%*62K"&//"F"F[#]h )-(R(R V)Wn% '''bdk#!='&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 2    d|d<    | j                   |fi |S )a  read_flow_schema  # noqa: E501

        read the specified FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.read_flow_schema(name, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the FlowSchema (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3FlowSchema
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   )read_flow_schema_with_http_infort   s      r   read_flow_schemaz/FlowcontrolApiserverV1beta3Api.read_flow_schema  s'    . ,0'(3t33DCFCCr   c                    t               }ddg}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      i }i }d|v r|d   |d<   g }	d|v r|d   |	j                  d|d   f       i }
g }i }d}| j
                  j                  g d      |
d	<   d
g}| j
                  j                  dd||	|
|||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S )a  read_flow_schema  # noqa: E501

        read the specified FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.read_flow_schema_with_http_info(name, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the FlowSchema (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3FlowSchema, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        ru   r   r   r   zBGot an unexpected keyword argument '%s' to method read_flow_schemaNzEMissing the required parameter `name` when calling `read_flow_schema`r$   r(   r)   ry   r   r,   r   r   r   Tr    r-   r3   rz   s                  r   r   z>FlowcontrolApiserverV1beta3Api.read_flow_schema_with_http_info  s   4 "8 

 		
 &6x&@AHC*$"2478  %(S! B X&??11vEU7U8H8P8X ghh%%"26":K'',<X,F,R+;H+E FG"&//"F"F[#]h '''KU#!-'&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 2    d|d<    | j                   |fi |S )a
  read_flow_schema_status  # noqa: E501

        read status of the specified FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.read_flow_schema_status(name, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the FlowSchema (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3FlowSchema
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   )&read_flow_schema_status_with_http_infort   s      r   read_flow_schema_statusz6FlowcontrolApiserverV1beta3Api.read_flow_schema_status1  s'    . ,0'(:t::4J6JJr   c                    t               }ddg}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      i }i }d|v r|d   |d<   g }	d|v r|d   |	j                  d|d   f       i }
g }i }d}| j
                  j                  g d      |
d	<   d
g}| j
                  j                  dd||	|
|||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S )a  read_flow_schema_status  # noqa: E501

        read status of the specified FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.read_flow_schema_status_with_http_info(name, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the FlowSchema (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3FlowSchema, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        ru   r   r   r   zIGot an unexpected keyword argument '%s' to method read_flow_schema_statusNzLMissing the required parameter `name` when calling `read_flow_schema_status`r$   r(   r)   r   r   r,   r   r   r   Tr    r-   r3   rz   s                  r   r   zEFlowcontrolApiserverV1beta3Api.read_flow_schema_status_with_http_infoK  s   4 "8 

 		
 &6x&@AHC*$"9;>?  %(S! B X&??11vEU7U8H8P8X noo%%"26":K'',<X,F,R+;H+E FG"&//"F"F[#]h '''RTY#!-'&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 2    d|d<    | j                   |fi |S )aD  read_priority_level_configuration  # noqa: E501

        read the specified PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.read_priority_level_configuration(name, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the PriorityLevelConfiguration (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3PriorityLevelConfiguration
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   )0read_priority_level_configuration_with_http_infort   s      r   !read_priority_level_configurationz@FlowcontrolApiserverV1beta3Api.read_priority_level_configuration  s'    . ,0'(DtDDTTVTTr   c                    t               }ddg}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      i }i }d|v r|d   |d<   g }	d|v r|d   |	j                  d|d   f       i }
g }i }d}| j
                  j                  g d      |
d	<   d
g}| j
                  j                  dd||	|
|||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S )a  read_priority_level_configuration  # noqa: E501

        read the specified PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.read_priority_level_configuration_with_http_info(name, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the PriorityLevelConfiguration (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3PriorityLevelConfiguration, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        ru   r   r   r   zSGot an unexpected keyword argument '%s' to method read_priority_level_configurationNzVMissing the required parameter `name` when calling `read_priority_level_configuration`r$   r(   r)   r   r   rM   r   r   r   Tr    r-   r3   rz   s                  r   r   zOFlowcontrolApiserverV1beta3Api.read_priority_level_configuration_with_http_info  s   4 "8 

 		
 &6x&@AHC*$"CEHI  %(S! B X&??11vEU7U8H8P8X xyy%%"26":K'',<X,F,R+;H+E FG"&//"F"F[#]h '''[]b#!='&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 2    d|d<    | j                   |fi |S )a\  read_priority_level_configuration_status  # noqa: E501

        read status of the specified PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.read_priority_level_configuration_status(name, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the PriorityLevelConfiguration (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3PriorityLevelConfiguration
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   )7read_priority_level_configuration_status_with_http_infort   s      r   (read_priority_level_configuration_statuszGFlowcontrolApiserverV1beta3Api.read_priority_level_configuration_status	  s(    . ,0'(KtKKD[TZ[[r   c                    t               }ddg}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      i }i }d|v r|d   |d<   g }	d|v r|d   |	j                  d|d   f       i }
g }i }d}| j
                  j                  g d      |
d	<   d
g}| j
                  j                  dd||	|
|||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S )a  read_priority_level_configuration_status  # noqa: E501

        read status of the specified PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.read_priority_level_configuration_status_with_http_info(name, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the PriorityLevelConfiguration (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3PriorityLevelConfiguration, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        ru   r   r   r   zZGot an unexpected keyword argument '%s' to method read_priority_level_configuration_statusNz]Missing the required parameter `name` when calling `read_priority_level_configuration_status`r$   r(   r)   r   r   rM   r   r   r   Tr    r-   r3   rz   s                  r   r   zVFlowcontrolApiserverV1beta3Api.read_priority_level_configuration_status_with_http_info9	  s   4 "8 

 		
 &6x&@AHC*$"JLOP  %(S! B X&??11vEU7U8H8P8X   A  A%%"26":K'',<X,F,R+;H+E FG"&//"F"F[#]h '''bdi#!='&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 4    d|d<    | j                   ||fi |S )a(  replace_flow_schema  # noqa: E501

        replace the specified FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.replace_flow_schema(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the FlowSchema (required)
        :param V1beta3FlowSchema body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3FlowSchema
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   )"replace_flow_schema_with_http_infor   s       r   replace_flow_schemaz2FlowcontrolApiserverV1beta3Api.replace_flow_schema	  s)    6 ,0'(6t66tTLVLLr   c                    t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      | j
                  j                  rd|vs|d   t        d	      i }i }	d|v r|d   |	d<   g }
d
|v r|d
   |
j                  d
|d
   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       i }g }i }d}d|v r|d   }| j
                  j                  g d      |d<   dg}| j
                  j                  dd|	|
||||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S )a  replace_flow_schema  # noqa: E501

        replace the specified FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.replace_flow_schema_with_http_info(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the FlowSchema (required)
        :param V1beta3FlowSchema body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3FlowSchema, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        ru   r   r   r   r   r   r   r   zEGot an unexpected keyword argument '%s' to method replace_flow_schemaru   NzHMissing the required parameter `name` when calling `replace_flow_schema`r   zHMissing the required parameter `body` when calling `replace_flow_schema`r   r   r!   r   r"   r   r#   r$   r(   r)   ry   PUTr,   r   r   r   Tr    r-   r3   r   s                   r   r   zAFlowcontrolApiserverV1beta3Api.replace_flow_schema_with_http_info	  s~   < "8

 		
 &6x&@AHC*$"57:;  %(S! B X&??11vEU7U8H8P8X jkk??11vEU7U8H8P8X jkk%%"26":K'',<X,F,R+;H+E FG((-=i-H-T+;I+F GH..3CO3T3`1A/1R ST!116FGY6Z6f!24DEW4X YZ%%*62K"&//"F"F[#]h '''KU#!-'&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 4    d|d<    | j                   ||fi |S )a@  replace_flow_schema_status  # noqa: E501

        replace status of the specified FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.replace_flow_schema_status(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the FlowSchema (required)
        :param V1beta3FlowSchema body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3FlowSchema
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   ))replace_flow_schema_status_with_http_infor   s       r   replace_flow_schema_statusz9FlowcontrolApiserverV1beta3Api.replace_flow_schema_status%
  s)    6 ,0'(=t==dDSFSSr   c                    t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      | j
                  j                  rd|vs|d   t        d	      i }i }	d|v r|d   |	d<   g }
d
|v r|d
   |
j                  d
|d
   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       i }g }i }d}d|v r|d   }| j
                  j                  g d      |d<   dg}| j
                  j                  dd|	|
||||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S )a  replace_flow_schema_status  # noqa: E501

        replace status of the specified FlowSchema  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.replace_flow_schema_status_with_http_info(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the FlowSchema (required)
        :param V1beta3FlowSchema body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3FlowSchema, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        r   r   r   zLGot an unexpected keyword argument '%s' to method replace_flow_schema_statusru   NzOMissing the required parameter `name` when calling `replace_flow_schema_status`r   zOMissing the required parameter `body` when calling `replace_flow_schema_status`r   r   r!   r   r"   r   r#   r$   r(   r)   r   r   r,   r   r   r   Tr    r-   r3   r   s                   r   r   zHFlowcontrolApiserverV1beta3Api.replace_flow_schema_status_with_http_infoC
  s   < "8

 		
 &6x&@AHC*$"<>AB  %(S! B X&??11vEU7U8H8P8X qrr??11vEU7U8H8P8X qrr%%"26":K'',<X,F,R+;H+E FG((-=i-H-T+;I+F GH..3CO3T3`1A/1R ST!116FGY6Z6f!24DEW4X YZ%%*62K"&//"F"F[#]h '''RTY#!-'&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 4    d|d<    | j                   ||fi |S )a  replace_priority_level_configuration  # noqa: E501

        replace the specified PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.replace_priority_level_configuration(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the PriorityLevelConfiguration (required)
        :param V1beta3PriorityLevelConfiguration body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3PriorityLevelConfiguration
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   )3replace_priority_level_configuration_with_http_infor   s       r   $replace_priority_level_configurationzCFlowcontrolApiserverV1beta3Api.replace_priority_level_configuration
  s*    6 ,0'(GtGGd]V\]]r   c                    t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      | j
                  j                  rd|vs|d   t        d	      i }i }	d|v r|d   |	d<   g }
d
|v r|d
   |
j                  d
|d
   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       i }g }i }d}d|v r|d   }| j
                  j                  g d      |d<   dg}| j
                  j                  dd|	|
||||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S )aL  replace_priority_level_configuration  # noqa: E501

        replace the specified PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.replace_priority_level_configuration_with_http_info(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the PriorityLevelConfiguration (required)
        :param V1beta3PriorityLevelConfiguration body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3PriorityLevelConfiguration, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        r   r   r   zVGot an unexpected keyword argument '%s' to method replace_priority_level_configurationru   NzYMissing the required parameter `name` when calling `replace_priority_level_configuration`r   zYMissing the required parameter `body` when calling `replace_priority_level_configuration`r   r   r!   r   r"   r   r#   r$   r(   r)   r   r   rM   r   r   r   Tr    r-   r3   r   s                   r   r   zRFlowcontrolApiserverV1beta3Api.replace_priority_level_configuration_with_http_info
  s   < "8

 		
 &6x&@AHC*$"FHKL  %(S! B X&??11vEU7U8H8P8X {||??11vEU7U8H8P8X {||%%"26":K'',<X,F,R+;H+E FG((-=i-H-T+;I+F GH..3CO3T3`1A/1R ST!116FGY6Z6f!24DEW4X YZ%%*62K"&//"F"F[#]h '''[]b#!='&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   c                 4    d|d<    | j                   ||fi |S )a  replace_priority_level_configuration_status  # noqa: E501

        replace status of the specified PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.replace_priority_level_configuration_status(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the PriorityLevelConfiguration (required)
        :param V1beta3PriorityLevelConfiguration body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: V1beta3PriorityLevelConfiguration
                 If the method is called asynchronously,
                 returns the request thread.
        Tr   ):replace_priority_level_configuration_status_with_http_infor   s       r   +replace_priority_level_configuration_statuszJFlowcontrolApiserverV1beta3Api.replace_priority_level_configuration_statusC  s+    6 ,0'(NtNNtUYd]cddr   c                    t               }g d}|j                  g d       t        j                  |d         D ]  \  }}||vrt	        d|z        |||<    |d= | j
                  j                  rd|vs|d   t        d      | j
                  j                  rd|vs|d   t        d	      i }i }	d|v r|d   |	d<   g }
d
|v r|d
   |
j                  d
|d
   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       d|v r|d   |
j                  d|d   f       i }g }i }d}d|v r|d   }| j
                  j                  g d      |d<   dg}| j
                  j                  dd|	|
||||d||j                  d      |j                  d      |j                  dd      |j                  d      |      S )ad  replace_priority_level_configuration_status  # noqa: E501

        replace status of the specified PriorityLevelConfiguration  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True
        >>> thread = api.replace_priority_level_configuration_status_with_http_info(name, body, async_req=True)
        >>> result = thread.get()

        :param async_req bool: execute request asynchronously
        :param str name: name of the PriorityLevelConfiguration (required)
        :param V1beta3PriorityLevelConfiguration body: (required)
        :param str pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
        :param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
        :param str field_manager: fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
        :param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
        :param _return_http_data_only: response data without head status code
                                       and headers
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: tuple(V1beta3PriorityLevelConfiguration, status_code(int), headers(HTTPHeaderDict))
                 If the method is called asynchronously,
                 returns the request thread.
        r   r   r   z]Got an unexpected keyword argument '%s' to method replace_priority_level_configuration_statusru   Nz`Missing the required parameter `name` when calling `replace_priority_level_configuration_status`r   z`Missing the required parameter `body` when calling `replace_priority_level_configuration_status`r   r   r!   r   r"   r   r#   r$   r(   r)   r   r   rM   r   r   r   Tr    r-   r3   r   s                   r   r   zYFlowcontrolApiserverV1beta3Api.replace_priority_level_configuration_status_with_http_infoa  s   < "8

 		
 &6x&@AHC*$"MORS  %(S! B X&??11vEU7U8H8P8X  !C  D  D??11vEU7U8H8P8X  !C  D  D%%"26":K'',<X,F,R+;H+E FG((-=i-H-T+;I+F GH..3CO3T3`1A/1R ST!116FGY6Z6f!24DEW4X YZ%%*62K"&//"F"F[#]h '''bdi#!='&**;7#3#7#78P#Q-112DdK-112DE1 ( 3 	3r   r
   )/__name__
__module____qualname____doc__r   r   r   rJ   rI   rR   rP   rp   ro   rv   rs   r}   r|   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   rO   r   r   r   r      s   %
F:g3RW:g3R$KLG3R$\LG3RF>o3bW>o3b?0O3b!>F{3z!OF{3zK>w3rR>w3r\>w3rc>w3rD4[3zK4[3zU4[3z\4[3zM<o3bT<o3b^<o3be<o3r   r   )r   
__future__r   rer6   kubernetes.client.api_clientr   kubernetes.client.exceptionsr   r   objectr   rO   r   r   <module>r      s-    ' 	  2u.3V u.3r   