Added ignorenotfound flag for all resources' deletion (#2293)
Treat \"resource not found\" as a successful delete if ignorenotfound flag passed while deletion of Fission resource.
This commit is contained in:
@@ -29,6 +29,8 @@ const (
|
||||
Labels = "labels"
|
||||
Annotation = "annotation"
|
||||
|
||||
IgnoreNotFound = "ignorenotfound"
|
||||
|
||||
NamespaceFunction = "fnNamespace"
|
||||
NamespaceEnvironment = "envNamespace"
|
||||
NamespacePackage = "pkgNamespace"
|
||||
|
||||
Reference in New Issue
Block a user