Documentation ¶
Overview ¶
Package start implements start related subcommands
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAllComponentsDisabled = errors.New("all security-agent component are disabled")
ErrAllComponentsDisabled is returned when all components are disabled
Functions ¶
func Commands ¶
func Commands(globalParams *command.GlobalParams) []*cobra.Command
Commands returns the start commands
func RunAgent ¶
func RunAgent(log log.Component, config config.Component, secrets secrets.Component, telemetry telemetry.Component, statusComponent status.Component, settings settings.Component, wmeta workloadmeta.Component, at authtoken.Component) (err error)
RunAgent initialized resources and starts API server
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.