kubernetes_asyncio.client.models.v1_pod_extended_resource_claim_status 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_pod_extended_resource_claim_status.V1PodExtendedResourceClaimStatus(request_mappings=None, resource_claim_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 = {'request_mappings': 'requestMappings', 'resource_claim_name': 'resourceClaimName'}
openapi_types = {'request_mappings': 'list[V1ContainerExtendedResourceRequest]', 'resource_claim_name': 'str'}
property request_mappings

Gets the request_mappings of this V1PodExtendedResourceClaimStatus. # noqa: E501

RequestMappings identifies the mapping of <container, extended resource backed by DRA> to device request in the generated ResourceClaim. # noqa: E501

Returns:

The request_mappings of this V1PodExtendedResourceClaimStatus. # noqa: E501

Return type:

list[V1ContainerExtendedResourceRequest]

property resource_claim_name

Gets the resource_claim_name of this V1PodExtendedResourceClaimStatus. # noqa: E501

ResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod. # noqa: E501

Returns:

The resource_claim_name of this V1PodExtendedResourceClaimStatus. # 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