jetstack / navigator

Managed Database-as-a-Service (DBaaS) on Kubernetes
Apache License 2.0
271 stars 31 forks source link

Convert nodepool status maps to lists #323

Open wallrj opened 6 years ago

wallrj commented 6 years ago

Discussed in #2004 and elsewhere. There are no maps of subobjects in any API objects. Instead, the convention is to use a list of subobjects containing name fields.

Change the API and add a conversion between the old map and the new list.

Update controls to deal with lists.

/kind bug

wallrj commented 6 years ago

Part of https://github.com/jetstack/navigator/pull/311