the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines • 526 B
JavaScript
import * as Schema from "effect/Schema";
export class SwarmIPAMConfig extends /*#__PURE__*/Schema.Class("SwarmIPAMConfig")({
Subnet: /*#__PURE__*/Schema.optional(Schema.String),
Range: /*#__PURE__*/Schema.optional(Schema.String),
Gateway: /*#__PURE__*/Schema.optional(Schema.String)
}, {
identifier: "SwarmIPAMConfig",
title: "swarm.IPAMConfig",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/swarm#IPAMConfig"
}) {}
//# sourceMappingURL=SwarmIPAMConfig.generated.js.map