Class CronJobStatusArgs
CronJobStatus represents the current state of a cron 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.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class CronJobStatusArgs : ResourceArgs
Properties
View SourceActive
A list of pointers to currently running jobs.
Declaration
public InputList<ObjectReferenceArgs> Active { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ObjectReferenceArgs> |
LastScheduleTime
Information when was the last time the job was successfully scheduled.
Declaration
public Input<string> LastScheduleTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |