the-moby-effect
Version:
Moby/Docker API client built using effect-ts
17 lines • 1.74 kB
JavaScript
import * as Schema from "effect/Schema";
import * as ContainerBlkioStatEntry from "./ContainerBlkioStatEntry.generated.js";
export class ContainerBlkioStats extends /*#__PURE__*/Schema.Class("ContainerBlkioStats")({
io_service_bytes_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry))),
io_serviced_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry))),
io_queue_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry))),
io_service_time_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry))),
io_wait_time_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry))),
io_merged_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry))),
io_time_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry))),
sectors_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry)))
}, {
identifier: "ContainerBlkioStats",
title: "container.BlkioStats",
documentation: "https://github.com/moby/moby/blob/a21b1a2d12e2c01542cb191eb526d7bfad0641e3/api/types/container/stats.go#L91-L105"
}) {}
//# sourceMappingURL=ContainerBlkioStats.generated.js.map