kubernetes_asyncio.client.models.v1_container_extended_resource_request 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_container_extended_resource_request.V1ContainerExtendedResourceRequest(container_name=None, request_name=None, resource_name=None, local_vars_configuration=None)
Bases:
objectNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'container_name': 'containerName', 'request_name': 'requestName', 'resource_name': 'resourceName'}
- property container_name
Gets the container_name of this V1ContainerExtendedResourceRequest. # noqa: E501
The name of the container requesting resources. # noqa: E501
- Returns:
The container_name of this V1ContainerExtendedResourceRequest. # noqa: E501
- Return type:
str
- openapi_types = {'container_name': 'str', 'request_name': 'str', 'resource_name': 'str'}
- property request_name
Gets the request_name of this V1ContainerExtendedResourceRequest. # noqa: E501
The name of the request in the special ResourceClaim which corresponds to the extended resource. # noqa: E501
- Returns:
The request_name of this V1ContainerExtendedResourceRequest. # noqa: E501
- Return type:
str
- property resource_name
Gets the resource_name of this V1ContainerExtendedResourceRequest. # noqa: E501
The name of the extended resource in that container which gets backed by DRA. # noqa: E501
- Returns:
The resource_name of this V1ContainerExtendedResourceRequest. # 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