kubernetes_asyncio.client.models.v1_node_config_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_node_config_status.V1NodeConfigStatus(active=None, assigned=None, error=None, last_known_good=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.

property active

Gets the active of this V1NodeConfigStatus. # noqa: E501

Returns:

The active of this V1NodeConfigStatus. # noqa: E501

Return type:

V1NodeConfigSource

property assigned

Gets the assigned of this V1NodeConfigStatus. # noqa: E501

Returns:

The assigned of this V1NodeConfigStatus. # noqa: E501

Return type:

V1NodeConfigSource

attribute_map = {'active': 'active', 'assigned': 'assigned', 'error': 'error', 'last_known_good': 'lastKnownGood'}
property error

Gets the error of this V1NodeConfigStatus. # noqa: E501

Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions. # noqa: E501

Returns:

The error of this V1NodeConfigStatus. # noqa: E501

Return type:

str

property last_known_good

Gets the last_known_good of this V1NodeConfigStatus. # noqa: E501

Returns:

The last_known_good of this V1NodeConfigStatus. # noqa: E501

Return type:

V1NodeConfigSource

openapi_types = {'active': 'V1NodeConfigSource', 'assigned': 'V1NodeConfigSource', 'error': 'str', 'last_known_good': 'V1NodeConfigSource'}
to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model