lbconfig

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: May 18, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackendService

type BackendService struct {
	Namespace string
	Name      string
	Endpoints []Endpoint
	Path      string
	Host      string
	Algorithm string
	Port      int
}

type Endpoint

type Endpoint struct {
	IP   string
	Port int
}

type FrontendService

type FrontendService struct {
	Name            string
	Port            int
	BackendServices []*BackendService
}

type LoadBalancerConfig

type LoadBalancerConfig struct {
	Name             string
	Namespace        string
	FrontendServices []*FrontendService
}

Jump to

Keyboard shortcuts

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