Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultAddOptions are the default DefaultAddArgs for AddToManager. DefaultAddOptions = healthcheck.DefaultAddArgs{ HealthCheckConfig: healthcheckconfig.HealthCheckConfig{ SyncPeriod: metav1.Duration{Duration: defaultSyncPeriod}, ShootRESTOptions: &healthcheckconfig.RESTOptions{ QPS: ptr.To[float32](100), Burst: ptr.To[int](130), }, }, } // GardenletManagesMCM specifies whether the machine-controller-manager is managed by gardenlet. GardenletManagesMCM bool )
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
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.