# Functions
AddFinalizer accepts cluster and adds provided finalizer to cluster.
CreateOrUpdateManifestWork creates a new ManifestWork or update an existing ManifestWork.
DeleteManifestWork deletes a manifestwork if removeFinalizers is set to true, will remove all finalizers to make sure it can be deleted.
No description provided by the author
HasFinalizer checks if a finalizer present.
RemoveFinalizer accepts cluster and removes provided finalizer if present.
UniqueStringSlice takes a string[] and remove the duplicate value.