This repository has been archived on 2025-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
traefik-certmanager/kubernetes/docs/V1WatchEvent.md

13 lines
652 B
Markdown
Raw Normal View History

# V1WatchEvent
Event represents a single event to a watched resource.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**object** | [**object**](.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)