Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions apis/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2261,9 +2261,9 @@ definitions:
Resources:
description: "A container's resources (cgroups config, ulimits, etc)"
type: "object"
required: [CPUShares, Memory, CgroupParent, BlkioWeight, CPUPeriod, CPUQuota, CpuRealtimePeriod,
required: [CpuShares, Memory, CgroupParent, BlkioWeight, CpuPeriod, CpuQuota, CpuRealtimePeriod,
CpuRealtimeRuntime, CpusetCpus, CpusetMems, DeviceCgroupRules, KernelMemory, MemoryReservation,
MemorySwap, MemorySwappiness, NanoCPUs, OomKillDisable, PidsLimit, CpuCount, CpuPercent,
MemorySwap, MemorySwappiness, NanoCpus, OomKillDisable, PidsLimit, CpuCount, CpuPercent,
IOMaximumIOps, IOMaximumBandwidth, IntelRdtL3Cbm, ScheLatSwitch, MemoryWmarkRatio, MemoryExtra,
MemoryForceEmptyCtl]
properties:
Expand Down Expand Up @@ -2309,11 +2309,11 @@ definitions:
type: "array"
items:
$ref: "#/definitions/ThrottleDevice"
CPUShares:
CpuShares:
description: "An integer value representing this container's relative CPU weight versus other containers."
type: "integer"
x-nullable: false
CPUPeriod:
CpuPeriod:
description: |
CPU CFS (Completely Fair Scheduler) period.
The length of a CPU period in microseconds.
Expand All @@ -2322,7 +2322,7 @@ definitions:
minimum: 1000
maximum: 1000000
x-nullable: false
CPUQuota:
CpuQuota:
description: |
CPU CFS (Completely Fair Scheduler) quota.
Microseconds of CPU time that the container can get in a CPU period."
Expand Down Expand Up @@ -2386,7 +2386,7 @@ definitions:
format: "int64"
minimum: 0
maximum: 100
NanoCPUs:
NanoCpus:
description: "CPU quota in units of 10<sup>-9</sup> CPUs."
type: "integer"
format: "int64"
Expand Down
8 changes: 4 additions & 4 deletions apis/types/registry_service_config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

126 changes: 63 additions & 63 deletions apis/types/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.