Skip to content

Commit

Permalink
chore: remove previous informers from renderer
Browse files Browse the repository at this point in the history
We've switched to using the newer per-context Kubernetes informers and are
not using the original informers anymore. As proof of that, to clean up the
codebase, and to stop us from accidentally using them, this removes all of
the informer stores from the renderer.

After this, we could remove the corresponding api bridge and the informers
themselves from main.

Signed-off-by: Tim deBoer <[email protected]>
  • Loading branch information
deboer-tim authored and benoitf committed Mar 8, 2024
1 parent 5afb3e6 commit 634c321
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 1,078 deletions.
117 changes: 0 additions & 117 deletions packages/renderer/src/stores/deployments.spec.ts

This file was deleted.

81 changes: 0 additions & 81 deletions packages/renderer/src/stores/deployments.ts

This file was deleted.

113 changes: 0 additions & 113 deletions packages/renderer/src/stores/ingresses.spec.ts

This file was deleted.

76 changes: 0 additions & 76 deletions packages/renderer/src/stores/ingresses.ts

This file was deleted.

Loading

0 comments on commit 634c321

Please sign in to comment.