KubectlAutoscaleSettings.

Min Property

Summary

--min The lower limit for the number of pods that can be set by the autoscaler. If it's not specified or negative, the server will apply a default value.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAutoscaleSettings

Syntax

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

Value

Type Description
Nullable<int>