console.dashboards/overview/health/resource

Adds a health subsystem to the status card of Overview dashboard where the source of status is a Kubernetes Resource.

Name Value Type Optional Description

title

string

no

The display name of the subsystem.

resources

CodeRef<WatchK8sResources<T>>

no

Kubernetes resources that will be fetched and passed to healthHandler.

healthHandler

CodeRef<ResourceHealthHandler<T>>

no

Resolves the subsystem’s health.

popupComponent

CodeRef<WatchK8sResults<T>>

yes

Loader for menu content. If defined, a health item is represented as a link, which opens a menu with the given content.

popupTitle

string

yes

The title of the popover.