Update updates an existing object in the tracker in the specified namespace.
(gvr schema.GroupVersionResource, obj runtime.Object, ns string)
| 49 | |
| 50 | // Update updates an existing object in the tracker in the specified namespace. |
| 51 | Update(gvr schema.GroupVersionResource, obj runtime.Object, ns string) error |
| 52 | |
| 53 | // List retrieves all objects of a given kind in the given |
| 54 | // namespace. Only non-List kinds are accepted. |
no outgoing calls