@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 • 335 B
TypeScript
import { K8sModel } from '@openshift-console/dynamic-plugin-sdk';
export declare const ManagedClusterModel: K8sModel;
export declare const ManagedClusterListGroupVersionKind: {
group: string;
version: string;
kind: string;
};
export declare const SelfSubjectAccessReviewModel: K8sModel;
//# sourceMappingURL=models.d.ts.map