Files
c/kubernetes/docs/v1_watch_event.md
2021-03-17 16:50:46 +08:00

610 B

v1_watch_event_t

Properties

Name Type Description Notes
object object_t * 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 char *

[Back to Model list] [Back to API list] [Back to README]