ListAndWatch begins synchronizing the local Backend instance with its remote.
(ctx context.Context, handler CacheMutations)
| 277 | // ListAndWatch begins synchronizing the local Backend instance with its |
| 278 | // remote. |
| 279 | ListAndWatch(ctx context.Context, handler CacheMutations) |
| 280 | |
| 281 | // RunGC reaps stale or unused identities within the Backend and makes them |
| 282 | // available for reuse. It is used by the cilium-operator and is not invoked |
no outgoing calls