We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a93f9c6 + 81d6fee commit 24aec77Copy full SHA for 24aec77
src/cache.ts
@@ -19,8 +19,6 @@ export class ListWatch<T extends KubernetesObject> implements ObjectCache<T>, In
19
private readonly listFn: ListPromise<T>,
20
autoStart: boolean = true,
21
) {
22
- this.watch = watch;
23
- this.listFn = listFn;
24
this.callbackCache[ADD] = [];
25
this.callbackCache[UPDATE] = [];
26
this.callbackCache[DELETE] = [];
0 commit comments