# Functions

IsModifyingStatus returns true if a resource's latest status matches one of the provided modifying statuses.
RequeueIfModifying creates and returns an ackrequeue if a resource's latest status matches one of the provided modifying statuses.
SetSyncedCondition sets the ACK Synced Condition status to true if the resource status exists but is not in one of the given modifying statuses, or false if the resource status is one of the given modifying statuses.
SetTerminalState sets conditions (terminal) on a resource's supplied status conditions if the latest status matches the terminal status.