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.

13 lines 440 B
import { PrometheusEndpoint } from '@openshift-console/dynamic-plugin-sdk'; export type PrometheusURLProps = { endpoint: PrometheusEndpoint; endTime?: number; namespace?: string; query?: string; samples?: number; timeout?: string; timespan?: number; cluster?: string; }; export declare const getFleetPrometheusURL: (props: PrometheusURLProps, basePath?: string) => string; //# sourceMappingURL=utils.d.ts.map