-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
with merging #67 we introduce some new paradigms
- You can pass
nilas a kube client toInstall(client)andUninstall(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
Metadata
Metadata
Assignees
Labels
No labels