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.

3 lines 260 B
import { FleetSupport } from '../context/FleetSupportContext'; export declare function shouldUseFleetSupport(fleetSupport: FleetSupport | undefined, cluster: string | undefined): fleetSupport is FleetSupport; //# sourceMappingURL=shouldUseFleetSupport.d.ts.map