python/kubernetes/docs/V1WatchEvent.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

652 B

V1WatchEvent

Event represents a single event to a watched resource.

Properties

Name Type Description Notes
object object 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] [Back to API list] [Back to README]