kubernetes_asyncio.client.models.v1_container_state 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_container_state.V1ContainerState(running=None, terminated=None, waiting=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 = {'running': 'running', 'terminated': 'terminated', 'waiting': 'waiting'}
- openapi_types = {'running': 'V1ContainerStateRunning', 'terminated': 'V1ContainerStateTerminated', 'waiting': 'V1ContainerStateWaiting'}
- property running
Gets the running of this V1ContainerState. # noqa: E501
- Returns:
The running of this V1ContainerState. # noqa: E501
- Return type:
- property terminated
Gets the terminated of this V1ContainerState. # noqa: E501
- Returns:
The terminated of this V1ContainerState. # noqa: E501
- Return type:
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model
- property waiting
Gets the waiting of this V1ContainerState. # noqa: E501
- Returns:
The waiting of this V1ContainerState. # noqa: E501
- Return type: