health

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2024 License: MIT Imports: 18 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
}

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

type RegistrableController

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

func NewController

func NewController(namespace string, clientSet ecosystemClientSet) RegistrableController

Jump to

Keyboard shortcuts

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