Documentation ¶
Index ¶
- Variables
- func CmdCheck(ctx context.Context, name string, args ...string) (tryNext bool, err1 error)
- func FindExe(options ...string) string
- type Action
- type BlindNginxRestartAction
- type Doorman
- type GoTplFactory
- type GoTplTemplater
- type HealthEndpoint
- type MetricsEndpoint
- type NodeEvent
- type NodePoolDescription
- type PoolWatcher
- type Port
- type PortMapping
- type PortVars
- type Selector
- type TemplateFactory
- type TemplateVars
- type Templater
Constants ¶
This section is empty.
Variables ¶
View Source
var TemplateFactories map[string]TemplateFactory = make(map[string]TemplateFactory)
Functions ¶
Types ¶
type BlindNginxRestartAction ¶
type BlindNginxRestartAction struct{}
type Doorman ¶
type Doorman struct {
// contains filtered or unexported fields
}
Doorman is the data parsed from a ConfigFile
func (*Doorman) FromConfig ¶
func (d *Doorman) FromConfig(cfg *public.ConfigFile) error
type GoTplFactory ¶
type GoTplFactory struct{}
type GoTplTemplater ¶
type GoTplTemplater struct {
// contains filtered or unexported fields
}
func (*GoTplTemplater) Template ¶
func (g *GoTplTemplater) Template(vars interface{}) error
type HealthEndpoint ¶
type HealthEndpoint struct { }
type MetricsEndpoint ¶
type MetricsEndpoint struct { }
type NodePoolDescription ¶
type NodePoolDescription struct {
// contains filtered or unexported fields
}
func (*NodePoolDescription) FromConfig ¶
func (n *NodePoolDescription) FromConfig(cfg *public.NodePoolConfigFile) error
type PoolWatcher ¶
type PoolWatcher struct {
// contains filtered or unexported fields
}
type PortMapping ¶
func (*PortMapping) FromConfig ¶
func (p *PortMapping) FromConfig(cfg public.PortMapping)
type TemplateFactory ¶
type TemplateVars ¶
Click to show internal directories.
Click to hide internal directories.