kubernetes.aio.client.models.v1alpha3_resource_pool_status_request_status 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_status.V1alpha3ResourcePoolStatusRequestStatus(conditions=None, pool_count=None, pools=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 = {'conditions': 'conditions', 'pool_count': 'poolCount', 'pools': 'pools'}
property conditions

Gets the conditions of this V1alpha3ResourcePoolStatusRequestStatus. # noqa: E501

Conditions provide information about the state of the request. A condition with type=Complete or type=Failed will always be set when the status is populated. Known condition types: - “Complete”: True when the request has been processed successfully - “Failed”: True when the request could not be processed # noqa: E501

Returns:

The conditions of this V1alpha3ResourcePoolStatusRequestStatus. # noqa: E501

Return type:

list[V1Condition]

openapi_types = {'conditions': 'list[V1Condition]', 'pool_count': 'int', 'pools': 'list[V1alpha3PoolStatus]'}
property pool_count

Gets the pool_count of this V1alpha3ResourcePoolStatusRequestStatus. # noqa: E501

PoolCount is the total number of pools that matched the filter criteria, regardless of truncation. This helps users understand how many pools exist even when the response is truncated. A value of 0 means no pools matched the filter criteria. # noqa: E501

Returns:

The pool_count of this V1alpha3ResourcePoolStatusRequestStatus. # noqa: E501

Return type:

int

property pools

Gets the pools of this V1alpha3ResourcePoolStatusRequestStatus. # noqa: E501

Pools contains the first spec.limit matching pools, sorted by driver then pool name. If len(pools) < poolCount, the list was truncated. When omitted, no pools matched the request filters. # noqa: E501

Returns:

The pools of this V1alpha3ResourcePoolStatusRequestStatus. # noqa: E501

Return type:

list[V1alpha3PoolStatus]

to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model