Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultAddOptions contains the default options for the healthchecks. DefaultAddOptions = healthcheck.DefaultAddArgs{ HealthCheckConfig: extensionsconfig.HealthCheckConfig{SyncPeriod: metav1.Duration{}}, } )
Functions ¶
func AddToManager ¶
AddToManager adds a controller with the default Options.
func RegisterHealthChecks ¶
func RegisterHealthChecks(ctx context.Context, mgr manager.Manager, opts *healthcheck.DefaultAddArgs) error
RegisterHealthChecks registers health checks for each extension resource HealthChecks are grouped by extension (e.g worker), extension.type (e.g aws) and Health Check Type (e.g SystemComponentsHealthy)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.