JobTemplateSpec describes the data a Job should have when created from a template

Hierarchy

  • V1JobTemplateSpec

Constructors

Properties

metadata?: V1ObjectMeta
spec?: V1JobSpec
attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc