List retrieves all objects of a given kind in the given namespace. Only non-List kinds are accepted.
(gvr schema.GroupVersionResource, gvk schema.GroupVersionKind, ns string)
| 53 | // List retrieves all objects of a given kind in the given |
| 54 | // namespace. Only non-List kinds are accepted. |
| 55 | List(gvr schema.GroupVersionResource, gvk schema.GroupVersionKind, ns string) (runtime.Object, error) |
| 56 | |
| 57 | // Delete deletes an existing object from the tracker. If object |
| 58 | // didn't exist in the tracker prior to deletion, Delete returns |
no outgoing calls
no test coverage detected