Show / Hide Table of Contents

Class CronJobStatusArgs

CronJobStatus represents the current state of a cron job.

Inheritance
System.Object
InputArgs
ResourceArgs
CronJobStatusArgs
Inherited Members
ResourceArgs.Empty
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 Source

Active

A list of pointers to currently running jobs.

Declaration
public InputList<ObjectReferenceArgs> Active { get; set; }
Property Value
Type Description
InputList<ObjectReferenceArgs>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.