Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct { AgentOptions v1beta1.AgentConfigSpec // contains filtered or unexported fields }
func New ¶
func New(ctx context.Context, conf *v1beta1.AgentConfig, opts ...AgentOption) (*Agent, error)
func (*Agent) ListenAndServe ¶
type AgentOption ¶
type AgentOption func(*AgentOptions)
func WithBootstrapper ¶
func WithBootstrapper(bootstrapper bootstrap.Bootstrapper) AgentOption
type AgentOptions ¶
type AgentOptions struct {
// contains filtered or unexported fields
}
func (*AgentOptions) Apply ¶
func (o *AgentOptions) Apply(opts ...AgentOption)
Click to show internal directories.
Click to hide internal directories.