# Functions
AddFinalizer adds a finalizer to the object.
PrependFinalizer adds a finalizer to the object and prepends it to the list NOTE: do not use this method as much as possible, use AddFinalizer instead.
RemoveFinalizer removes a finalizer from the object.