Watch watches objects from the tracker. Watch returns a channel which will push added / modified / deleted object.
(gvr schema.GroupVersionResource, ns string)
| 62 | // Watch watches objects from the tracker. Watch returns a channel |
| 63 | // which will push added / modified / deleted object. |
| 64 | Watch(gvr schema.GroupVersionResource, ns string) (watch.Interface, error) |
| 65 | } |
| 66 | |
| 67 | // ObjectScheme abstracts the implementation of common operations on objects. |
no outgoing calls