Documentation
¶
Index ¶
- type Options
- type Scheduler
- func (s *Scheduler) All(ctx context.Context) ([]schedulerv1pb.SchedulerClient, error)
- func (s *Scheduler) Next(ctx context.Context) (schedulerv1pb.SchedulerClient, error)
- func (s *Scheduler) Run(ctx context.Context) error
- func (s *Scheduler) StartApp(ctx context.Context)
- func (s *Scheduler) StopApp(ctx context.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scheduler ¶ added in v1.15.0
type Scheduler struct {
// contains filtered or unexported fields
}
Scheduler manages the connection to the cluster of schedulers.
func (*Scheduler) All ¶ added in v1.15.0
func (s *Scheduler) All(ctx context.Context) ([]schedulerv1pb.SchedulerClient, error)
func (*Scheduler) Next ¶ added in v1.15.0
func (s *Scheduler) Next(ctx context.Context) (schedulerv1pb.SchedulerClient, error)
Click to show internal directories.
Click to hide internal directories.