Documentation
¶
Index ¶
- type ComponentManager
- type DefaultManager
- func (m *DefaultManager) UpdateComponentHealth(ctx context.Context, componentName string, namespace string) error
- func (m *DefaultManager) UpdateComponentHealthAll(ctx context.Context) error
- func (m *DefaultManager) UpdateComponentHealthWithInstalledVersion(ctx context.Context, componentName string, namespace string, version string) error
- type RegistrableController
- type SyncIntervalHandler
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 (*DefaultManager) UpdateComponentHealthAll ¶ added in v1.0.0
func (m *DefaultManager) UpdateComponentHealthAll(ctx context.Context) error
func (*DefaultManager) UpdateComponentHealthWithInstalledVersion ¶ added in v1.0.0
type RegistrableController ¶
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
Click to show internal directories.
Click to hide internal directories.