kubernetes.aio.client.models.v1alpha3_resource_pool_status_request_spec module

Kubernetes

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

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

class kubernetes.aio.client.models.v1alpha3_resource_pool_status_request_spec.V1alpha3ResourcePoolStatusRequestSpec(driver=None, limit=None, pool_name=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 = {'driver': 'driver', 'limit': 'limit', 'pool_name': 'poolName'}
property driver

Gets the driver of this V1alpha3ResourcePoolStatusRequestSpec. # noqa: E501

Driver specifies the DRA driver name to filter pools. Only pools from ResourceSlices with this driver will be included. Must be a DNS subdomain (e.g., “gpu.example.com”). # noqa: E501

Returns:

The driver of this V1alpha3ResourcePoolStatusRequestSpec. # noqa: E501

Return type:

str

property limit

Gets the limit of this V1alpha3ResourcePoolStatusRequestSpec. # noqa: E501

Limit optionally specifies the maximum number of pools to return in the status. If more pools match the filter criteria, the response will be truncated (i.e., len(status.pools) < status.poolCount). Default: 100 Minimum: 1 Maximum: 1000 # noqa: E501

Returns:

The limit of this V1alpha3ResourcePoolStatusRequestSpec. # noqa: E501

Return type:

int

openapi_types = {'driver': 'str', 'limit': 'int', 'pool_name': 'str'}
property pool_name

Gets the pool_name of this V1alpha3ResourcePoolStatusRequestSpec. # noqa: E501

PoolName optionally filters to a specific pool name. If not specified, all pools from the specified driver are included. When specified, must be a non-empty valid resource pool name (DNS subdomains separated by “/”). # noqa: E501

Returns:

The pool_name of this V1alpha3ResourcePoolStatusRequestSpec. # noqa: E501

Return type:

str

to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model