Documentation ¶
Index ¶
- type Fake
- func (f *Fake) AddWatch(req *schedulerv1pb.WatchJobsRequestInitial, ...) error
- func (f *Fake) Client(ctx context.Context) (api.Interface, error)
- func (f *Fake) Run(ctx context.Context) error
- func (f *Fake) WithAddWatch(fn func(*schedulerv1pb.WatchJobsRequestInitial, ...) error) *Fake
- func (f *Fake) WithClient(fn func(context.Context) (api.Interface, error)) *Fake
- func (f *Fake) WithRun(fn func(context.Context) error) *Fake
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fake ¶
type Fake struct {
// contains filtered or unexported fields
}
func (*Fake) AddWatch ¶
func (f *Fake) AddWatch(req *schedulerv1pb.WatchJobsRequestInitial, srv schedulerv1pb.Scheduler_WatchJobsServer) error
func (*Fake) WithAddWatch ¶
func (f *Fake) WithAddWatch(fn func(*schedulerv1pb.WatchJobsRequestInitial, schedulerv1pb.Scheduler_WatchJobsServer) error) *Fake
func (*Fake) WithClient ¶
Click to show internal directories.
Click to hide internal directories.