UNPKG

the-moby-effect

Version:
12 lines 662 B
import * as Schema from "effect/Schema"; import * as SwarmAnnotations from "./SwarmAnnotations.generated.js"; export class SwarmNodeSpec extends /*#__PURE__*/Schema.Class("SwarmNodeSpec")({ ...SwarmAnnotations.SwarmAnnotations.fields, Role: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.Literals(["worker", "manager"])), Availability: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.Literals(["active", "pause", "drain"])) }, { identifier: "SwarmNodeSpec", title: "swarm.NodeSpec", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/swarm#NodeSpec" }) {} //# sourceMappingURL=SwarmNodeSpec.generated.js.map