kubernetes_asyncio.client.models.v1_priority_level_configuration_spec module

Kubernetes

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

The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech

class kubernetes_asyncio.client.models.v1_priority_level_configuration_spec.V1PriorityLevelConfigurationSpec(exempt=None, limited=None, type=None, local_vars_configuration=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'exempt': 'exempt', 'limited': 'limited', 'type': 'type'}
property exempt

Gets the exempt of this V1PriorityLevelConfigurationSpec. # noqa: E501

Returns:

The exempt of this V1PriorityLevelConfigurationSpec. # noqa: E501

Return type:

V1ExemptPriorityLevelConfiguration

property limited

Gets the limited of this V1PriorityLevelConfigurationSpec. # noqa: E501

Returns:

The limited of this V1PriorityLevelConfigurationSpec. # noqa: E501

Return type:

V1LimitedPriorityLevelConfiguration

openapi_types = {'exempt': 'V1ExemptPriorityLevelConfiguration', 'limited': 'V1LimitedPriorityLevelConfiguration', 'type': 'str'}
to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model

property type

Gets the type of this V1PriorityLevelConfigurationSpec. # noqa: E501

type indicates whether this priority level is subject to limitation on request execution. A value of “Exempt” means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of “Limited” means that (a) requests of this priority level _are_ subject to limits and (b) some of the server’s limited capacity is made available exclusively to this priority level. Required. # noqa: E501

Returns:

The type of this V1PriorityLevelConfigurationSpec. # noqa: E501

Return type:

str