Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// those are options used by all the katalyst components
*options.GenericOptions
*dynamic.DynamicOptions
// those are options used by all the katalyst agents
*global.BaseOptions
*global.PluginManagerOptions
*global.AuditOptions
*metaserver.MetaServerOptions
*global.QRMAdvisorOptions
// contains filtered or unexported fields
}
Options holds the configurations for collector agent.
func NewOptions ¶
func NewOptions() *Options
NewOptions creates a new Options with a default config.
func (*Options) AddFlags ¶
func (o *Options) AddFlags(fss *cliflag.NamedFlagSets)
AddFlags adds flags to the specified FlagSet.
Click to show internal directories.
Click to hide internal directories.