the-moby-effect
Version:
Moby/Docker API client built using effect-ts
12 lines • 587 B
JavaScript
import * as Schema from "effect/Schema";
import * as MobySchemas from "../schemas/index.js";
export class SwarmLimit extends /*#__PURE__*/Schema.Class("SwarmLimit")({
NanoCPUs: /*#__PURE__*/Schema.optional(MobySchemas.Int64),
MemoryBytes: /*#__PURE__*/Schema.optional(MobySchemas.Int64),
Pids: /*#__PURE__*/Schema.optional(MobySchemas.Int64)
}, {
identifier: "SwarmLimit",
title: "swarm.Limit",
documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/swarm/task.go#L107-L112"
}) {}
//# sourceMappingURL=SwarmLimit.generated.js.map