Skip to content

Commit

Permalink
Fix comment for CPUQuotaMinUsed (#26) (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzyar authored Apr 15, 2020
1 parent e393bb0 commit b685be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/runtime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ const (
CPUQuotaUndefined CPUQuotaStatus = iota
// CPUQuotaUsed is returned when a valid CPU quota can be used
CPUQuotaUsed
// CPUQuotaMinUsed is return when CPU quota is larger than the min value
// CPUQuotaMinUsed is return when CPU quota is smaller than the min value
CPUQuotaMinUsed
)

0 comments on commit b685be8

Please sign in to comment.