envoy

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2018 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
}

type Envoy

type Envoy interface {
	Run(context.Context) error
	Exit()

	WriteConfig(cfg Config) error
	Reload() error
}

func NewEnvoy

func NewEnvoy(envoyBin string, glooAddress net.Addr, id *envoycore.Node) Envoy

type EnvoyInstance

type EnvoyInstance struct {
	Done    <-chan error
	Process *os.Process
}

Jump to

Keyboard shortcuts

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