UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 281 B
/** Limitation of a docker registry */ export interface Limits { /** Docker image storage limits in bytes */ imageStorage: number; /** Parallel requests on Docker image API (/v2 Docker registry API) */ parallelRequest: number; } //# sourceMappingURL=Limits.d.ts.map