UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

5 lines (4 loc) 164 B
import HPA from '../../../lib/k8s/hpa'; export declare function HorizontalPodAutoscalerGlance({ hpa }: { hpa: HPA; }): import("react/jsx-runtime").JSX.Element;