# Functions

NewServerSidePatchHelper returns a new PatchHelper using server side apply.
NewTwoWaysPatchHelper will return a patch that yields the modified document when applied to the original document using the two-ways merge algorithm.

# Constants

TopologyManagerName is the manager name in managed fields for the topology controller.

# Structs

HelperOptions contains options for Helper.
TwoWaysPatchHelper helps with a patch that yields the modified document when applied to the original document.

# Interfaces

HelperOption is some configuration that modifies options for Helper.
PatchHelper define the behavior for component responsible for managing patches for Kubernetes objects owned by the topology controller.

# Type aliases

IgnorePaths instruct the Helper to ignore given paths when computing a patch.
PatchHelperFactoryFunc defines a func that returns a new PatchHelper.