Add adds an object to the tracker. If object being added is a list, its items are added separately.
(obj runtime.Object)
| 40 | // Add adds an object to the tracker. If object being added |
| 41 | // is a list, its items are added separately. |
| 42 | Add(obj runtime.Object) error |
| 43 | |
| 44 | // Get retrieves the object by its kind, namespace and name. |
| 45 | Get(gvr schema.GroupVersionResource, ns, name string) (runtime.Object, error) |
no outgoing calls