Class JobConditionArgs
JobCondition describes current state of a job.
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.Inputs.Batch.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class JobConditionArgs : ResourceArgs
Properties
View SourceLastProbeTime
Last time the condition was checked.
Declaration
public Input<string> LastProbeTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LastTransitionTime
Last time the condition transit from one status to another.
Declaration
public Input<string> LastTransitionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Message
Human readable message indicating details about last transition.
Declaration
public Input<string> Message { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Reason
(brief) reason for the condition's last transition.
Declaration
public Input<string> Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
Status of the condition, one of True, False, Unknown.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Type of job condition, Complete or Failed.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |