Documentation ¶
Index ¶
- type Fake
- func (f *Fake[T]) Run(ctx context.Context) error
- func (f *Fake[T]) WatchUpdates(ctx context.Context, namespace string) (<-chan *informer.Event[T], error)
- func (f *Fake[T]) WithRun(fn func(context.Context) error) *Fake[T]
- func (f *Fake[T]) WithWatchUpdates(fn func(context.Context, string) (<-chan *informer.Event[T], error)) *Fake[T]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fake ¶
func (*Fake[T]) WatchUpdates ¶
Click to show internal directories.
Click to hide internal directories.