Show / Hide Table of Contents

Class JobCondition

JobCondition describes current state of a job.

Inheritance
System.Object
JobCondition
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Batch.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class JobCondition

Fields

View Source

LastProbeTime

Last time the condition was checked.

Declaration
public readonly string LastProbeTime
Field Value
Type Description
System.String
View Source

LastTransitionTime

Last time the condition transit from one status to another.

Declaration
public readonly string LastTransitionTime
Field Value
Type Description
System.String
View Source

Message

Human readable message indicating details about last transition.

Declaration
public readonly string Message
Field Value
Type Description
System.String
View Source

Reason

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

Declaration
public readonly string Reason
Field Value
Type Description
System.String
View Source

Status

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

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

Type

Type of job condition, Complete or Failed.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.