Documentation
¶
Overview ¶
Package consts provides consts used throughout the system
Index ¶
Constants ¶
View Source
const ( ERRIMAGEPULL = "ErrPulling" ERRSCHEDULING = "ErrScheduling" ERREXEC = "ErrExec" ERRDELETE = "ErrDeleting" ERRSTOP = "ErrStopping" ERRKILL = "ErrKilling" ERRPROVISIONING = "ErrProvisioning" ERRUPGRADING = "ErrUpgrading" PHASERUNNING = "running" PHASESTOPPED = "stopped" PHASESCHEDULING = "scheduled" PHASEREADY = "ready" PHASEMISSING = "missing" PHASEUNKNOWN = "unknown" PHASEPROVISIONED = "provisioned" PHASEPDETACHED = "detached" PHASEATTACHED = "attached" PHASEEXITED = "exited" PHASEPULLING = "pulling" PHASESTARTING = "starting" PHASEUPGRADING = "upgrading" PHASEDOWNLOADING = "downloading" PHASESTOPPING = "stopping" PHASEDELETING = "deleting" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.