KubectlDeleteSettings.

GracePeriod Property

Summary

--grace-period Period of time in seconds given to the resource to terminate gracefully. Ignored if negative. Set to 1 for immediate shutdown. Can only be set to 0 when --force is true (force deletion).
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlDeleteSettings

Syntax

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

Value

Type Description
Nullable<int>