- Adds the k8s.cluster and k8s.odoo.instance models
- Successful connection test (ignoring SSL self-signed cert error)
- Successfully pulls OdooInstance information from the cluster
Further work roadmap:
- Fix the SSL issue (cluster-side, most likely)
- Get rid of the text fields containing straight JSON and convert to
appropriately typed Odoo fields (on read).
- Allow updating OdooInstance fields and writing patches back to the
cluster. Failed patch should result in a failed write and reverting
back to actual cluster status.