UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

7 lines (6 loc) 332 B
import PersistentVolume from '../../lib/k8s/persistentVolume'; export declare function makePVStatusLabel(item: PersistentVolume, t: (key: string) => string): import("react/jsx-runtime").JSX.Element; export default function VolumeDetails(props: { name?: string; cluster?: string; }): import("react/jsx-runtime").JSX.Element;