第 7 章 PriorityLevelConfiguration [flowcontrol.apiserver.k8s.io/v1beta1]
- 描述
- priorityLevelConfiguration 代表优先级级别的配置。
- 类型
-
对象
7.1. 规格
属性 | 类型 | 描述 |
---|---|---|
|
| APIVersion 定义对象的这个表示法的版本化的 schema。服务器应该将识别的模式转换为最新的内部值,并可拒绝未识别的值。更多信息: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
|
| kind 是一个字符串值,代表此对象所代表的 REST 资源。服务器可以从客户端向其提交请求的端点推断。无法更新。采用驼峰拼写法 (CamelCase)。更多信息: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
|
| |
|
| PriorityLevelConfigurationSpec 指定优先级级别的配置。 |
|
| PriorityLevelConfigurationStatus 代表 "request-priority" 的当前状态。 |
7.1.1. .spec
- 描述
- PriorityLevelConfigurationSpec 指定优先级级别的配置。
- 类型
-
object
- 必填
-
type
-
属性 | 类型 | 描述 |
---|---|---|
|
| LimitedPriorityLevelConfiguration 指定如何处理受限制的请求。它解决了两个问题: - 此优先级级别的请求如何限制?- 应该对超过限制的请求执行什么操作? |
|
|
|
7.1.2. .spec.limited
- 描述
- LimitedPriorityLevelConfiguration 指定如何处理受限制的请求。它解决了两个问题: - 此优先级级别的请求如何限制?- 应该对超过限制的请求执行什么操作?
- 类型
-
object
属性 | 类型 | 描述 |
---|---|---|
|
|
ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) ) ACS 较大的数量意味着更多保留的并发请求(以增加彼此的 PL 费用)。此字段的默认值为 30。 |
|
| LimitResponse 定义如何处理现在无法执行的请求。 |
7.1.3. .spec.limited.limitResponse
- 描述
- LimitResponse 定义如何处理现在无法执行的请求。
- 类型
-
object
- 必填
-
type
-
属性 | 类型 | 描述 |
---|---|---|
|
| QueuingConfiguration 包含排队的配置参数 |
|
|
|
7.1.4. .spec.limited.limitResponse.queuing
- 描述
- QueuingConfiguration 包含排队的配置参数
- 类型
-
object
属性 | 类型 | 描述 |
---|---|---|
|
|
|
|
|
|
|
|
|
7.1.5. .status
- 描述
- PriorityLevelConfigurationStatus 代表 "request-priority" 的当前状态。
- 类型
-
object
属性 | 类型 | 描述 |
---|---|---|
|
|
|
|
| PriorityLevelConfigurationCondition 定义优先级级别的条件。 |
7.1.6. .status.conditions
- 描述
-
条件
是 "request-priority" 的当前状态。 - 类型
-
array
7.1.7. .status.conditions[]
- 描述
- PriorityLevelConfigurationCondition 定义优先级级别的条件。
- 类型
-
object
属性 | 类型 | 描述 |
---|---|---|
|
| |
|
|
|
|
|
|
|
|
|
|
|
|