package
0.5.1
Repository: https://github.com/3scale-ops/basereconciler.git
Documentation: pkg.go.dev

# Functions

NewFromManager returns a new Reconciler from a controller-runtime manager.Manager.
SetupWithDynamicTypeWatches is a helper to build a controller that can watch resource types dynamically.
WithFinalizationFunc can be used to provide functions that will be run on object finalization.
WithFinalizer can be used to provide a finalizer string that the resource will be initialized with For finalization logic to be run before objet deletion, a finalizar must be passed.
WithInitializationFunc can be used to provide functions that run resource initialization, like for example applying defaults or labels to the resource.
WithInitializationFunc can be used to provide functions that run resource initialization, like for example applying defaults or labels to the resource.

# Constants

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

# Structs

Reconciler computes a list of resources that it needs to keep in place.
No description provided by the author
UnimplementedDeploymentStatus type can be used for resources that doesn't use Deployments.
UnimplementedStatefulSetStatus type can be used for resources that doesn't use StatefulSets.

# Interfaces

AppStatus is an interface describing a custom resource with an status that can be reconciled by the reconciler.
ObjectWithAppStatus is an interface that implements both client.Object and AppStatus.
ReconcilerWithTypeTracker is a reconciler with a TypeTracker The type tracker is used by the "resource pruner" and "dynamic watches" features.

# Type aliases

Health not yet implemented.