Skip to content

TransformationStateReason

Machine-readable reason that further explains a job's state, when one applies. - OOMKilled: the job was terminated because it exceeded its allotted memory. - Unschedulable: the job was terminated because it could not be scheduled within the configured timeout.

Enum

  • OOMKILLED (value: 'OOMKilled')

  • UNSCHEDULABLE (value: 'Unschedulable')

[Back to Model list] [Back to API list] [Back to README]