KubectlApplySettings.

Cascade Property

Summary

--cascade Must be "background", "orphan", or "foreground". Selects the deletion cascading strategy for the dependents (e.g. Pods created by a ReplicationController). Defaults to background.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlApplySettings

Syntax

public string Cascade { get; set; }

Value

Type Description
string