# Functions
CheckReadyPhase executes checking for a parent component's readiness status.
CompletePhase executes the completion of a reconciliation loop.
CreateOrUpdate creates a resource if it does not already exist or updates a resource if it does already exist.
CreateResourcesPhase creates or updated the child resources of a workload during a reconciliation loop.
DeletionCompletePhase executes the completion of a reconciliation loop for a delete request.
DependencyPhase executes a dependency check prior to attempting to create resources.
HandleResourcePhaseExit will generate the appropriate resource condition for a resource creation event.
IsOptimisticLockError checks to see if the error is a locking error.
RegisterDeleteHooks add finializers to the workload resources so that the delete lifecycle can be run beofre the object is deleted.
UpdateResourceConditions updates the status.resourceConditions field of the parent custom resource.
WithCustomRequeueResult allows you to define a custom result for a phase when it is requeued, this allows for custom requeue time backoffs.
WithResourceOptions adds the requested resource options to the phase.
# 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
# Type aliases
HandlerFunc is an adapter to allow the use of ordinary functions as reconcile phases.
LifecycleEvent is used to convey which lifecycle event we are targeting.
PhaseOption is a function pattern to allow customization of a phase upon registration.
ResourceOption is a pattern to allow customization to the resource deployment process.