Get retrieves the object by its kind, namespace and name.
(gvr schema.GroupVersionResource, ns, name string)
| 43 | |
| 44 | // Get retrieves the object by its kind, namespace and name. |
| 45 | Get(gvr schema.GroupVersionResource, ns, name string) (runtime.Object, error) |
| 46 | |
| 47 | // Create adds an object to the tracker in the specified namespace. |
| 48 | Create(gvr schema.GroupVersionResource, obj runtime.Object, ns string) error |
no outgoing calls
no test coverage detected