Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveError ¶
func ResolveError(groupResource schema.GroupResource, err error) error
Types ¶
type MultiWatcher ¶
type MultiWatcher struct {
// contains filtered or unexported fields
}
func NewEmptyMultiWatch ¶
func NewEmptyMultiWatch() *MultiWatcher
NewEmptyMultiWatch creates an empty watch
func (*MultiWatcher) AddWatcher ¶
func (m *MultiWatcher) AddWatcher(w watch.Interface)
AddWatcher adds a watch to this MultiWatcher
func (*MultiWatcher) ResultChan ¶
func (m *MultiWatcher) ResultChan() <-chan watch.Event
ResultChan aggregates all channels from all watches of this MultiWatch
Click to show internal directories.
Click to hide internal directories.