你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagedClusterVerticalPodAutoscaler 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ManagedClusterVerticalPodAutoscaler。
public class ManagedClusterVerticalPodAutoscaler
type ManagedClusterVerticalPodAutoscaler = class
Public Class ManagedClusterVerticalPodAutoscaler
- 继承
-
ManagedClusterVerticalPodAutoscaler
构造函数
ManagedClusterVerticalPodAutoscaler(Boolean, ManagedClusterWorkloadAutoScalerControlledValue, ManagedClusterVerticalPodAutoscalerUpdateMode) |
初始化 ManagedClusterVerticalPodAutoscaler 的新实例。 |
属性
ControlledValues |
控制自动缩放程序将更改的资源值。 默认值为 RequestsAndLimits。 |
IsEnabled |
是否启用 VPA。 默认值为 false。 |
UpdateMode |
每个更新模式级别都是较低级别的超集。 关闭<初始<重新创建<=自动。例如:如果 UpdateMode 为 Initial,则表示 VPA 从 UpdateMode Off) 设置 VerticalPodAutoscaler 自定义资源 (中推荐的资源,并从初始) 分配 pod 创建 (资源。 默认值为 Off。 |