Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppEnvironmentParams ¶
type AppRunner ¶
type AppRunner interface {
CreateApp(params CreateAppParams) error
SubmitLrp(lrpJSON []byte) (string, error)
ScaleApp(name string, instances int) error
UpdateAppRoutes(name string, routes RouteOverrides) error
UpdateApp(updateAppParams UpdateAppParams) error
RemoveApp(name string) error
}
type CreateAppParams ¶
type KeyGenerator ¶
type MonitorConfig ¶
type MonitorMethod ¶
type MonitorMethod int
const ( NoMonitor MonitorMethod = iota PortMonitor URLMonitor CustomMonitor AttemptedToCreateLatticeDebugErrorMessage = reserved_app_ids.LatticeDebugLogStreamAppId + " is a reserved app name. It is used internally to stream debug logs for lattice components." )
type RouteOverride ¶
type RouteOverrides ¶
type RouteOverrides []RouteOverride
type UpdateAppParams ¶
type UpdateAppParams struct {
Name string
RouteOverrides RouteOverrides
TcpRoutes TcpRoutes
NoRoutes bool
}
Directories
¶
| Path | Synopsis |
|---|---|
|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.