flux v2.9.5

Kustomization.spec.deletionPolicy

DeletionPolicy can be used to control garbage collection when this Kustomization is deleted. Valid values are ('MirrorPrune', 'Delete', 'WaitForTermination', 'Orphan'). 'MirrorPrune' mirrors the Prune field (orphan if false, delete if true). Defaults to 'MirrorPrune'.

1 fields
Kustomization.spec.deletionPolicy fields and descriptions
Field / TypeDescription
Kustomization.spec.deletionPolicy
string

DeletionPolicy can be used to control garbage collection when this Kustomization is deleted. Valid values are ('MirrorPrune', 'Delete', 'WaitForTermination', 'Orphan'). 'MirrorPrune' mirrors the Prune field (orphan if false, delete if true). Defaults to 'MirrorPrune'.

  • enum: ["MirrorPrune","Delete","WaitForTermination","Orphan"]