Description
Since #334 we have catalogd's CatalogMetadata
APIs available for operator-controller.
As mentioned in #334:
The
CatalogMetadata
API contains (almost) all of the FBC that the eventual catalogd file server will, so it is a good step forward, and is something that folks implementing some of the existing RFCs can use right now. This will ease an eventual migration to the catalogd file server.
As part of this issue we want to switch existing code to use CatalogMetadata
and address the following to do:
operator-controller/cmd/resolutioncli/entity_source.go
Lines 120 to 125 in fd7cfb5
But instead of converting declcfg into CRDs as initially suggested in the TODO we will operate on declcfg in both operator-controller and resolution CLI.
It will make supporting resolution CLI a bit easier.