Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WatcherInterface ¶
type WatcherInterface interface {
Start()
}
type WorkloadClusterEventHandler ¶
type WorkloadClusterEventHandler struct{}
func (WorkloadClusterEventHandler) OnAdd ¶
func (h WorkloadClusterEventHandler) OnAdd(obj interface{})
func (WorkloadClusterEventHandler) OnDelete ¶
func (h WorkloadClusterEventHandler) OnDelete(obj interface{})
func (WorkloadClusterEventHandler) OnUpdate ¶
func (h WorkloadClusterEventHandler) OnUpdate(oldObj, newObj interface{})
type XwcWatcher ¶
type XwcWatcher struct { Cache cache.Store Manager *manager.XwcManager // contains filtered or unexported fields }
var XWCWatcher *XwcWatcher
func NewXwcWatcher ¶
func NewXwcWatcher() *XwcWatcher
func (*XwcWatcher) Start ¶
func (w *XwcWatcher) Start()
Click to show internal directories.
Click to hide internal directories.