Job

Type Alias Job 

Source
pub type Job = Entity<JobSpecV1>;

Aliased Type§

pub struct Job {
    pub meta: EntityMeta,
    pub spec: JobSpecV1,
    pub children: Option<Vec<Value>>,
}

Fields§

§meta: EntityMeta

Common entity metadata.

§spec: JobSpecV1

Specification of the entity.

§children: Option<Vec<Value>>

Inline child entity specs.