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.
Following #113 we should ensure that the necessary HTTP endpoints for getting catalog contents are accessible from outside the cluster. A user shouldn't have to perform any magic to curl the endpoint containing a Catalog's contents.
In essence, a user should be able to fetch the catalog content via the command line by:
Running kubectl get catalog {catalogName} -o yaml to fetch Catalog details
Running curl {Catalog.Status.contentURL} to fetch all the contents of the Catalog
Following #113 we should ensure that the necessary HTTP endpoints for getting catalog contents are accessible from outside the cluster. A user shouldn't have to perform any magic to
curlthe endpoint containing aCatalog's contents.In essence, a user should be able to fetch the catalog content via the command line by:
kubectl get catalog {catalogName} -o yamlto fetchCatalogdetailscurl {Catalog.Status.contentURL}to fetch all the contents of theCatalog