# Functions
K8sStateString retrieves an enum value from the enum constants string name.
K8sStateValues returns all values of the enum.
# Constants
K8sDrainAndSuspend indicates the runner should complete its current outstanding work and then wait for a K8sResume.
K8sDrainAndTerminate indicates the runner should complete its current outstanding work and then exit.
K8sRunning inidcates the runner should restart retrieving work and running if it is not doing so.
K8sUnknown indicates that the desired state for the runner is not accessible at this time.
# Type aliases
K8sState represents a desired state for the go runner and the lifecycle it has for servicing requests
.