Skip to main content

ClusterAttributes

Home > @backstage/plugin-kubernetes-common > ClusterAttributes

Signature:

export interface ClusterAttributes 

Properties

PropertyModifiersTypeDescription
dashboardApp?string(Optional) Specifies the app that provides the Kubernetes dashboard. This will be used for formatting links to kubernetes objects inside the dashboard.
dashboardParameters?JsonObject(Optional) Specifies specific parameters used by some dashboard URL formatters. This is used by the GKE formatter which requires the project, region and cluster name.
dashboardUrl?string(Optional) Specifies the link to the Kubernetes dashboard managing this cluster.
namestringName of the Kubernetes cluster; used as an internal identifier.
title?string(Optional) Human-readable name for the cluster, to be dispayed in UIs.