UNPKG

the-moby-effect

Version:
15 lines 777 B
import * as Schema from "effect/Schema"; import * as MobySchemas from "../schemas/index.js"; export class ContainerThrottlingData extends /*#__PURE__*/Schema.Class("ContainerThrottlingData")({ /** Number of periods with throttling active */ periods: MobySchemas.UInt64, /** Number of periods when the container hits its throttling limit. */ throttled_periods: MobySchemas.UInt64, /** Aggregate time the container was throttled for in nanoseconds. */ throttled_time: MobySchemas.UInt64 }, { identifier: "ContainerThrottlingData", title: "container.ThrottlingData", documentation: "https://github.com/moby/moby/blob/a21b1a2d12e2c01542cb191eb526d7bfad0641e3/api/types/container/stats.go#L5-L14" }) {} //# sourceMappingURL=ContainerThrottlingData.generated.js.map