hawtio / hawtio-kubernetes

hawtio plugin for working with kubernetes
Apache License 2.0
24 stars 14 forks source link

Separate out KubernetesModel & watcher code into a separate plugin #80

Closed gashcrumb closed 8 years ago

gashcrumb commented 8 years ago

Be nice to have the Kubernetes model available for other plugin sto use without having to bring in the UI and all of it's dependencies as well. Ideally it should include KubernetesModel, the watcher code and probably a bit of the oauth initialization stuff so it's fairly easy to use elsewhere?

gashcrumb commented 8 years ago

Oh and probably associated helper methods for getting object names, annotations etc.

gashcrumb commented 8 years ago

Did this.