UNPKG

@stolostron/multicluster-sdk

Version:

Provides extensions and APIs that dynamic plugins can use to leverage multicluster capabilities provided by Red Hat Advanced Cluster Management.

8 lines 383 B
import { PrometheusPollProps, PrometheusResponse } from '@openshift-console/dynamic-plugin-sdk'; type UsePrometheusPoll = (props: PrometheusPollProps & { cluster?: string; allClusters?: boolean; }) => [PrometheusResponse | null, unknown, boolean]; export declare const useFleetPrometheusPoll: UsePrometheusPoll; export {}; //# sourceMappingURL=useFleetPrometheusPoll.d.ts.map