# Functions

Create new reconciler.

# Constants

Adopt existing dependent objects, even if they have a conflicting owner.
Adopt existing dependent objects if they have no owner set.
Fail if the dependent object exists but has no or a different owner.
Delete dependent objects.
Orphan dependent objects.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Reconcile the dependent object only once; afterwards it will never be touched again by the reconciler.
Reconcile the dependent object if its manifest, as produced by the generator, changes.
Reconcile the dependent object if its manifest, as produced by the generator, changes, or if the owning component changes (identified by a change of its metadata.generation).
Recreate (that is: delete and create) existing dependent objects.
Replace existing dependent objects.
Use server side apply to update existing dependents.
Use server side apply to update existing dependents and, in addition, reclaim fields owned by certain field owners, such as kubectl or helm.

# Structs

InventoryItem represents a dependent object managed by this operator.
NameInfo represents an object's namespace and name.
Reconciler manages specified objects in the given target cluster.
ReconcilerMetrics defines metrics that the reconciler can populate.
ReconcilerOptions are creation options for a Reconciler.
TypeInfo represents a Kubernetes type.

# Type aliases

AdoptionPolicy defines how the reconciler reacts if a dependent object exists but has no or a different owner.
DeletePolicy defines how the reconciler will delete dependent objects.
No description provided by the author
ReconcilePolicy defines when the reconciler will reconcile the dependent object.
UpdatePolicy defines how the reconciler will update dependent objects.