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 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useHubClusterName = void 0; const useHubClusterName = () => { return 'local-cluster'; }; exports.useHubClusterName = useHubClusterName; //# sourceMappingURL=useHubClusterName.js.map