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 279 B
/** * Function that provides the k8s API path for the fleet. * * @param cluster - The cluster name. * @returns The k8s API path for the fleet. */ export declare const getFleetK8sAPIPath: (cluster?: string) => Promise<string>; //# sourceMappingURL=getFleetK8sAPIPath.d.ts.map