UNPKG

diagrams-js

Version:

A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code

12 lines (11 loc) 942 B
export declare function Cronjob(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Deploy(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Job(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Pod(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function STS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const Deployment: typeof Deploy; export declare const DaemonSet: typeof DS; export declare const ReplicaSet: typeof RS; export declare const StatefulSet: typeof STS;