KubectlDrainSettings.

GracePeriod Property

Summary

--grace-period Period of time in seconds given to each pod to terminate gracefully. If negative, the default value specified in the pod will be used.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlDrainSettings

Syntax

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

Value

Type Description
Nullable<int>