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.

30 lines 707 B
export declare const MAX_MESSAGES = 500; export type EventInvolvedObject = { apiVersion?: string; kind?: string; name?: string; uid?: string; namespace?: string; }; export type EventKind = { reportingComponent?: string; action?: string; count?: number; type?: string; involvedObject: EventInvolvedObject; message?: string; eventTime?: string; lastTimestamp?: string; firstTimestamp?: string; reason?: string; source: { component: string; host?: string; }; series?: { count?: number; lastObservedTime?: string; state?: string; }; } & K8sResourceCommon; //# sourceMappingURL=constants.d.ts.map