Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LimitsNotSet occurs when there are no cpu and memory limits specified for a container LimitsNotSet = "LimitsNotSet" // LimitsCPUNotSet occurs when there is no cpu limit specified for a container LimitsCPUNotSet = "LimitsCPUNotSet" // LimitsMemoryNotSet occurs when there is no memory limit specified for a container LimitsMemoryNotSet = "LimitsMemoryNotSet" // LimitsCPUExceeded occurs when the CPU limit specified for a container is higher than the specified max CPU limit LimitsCPUExceeded = "LimitsCPUExceeded" // LimitsMemoryExceeded occurs when the memory limit specified for a container is higher than the specified max memory limit LimitsMemoryExceeded = "LimitsMemoryExceeded" )
View Source
const Name = "limits"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.