package
0.2.1
Repository: https://github.com/furiko-io/furiko.git
Documentation: pkg.go.dev

# Functions

NewContext returns a new Context.
NewContextWithRecorder returns a new Context with a custom EventRecorder.
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

Context extends the common controllercontext.Context.
Controller is responsible for processing all Jobs to determine if they can be started, and if so, starts them in a deterministic order and safe from race conditions.
No description provided by the author
IndependentReconciler reconciles independent Jobs that do not have any JobConfig.
InformerWorker receives events from the informer and enqueues work to be done for the controller.
JobControl is the default implementation of JobControlInterface.
PerConfigReconciler reconciles Jobs belonging to a JobConfig.

# Interfaces

JobControlInterface is the client interface for the Controller.