Documentation ¶
Overview ¶
Package watcher provides methods to watch resources and build a runtime model of applications
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Iter8Watcher ¶
type Iter8Watcher struct {
// contains filtered or unexported fields
}
Iter8Watcher enables creation of informers needed by the abn service
func NewIter8Watcher ¶
func NewIter8Watcher(resourceTypes []schema.GroupVersionResource, namespaces []string) *Iter8Watcher
NewIter8Watcher returns a watcher for iter8 related objects
func (*Iter8Watcher) Start ¶
func (watcher *Iter8Watcher) Start(stopChannel chan struct{})
Start starts the watcher
Click to show internal directories.
Click to hide internal directories.