Documentation ¶
Overview ¶
Package workloadlist implements 'agent workload-list'.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeCommand ¶
func MakeCommand(globalParamsGetter func() GlobalParams) *cobra.Command
MakeCommand returns a `workload-list` command to be used by agent binaries.
Types ¶
type GlobalParams ¶
type GlobalParams struct { ConfFilePath string ExtraConfFilePaths []string ConfigName string LoggerName string FleetPoliciesDirPath string }
GlobalParams contains the values of agent-global Cobra flags.
A pointer to this type is passed to SubcommandFactory's, but its contents are not valid until Cobra calls the subcommand's Run or RunE function.
Click to show internal directories.
Click to hide internal directories.