# Functions

ContextFromStopChannel creates a new context from a given stop channel.
EvalGenericPredicate returns true if all predicates match for the given object.
NewErrorFormatFuncWithPrefix creates a new multierror.ErrorFormatFunc which can be used as an ErrorFormat on multierror.Error instances.
TryUpdate tries to apply the given transformation function onto the given object, and to update it afterwards.
TryUpdateStatus tries to apply the given transformation function onto the given object, and to update its status afterwards.
TypedCreateOrUpdate is like controllerutil.CreateOrUpdate, it retrieves the current state of the object from the API server, applies the given mutate func and creates or updates it afterwards.