Versions in this module Expand all Collapse all v1 v1.6.2 Jun 9, 2022 Changes in this version + var Log = log.Log.WithName("controller").WithName("integration") + func Add(mgr manager.Manager) error + type Action interface + CanHandle func(integration *v1.Integration) bool + Handle func(ctx context.Context, integration *v1.Integration) (*v1.Integration, error) + Name func() string + func NewInitializeAction() Action + func NewMonitorAction() Action + func NewPlatformSetupAction() Action + type HealthCheck struct + Checks []HealthCheckResponse + Status HealthCheckState + func NewHealthCheck(body []byte) (*HealthCheck, error) + type HealthCheckResponse struct + Data map[string]interface{} + Name string + Status HealthCheckState + type HealthCheckState string + const HealthCheckStateDown + const HealthCheckStateUp + type StatusChangedPredicate struct + func (StatusChangedPredicate) Update(e event.UpdateEvent) bool Other modules containing this package github.com/lendi-au/camel-k/v2