KubectlAutoscaleSettings.

CpuPercent Property

Summary

--cpu-percent The target average CPU utilization (represented as a percent of requested CPU) over all the pods. If it's not specified or negative, a default autoscaling policy will be used.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAutoscaleSettings

Syntax

public Nullable<int> CpuPercent { get; set; }

Value

Type Description
Nullable<int>