kubernetes_asyncio.client.models.v1_uncounted_terminated_pods 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_uncounted_terminated_pods.V1UncountedTerminatedPods(failed=None, succeeded=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 = {'failed': 'failed', 'succeeded': 'succeeded'}
- property failed
Gets the failed of this V1UncountedTerminatedPods. # noqa: E501
failed holds UIDs of failed Pods. # noqa: E501
- Returns:
The failed of this V1UncountedTerminatedPods. # noqa: E501
- Return type:
list[str]
- openapi_types = {'failed': 'list[str]', 'succeeded': 'list[str]'}
- property succeeded
Gets the succeeded of this V1UncountedTerminatedPods. # noqa: E501
succeeded holds UIDs of succeeded Pods. # noqa: E501
- Returns:
The succeeded of this V1UncountedTerminatedPods. # noqa: E501
- Return type:
list[str]
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model