@stolostron/multicluster-sdk
Version:
Provides extensions and APIs that dynamic plugins can use to leverage multicluster capabilities provided by Red Hat Advanced Cluster Management.
9 lines • 383 B
TypeScript
export type HubConfiguration = {
isGlobalHub: boolean;
localHubName: string;
isHubSelfManaged: boolean;
isObservabilityInstalled: boolean;
};
export declare const fetchHubConfiguration: () => Promise<HubConfiguration | undefined>;
export declare const getCachedHubConfiguration: () => HubConfiguration | undefined;
//# sourceMappingURL=cachedHubConfiguration.d.ts.map