Delete deletes an existing object from the tracker. If object didn't exist in the tracker prior to deletion, Delete returns no error.
(gvr schema.GroupVersionResource, ns, name string)
| 58 | // didn't exist in the tracker prior to deletion, Delete returns |
| 59 | // no error. |
| 60 | Delete(gvr schema.GroupVersionResource, ns, name string) error |
| 61 | |
| 62 | // Watch watches objects from the tracker. Watch returns a channel |
| 63 | // which will push added / modified / deleted object. |
no outgoing calls