ManagedClusterWorkloadAutoScalerProfile Class

Definition

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.

Applies to