# Constants

JobBackoff controls the number of times a job is retried before we consider it failed.

# Structs

AntidoteScheduler is an Antidote service that receives commands for things like creating new lesson instances, moving existing livelessons to a different stage, deleting old lessons, etc.
LessonHealthCheck performs network tests to determine health of endpoints within a running lesson.

# Interfaces

LessonHealthChecker describes a struct which offers a variety of reachability tests for lesson endpoints.
NetworkCrdClient is an interface for the client for our custom network CRD.