Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterPropertiesAutoScalerProfile
Packages that use ManagedClusterPropertiesAutoScalerProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterPropertiesAutoScalerProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterPropertiesAutoScalerProfileModifier and TypeMethodDescriptionManagedClusterInner.autoScalerProfile()Get the autoScalerProfile property: Parameters to be applied to the cluster-autoscaler when enabled.ManagedClusterProperties.autoScalerProfile()Get the autoScalerProfile property: Parameters to be applied to the cluster-autoscaler when enabled.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterPropertiesAutoScalerProfileModifier and TypeMethodDescriptionManagedClusterInner.withAutoScalerProfile(ManagedClusterPropertiesAutoScalerProfile autoScalerProfile) Set the autoScalerProfile property: Parameters to be applied to the cluster-autoscaler when enabled.ManagedClusterProperties.withAutoScalerProfile(ManagedClusterPropertiesAutoScalerProfile autoScalerProfile) Set the autoScalerProfile property: Parameters to be applied to the cluster-autoscaler when enabled. -
Uses of ManagedClusterPropertiesAutoScalerProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterPropertiesAutoScalerProfileModifier and TypeMethodDescriptionManagedClusterPropertiesAutoScalerProfile.withBalanceSimilarNodeGroups(String balanceSimilarNodeGroups) Set the balanceSimilarNodeGroups property: Detects similar node pools and balances the number of nodes between them.ManagedClusterPropertiesAutoScalerProfile.withExpander(Expander expander) Set the expander property: The expander to use when scaling upManagedClusterPropertiesAutoScalerProfile.withMaxEmptyBulkDelete(String maxEmptyBulkDelete) Set the maxEmptyBulkDelete property: The maximum number of empty nodes that can be deleted at the same time.ManagedClusterPropertiesAutoScalerProfile.withMaxGracefulTerminationSec(String maxGracefulTerminationSec) Set the maxGracefulTerminationSec property: The maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node.ManagedClusterPropertiesAutoScalerProfile.withMaxNodeProvisionTime(String maxNodeProvisionTime) Set the maxNodeProvisionTime property: The maximum time the autoscaler waits for a node to be provisioned.ManagedClusterPropertiesAutoScalerProfile.withMaxTotalUnreadyPercentage(String maxTotalUnreadyPercentage) Set the maxTotalUnreadyPercentage property: The maximum percentage of unready nodes in the cluster.ManagedClusterPropertiesAutoScalerProfile.withNewPodScaleUpDelay(String newPodScaleUpDelay) Set the newPodScaleUpDelay property: Ignore unscheduled pods before they're a certain age.ManagedClusterPropertiesAutoScalerProfile.withOkTotalUnreadyCount(String okTotalUnreadyCount) Set the okTotalUnreadyCount property: The number of allowed unready nodes, irrespective of max-total-unready-percentage.ManagedClusterPropertiesAutoScalerProfile.withScaleDownDelayAfterAdd(String scaleDownDelayAfterAdd) Set the scaleDownDelayAfterAdd property: How long after scale up that scale down evaluation resumesManagedClusterPropertiesAutoScalerProfile.withScaleDownDelayAfterDelete(String scaleDownDelayAfterDelete) Set the scaleDownDelayAfterDelete property: How long after node deletion that scale down evaluation resumes.ManagedClusterPropertiesAutoScalerProfile.withScaleDownDelayAfterFailure(String scaleDownDelayAfterFailure) Set the scaleDownDelayAfterFailure property: How long after scale down failure that scale down evaluation resumes.ManagedClusterPropertiesAutoScalerProfile.withScaleDownUnneededTime(String scaleDownUnneededTime) Set the scaleDownUnneededTime property: How long a node should be unneeded before it is eligible for scale down.ManagedClusterPropertiesAutoScalerProfile.withScaleDownUnreadyTime(String scaleDownUnreadyTime) Set the scaleDownUnreadyTime property: How long an unready node should be unneeded before it is eligible for scale downManagedClusterPropertiesAutoScalerProfile.withScaleDownUtilizationThreshold(String scaleDownUtilizationThreshold) Set the scaleDownUtilizationThreshold property: Node utilization level, defined as sum of requested resources divided by capacity, below which a node can be considered for scale down.ManagedClusterPropertiesAutoScalerProfile.withScanInterval(String scanInterval) Set the scanInterval property: How often cluster is reevaluated for scale up or down.ManagedClusterPropertiesAutoScalerProfile.withSkipNodesWithLocalStorage(String skipNodesWithLocalStorage) Set the skipNodesWithLocalStorage property: If cluster autoscaler will skip deleting nodes with pods with local storage, for example, EmptyDir or HostPath.ManagedClusterPropertiesAutoScalerProfile.withSkipNodesWithSystemPods(String skipNodesWithSystemPods) Set the skipNodesWithSystemPods property: If cluster autoscaler will skip deleting nodes with pods from kube-system (except for DaemonSet or mirror pods)Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterPropertiesAutoScalerProfileModifier and TypeMethodDescriptionKubernetesCluster.DefinitionStages.WithAutoScalerProfile.withAutoScalerProfile(ManagedClusterPropertiesAutoScalerProfile autoScalerProfile) Specifies the auto-scale profile.KubernetesCluster.UpdateStages.WithAutoScalerProfile.withAutoScalerProfile(ManagedClusterPropertiesAutoScalerProfile autoScalerProfile) Specifies the auto-scale profile.