# Packages
No description provided by the author
# Functions
CleanErr masks pointers in err when printing the message.
IndexByProviderGVK assumes the passed object is an Object.
IndexByProviderNamespacedNameGVK assumes the passed object is an Object.
Setup adds a controller that reconciles Object managed resources.
# Structs
PatchingResourceSyncer is a ResourceSyncer that syncs objects by patching them in the Kubernetes API server and storing the last applied configuration in an annotation.
SSAResourceSyncer is a ResourceSyncer that syncs objects by using server-side apply to apply the object's manifest to the Kubernetes API server.
# Interfaces
KindObserver tracks kinds of referenced composed resources in order to start watches for them for realtime events.
ResourceSyncer contains the methods required to decide whether an object is up-to-date or not, and to sync the object to the Kube API.