@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 • 366 B
TypeScript
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=index.d.ts.map