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.

4 lines 236 B
import { UseFleetK8sAPIPath } from '../types'; export declare const useFleetK8sAPIPath: UseFleetK8sAPIPath; export declare const getFleetK8sAPIPath: (cluster?: string) => Promise<string>; //# sourceMappingURL=useFleetK8sAPIPath.d.ts.map