Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AgentsDisabledByDefault = sets.NewString()
AgentsDisabledByDefault is the set of controllers which is disabled by default
Functions ¶
func GetAgentInitializers ¶
func GetAgentInitializers() map[string]AgentStarter
GetAgentInitializers returns those agents with initialized functions
func RegisterAgentInitializer ¶
func RegisterAgentInitializer(name string, starter AgentStarter)
RegisterAgentInitializer is used to register user-defined agents
func Run ¶
func Run(conf *config.Configuration, clientSet *client.GenericClientSet, genericOptions ...katalystbase.GenericOptions) error
Run starts common and uniformed agent components here, and starts other specific components in other separate repos (with common components as dependencies)
Types ¶
type AgentStarter ¶
AgentStarter is used to start katalyst agents
Click to show internal directories.
Click to hide internal directories.