clients

package
v0.0.0-...-949823d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Clients

type Clients struct {
	// contains filtered or unexported fields
}

Clients builds Scheduler clients and provides those clients in a round-robin fashion.

func New

func New(opts Options) *Clients

func (*Clients) All

All returns all scheduler clients.

func (*Clients) Next

Next returns the next client in a round-robin manner.

func (*Clients) Run

func (c *Clients) Run(ctx context.Context) error

type Options

type Options struct {
	Addresses []string
	Security  security.Handler
	Healthz   healthz.Healthz
}

Options contains the configuration options for the Scheduler clients.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL