-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[zh-cn] resync policy-resources/limit-range-v1.md #34779
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
import: "k8s.io/api/core/v1" | ||
kind: "LimitRange" | ||
content_type: "api_reference" | ||
description: "LimitRange 设置名字空间中每个资源类别的资源使用限制。" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resource usage -> 资源用量
|
||
- **spec** (<a href="{{< ref "../policy-resources/limit-range-v1#LimitRangeSpec" >}}">LimitRangeSpec</a>) | ||
|
||
Spec 定义强制执行的限制。更多信息: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spec 定义强制执行的限制。更多信息: | |
spec 定义强制执行的限制。更多信息: |
content/zh-cn/docs/reference/kubernetes-api/policy-resources/limit-range-v1.md
Show resolved
Hide resolved
--> | ||
- **limits.maxLimitRequestRatio** (map[string]<a href="{{< ref "../common-definitions/quantity#Quantity" >}}">Quantity</a>) | ||
|
||
如果指定 maxLimitRequestRatio,则命名的资源必须有一个非零的请求和限制, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果指定 maxLimitRequestRatio,则命名的资源必须有一个非零的请求和限制, | |
如果指定 maxLimitRequestRatio,则所指定的资源必须设置非零的请求和限制值, |
- **limits.maxLimitRequestRatio** (map[string]<a href="{{< ref "../common-definitions/quantity#Quantity" >}}">Quantity</a>) | ||
|
||
如果指定 maxLimitRequestRatio,则命名的资源必须有一个非零的请求和限制, | ||
且限制除以请求小于或等于枚举值;这表示该命名资源的最大突发。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
且限制除以请求小于或等于枚举值;这表示该命名资源的最大突发。 | |
且限制除以请求小于或等于这里列举的值;此属性用来表示所指定资源的最大突发用量。 |
|
||
- **limits.min** (map[string]<a href="{{< ref "../common-definitions/quantity#Quantity" >}}">Quantity</a>) | ||
|
||
按资源名称针对这种类别的最小使用约束。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
按资源名称针对这种类别的最小使用约束。 | |
按资源名称区分的,针对这种类别对象的最小用量约束。 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 72baaa8ef4704830597db93912348937afde2427
|
Listed in #34733.