/** * Base API endpoint for cluster repository management */ export const CLUSTER_REPOS_BASE_URL = '/v1/catalog.cattle.io.clusterrepos'; /** * Base API endpoint for cluster apps */ export const CLUSTER_APPS_BASE_URL = '/v1/catalog.cattle.io.apps';