python/kubernetes/docs/V1WatchEvent.md
2017-04-05 15:24:07 -07:00

12 lines
629 B
Markdown

# V1WatchEvent
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**object** | [**RuntimeRawExtension**](RuntimeRawExtension.md) | Object is: * If Type is Added or Modified: the new state of the object. * If Type is Deleted: the state of the object immediately before deletion. * If Type is Error: *Status is recommended; other types may make sense depending on context. |
**type** | **str** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)