Documentation ¶
Index ¶
- func StartEventWatcher(cluster *config.UserContext, manager *manager.Manager)
- func StartNodeWatcher(ctx context.Context, cluster *config.UserContext, manager *manager.Manager)
- func StartPodWatcher(ctx context.Context, cluster *config.UserContext, manager *manager.Manager)
- func StartSysComponentWatcher(ctx context.Context, cluster *config.UserContext, manager *manager.Manager)
- func StartWorkloadWatcher(ctx context.Context, cluster *config.UserContext, manager *manager.Manager)
- type EventWatcher
- type NodeWatcher
- type PodWatcher
- type ProjectAlertLifecycle
- type SysComponentWatcher
- type WorkloadWatcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartEventWatcher ¶
func StartEventWatcher(cluster *config.UserContext, manager *manager.Manager)
func StartNodeWatcher ¶
func StartPodWatcher ¶
func StartWorkloadWatcher ¶
Types ¶
type EventWatcher ¶
type EventWatcher struct {
// contains filtered or unexported fields
}
type NodeWatcher ¶
type NodeWatcher struct {
// contains filtered or unexported fields
}
type PodWatcher ¶
type PodWatcher struct {
// contains filtered or unexported fields
}
type ProjectAlertLifecycle ¶
type ProjectAlertLifecycle struct {
// contains filtered or unexported fields
}
func (*ProjectAlertLifecycle) Create ¶
func (l *ProjectAlertLifecycle) Create(obj *v3.ProjectAlert) (*v3.ProjectAlert, error)
func (*ProjectAlertLifecycle) Remove ¶
func (l *ProjectAlertLifecycle) Remove(obj *v3.ProjectAlert) (*v3.ProjectAlert, error)
func (*ProjectAlertLifecycle) Updated ¶
func (l *ProjectAlertLifecycle) Updated(obj *v3.ProjectAlert) (*v3.ProjectAlert, error)
type SysComponentWatcher ¶
type SysComponentWatcher struct {
// contains filtered or unexported fields
}
type WorkloadWatcher ¶
type WorkloadWatcher struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.