Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultAddOptions are the default DefaultAddArgs for AddToManager. DefaultAddOptions = AddOptions{ DefaultAddArgs: healthcheck.DefaultAddArgs{ HealthCheckConfig: healthcheckconfig.HealthCheckConfig{ SyncPeriod: metav1.Duration{Duration: defaultSyncPeriod}, ShootRESTOptions: &healthcheckconfig.RESTOptions{ QPS: new(float32(100)), Burst: new(130), }, }, }, } )
Functions ¶
func AddToManager ¶
AddToManager adds a controller with the default Options.
func RegisterHealthChecks ¶
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 ShootControlPlaneHealthy)
Types ¶
type AddOptions ¶ added in v2.17.0
type AddOptions struct {
// DefaultAddArgs
healthcheck.DefaultAddArgs
}
AddOptions are options to apply when adding the STACKIT healthcheck controller to the manager.
Click to show internal directories.
Click to hide internal directories.