Documentation
¶
Overview ¶
Package controllerapp provides the controller-runtime application mode for coder-k8s.
Index ¶
Constants ¶
View Source
const (
// HealthProbeBindAddress exposes /healthz and /readyz checks for kube probes.
HealthProbeBindAddress = ":8081"
)
Variables ¶
This section is empty.
Functions ¶
func NewManager ¶
NewManager builds a controller-runtime manager for the controller application mode.
func SetupControllers ¶
SetupControllers registers all controller reconcilers on the manager.
func SetupProbes ¶
SetupProbes configures health and readiness checks on the manager.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.