# Functions
NewHelper returns an initialized Helper.
# Structs
Helper is a utility for ensuring the proper patching of objects.
HelperOptions contains options for patch options.
WithForceOverwriteConditions allows the patch helper to overwrite conditions in case of conflicts.
WithOwnedConditions allows to define condition types owned by the controller.
WithStatusObservedGeneration sets the status.observedGeneration field on the incoming object to match metadata.generation, only if there is a change.
# Interfaces
Option is some configuration that modifies options for a patch request.