package
0.0.0-20240829215211-b018aa001c28
Repository: https://github.com/diranged/oz.git
Documentation: pkg.go.dev

# Variables

DefaultVerifyResourcesRequeueInterval is the time inbetween reconcile attempts used when the resources have been created by the IBuilder CreateAccessResources() method, but the AccessResourcesAreReady() method returns False indicating that the resources have not yet completed their readiness checks.

# Structs

RequestContext represents a reconciliation request context.
RequestReconciler is configured watch for a particular type (RequestType) of Access Requests, and execute the reconciler logic against them with a particular Builder (Builder).