kubernetes_asyncio.client.models.v1_status_details 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_status_details.V1StatusDetails(causes=None, group=None, kind=None, name=None, retry_after_seconds=None, uid=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 = {'causes': 'causes', 'group': 'group', 'kind': 'kind', 'name': 'name', 'retry_after_seconds': 'retryAfterSeconds', 'uid': 'uid'}
property causes

Gets the causes of this V1StatusDetails. # noqa: E501

The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. # noqa: E501

Returns:

The causes of this V1StatusDetails. # noqa: E501

Return type:

list[V1StatusCause]

property group

Gets the group of this V1StatusDetails. # noqa: E501

The group attribute of the resource associated with the status StatusReason. # noqa: E501

Returns:

The group of this V1StatusDetails. # noqa: E501

Return type:

str

property kind

Gets the kind of this V1StatusDetails. # noqa: E501

The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds # noqa: E501

Returns:

The kind of this V1StatusDetails. # noqa: E501

Return type:

str

property name

Gets the name of this V1StatusDetails. # noqa: E501

The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described). # noqa: E501

Returns:

The name of this V1StatusDetails. # noqa: E501

Return type:

str

openapi_types = {'causes': 'list[V1StatusCause]', 'group': 'str', 'kind': 'str', 'name': 'str', 'retry_after_seconds': 'int', 'uid': 'str'}
property retry_after_seconds

Gets the retry_after_seconds of this V1StatusDetails. # noqa: E501

If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action. # noqa: E501

Returns:

The retry_after_seconds of this V1StatusDetails. # noqa: E501

Return type:

int

to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model

property uid

Gets the uid of this V1StatusDetails. # noqa: E501

UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids # noqa: E501

Returns:

The uid of this V1StatusDetails. # noqa: E501

Return type:

str