WatchEvent#
- class controller.storage.kubernetes.watcher.WatchEvent(action, object)#
-
Parsed event from a Kubernetes watch.
This model is intended only for use within the Kubernetes storage layer. It is interpreted by the callers of the generic watch class inside the per-object Kubernetes storage classes.
- Parameters:
action (
WatchEventType
) –object (
TypeVar
(T
)) –