# Packages
No description provided by the author
No description provided by the author
No description provided by the author
Package metadata includes metadata variables for logging and reporting.
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
Run starts the controller manager and blocks until it exits.
SetupLoggers sets up the loggers for the controller manager.
# Constants
DiagnosticsPort is the default port of the manager's diagnostics service listens on.
HealthzPort is the default port the manager's health service listens on.
KongClientEventRecorderComponentName is a KongClient component name used to identify the events recording component.
MetricsPort is the default port the manager's metrics service listens on.
# Structs
Config collects all configuration that the controller manager takes from the environment.
ControllerDef is a specification of a Controller that can be conditionally registered with Manager.
InstanceIDProvider provides a unique identifier for a running instance of the manager.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
Controller is a Kubernetes controller that can be plugged into Manager.
No description provided by the author