coryodaniel/k8s

Move middleware to Conn

coryodaniel opened this issue · 0 comments

Middleware previously depending on registered clusters so that clusters could be configured from config.exs. This has been removed. Middleware stacks should now be a part of the operation or conn (TBD). When a middleware stack isn't present a default one should be used (the current default).