UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

8 lines (7 loc) 341 B
import { KubeObject } from '../../../../lib/k8s/KubeObject'; import { Relation } from '../../graph/graphModel'; /** * Check if the given item has matching labels */ export declare const matchesLabels: (matchLabels: Record<string, string>, item: KubeObject) => boolean | undefined; export declare function useGetAllRelations(): Relation[];