Skip to main content
Version: Next

ClusterAttributes

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

Signature:

export interface ClusterAttributes 

Properties

Property

Modifiers

Type

Description

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.

name

string

Name of the Kubernetes cluster; used as an internal identifier.

title?

string

(Optional) Human-readable name for the cluster, to be dispayed in UIs.