KubectlScaleSettings.

CurrentReplicas Property

Summary

--current-replicas Precondition for current size. Requires that the current size of the resource match this value in order to scale. -1 (default) for no condition.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlScaleSettings

Syntax

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

Value

Type Description
Nullable<int>