Create adds an object to the tracker in the specified namespace.
(gvr schema.GroupVersionResource, obj runtime.Object, ns string)
| 46 | |
| 47 | // Create adds an object to the tracker in the specified namespace. |
| 48 | Create(gvr schema.GroupVersionResource, obj runtime.Object, ns string) error |
| 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 |
no outgoing calls