Class CronJobStatus
CronJobStatus represents the current state of a cron job.
Inheritance
System.Object
CronJobStatus
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.V2Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class CronJobStatus
Fields
View SourceActive
A list of pointers to currently running jobs.
Declaration
public readonly ImmutableArray<ObjectReference> Active
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ObjectReference> |
LastScheduleTime
Information when was the last time the job was successfully scheduled.
Declaration
public readonly string LastScheduleTime
Field Value
| Type | Description |
|---|---|
| System.String |