health

package
v1.12.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2026 License: AGPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComponentManager

type ComponentManager interface {
	UpdateComponentHealth(ctx context.Context, componentName string, namespace string) error
	UpdateComponentHealthWithInstalledVersion(ctx context.Context, componentName string, namespace string, version string) error
	UpdateComponentHealthAll(ctx context.Context) error
}

type DefaultManager

type DefaultManager struct {
	// contains filtered or unexported fields
}

func NewManager

func NewManager(namespace string, clientSet ecosystemClientSet) *DefaultManager

func (*DefaultManager) UpdateComponentHealth

func (m *DefaultManager) UpdateComponentHealth(ctx context.Context, componentName string, namespace string) error

func (*DefaultManager) UpdateComponentHealthAll added in v1.0.0

func (m *DefaultManager) UpdateComponentHealthAll(ctx context.Context) error

func (*DefaultManager) UpdateComponentHealthWithInstalledVersion added in v1.0.0

func (m *DefaultManager) UpdateComponentHealthWithInstalledVersion(ctx context.Context, componentName string, namespace string, version string) error

type RegistrableController

type RegistrableController interface {
	SetupWithManager(mgr ctrl.Manager) error
}

func NewController

func NewController(namespace string, clientSet ecosystemClientSet) RegistrableController

type SyncIntervalHandler added in v1.9.1

type SyncIntervalHandler struct {
	// contains filtered or unexported fields
}

func NewSyncIntervalHandler added in v1.9.1

func NewSyncIntervalHandler(namespace string, clientSet ecosystemClientSet, healthSyncInterval time.Duration) *SyncIntervalHandler

func (*SyncIntervalHandler) Start added in v1.9.1

func (s *SyncIntervalHandler) Start(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL