Documentation ¶
Overview ¶
Orchestrator manages the endpoint and the policy.
Event: inspector --RPC--> endpoint -> orchestrator -> policy Action: inspector <--RPC-- endpoint <- orchestrator <- policy
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Orchestrator ¶
type Orchestrator struct {
// contains filtered or unexported fields
}
func NewOrchestrator ¶
func NewOrchestrator(cfg Config, policy ExplorePolicy, collectTrace bool) *Orchestrator
func (*Orchestrator) Shutdown ¶
func (orc *Orchestrator) Shutdown() *SingleTrace
Stops the orchestrator routine. Returns action trace if configured to do so.
func (*Orchestrator) Start ¶
func (orc *Orchestrator) Start()
Click to show internal directories.
Click to hide internal directories.