Expand description
The mesh agent actor that manages a host.
Structs§
- Drain
Host - Drain user procs on this host but keep the host, service proc, and networking alive. Used during mesh stop/shutdown so that forwarder flushes can still reach remote hosts.
- GetHost
Mesh Agent - GetLocal
Proc - Boot the ProcAgent on the host’s local proc (LP-1).
- Host
Agent - Proc
State - SetClient
Config - Push client configuration overrides to this host agent’s process.
- Shutdown
Host
Enums§
- Host
Agent Mode - Represents the different ways a
Hostcan be managed by an agent.
Constants§
- HOST_
MESH_ AGENT_ ACTOR_ NAME - Actor name used when spawning the host mesh agent on the system proc.
Traits§
- Drain
Host Client - The custom client trait for this message type.
- Drain
Host Handler - The custom handler trait for this message type.
- GetHost
Mesh Agent Client - The custom client trait for this message type.
- GetHost
Mesh Agent Handler - The custom handler trait for this message type.
- GetLocal
Proc Client - The custom client trait for this message type.
- GetLocal
Proc Handler - The custom handler trait for this message type.
- SetClient
Config Client - The custom client trait for this message type.
- SetClient
Config Handler - The custom handler trait for this message type.
- Shutdown
Host Client - The custom client trait for this message type.
- Shutdown
Host Handler - The custom handler trait for this message type.