naml icon indicating copy to clipboard operation
naml copied to clipboard

refactor app/object store

Open krisnova opened this issue 2 years ago • 0 comments

with merging #67 we introduce some new paradigms

  • You can pass nil as a kube client to Install(client) and Uninstall(client)
  • There is a new interface method Objects() []runtime.Object

We should make our code a little cleaner, and have the object cache match what has been installed and uninstalled We should make the object cache a hash map such that we can reference specific elements in the map as we install and uninstall them We can pull the code generation out a little bit and tidy things up

krisnova avatar Aug 17 '21 14:08 krisnova