package
0.32.0-alpha.0
Repository: https://github.com/kubernetes/controller-manager.git
Documentation: pkg.go.dev

# Interfaces

Debuggable defines a controller that allows the controller manager to expose a debugging handler for the controller If a controller implements Debuggable, and the returned handler is not nil, the controller manager can mount the handler during startup.
HealthCheckable defines a controller that allows the controller manager to include it in the health checks.
Interface defines the base of a controller managed by a controller manager.