Documentation
¶
Index ¶
Constants ¶
View Source
const (
AttemptedToCreateLatticeDebugErrorMessage = reserved_app_ids.LatticeDebugLogStreamAppId + " is a reserved app name. It is used internally to stream debug logs for lattice components."
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppRunner ¶
type AppRunner interface {
CreateDockerApp(params CreateDockerAppParams) error
ScaleApp(name string, instances int) error
UpdateAppRoutes(name string, routes RouteOverrides) error
RemoveApp(name string) error
AppExists(name string) (bool, error)
RunningAppInstancesInfo(name string) (int, bool, error)
}
type CreateDockerAppParams ¶
type PortConfig ¶
func (PortConfig) IsEmpty ¶
func (portConfig PortConfig) IsEmpty() bool
type RouteOverride ¶
type RouteOverrides ¶
type RouteOverrides []RouteOverride
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.