couchbase/service-broker

Look at meta/v1 Object

Closed this issue · 1 comments

We use runtime.Object a lot, I wonder if using the meta/v1 version will be better when it comes to manipulating it, for example you can access the name and namespace without having to convert to unstructured.

Closing, the entire point is we don't need to know about concrete types, everything is unstructured so we have no deps on 3rd party libraries.