CmdResourceConsumerController is used by agnhost Cobra.
var CmdResourceConsumerController = &cobra.Command{ Use: "resource-consumer-controller", Short: "Starts a HTTP server that spreads requests around resource consumers", Long: "Starts a HTTP server that spreads requests around resource consumers. The HTTP server has the same endpoints and usage as the one spawned by the \"resource-consumer\" subcommand.", Args: cobra.MaximumNArgs(0), Run: main, }