UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

5 lines (4 loc) 186 B
import Deployment from '../../../lib/k8s/deployment'; export declare function DeploymentGlance({ deployment }: { deployment: Deployment; }): import("react/jsx-runtime").JSX.Element;