Documentation
¶
Index ¶
Constants ¶
View Source
const ( MatchExact = "exact" MatchAnyOf = "anyOf" MatchStartsWith = "startsWith" MatchContains = "contains" MatchGreaterThan = "greaterThan" MatchLessThan = "lessThan" MatchGreaterThanOrEqualTo = "greaterThanOrEqualTo" MatchLessThanOrEqualTo = "lessThanOrEqualTo" MatchExists = "exists" DirectionAsc = "ASC" DirectionDesc = "DESC" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupedField ¶ added in v0.3.70
type Job ¶
type Job struct {
Annotations map[string]string
Cancelled *time.Time
Cpu int64
Duplicate bool
EphemeralStorage int64
Gpu int64
JobId string
JobSet string
LastActiveRunId *string
LastTransitionTime time.Time
Memory int64
Owner string
Priority int64
PriorityClass *string
Queue string
Runs []*Run
State string
Submitted time.Time
CancelReason *string
}
Click to show internal directories.
Click to hide internal directories.