UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

10 lines (9 loc) 263 B
import Node from '../../lib/k8s/node'; export declare function formatTaint(taint: { key: string; value?: string; effect: string; }): string; export declare function NodeTaintsLabel(props: { node: Node; }): import("react/jsx-runtime").JSX.Element;