KubectlDeleteSettings.

IgnoreNotFound Property

Summary

--ignore-not-found Treat "resource not found" as a successful delete. Defaults to "true" when --all is specified.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlDeleteSettings

Syntax

public Nullable<bool> IgnoreNotFound { get; set; }

Value

Type Description
Nullable<bool>