Show / Hide Table of Contents

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.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class CronJobStatus

Fields

View Source

Active

A list of pointers to currently running jobs.

Declaration
public readonly ImmutableArray<ObjectReference> Active
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ObjectReference>
View Source

LastScheduleTime

Information when was the last time the job was successfully scheduled.

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