kubernetes_asyncio.client.models.v1alpha1_migration_condition 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.v1alpha1_migration_condition.V1alpha1MigrationCondition(last_update_time=None, message=None, reason=None, status=None, type=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 = {'last_update_time': 'lastUpdateTime', 'message': 'message', 'reason': 'reason', 'status': 'status', 'type': 'type'}
property last_update_time

Gets the last_update_time of this V1alpha1MigrationCondition. # noqa: E501

The last time this condition was updated. # noqa: E501

Returns:

The last_update_time of this V1alpha1MigrationCondition. # noqa: E501

Return type:

datetime

property message

Gets the message of this V1alpha1MigrationCondition. # noqa: E501

A human readable message indicating details about the transition. # noqa: E501

Returns:

The message of this V1alpha1MigrationCondition. # noqa: E501

Return type:

str

openapi_types = {'last_update_time': 'datetime', 'message': 'str', 'reason': 'str', 'status': 'str', 'type': 'str'}
property reason

Gets the reason of this V1alpha1MigrationCondition. # noqa: E501

The reason for the condition’s last transition. # noqa: E501

Returns:

The reason of this V1alpha1MigrationCondition. # noqa: E501

Return type:

str

property status

Gets the status of this V1alpha1MigrationCondition. # noqa: E501

Status of the condition, one of True, False, Unknown. # noqa: E501

Returns:

The status of this V1alpha1MigrationCondition. # 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

property type

Gets the type of this V1alpha1MigrationCondition. # noqa: E501

Type of the condition. # noqa: E501

Returns:

The type of this V1alpha1MigrationCondition. # noqa: E501

Return type:

str