UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

11 lines 211 B
export interface IResourceQuota { limits?: { cpu?: string; memory?: string; }; requests?: { cpu?: string; memory?: string; }; } //# sourceMappingURL=IKube.d.ts.map