Documentation ¶
Index ¶
Constants ¶
View Source
const ( PROBE_TYPE_READINESS = "readiness" PROBE_TYPE_LIVENESS = "liveness" )
Variables ¶
View Source
var ( ProbeCmd = &cobra.Command{ Use: "probe", Short: "probe alameda evictioner", Long: "", Run: func(cmd *cobra.Command, args []string) { initConfig() initLogger() setLoggerScopesWithConfig(*config.Log) startProbing() }, } )
View Source
var (
RootCmd = &cobra.Command{
Use: "evictioner",
Short: "alameda evictioner",
Long: "",
}
)
View Source
var ( RunCmd = &cobra.Command{ Use: "run", Short: "start alameda evictioner", Long: "", Run: func(cmd *cobra.Command, args []string) { app.PrintSoftwareVer() initConfig() initLogger() setLoggerScopesWithConfig(*config.Log) displayConfig() startEvictioner() }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.