Documentation
¶
Index ¶
Constants ¶
View Source
const HealthEvent = "" /* 324-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func IsHealthCheckRequest ¶
Types ¶
type FunctionReconciler ¶
type FunctionReconciler struct {
client.Client
Scheme *runtime.Scheme
Log *zap.SugaredLogger
Config config.FunctionConfig
LastCommitCache cache.Cache
EventRecorder record.EventRecorder
HealthCh chan bool
}
FunctionReconciler reconciles a Function object
func (*FunctionReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*FunctionReconciler) SetupWithManager ¶
func (fr *FunctionReconciler) SetupWithManager(mgr ctrl.Manager) (controller.Controller, error)
SetupWithManager sets up the controller with the Manager.
type HealthChecker ¶
type HealthChecker struct {
// contains filtered or unexported fields
}
func NewHealthChecker ¶
func NewHealthChecker(timeout time.Duration, logger *zap.SugaredLogger) (HealthChecker, chan event.GenericEvent, chan bool)
Click to show internal directories.
Click to hide internal directories.