diff --git a/docs/features/kubernetes/configuration.md b/docs/features/kubernetes/configuration.md index 737a753635..4bbc28c178 100644 --- a/docs/features/kubernetes/configuration.md +++ b/docs/features/kubernetes/configuration.md @@ -115,13 +115,14 @@ Specifies the app that provides the Kubernetes dashboard. This will be used for formatting links to kubernetes objects inside the dashboard. -The supported dashboards are: standard, rancher, openshift, gke, aks, eks +The supported dashboards are: `standard`, `rancher`, `openshift`, `gke`, `aks`, +`eks` Note that it will default to the regular dashboard provided by the Kubernetes -project (standard), that can run in any kubernetes cluster. +project (`standard`), that can run in any Kubernetes cluster. -Note that you can add your own formatter by registering it to the formatters -dictionary, in the app project. +Note that you can add your own formatter by registering it to the +`clusterLinksFormatters` dictionary, in the app project. Example: diff --git a/plugins/kubernetes-backend/src/types/types.ts b/plugins/kubernetes-backend/src/types/types.ts index fe62d0fd78..3f04ea80d9 100644 --- a/plugins/kubernetes-backend/src/types/types.ts +++ b/plugins/kubernetes-backend/src/types/types.ts @@ -98,7 +98,7 @@ export interface ClusterDetails { * @remarks * The existing apps are: standard, rancher, openshift, gke, aks, eks * Note that it will default to the regular dashboard provided by the Kubernetes project (standard). - * Note that you can add your own formatter by registering it to the formatters dictionary. + * Note that you can add your own formatter by registering it to the clusterLinksFormatters dictionary. * @defaultValue standard * @see dashboardUrl * @example diff --git a/plugins/kubernetes-common/src/types.ts b/plugins/kubernetes-common/src/types.ts index 8b8aba9a93..6eda82f9b7 100644 --- a/plugins/kubernetes-common/src/types.ts +++ b/plugins/kubernetes-common/src/types.ts @@ -52,7 +52,7 @@ export interface ClusterAttributes { * @remarks * The supported dashboards are: standard, rancher, openshift, gke, aks, eks * Note that it will default to the regular dashboard provided by the Kubernetes project (standard). - * Note that you can add your own formatter by registering it to the formatters dictionary. + * Note that you can add your own formatter by registering it to the clusterLinksFormatters dictionary. * @defaultValue standard * @see dashboardUrl * @example