Documentation ¶
Index ¶
Constants ¶
View Source
const ( ProgramName = "devconsul" DefaultConfigFile = "config.hcl" )
View Source
const ( NetworkShapeIslands = infra.NetworkShapeIslands NetworkShapeDual = infra.NetworkShapeDual NetworkShapeFlat = infra.NetworkShapeFlat )
View Source
const ( ClusterLinkModePeer = infra.ClusterLinkModePeer ClusterLinkModeFederate = infra.ClusterLinkModeFederate )
View Source
const VaultAddr = "http://10.0.100.111:8200"
Variables ¶
This section is empty.
Functions ¶
func ResetRunOnceMemory ¶
func ResetRunOnceMemory() error
Types ¶
type App ¶
type App struct { BootInfo // for boot // contains filtered or unexported fields }
func (*App) RunBringDown ¶
func (*App) RunBringUp ¶
func (*App) RunBringUpPrimary ¶
func (*App) RunDumpLogs ¶
func (*App) RunForceDocker ¶
func (*App) RunRestart ¶
func (*App) RunStopDC2 ¶
func (*App) SetTimeout ¶
type ClusterLinkMode ¶
type ClusterLinkMode = infra.ClusterLinkMode
type Core
deprecated
type Core = App
Deprecated: ensure rename
func (*Core) RunCheckMesh ¶
func (*Core) RunConfigDump ¶
func (*Core) RunDebugListConfigs ¶
func (*Core) RunDebugSaveGrafana ¶
func (*Core) RunGRPCCheck ¶
func (*Core) RunRestartDC2 ¶
type NetworkShape ¶
type NetworkShape = infra.NetworkShape
type PingPongResponse ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.