Files
c/kubernetes/docs/v1_namespace_status.md

12 lines
626 B
Markdown
Raw Normal View History

2021-03-17 16:35:19 +08:00
# v1_namespace_status_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**conditions** | [**list_t**](v1_namespace_condition.md) \* | Represents the latest available observations of a namespace's current state. | [optional]
**phase** | **char \*** | Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ | [optional]
2021-03-17 16:35:19 +08:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)