Interface: KubeJob

    lib/k8s/job .KubeJob

    Hierarchy

    Properties

    apiVersion

    Optional apiVersion: string

    Inherited from

    KubeObjectInterface . apiVersion

    Defined in

    lib/k8s/cluster.ts:37


    kind

    kind: string

    Inherited from

    KubeObjectInterface . kind

    Defined in

    lib/k8s/cluster.ts:36


    metadata

    metadata: KubeMetadata

    Inherited from

    KubeObjectInterface . metadata

    Defined in

    lib/k8s/cluster.ts:38


    spec

    spec: Object

    Index signature

    ▪ [otherProps: string]: any

    Type declaration

    Name Type
    selector LabelSelector
    template { metadata?: KubeMetadata ; spec: KubePodSpec }
    template.metadata? KubeMetadata
    template.spec KubePodSpec

    Defined in

    lib/k8s/job.ts:12


    status

    status: Object

    Index signature

    ▪ [otherProps: string]: any

    Defined in

    lib/k8s/job.ts:20