annotations

package
v1.5.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Global = map[string]annotation{
	"nbthread":                &nbthread{},
	"syslog-server":           &syslogServers{},
	"maxconn":                 &globalMaxconn{},
	"http-server-close":       &defaultOption{name: "http-server-close"},
	"http-keep-alive":         &defaultOption{name: "http-keep-alive"},
	"dontlognull":             &defaultOption{name: "dontlognull"},
	"logasap":                 &defaultOption{name: "logasap"},
	"timeout-http-request":    &defaultTimeout{name: "http-request"},
	"timeout-connect":         &defaultTimeout{name: "connect"},
	"timeout-client":          &defaultTimeout{name: "client"},
	"timeout-client-fin":      &defaultTimeout{name: "client-fin"},
	"timeout-queue":           &defaultTimeout{name: "queue"},
	"timeout-server":          &defaultTimeout{name: "server"},
	"timeout-server-fin":      &defaultTimeout{name: "server-fin"},
	"timeout-tunnel":          &defaultTimeout{name: "tunnel"},
	"timeout-http-keep-alive": &defaultTimeout{name: "http-keep-alive"},
	"log-format":              &defaultLogFormat{},
	"config-snippet":          &globalCfgSnippet{},
	"hard-stop-after":         &globalHardStopAfter{},
}

Global holds annotations related to the Global and Default HAProxy sections

Functions

This section is empty.

Types

type Result

type Result int8
const (
	NONE Result = 0 + iota
	RELOAD
	RESTART
)

Jump to

Keyboard shortcuts

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