Documentation
¶
Overview ¶
Package tracker provides the `tracker` command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = cobra.Command{ Use: "tracker", Short: "Snapshot tracker server", Long: "Connects to sidecars on nodes and scrapes the available snapshot versions.\n" + "Provides an API allowing fetch jobs to find the latest snapshots.\n" + "Do not expose this API publicly.", Run: func(_ *cobra.Command, _ []string) { run() }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.