You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2025. It is now read-only.
In #76 , we updated catalogd to prefix the names of Package and BundleMetadata objects with the metadata.name of the Catalog from which they are derived.
This solved the problem of making it possible to distinguish between these duplicate names, but it raises another question: Do we need mechanisms to help clients disambiguate? For example, the operator-controller project has an Operator API with spec.package which is expected to be a simple package name (e.g. etcd, not operatorhubio-catalog-etcd).
Does catalogd need to do anything here to help clients disambiguate or get a non-ambiguous view (e.g. maybe via filtering?)
In #76 , we updated catalogd to prefix the names of
PackageandBundleMetadataobjects with themetadata.nameof theCatalogfrom which they are derived.This solved the problem of making it possible to distinguish between these duplicate names, but it raises another question: Do we need mechanisms to help clients disambiguate? For example, the
operator-controllerproject has anOperatorAPI withspec.packagewhich is expected to be a simple package name (e.g.etcd, notoperatorhubio-catalog-etcd).Does
catalogdneed to do anything here to help clients disambiguate or get a non-ambiguous view (e.g. maybe via filtering?)