ClusterDetails
Home > @backstage/plugin-kubernetes-node
> ClusterDetails
Signature:
export interface ClusterDetails
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string | undefined |
(Optional) | ||
string | undefined |
(Optional) | ||
(Optional) Specifies which custom resources to look for when returning an entity's Kubernetes resources. | |||
string |
(Optional) Specifies the app that provides the Kubernetes dashboard. This will be used for formatting links to kubernetes objects inside the dashboard. | ||
(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. | |||
string |
(Optional) Specifies the link to the Kubernetes dashboard managing this cluster. | ||
string |
Name of the Kubernetes cluster; used as an internal identifier. | ||
boolean |
(Optional) Whether to skip the lookup to the metrics server to retrieve pod resource usage. It is not guaranteed that the Kubernetes distro has the metrics server installed. | ||
boolean |
(Optional) | ||
string |
(Optional) Human-readable name for the cluster, to be dispayed in UIs. | ||
string |