adding api report

Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
This commit is contained in:
its-mitesh-kumar
2025-11-06 16:00:07 +05:30
parent f15d5f1844
commit b3c58d8a68
3 changed files with 75 additions and 1 deletions
+4
View File
@@ -179,6 +179,10 @@ export default _default;
export const kubernetesTranslationRef: TranslationRef<
'kubernetes',
{
readonly 'entityContent.title': 'Kubernetes';
readonly 'kubernetesContentPage.title': 'Your Clusters';
readonly 'kubernetesContentPage.emptyState.description': 'No resources on any known clusters for {{entityName}}';
readonly 'kubernetesContentPage.emptyState.title': 'No Kubernetes resources';
readonly 'kubernetesContentPage.permissionAlert.message': "To view Kubernetes objects, contact your portal administrator to give you the 'kubernetes.clusters.read' and 'kubernetes.resources.read' permission.";
readonly 'kubernetesContentPage.permissionAlert.title': 'Permission required';
}