Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cpu ¶
type Cpu struct { }
Cpu collects inspection information on the host machines CPU cores and architecture
func (*Cpu) Run ¶
func (cpu *Cpu) Run() <-chan []framework.CheckResult
Run executes the CPU inspection checks
type Follower ¶
type Follower struct { }
Follower implements a inspection check for the FOLLOWER environment variable.
func (*Follower) Describe ¶
Describe provides a textual description of what this check gathers info on
func (*Follower) Run ¶
func (follower *Follower) Run() <-chan []framework.CheckResult
Run executes the check
type Host ¶
type Host struct{}
Host collects inspection information on the host machine's metadata, such as the operating system
func (*Host) Run ¶
func (host *Host) Run() <-chan []framework.CheckResult
Run executes the Host inspection checks
type LeaderPort ¶
LeaderPort is the port that the follower listens on
type Memory ¶
type Memory struct{}
Memory collects inspection information on the host machine's memory availability and usage
func (*Memory) Describe ¶
Describe provides a textual description of what this check gathers info on
func (*Memory) Run ¶
func (memory *Memory) Run() <-chan []framework.CheckResult
Run executes the Memory inspection checks