scheduler_lane#

Classes:

SchedulerLane

Lane definition for the Job scheduler.

class SchedulerLane#

Lane definition for the Job scheduler. Scheduler targets are associated with a lane that has the same type.

Attributes:

desc

Optional lane description

name

Identifier for this lane.

title

Human-readable lane title.

type

What kind of lane this is based on how on what kind of target(s) it contains.

desc: str | None#

Optional lane description

name: str#

Identifier for this lane.

title: str#

Human-readable lane title.

type: Literal['node', 'cluster']#

What kind of lane this is based on how on what kind of target(s) it contains.