apiserver

package
v0.0.0-...-a69e935 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2019 License: Apache-2.0 Imports: 24 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildHostManagerProcedures

func BuildHostManagerProcedures(
	outbounds transport.Outbounds,
) []transport.Procedure

BuildHostManagerProcedures builds forwarding procedures for services handled by Host Manager. The outbounds must connect to the Host Manager leader.

func BuildJobManagerProcedures

func BuildJobManagerProcedures(
	outbounds transport.Outbounds,
) []transport.Procedure

BuildJobManagerProcedures builds forwarding procedures for services that rely on Job Manager. The outbounds must connect to the Job Manager leader.

func BuildResourceManagerProcedures

func BuildResourceManagerProcedures(
	outbounds transport.Outbounds,
) []transport.Procedure

BuildResourceManagerProcedures builds forwarding procedures for services handled by Resource Manager. The outbounds must connect to the Resource Manager leader.

Types

type Config

type Config struct {
	// HTTP port which API Server is listening on
	HTTPPort int `yaml:"http_port"`

	// gRPC port which API Server is listening on
	GRPCPort int `yaml:"grpc_port"`
}

Config contains APIServer specific configuration

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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