operator-framework / operator-registry

Operator Registry runs in a Kubernetes or OpenShift cluster to provide operator catalog data to Operator Lifecycle Manager.
Apache License 2.0
211 stars 247 forks source link

[RFE] Add optional "name" field to FBC schema #1080

Closed jeyaramashok closed 1 year ago

jeyaramashok commented 1 year ago

Feature Request

Is your feature request related to a problem? Please describe.

The File Based Catalogs (FBC) schema doesn't include a name field as an optional object identifier, although all of the olm-defined schemas currently require it. This makes it difficult for us to create a consistent merge without having some consistent rule about how "name" is used.

Describe the solution you'd like

Add optional name field to FBC _Meta schema

awgreene commented 1 year ago

We discussed this in the upstream meeting and believe that this is a reasonable request.

awgreene commented 1 year ago

@grokspawn volunteered to help @jeyaramashok.