package
0.0.0-20240228095742-a1344517f04d
Repository: https://github.com/tsundata/flowline.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
IsControllerEnabled check if a specified controller enabled or not.
No description provided by the author
No description provided by the author
ResyncPeriod returns a function which generates a duration each time it is invoked; this is so that multiple controllers don't get into lock-step and all hammer the apiserver with list requests simultaneously.
No description provided by the author
No description provided by the author
# Constants
ControllerStartJitter is the Jitter used when starting controller managers.
# Variables
ControllersDisabledByDefault is the set of controllers which is disabled by default.
# Structs
ControllerContext defines the context object for controller.
# Type aliases
ControllerInitializersFunc is used to create a collection of initializers
given the loopMode.
InitFunc is used to launch a particular controller.