(_ context.Context, obj client.Object)
| 65 | GetInformer(_ context.Context, obj client.Object, opts ...cache.InformerGetOption) (cache.Informer, error) |
| 66 | List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error |
| 67 | RemoveInformer(_ context.Context, obj client.Object) error |
| 68 | } |
| 69 | |
| 70 | func New(c RemovableCache) (*Manager, error) { |