kubernetes_asyncio.client.models.v1_namespace_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_namespace_status.V1NamespaceStatus(conditions=None, phase=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 = {'conditions': 'conditions', 'phase': 'phase'}
- property conditions
Gets the conditions of this V1NamespaceStatus. # noqa: E501
Represents the latest available observations of a namespace’s current state. # noqa: E501
- Returns:
The conditions of this V1NamespaceStatus. # noqa: E501
- Return type:
list[V1NamespaceCondition]
- openapi_types = {'conditions': 'list[V1NamespaceCondition]', 'phase': 'str'}
- property phase
Gets the phase of this V1NamespaceStatus. # noqa: E501
Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ # noqa: E501
- Returns:
The phase of this V1NamespaceStatus. # 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