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.

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