Documentation
¶
Overview ¶
Package watcher 实现Kubernetes事件监听器
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventWatcher ¶
type EventWatcher struct {
// contains filtered or unexported fields
}
EventWatcher 事件监听器
func (*EventWatcher) HandleEvent ¶
func (w *EventWatcher) HandleEvent(event *models.K8sEvent) error
HandleEvent 处理单个事件(供外部调用)
Click to show internal directories.
Click to hide internal directories.