Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApiJobStateFromActiveJobState ¶
func ApiJobStateFromActiveJobState(s ActiveJobState) api.JobState
func QueueNameValidation ¶
Types ¶
type ActiveJobState ¶
type ActiveJobState string
const ( UNKNOWN ActiveJobState = "unknown" QUEUED ActiveJobState = "queued" LEASED ActiveJobState = "leased" PENDING ActiveJobState = "pending" RUNNING ActiveJobState = "running" )
func ActiveJobStateFromString ¶
func ActiveJobStateFromString(v string) (ActiveJobState, error)
func (*ActiveJobState) Set ¶
func (s *ActiveJobState) Set(v string) error
func (*ActiveJobState) String ¶
func (s *ActiveJobState) String() string
func (*ActiveJobState) Type ¶
func (s *ActiveJobState) Type() string
Click to show internal directories.
Click to hide internal directories.