daemon

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2023 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 2 more Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Daemon

type Daemon interface {
	Run(ctx context.Context)
}

func NewEdgeHealthDaemon

func NewEdgeHealthDaemon(o options.CompletedOptions, registryOptions ...registry.ExtendOptions) Daemon

type EdgeDaemon

type EdgeDaemon struct {
	HealthCheckPeriod     int
	HealthCheckScoreLine  float64
	CommunicatePeriod     int
	CommunicateTimeout    int
	CommunicateRetryTime  int
	CommunicateServerPort int
	VotePeriod            int
	VoteTimeOut           int
	MasterUrl             string
	KubeconfigPath        string
	HostName              string
	ExtendOptions         []registry.ExtendOptions
}

func (EdgeDaemon) Run

func (d EdgeDaemon) Run(ctx context.Context)

Jump to

Keyboard shortcuts

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