Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentOptions ¶
type AgentOptions struct { GenericServerRunOptions *generic.ServerRunOptions *agentconfig.Config }
func NewAgentOptions ¶
func NewAgentOptions() *AgentOptions
func (*AgentOptions) Flags ¶
func (s *AgentOptions) Flags() (fss cliflag.NamedFlagSets)
func (*AgentOptions) NewServer ¶
func (s *AgentOptions) NewServer(stopCh <-chan struct{}) (*agent.Server, error)
func (*AgentOptions) Validate ¶
func (s *AgentOptions) Validate() []error
Click to show internal directories.
Click to hide internal directories.