ManagedClusterWorkloadAutoScalerProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Workload Auto-scaler profile for the managed cluster.
public class ManagedClusterWorkloadAutoScalerProfile
type ManagedClusterWorkloadAutoScalerProfile = class
Public Class ManagedClusterWorkloadAutoScalerProfile
- Inheritance
-
ManagedClusterWorkloadAutoScalerProfile
Constructors
| Name | Description |
|---|---|
| ManagedClusterWorkloadAutoScalerProfile() |
Initializes a new instance of the ManagedClusterWorkloadAutoScalerProfile class. |
| ManagedClusterWorkloadAutoScalerProfile(ManagedClusterWorkloadAutoScalerProfileKeda, ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler) |
Initializes a new instance of the ManagedClusterWorkloadAutoScalerProfile class. |
| ManagedClusterWorkloadAutoScalerProfile(ManagedClusterWorkloadAutoScalerProfileKeda) |
Initializes a new instance of the ManagedClusterWorkloadAutoScalerProfile class. |
Properties
| Name | Description |
|---|---|
| Keda |
Gets or sets kEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile. |
| VerticalPodAutoscaler |
Gets or sets vPA (Vertical Pod Autoscaler) settings for the workload auto-scaler profile. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |