Options
All
  • Public
  • Public/Protected
  • All
Menu

JobCondition describes current state of a job.

export
interface

IoK8sApiBatchV1JobCondition

Hierarchy

  • IoK8sApiBatchV1JobCondition

Index

Properties

lastProbeTime?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

IoK8sApiBatchV1JobCondition

lastTransitionTime?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

IoK8sApiBatchV1JobCondition

message?: string

Human readable message indicating details about last transition.

memberof

IoK8sApiBatchV1JobCondition

reason?: string

(brief) reason for the condition's last transition.

memberof

IoK8sApiBatchV1JobCondition

status: string

Status of the condition, one of True, False, Unknown.

memberof

IoK8sApiBatchV1JobCondition

type: string

Type of job condition, Complete or Failed.

memberof

IoK8sApiBatchV1JobCondition

Generated using TypeDoc