package
0.58.0
Repository: https://github.com/fluxcd/pkg.git
Documentation: pkg.go.dev

# Functions

NewHelper returns an initialised Helper.
NewSerialPatcher returns a SerialPatcher with the given object as the initial base object for the patching operations.
ToUnstructured converts a runtime.Object into an Unstructured object.

# Structs

Helper is a utility for ensuring the proper patching of objects.
HelperOptions contains options for patch options.
SerialPatcher provides serial patching of object using the patch helper.
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.

# Type aliases

WithFieldOwner set the field manager name for the patch operations.